From gitmaster at git.koha-community.org Sun Nov 1 21:11:10 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 01 Nov 2015 20:11:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-995-g165e759 Message-ID: This is an automated email from the git hooks/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 165e759a1fde30200ee54b3c533f6d0c8c6a6c7f (commit) via d37b15faf63b371d0f4d914ce970ec9d7ad5d940 (commit) via 5a4ca8caf42129e2b8fc9310234c9769455a91bc (commit) via b722fbfb5c89c0ad6c90d994d09ff6e1936774ac (commit) via b5c0f5c3ba0b2a9fe0750ab6562afba800417aaf (commit) via 96dc8bbd8ea56fee5013b8a604950f6adf2bbb4b (commit) from 3a90d0f16507b978b2ee70fcadf46b4ad596aab0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 165e759a1fde30200ee54b3c533f6d0c8c6a6c7f Author: Bernardo Gonzalez Kriegel Date: Mon Oct 26 09:22:02 2015 -0300 Bug 14333: followup 2 - split line to ease translation This patch only put in its own line inserted values. This is necessary in order to translate this files. To test: 1) Just check that files load normally. http://bugs.koha-community.org/show_bug.cgi?id=14333 Signed-off-by: Zeno Tajoli Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit d37b15faf63b371d0f4d914ce970ec9d7ad5d940 Author: Bernardo Gonzalez Kriegel Date: Thu Oct 22 14:02:27 2015 -0300 Bug 14333: followup - Fix labels This patch fixes same labels on bibliographic and authority frameworks, and one typo. To test: 1) Remove all your frameworks 2) Check mandatory bibliographic and authority files load without problem 3) Check fixed labels Signed-off-by: Zeno Tajoli Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 5a4ca8caf42129e2b8fc9310234c9769455a91bc Author: Bernardo Gonzalez Kriegel Date: Thu Oct 22 12:34:47 2015 -0300 Bug 14333: Update MARC21 frameworks to Update No. 20 and 21 Default frameworks updated to update 20 (April 2015) and 21 (September 2015) Update No. 20 Bibliographic New field 884 New subfields 037$3, 037$5 and 382$e Authority New field 884 New subfields 046$q, 046$r and 382$e Update No. 21 Bibliographic New tag 348 New subfields 336$0, 337$0 and 338$0 Authority New field 348 New sufields 336$0 and 670$w To test: 1) Remove all your frameworks 2) Check mandatory bibliographic and authority files load without problem 3) Check new fields/subfields Signed-off-by: Zeno Tajoli Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit b722fbfb5c89c0ad6c90d994d09ff6e1936774ac Author: Bernardo Gonzalez Kriegel Date: Fri Oct 30 16:25:15 2015 -0300 Bug 15093: Load/show saved item type group and hideinopac This patch adds loading of hideinopac and searchgroup when showing/editing itemtypes To test: 1) Put some values in ITEMTYPCAT auth value 2) Edit an item type, select a value for search category & check 'Hide in OPAC' Save 3) Results do no show on list of item types 4) Edit same item type, values are default/empty 5) Apply the patch 6) Edit again, change again, save Now values shows in list 7) Edit again, values are now correct Values were saved on db, but not loaded from it How this happen? Side note: searching for searchcategory I found installer/data/mysql/kohastructure.sql: searchcategory varchar(80) default NULL, -- Group this item type with others w installer/data/mysql/updatedatabase.pl: ADD searchcategory VARCHAR(20) DEFAULT NULL Its varchar(80) in kohastructure and varchar(20) in updatedatabase We need more eyes :) Signed-off-by: Nicole Engard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit b5c0f5c3ba0b2a9fe0750ab6562afba800417aaf Author: Bernardo Gonzalez Kriegel Date: Mon Oct 26 10:11:12 2015 -0300 Bug 15063: Update MARC21 es-ES frameworks to Update 21 (September 2015) This patch put in sync es-ES marc21 fields/subfields with english ones. To test: 1) Apply the patch 2) Remove all bib/auth frameworks 3) Load all files, check they load without errors Signed-off-by: Zeno Tajoli Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 96dc8bbd8ea56fee5013b8a604950f6adf2bbb4b Author: Bernardo Gonzalez Kriegel Date: Sat Oct 31 11:03:55 2015 -0300 Bug 15092: item type descriptions not showing in OPAC advsearch Go to OPAC > Advanced Search Tab 'Item type' only shows itemtype icons, no descriptions. Descriptions must be shown always To test: 1) Go to OPAC > Advanced search 2) Check no descriptions for item types Also check that, reloading the page, item types shows in random order 3) Apply the patch 4) Check there are descriptions now and order is by description Followed test plan, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 2 + admin/itemtypes.pl | 2 + .../marc21/mandatory/authorities_normal_marc21.sql | 61 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 84 +- .../marc21/optional/marc21_fastadd_framework.sql | 3 +- .../optional/marc21_simple_bib_frameworks.sql | 24 +- .../marc21/mandatory/authorities_normal_marc21.sql | 155 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 165 +- .../optional/marc21_default_matching_rules.sql | 8 + .../marc21/optional/marc21_fastadd_framework.sql | 221 +- .../optional/marc21_simple_bib_frameworks.sql |32549 +------------------- opac/opac-search.pl | 4 + 12 files changed, 869 insertions(+), 32409 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Nov 1 21:14:01 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 01 Nov 2015 20:14:01 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-996-g17bcc6a Message-ID: This is an automated email from the git hooks/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 17bcc6a242fce21e759653b2b6c6778cdda336e8 (commit) from 165e759a1fde30200ee54b3c533f6d0c8c6a6c7f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 17bcc6a242fce21e759653b2b6c6778cdda336e8 Author: Nicole C. Engard Date: Fri Oct 30 15:28:09 2015 -0500 Bug 15094: Update link to Windows Offline Circ This patch updates the link on the main circulation page to point to the newest release of the offline circulation tool. To test: * Go to Circulation * Click 'Get desktop application' * Confirm the link goes to github Signed-off-by: Bernardo Gonzalez Kriegel Link Ok No errors Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 2 00:15:39 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 01 Nov 2015 23:15:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.11-31-ge6984cf Message-ID: This is an automated email from the git hooks/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 e6984cf2a25d3d0b9c0003525aea0851ffa98c2a (commit) via 7bb9088ce250ccc458f08d00c675b0149b14bec9 (commit) from ecf0610705af0ca22ab1b7c6c1affab9f3fc2eec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e6984cf2a25d3d0b9c0003525aea0851ffa98c2a Author: Liz Rea Date: Mon Nov 2 12:16:01 2015 +1300 Increment version for 3.18.12 release Signed-off-by: Liz Rea commit 7bb9088ce250ccc458f08d00c675b0149b14bec9 Author: Bernardo Gonzalez Kriegel Date: Fri Oct 30 10:27:41 2015 -0300 Translation updates for Koha 3.18.12 release ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/am-Ethi-opac-bootstrap.po | 59 +- misc/translator/po/am-Ethi-pref.po |40107 ++++++- misc/translator/po/am-Ethi-staff-help.po | 54 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 3107 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 61 +- misc/translator/po/ar-Arab-pref.po |10347 +- misc/translator/po/ar-Arab-staff-help.po | 66 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/az-AZ-opac-bootstrap.po | 59 +- misc/translator/po/az-AZ-pref.po |11648 ++ misc/translator/po/az-AZ-staff-help.po | 62 +- .../po/be-BY-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/be-BY-opac-bootstrap.po | 59 +- misc/translator/po/be-BY-pref.po |108855 ++++++++++++++++++- misc/translator/po/be-BY-staff-help.po | 62 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/bg-Cyrl-opac-bootstrap.po | 59 +- misc/translator/po/bg-Cyrl-pref.po |102197 +++++++++++++++++- misc/translator/po/bg-Cyrl-staff-help.po | 54 +- .../po/bn-IN-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/bn-IN-opac-bootstrap.po | 59 +- misc/translator/po/bn-IN-pref.po |13295 ++- misc/translator/po/bn-IN-staff-help.po | 54 +- .../po/ca-ES-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/ca-ES-opac-bootstrap.po | 61 +- misc/translator/po/ca-ES-pref.po |85382 ++++++++++++++- misc/translator/po/ca-ES-staff-help.po | 54 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 3108 +- misc/translator/po/cs-CZ-opac-bootstrap.po | 61 +- misc/translator/po/cs-CZ-pref.po |31912 +++++- misc/translator/po/cs-CZ-staff-help.po | 66 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 3106 +- misc/translator/po/da-DK-opac-bootstrap.po | 61 +- misc/translator/po/da-DK-pref.po |28800 ++++- misc/translator/po/da-DK-staff-help.po | 62 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 3109 +- misc/translator/po/de-CH-opac-bootstrap.po | 61 +- misc/translator/po/de-CH-pref.po |49548 ++++++++- misc/translator/po/de-CH-staff-help.po | 68 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 3126 +- misc/translator/po/de-DE-opac-bootstrap.po | 65 +- misc/translator/po/de-DE-pref.po |77457 +++++++++++++- misc/translator/po/de-DE-staff-help.po | 68 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/el-GR-opac-bootstrap.po | 124 +- misc/translator/po/el-GR-pref.po | 4387 +- misc/translator/po/el-GR-staff-help.po | 64 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/en-GB-opac-bootstrap.po | 59 +- misc/translator/po/en-GB-pref.po |64322 ++++++++++- misc/translator/po/en-GB-staff-help.po | 62 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 3107 +- misc/translator/po/en-NZ-opac-bootstrap.po | 61 +- misc/translator/po/en-NZ-pref.po | 1463 + misc/translator/po/en-NZ-staff-help.po | 62 +- misc/translator/po/eo-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/eo-opac-bootstrap.po | 59 +- misc/translator/po/eo-pref.po |63331 ++++++++++- misc/translator/po/eo-staff-help.po | 54 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 3136 +- misc/translator/po/es-ES-opac-bootstrap.po | 73 +- misc/translator/po/es-ES-pref.po | 2918 + misc/translator/po/es-ES-staff-help.po | 79 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/eu-opac-bootstrap.po | 59 +- misc/translator/po/eu-pref.po |92424 +++++++++++++++- misc/translator/po/eu-staff-help.po | 54 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po |30561 +++--- misc/translator/po/fa-Arab-opac-bootstrap.po | 6924 +- misc/translator/po/fa-Arab-pref.po |34857 +++++- misc/translator/po/fa-Arab-staff-help.po | 6530 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/fi-FI-opac-bootstrap.po | 61 +- misc/translator/po/fi-FI-pref.po |97086 ++++++++++++++++- misc/translator/po/fi-FI-staff-help.po | 54 +- .../po/fo-FO-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/fo-FO-opac-bootstrap.po | 59 +- misc/translator/po/fo-FO-pref.po |44520 +++++++- misc/translator/po/fo-FO-staff-help.po | 54 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 3109 +- misc/translator/po/fr-CA-opac-bootstrap.po | 61 +- misc/translator/po/fr-CA-pref.po |90582 +++++++++++++++- misc/translator/po/fr-CA-staff-help.po | 64 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 3147 +- misc/translator/po/fr-FR-opac-bootstrap.po | 69 +- misc/translator/po/fr-FR-pref.po |99380 ++++++++++++++++- misc/translator/po/fr-FR-staff-help.po | 64 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/gl-opac-bootstrap.po | 59 +- misc/translator/po/gl-pref.po |74430 ++++++++++++- misc/translator/po/gl-staff-help.po | 54 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/he-Hebr-opac-bootstrap.po | 59 +- misc/translator/po/he-Hebr-pref.po |105527 +++++++++++++++++- misc/translator/po/he-Hebr-staff-help.po | 54 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/hi-opac-bootstrap.po | 59 +- misc/translator/po/hi-pref.po |64808 +++++++++++- misc/translator/po/hi-staff-help.po | 62 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 3108 +- misc/translator/po/hr-HR-opac-bootstrap.po | 61 +- misc/translator/po/hr-HR-pref.po |89931 +++++++++++++++- misc/translator/po/hr-HR-staff-help.po | 54 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/hu-HU-opac-bootstrap.po | 59 +- misc/translator/po/hu-HU-pref.po |41738 +++++++- misc/translator/po/hu-HU-staff-help.po | 60 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 3133 +- misc/translator/po/hy-Armn-opac-bootstrap.po | 70 +- misc/translator/po/hy-Armn-pref.po |110956 ++++++++++++++++++- misc/translator/po/hy-Armn-staff-help.po | 74 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 3099 +- misc/translator/po/id-ID-opac-bootstrap.po | 59 +- misc/translator/po/id-ID-pref.po | 5828 + misc/translator/po/id-ID-staff-help.po | 54 +- .../po/is-IS-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/is-IS-opac-bootstrap.po | 59 +- misc/translator/po/is-IS-pref.po |88471 +++++++++++++++- misc/translator/po/is-IS-staff-help.po | 54 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 3128 +- misc/translator/po/it-IT-opac-bootstrap.po | 66 +- misc/translator/po/it-IT-pref.po |61494 ++++++++++- misc/translator/po/it-IT-staff-help.po | 70 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 59 +- misc/translator/po/ja-Jpan-JP-pref.po |76564 +++++++++++++- misc/translator/po/ja-Jpan-JP-staff-help.po | 54 +- misc/translator/po/ka-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/ka-opac-bootstrap.po | 59 +- misc/translator/po/ka-pref.po |23100 +++- misc/translator/po/ka-staff-help.po | 54 +- .../po/km-KH-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/km-KH-opac-bootstrap.po | 59 +- misc/translator/po/km-KH-pref.po |82530 ++++++++++++++- misc/translator/po/km-KH-staff-help.po | 54 +- .../po/kn-Knda-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/kn-Knda-opac-bootstrap.po | 59 +- misc/translator/po/kn-Knda-pref.po |111628 +++++++++++++++++++- misc/translator/po/kn-Knda-staff-help.po | 54 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 59 +- misc/translator/po/ko-Kore-KP-pref.po |79419 +++++++++++++- misc/translator/po/ko-Kore-KP-staff-help.po | 54 +- .../po/ku-Arab-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/ku-Arab-opac-bootstrap.po | 59 +- misc/translator/po/ku-Arab-pref.po |48131 ++++++++- misc/translator/po/ku-Arab-staff-help.po | 62 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/lo-Laoo-opac-bootstrap.po | 59 +- misc/translator/po/lo-Laoo-pref.po |52443 ++++++++- misc/translator/po/lo-Laoo-staff-help.po | 54 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/mi-NZ-opac-bootstrap.po | 59 +- misc/translator/po/mi-NZ-pref.po |25305 ++++- misc/translator/po/mi-NZ-staff-help.po | 54 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/mon-opac-bootstrap.po | 59 +- misc/translator/po/mon-pref.po |19124 +++- misc/translator/po/mon-staff-help.po | 62 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/mr-opac-bootstrap.po | 59 +- misc/translator/po/mr-pref.po |96725 ++++++++++++++++- misc/translator/po/mr-staff-help.po | 54 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 3099 +- misc/translator/po/ms-MY-opac-bootstrap.po | 59 +- misc/translator/po/ms-MY-pref.po |67979 +++++++++++- misc/translator/po/ms-MY-staff-help.po | 54 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/nb-NO-opac-bootstrap.po | 61 +- misc/translator/po/nb-NO-pref.po |71537 ++++++++++++- misc/translator/po/nb-NO-staff-help.po | 62 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/ne-NE-opac-bootstrap.po | 59 +- misc/translator/po/ne-NE-pref.po |54904 +++++++++- misc/translator/po/ne-NE-staff-help.po | 54 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 3099 +- misc/translator/po/nl-BE-opac-bootstrap.po | 61 +- misc/translator/po/nl-BE-pref.po |105612 +++++++++++++++++- misc/translator/po/nl-BE-staff-help.po | 62 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/nl-NL-opac-bootstrap.po | 61 +- misc/translator/po/nl-NL-pref.po |111567 ++++++++++++++++++- misc/translator/po/nl-NL-staff-help.po | 54 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/nn-NO-opac-bootstrap.po | 59 +- misc/translator/po/nn-NO-pref.po |28457 ++++- misc/translator/po/nn-NO-staff-help.po | 62 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/pbr-opac-bootstrap.po | 59 +- misc/translator/po/pbr-pref.po |56982 +++++++++- misc/translator/po/pbr-staff-help.po | 54 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/pl-PL-opac-bootstrap.po | 61 +- misc/translator/po/pl-PL-pref.po |19343 +++- misc/translator/po/pl-PL-staff-help.po | 54 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/prs-opac-bootstrap.po | 59 +- misc/translator/po/prs-pref.po |44365 +++++++- misc/translator/po/prs-staff-help.po | 54 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 3104 +- misc/translator/po/pt-BR-opac-bootstrap.po | 61 +- misc/translator/po/pt-BR-pref.po |36253 ++++++- misc/translator/po/pt-BR-staff-help.po | 62 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 3124 +- misc/translator/po/pt-PT-opac-bootstrap.po | 69 +- misc/translator/po/pt-PT-pref.po |62855 ++++++++++- misc/translator/po/pt-PT-staff-help.po | 66 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/ro-RO-opac-bootstrap.po | 59 +- misc/translator/po/ro-RO-pref.po |80092 +++++++++++++- misc/translator/po/ro-RO-staff-help.po | 62 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/ru-RU-opac-bootstrap.po | 59 +- misc/translator/po/ru-RU-pref.po |85619 ++++++++++++++- misc/translator/po/ru-RU-staff-help.po | 62 +- .../po/rw-RW-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/rw-RW-opac-bootstrap.po | 59 +- misc/translator/po/rw-RW-pref.po |100000 +++++++++++++++++- misc/translator/po/rw-RW-staff-help.po | 54 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/sd-PK-opac-bootstrap.po | 59 +- misc/translator/po/sd-PK-pref.po | 8 + misc/translator/po/sd-PK-staff-help.po | 54 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 3109 +- misc/translator/po/sk-SK-opac-bootstrap.po | 61 +- misc/translator/po/sk-SK-pref.po |59893 ++++++++++- misc/translator/po/sk-SK-staff-help.po | 66 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/sl-SI-opac-bootstrap.po | 59 +- misc/translator/po/sl-SI-pref.po |38501 ++++++- misc/translator/po/sl-SI-staff-help.po | 54 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/sq-AL-opac-bootstrap.po | 59 +- misc/translator/po/sq-AL-pref.po | 8862 +- misc/translator/po/sq-AL-staff-help.po | 54 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/sr-Cyrl-opac-bootstrap.po | 59 +- misc/translator/po/sr-Cyrl-pref.po |71232 ++++++++++++- misc/translator/po/sr-Cyrl-staff-help.po | 54 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 3099 +- misc/translator/po/sv-SE-opac-bootstrap.po | 61 +- misc/translator/po/sv-SE-pref.po |33353 +++++- misc/translator/po/sv-SE-staff-help.po | 62 +- .../po/sw-KE-i-staff-t-prog-v-3006000.po | 3099 +- misc/translator/po/sw-KE-opac-bootstrap.po | 59 +- misc/translator/po/sw-KE-pref.po |54797 +++++++++- misc/translator/po/sw-KE-staff-help.po | 54 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/ta-LK-opac-bootstrap.po | 59 +- misc/translator/po/ta-LK-pref.po |50115 ++++++++- misc/translator/po/ta-LK-staff-help.po | 54 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/ta-opac-bootstrap.po | 59 +- misc/translator/po/ta-pref.po |38592 ++++++- misc/translator/po/ta-staff-help.po | 54 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 3640 +- misc/translator/po/tet-opac-bootstrap.po | 448 +- misc/translator/po/tet-pref.po |93043 +++++++++++++++- misc/translator/po/tet-staff-help.po | 62 +- .../po/th-TH-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/th-TH-opac-bootstrap.po | 59 +- misc/translator/po/th-TH-pref.po |81649 +++++++++++++- misc/translator/po/th-TH-staff-help.po | 54 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/tl-PH-opac-bootstrap.po | 59 +- misc/translator/po/tl-PH-pref.po |100161 +++++++++++++++++- misc/translator/po/tl-PH-staff-help.po | 54 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 3185 +- misc/translator/po/tr-TR-opac-bootstrap.po | 88 +- misc/translator/po/tr-TR-pref.po | 7455 +- misc/translator/po/tr-TR-staff-help.po | 68 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 3100 +- misc/translator/po/uk-UA-opac-bootstrap.po | 61 +- misc/translator/po/uk-UA-pref.po |69486 +++++++++++- misc/translator/po/uk-UA-staff-help.po | 62 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/ur-Arab-opac-bootstrap.po | 59 +- misc/translator/po/ur-Arab-pref.po |106342 ++++++++++++++++++- misc/translator/po/ur-Arab-staff-help.po | 54 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/vi-VN-opac-bootstrap.po | 59 +- misc/translator/po/vi-VN-pref.po |37742 ++++++- misc/translator/po/vi-VN-staff-help.po | 62 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 3098 +- misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 61 +- misc/translator/po/zh-Hans-CN-pref.po |74409 ++++++++++++- misc/translator/po/zh-Hans-CN-staff-help.po | 58 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po | 3260 +- misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 90 +- misc/translator/po/zh-Hans-TW-pref.po |52550 ++++++++- misc/translator/po/zh-Hans-TW-staff-help.po | 105 +- 294 files changed, 4213314 insertions(+), 380757 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 2 15:35:42 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 02 Nov 2015 14:35:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1001-g47e2b8f Message-ID: This is an automated email from the git hooks/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 47e2b8f7d8360c059a66032f80dbb5f68b8fa925 (commit) via 7f55d55e68c83aaf916640ad098d256830408314 (commit) via 3f56ae2b9520a97801c801b03cad43e793eeeda3 (commit) via 02feeca14f4c27a05f46920545734c3a9e5455d7 (commit) via 9c203a004052966407d6192f404d901deb4f8c12 (commit) from 17bcc6a242fce21e759653b2b6c6778cdda336e8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 47e2b8f7d8360c059a66032f80dbb5f68b8fa925 Author: Joonas Kylm?l? Date: Tue Sep 8 10:23:37 2015 +0000 Bug 14773: Move help link back out of the dropdown menu This moves the help link back out of the dropdown menu like it used to be. To test: 1. Notice that in intra the help link is inside the dropdown menu. 2. Apply the patch 3. Notice that the help link is now clearly visible in the top right corner of the page. Sponsored-by: Vaara-kirjastot Signed-off-by: Nicole Engard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 7f55d55e68c83aaf916640ad098d256830408314 Author: Nicole C. Engard Date: Wed Oct 28 09:30:06 2015 -0500 Bug 15073: Move FeeOnChangePatronCategory This patch moves the FeeOnChangePatronCategory system preference so that it's in a more logical place. Also a few typos were fixed. To test: * Go to System Preferences * Go to Patrons * Find FeeOnChangePatronCategory and confirm Signed-off-by: Bernardo Gonzalez Kriegel Confirmed. No errors. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 3f56ae2b9520a97801c801b03cad43e793eeeda3 Author: Marc V?ron Date: Fri Oct 30 15:23:30 2015 +0100 Bug 15090: Fix date filter for Suggestions management Home > Acquisitions > Suggestions management: Before 13813 the "from" date in filters was 0000-00-00 if not filled, afer 13813 it's today. This patch re-introduces 0000-00-00. See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13813#c172 To test: - Go to Home > Acquisitions > Suggestions management - Verify that date filters work as expected - Verify that start dates in sql query are 0000-00-00 if no start dates are given - Note: Line 185 outputs the start dates as warn if $debug is set. Signed-off-by: Nicole Engard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 02feeca14f4c27a05f46920545734c3a9e5455d7 Author: Jonathan Druart Date: Wed Sep 2 17:13:41 2015 +0100 Bug 10799: Limit the SCO user to the SCO module The SCO user should only be allowed to access to the SCO module. This patch make the session ends if the user tries to access another page after the SCO module. Test plan: 0/ Configure the SCO module correctly 1/ Go on the sco main page (sco/sco-main.pl) 2/ Try to go somewhere else: you should not be logged in Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 9c203a004052966407d6192f404d901deb4f8c12 Author: Jonathan Druart Date: Fri Oct 30 11:49:40 2015 +0000 Bug 15087: hardduedate should not be inserted as 0000-00-00 but NULL This has been introduced by bug 14949, recently pushed. So I don't think we need to update the DB, only devs will face this problem. The hardduedate was inserted as 0000-00-00 because was en empty string. To be inserted as NULL, the value should be undef. Test plan: 0/ Don't apply this patch 1/ Edit a circ rules and don't fill the hard due date 2/ Look at the DB, the value is 0000-00-00 3/ Apply this patch and confirm that the value is now NULL Signed-off-by: Bernardo Gonzalez Kriegel Confirmed +--------------+----------+-------------+ | categorycode | itemtype | hardduedate | +--------------+----------+-------------+ | * | * | NULL | +--------------+----------+-------------+ No koha-qa errors Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 23 ++++++++++++++++++++ C4/Suggestions.pm | 9 ++++++-- admin/smart-rules.pl | 2 +- .../intranet-tmpl/prog/en/includes/header.inc | 6 ++--- .../prog/en/modules/admin/preferences/patrons.pref | 12 +++++----- 5 files changed, 40 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 2 16:40:38 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 02 Nov 2015 15:40:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1006-gce23235 Message-ID: This is an automated email from the git hooks/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 ce23235ec5229a2b6bb287014674fc856fad7084 (commit) via 11bfcd0dd621fe0dfd3e058b6461e36d4db59454 (commit) via e5571ddd660c204c40fe7be6f08ae9c03a00426b (commit) via 49fa3c0d08232e6d44f82e6827cedb076bcdbdd7 (commit) via de272e5b41a2d883645239d5485328b5b9b40245 (commit) from 47e2b8f7d8360c059a66032f80dbb5f68b8fa925 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ce23235ec5229a2b6bb287014674fc856fad7084 Author: Tomas Cohen Arazi Date: Mon Nov 2 12:39:52 2015 -0300 Bug 10904: DBRev 3.21.00.047 Signed-off-by: Tomas Cohen Arazi commit 11bfcd0dd621fe0dfd3e058b6461e36d4db59454 Author: Kyle M Hall Date: Thu Apr 17 10:18:26 2014 -0400 Bug 10904: (QA followup) Use branch limit if either IndependentBranches or IndependentBranchesPatronModifications is enabled Signed-off-by: Katrin Fischer Passes all tests and QA script. Behaviour now is: IndependentBranches = Prevent or IndependentBranches = Don't prevent, IndependentBranchesPatronModifications = Prevent: You will always only see the modification requests of your branch's patrons. IndependentBrnaches = Don't prevent, IndependentBranchesPatronModifications = Don't prevent All modification requests are shown. Link to patron record works and cardnumber is shown. IndependentBranches = OFF - use the new preference. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit e5571ddd660c204c40fe7be6f08ae9c03a00426b Author: Kyle M Hall Date: Fri Nov 22 13:50:38 2013 -0500 Bug 10904: (QA followup) would like to limit patron update request management by branch Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 49fa3c0d08232e6d44f82e6827cedb076bcdbdd7 Author: Kyle M Hall Date: Thu Oct 10 10:46:17 2013 -0400 Bug 10904: Limit patron update request management by branch By not limiting the patron modification lists by branch, it can quickly become overwhelming for a librarian. This patch makes the following modifications: * Only superlibrians will see the full list of borrowers with pending modifications. * Adds the patron cardnumber after the patrons name on the modification list. * Adds a link to the patron's record from the modification list. Test Plan: 1) Apply this patch 2) Set up some pending modifications for two branches 3) Log in to the staff intranet as one of those branches 4) You should note the number of pending modifications counts only your logged in branch's patrons 5) Click the link, you should only see your logged in branches patrons in the pending modifications list. 6) You should note the cardnumber is displayed next to the patron name 7) You should note the "View record" link below each patron's name Signed-off-by: Christopher Brannon Signed-off-by: Katrin Fischer Comments on last patch. Signed-off-by: Tomas Cohen Arazi commit de272e5b41a2d883645239d5485328b5b9b40245 Author: Hector Eduardo Castro Avalos Date: Sun May 31 20:54:58 2015 -0600 Bug 14198: RDA: Indexing 264 field (Zebra) This patch add zebra indexes to RDA 264 field. The new Provider index is added too. QA comments corrected. To test: 1) Download RDA records with 264 fields from this attachment . Import the file and re-index/rebuild zebra. These records contain 260 and 264 fields per record. 2) Do a search with pb:Bethany two records will appear with title The guardian. Search with pl:Minneapolis too, the two records will appear. 3) Select one record of both records and delete the 260 field keeping the 264 field and save, rebuild your zebra. 4) Search again with pb:Bethany and just one record will appear. Thats mean 264 is not indexed. 5) Apply patches. 6) Rebuild your zebra but this time all biblio records. 7) Search again with pv:Bethany or Provider:Bethany, this time will appear the two records, 264 is indexed. Note that if you search again with pb only one record appear. This is because the suggestion of LOC. 10) Search with copydate:2013 only launch records with 260 fields and pv:2013 show both fields, i.e., 260 and 264. 11) Apply QA Test Tools Sponsored-by: Universidad de El Salvador Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 2 ++ Koha.pm | 2 +- etc/zebradb/biblios/etc/bib1.att | 1 + etc/zebradb/ccl.properties | 8 ++++++++ .../marc_defs/marc21/biblios/biblio-koha-indexdefs.xml | 5 +++++ .../marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl | 15 ++++++++++++++- installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 10 ++++++++++ .../prog/en/modules/admin/preferences/admin.pref | 7 +++++++ .../prog/en/modules/members/members-update.tt | 3 ++- mainpage.pl | 3 ++- members/members-update.pl | 3 ++- 12 files changed, 55 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 2 17:03:04 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 02 Nov 2015 16:03:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1009-g413cf2d Message-ID: This is an automated email from the git hooks/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 413cf2d3108542ad32efaad0e2aa6d56beb03066 (commit) via 9e1d8d8c5e357a56f88c78eca52ccbb37902d43c (commit) via 298733cb1e528f117984077442c867c3d2035ee0 (commit) from ce23235ec5229a2b6bb287014674fc856fad7084 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 413cf2d3108542ad32efaad0e2aa6d56beb03066 Author: Tomas Cohen Arazi Date: Mon Nov 2 13:00:37 2015 -0300 Bug 14978: DBRev 3.21.00.048 Signed-off-by: Tomas Cohen Arazi commit 9e1d8d8c5e357a56f88c78eca52ccbb37902d43c Author: Jonathan Druart Date: Thu Oct 8 09:15:57 2015 +0100 Bug 14978: Add unique key constraint on issues.itemnumber The constraint might have existed before bug 14069. For these DB, this patch will restore it, for others, it will add it :) Test plan: > show create table issues; should not return "unique key itemnumber" Execute the updatedb entry twice > show create table issues; should return only one "unique key itemnumber" Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 298733cb1e528f117984077442c867c3d2035ee0 Author: Marcel de Rooy Date: Wed Jul 22 14:41:42 2015 +0200 Bug 14589: Adjust authorities_merge_ajax and replace some indirect syntax This patch does the following: [1] Adjust authorities_merge_ajax just as in bug 14588. [2] Replace some indirect syntax for fetch GGI::Cookie. [3] Along the way replace some new CGI's. Note that I am not aiming to replace them Koha wide. The "fetch class" variant is less readable. NOTE: The changes to tools/upload-file.pl and upload-file-progress.pl are moved to report 14321. Test plan: [1] Run the URL authorities/merge_ajax.pl in staff. [2] Upload a file with Stage MARC records for import. Signed-off-by: Bernardo Gonzalez Kriegel [1] It runs, but also before patch [2] File uploads without problem No errors Signed-off-by: Jonathan Druart We could certainly remove 1 or 2 call to CGI->new in tools/background-job-progress.pl Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- acqui/check_duplicate_barcode_ajax.pl | 2 +- authorities/merge_ajax.pl | 12 +++++------- installer/data/mysql/kohastructure.sql | 1 + installer/data/mysql/updatedatabase.pl | 10 ++++++++++ opac/opac-patron-image.pl | 2 +- opac/opac-ratings-ajax.pl | 2 +- opac/opac-tags.pl | 2 +- tags/review.pl | 2 +- tools/background-job-progress.pl | 6 +++--- 10 files changed, 25 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 2 21:23:31 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 02 Nov 2015 20:23:31 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.18.12 created. v3.18.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.18.12 has been created at 9a10404d999c03e2df74ce282ebef19c980d4d0b (tag) tagging d533076c3859efcd88f579667a5488b0e1a4f5c6 (commit) replaces v3.18.11 tagged by Liz Rea on Tue Nov 3 09:24:02 2015 +1300 - Log ----------------------------------------------------------------- Koha release 3.18.12 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJWN8ZjAAoJEBuNTiU1Z9kHthkP/A68F+xoiEn5v+hZFPs3WwRP wkXqyUg9SePQGG7FwYiViCY/NShdtJtrAm7+Utms7CnyQcucrVvhFgltK8TB8atE 2yMeA6f5+xGM24tYTd3Kzy7Ph+sbUn/Ic1/MQiJja2efRgosIOokd3dKj/KTB/12 R+ghGLDS8But48hrolj/oFvPIkNF3iOGU3X+gLCsGcPCm3jFFOqZV+9x3HdIWHRx 7vGRkNxf0tYE5Gk0ZXnrF9bm4Fw1rRm1QyCIbUhm8FSj9iL4hkjJUdiEi/DkKbew kXB7qCHYmMSDitDwBcR28q29KUzZ4B5590PiFYRIByjMwOgWXQyuvDZNj8GNJy48 qsZ3/cwKxYdyb6yO7O6kwrrbDTOff1//ZydZ9bylIqs312pyGf+dNsn2kr1i+gMu EOsg7Q+mNiMyLb3Gfbnp0axub1GJG0/+Ka5B/Ox5t1GC4a62/Me8s3LaZ4QK9Z0m /STlTQ9Z+DpzgfzgCZ2Af1qjvchuRFLhZSFQHQ9wXbtOoW4qWxEN/R9H0VGoS3z9 go1YnZhUjxHD/mPsCehKam1NFu7Bf4ZaRo/3e3JiaNlcvAaIDARJna04MHDOQKig AwUY7eIN2NNJVWM7vswx5YipQG934ZTLjQGgZsHSgxxJsXgSsXa//9hBLgVKEw0J TeodHg3ZTPd+o/g7prKY =zQTo -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (1): Translation updates for Koha 3.18.12 release Brandon (2): Bug 10177 - whitespace is a valid password causing pernicious perturbations. Bug 10177 - Whitespace is accepted within the password but leading and trailing spaces are not. David Cook (1): Bug 14861: Accession date comparison does not work in advanced search Fridolin Somers (1): Bug 14154: 608$9 defined twice in UNIMARC biblio-koha-indexdefs.xml Jonathan Druart (15): Bug 14509: Reject invalid passwords Bug 13675: Do not set aqorders.budget_id to NULL Bug 14733: Replace 'priority' with 'estimated priority' Bug 14562: All patrons returned if 1 has a cardnumber set to an empty string (Fix conflict with bug 12833) Bug 12311: Do not return a lost item if modified in a batch Bug 14910: Redirect to the circulation module after a renew Bug 14820: Add missing prefs SMSSendUsername and SMSSendPassword Bug 14811: Don't update permanent_location with CART or PROC Bug 14141: Do not let edit the branch when updating/copying notice Bug 14141: Fix copy action Bug 14812: Display the help in the correct language Bug 14990: Format the date template-side for moremember Bug 11298: Don't force the renew time to 23:59 Bug 15029: Make the IssueSlip tests pass even if launched after 23:00 Bug 15012: use sudo instead of su in koha-shell Julian Maurice (1): Bug 14940: Fix sorting in opac-topissues.pl Kyle M Hall (3): Bug 14733: Prevent a record from having holds with duplicate priorities Bug 14733: Unit Tests Bug 14937: Expiration date for holds based onReservesMaxPickUpDelay should not require ExpireReservesMaxPickUpDelay Liz Rea (4): Bug 6756 - remove tests, no testbuilder in 3.18 Merge remote-tracking branch 'origin/3.18.x' Increment version for 3.18.12 release Update release notes for 3.18.12 release Magnus Enger (1): Bug 15042: Barcode hbyymmincr does not work when receiving serials Marc V?ron (1): Bug 14929: Fix missing display of help page in contract management Rafal Kopaczka (1): Bug 14966: Table header broken at detail.tt Tomas Cohen Arazi (1): Bug 14820: DBRev 3.18.11.001 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 2 22:37:11 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 02 Nov 2015 21:37:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.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 branch, 3.18.x has been updated via d533076c3859efcd88f579667a5488b0e1a4f5c6 (commit) from e6984cf2a25d3d0b9c0003525aea0851ffa98c2a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d533076c3859efcd88f579667a5488b0e1a4f5c6 Author: Liz Rea Date: Mon Nov 2 12:27:30 2015 +1300 Update release notes for 3.18.12 release Signed-off-by: Liz Rea ----------------------------------------------------------------------- Summary of changes: ...notes_3_18_10.txt => release_notes_3_18_12.txt} | 173 +++++++++++--------- 1 file changed, 93 insertions(+), 80 deletions(-) copy misc/release_notes/{release_notes_3_18_10.txt => release_notes_3_18_12.txt} (60%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 3 12:59:15 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 03 Nov 2015 11:59:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.16-10-gd99af32 Message-ID: This is an automated email from the git hooks/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 d99af32bd8f259d45576005e325aaeb156495ae6 (commit) via 3049befd2e1bbf8f7cab1148568e5206cd8728ee (commit) via db3ea41797a85f4609dbf20d207f538b576d12a1 (commit) via 9eb82b620ef0570a50440b0dd3070d7526d16f2f (commit) from defbfa29079e30a30544b1439f4e49fed98bd32c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d99af32bd8f259d45576005e325aaeb156495ae6 Author: Fridolin Somers Date: Tue Nov 3 12:55:05 2015 +0100 Increment version for 3.14.17 release Signed-off-by: Fridolin Somers commit 3049befd2e1bbf8f7cab1148568e5206cd8728ee Merge: db3ea41 9eb82b6 Author: Fridolin Somers Date: Tue Nov 3 12:53:08 2015 +0100 Merge remote-tracking branch 'remotes/translator/3.14.17-translate' into 3.14.x Signed-off-by: Fridolin Somers commit db3ea41797a85f4609dbf20d207f538b576d12a1 Author: Fridolin Somers Date: Tue Nov 3 12:52:31 2015 +0100 Update release notes for 3.14.17 release Signed-off-by: Fridolin Somers commit 9eb82b620ef0570a50440b0dd3070d7526d16f2f Author: Bernardo Gonzalez Kriegel Date: Fri Oct 30 12:44:01 2015 -0300 Translation updates for Koha 3.14.17 release ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- ...notes_3_14_14.txt => release_notes_3_14_17.txt} | 55 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 14 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 10 +- misc/translator/po/de-DE-opac-bootstrap.po | 12 +- .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 6622 +-- .../po/fa-Arab-i-staff-t-prog-v-3006000.po |32808 ++++++----- misc/translator/po/fa-Arab-opac-bootstrap.po | 6659 +-- misc/translator/po/fa-Arab-opac-ccsr.po | 295 +- misc/translator/po/fa-Arab-pref.po |58477 ++++++++++++++++++-- .../translator/po/fo-FO-i-opac-t-prog-v-3006000.po | 325 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 8 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 7 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 12 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 6 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 14 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 10 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po | 19 +- 19 files changed, 79872 insertions(+), 25489 deletions(-) copy misc/release_notes/{release_notes_3_14_14.txt => release_notes_3_14_17.txt} (85%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 3 12:59:39 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 03 Nov 2015 11:59:39 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.14.17 created. v3.14.17 Message-ID: This is an automated email from the git 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.17 has been created at 30382ff6e73ce6b58a65e8d204e6792c52f02e4e (tag) tagging d99af32bd8f259d45576005e325aaeb156495ae6 (commit) replaces v3.14.16 tagged by Fridolin Somers on Tue Nov 3 12:59:04 2015 +0100 - Log ----------------------------------------------------------------- Koha release 3.14.17 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJWOKGIAAoJECvJNkKAZAZuV0cH/iVAqCszdo0LPwd2HPQilUJn XNXWW2g4/Yk6xVnhJtqIQ+XWNFlC9DFyEnoJIpaxBFu4y5wGOwGcwJ0A0/vLnsXQ fwIYRoty79TAbhTuN1W9dyf3WX/j+Rv+toU1d0tZar04KudJdNcSHGZETUVv2tUc cReerK5CJc9ScMWjMiEosS1CB/nxYMDOwu5nSLGerfYsW675i6Wed4BQyfXPvGVE 8G+sd1jTJG9xyE09RB2iBMzwAxtVMrH4jgyMZGu9dpYzjy0KRaMKAftUnAiTTwLG orYsJC+1G2aJo9hnZMYDA/Ncb1fz5Ed3QINVqBBWSateaMM7Z8Nz/eG9t5Lxz3k= =9M1L -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (1): Translation updates for Koha 3.14.17 release Chris (1): Bug 14408 Path Traversal error Fridolin Somers (5): Revert "Bug 14408: Add tests to get_template_and_user" Revert "Bug 14408 Path traversal vulnerability" Update release notes for 3.14.17 release Merge remote-tracking branch 'remotes/translator/3.14.17-translate' into 3.14.x Increment version for 3.14.17 release Jonathan Druart (2): Bug 14408: Add tests to get_template_and_user Bug 14408: Allow integers in template paths Mason James (1): Bug 14408 (3.16/3.14) regex fix for .tmpl files too ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 3 15:07:42 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 03 Nov 2015 14:07:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1010-g1517301 Message-ID: This is an automated email from the git hooks/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 1517301c38e3414c984ac09c3a072420eb8a9fdc (commit) from 413cf2d3108542ad32efaad0e2aa6d56beb03066 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1517301c38e3414c984ac09c3a072420eb8a9fdc Author: Tomas Cohen Arazi Date: Tue Nov 3 11:07:22 2015 -0300 Bug 14978: (obsessive followup) fix upgrade text Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- 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 Tue Nov 3 18:14:06 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 03 Nov 2015 17:14:06 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1011-g8122df1 Message-ID: This is an automated email from the git hooks/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 8122df1f8788cbd695e06aa4c1acfa345da8cadc (commit) from 1517301c38e3414c984ac09c3a072420eb8a9fdc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8122df1f8788cbd695e06aa4c1acfa345da8cadc Author: Jonathan Druart Date: Tue Sep 15 08:24:07 2015 +0100 Bug 14821: Do not list not returned items On the checkin page, the table is always filled with info of the scanned barcode, even if the checkin has failed. When the checkin fails, there is already an error displayed, so there is no need to keep a row for fails. Test plan: Confirm that the failed checkins don't appear anymore in the checkin table. - checkin an item which is not issued; - BlockReturnOfWithdrawnItems is set and item is withdrawn; - Not returned at the right place; - privacy=2 and AnonymousPatron not correctly set; Before this patch this behavior existed only for bad barcode. Signed-off-by: Frederic Demians I confirm that the checkin table hasn't to be populated with info on items which haven't been checked in. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: circ/returns.pl | 6 ------ 1 file changed, 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 4 15:00:13 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Nov 2015 14:00:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1015-g3e0b35c Message-ID: This is an automated email from the git hooks/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 3e0b35c15db408593b0d1a1a4c381750f8d3bec8 (commit) via 6b31947c3bb6517ecdc7d21440ba79895c270749 (commit) via fff73a73837d577214fa3a9198fa97f8a50471f3 (commit) via c292dde75b5e206045cef47d0be51235159a4b6d (commit) from 8122df1f8788cbd695e06aa4c1acfa345da8cadc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3e0b35c15db408593b0d1a1a4c381750f8d3bec8 Author: Fridolin Somers Date: Mon Oct 26 08:44:17 2015 +0100 Bug 15059: Line break in html attribute in branchoverdues.tt In circ/branchoverdues.tt, there is a line break inside href attribute. This generates an attribute with a lot of spaces %20. Test plan : - at intranet go to ciculation module - click on "Overdues with fines" - look at links "Phone", "Notice" and "Considered lost" => Without patch the URL contains a lot of spaces => With patch the URL is correct Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 6b31947c3bb6517ecdc7d21440ba79895c270749 Author: Mason James Date: Wed Sep 16 13:56:23 2015 +1200 Bug 15035: Anti-spam for opac-suggestions - FOLLOW-UP to test this patch... 1/ enable 'suggestion' and 'AnonSuggestions' sysprefs 2/ edit the koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt file, to reveal the hidden 'negcap' field replace line 87 opac-suggestions.tt, from...
  • to ...
  • 3/ attempt to add another suggestion, and populate the 'negcap' field adding the suggestion is supposed to fail, but actually succeeds!? :/ 4/ apply patch 5/ repeat step 3, suggestion attempt should fail as expected modified: opac-suggestions.pl Signed-off-by: Bernardo Gonzalez Kriegel Confirmed insertion with negcap before patch. With negcap value suggestion fails silently Without negcap suggestion is inserted No errors Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit fff73a73837d577214fa3a9198fa97f8a50471f3 Author: Bernardo Gonzalez Kriegel Date: Tue Nov 3 12:16:08 2015 -0300 Bug 15061: Can't add item to rotating collection This patch prevents adding items to invalid (empty) rotating collection id To test: 1) Go to /cgi-bin/koha/rotating_collections/addItems.pl 2) Try to add an item, you get error show in attached pictures 3) Apply the patch 4) Go again to /cgi-bin/koha/rotating_collections/addItems.pl 5) Can't add any items I don't know if this is a real problem Followed test plan, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit c292dde75b5e206045cef47d0be51235159a4b6d Author: Marc V?ron Date: Tue Oct 27 12:38:32 2015 +0100 Bug 15068: Get rid of warnings in members/summary-print.pl This patch removes warnings when printing a summary from a member's detail page, like: - use of uninitialized value in sprintf at /usr/share/kohaclone/members/summary-print.pl line 47 - Use of uninitialized value $roadtype in concatenation (.) or string at /usr/share/kohaclone/members/summary-print.pl line 61 - Use of uninitialized value in addition (+) at /usr/share/kohaclone/members/summary-print.pl line 87 - Argument "2015-11-03 23:59:00" isn't numeric in numeric comparison (<=>) at /usr/share/kohaclone/members/summary-print.pl line 103 To test: - Apply patch - Go to a detail page with a member who has a lot of fines - Print summary - Verify that warnings like the ones above do no longer appear. Signed-off-by: Frederic Demians Have been able to see those warnings in Apache log file, and notice their disappearance after applying this patch. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/branchoverdues.tt | 9 +++------ .../prog/en/modules/rotating_collections/addItems.tt | 11 ++++++++--- members/summary-print.pl | 18 ++++++++++++------ opac/opac-suggestions.pl | 5 ++++- 4 files changed, 27 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 4 15:28:24 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Nov 2015 14:28:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1028-g93d93b3 Message-ID: This is an automated email from the git hooks/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 93d93b36377dea05131307106f1e5a9f226d9487 (commit) via 67cb605872a89595835829dd0194fd0eaf2cc958 (commit) via 531bfc856894177942c335ad8605210700274b99 (commit) via 808ec53c1436a67f4a835ef7abbdf8af18267b15 (commit) via b9a22b3636d57b7e22997c106ef380b81194d0d6 (commit) via 57ceda5672bf45b4193bf30df0a5fdde4b18138c (commit) via 2d22a30d6a8c7d05f8d39c268cb6d9d6b6010ed4 (commit) via 8a48209933533cccca5aee9a53073c0324a30cb3 (commit) via da57aba89458083bf35f621935a2ba0da561f9c7 (commit) via 0b903c5166e4e5c4426582c3c5a9bd23f5713939 (commit) via 4fb7a013c761b195b7ea2dc34397d8de7dc9e635 (commit) via 72384b0c204cdcbb230d14008e5b81c6b5286c18 (commit) via ad8e8f335a0c15aa36113e5e0b429d3aff1e4f41 (commit) from 3e0b35c15db408593b0d1a1a4c381750f8d3bec8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 93d93b36377dea05131307106f1e5a9f226d9487 Author: Jonathan Druart Date: Mon Sep 21 15:56:49 2015 +0100 Bug 14805: Replace generic 'items' with the specific ones Signed-off-by: Joonas Kylm?l? Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 67cb605872a89595835829dd0194fd0eaf2cc958 Author: Joonas Kylm?l? Date: Thu Sep 17 11:35:32 2015 +0000 Bug 14805: (follow-up) fix a bug in previous code and change msg string Previously the code didn't work if there was only one batch available for selection. This fixes that now. Also there was a bug with wrong string showing now it's changed to a general one, "items". I choosed the string "items" because there was difficulties adding the plural part of the word. One cannot add just s to the end of the word batch like you can in the case of profile. Sponsored-by: Vaara-kirjastot Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 531bfc856894177942c335ad8605210700274b99 Author: Jonathan Druart Date: Thu Sep 17 09:40:46 2015 +0100 Bug 14805: QA follow-up This patches remove a trailing whitespace and simplify 2 parts of code. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 808ec53c1436a67f4a835ef7abbdf8af18267b15 Author: Joonas Kylm?l? Date: Fri Sep 11 13:55:07 2015 +0000 Bug 14805: Allow the user to delete multiple batches Allows the user to delete multiple patron card batches. Test plan: 1. Add first some 20 batches 2. Go to the edit page of some X batch by first selecting from the batch list the batch you want to edit and then after that by clicking edit. 3. Delete one batch by selecting one batch and then clicking delete. 4. Select 0 batches and click delete, notice you cannot delete. 5. Select 0 batches and click edit, notice you cannot edit. 6. Select 2 batches and click edit, notice you cannot edit. 7. Apply patch 8. Check that steps from 2-6 work like they worked before. (and add more batches so that you have ~20 of them) 9. Select 2 batches and click delete. Make sure they are deleted. 10. Try to figure out some anomalies this patch might have caused. Sponsored-by: Vaara-kirjastot Followed test plan, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit b9a22b3636d57b7e22997c106ef380b81194d0d6 Author: Jonathan Druart Date: Thu Aug 23 13:53:21 2012 +0200 Bug 8438: Users can only claim for serials related to their branch. Only superlibrarian users and users with superserials permission can override this limitation. This patch adds a new subroutine C4::Serials::can_claim_subscription. Signed-off-by: Paola Rossi The upgrading of the DB was as required: for each [PT/S] patron with the permission "claim_serials" ON, the permission "superserials" became[/was kept to] ON. Then, after having checked the DB upgrading, to test the currently adding limitation: > Users can only claim for serials related to their branch , I reset 2 PT/S patrons-users to: permission claim_serials: YES permission superserials: NO and I set the syspref "IndependendeBranches" to "Prevent". For: > Only superlibrarian users can override this limitation. the S patron-user could list AND claim: A) subscriptions of his own branch, B) subscriptions of other branch, C) subscriptions without branch. For: > Only users with superserials permission can override this limitation. the PT patron-user could list: A) subscriptions of his own branch, B) subscriptions of other branch, C) subscriptions without branch, and could claim only: A) subscriptions of his own branch, C) subscriptions without branch. NB: a subscription is selected to be claimed. Then I set the syspref "IndependendeBranches" to "Don't prevent". The behaviour was [exactly the same as in master] without the added limitation. On [S/PT] patrons, if permission claim_serials was NO, no Claims link was available on Serials' page, either under "Prevent" or under "Don't prevent". Signed-off-by: Katrin Fischer Added the results of Paola's testing to the commit message as test plan. Note to RM: Maybe we could add a note to the release notes, that Koha now enforces superserials with independent branches better, so people might have to adapt permissions in order to claim for other branches. Signed-off-by: Tomas Cohen Arazi commit 57ceda5672bf45b4193bf30df0a5fdde4b18138c Author: Katrin Fischer Date: Tue Oct 20 16:46:15 2015 +0200 Bug 8436: QA Follow-up: Add Library to result list If we offer a library filter, we should also show the library in the result list, so that search options and result list match. Otherwise, for libraries with multiple branches, there is no way to see, which is the subscription of a specific branch in the list. - Add a Library column in the result list - Rename branch to library in the template Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 2d22a30d6a8c7d05f8d39c268cb6d9d6b6010ed4 Author: Katrin Fischer Date: Tue Oct 20 16:36:06 2015 +0200 Bug 8436: QA Follow-up: Activate branch filter, if IndependentBranches is off The superserials permission is only in use in combination with IndependentBranches - so it makes sense to also show the branch filter when IndependentBranches is off. Permission description: superserials Manage subscriptions from any branch (only applies when IndependentBranches is used) Also adds a missing check for superlibraian. Note: the duplicated permission check in the code is not really nice - would be good to rewrite this to be more clean. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 8a48209933533cccca5aee9a53073c0324a30cb3 Author: Julian Maurice Date: Tue Aug 25 13:15:41 2015 +0200 Bug 8436: Use C4::Context->IsSuperLibrarian() Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit da57aba89458083bf35f621935a2ba0da561f9c7 Author: Jonathan Druart Date: Fri Feb 20 10:57:52 2015 +0100 Bug 8436: Replace GetBranches with GetBranchesLoop The branch selection logic still exists in GetBranchesLoop, it should be used here. Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 0b903c5166e4e5c4426582c3c5a9bd23f5713939 Author: Julian Maurice Date: Wed Aug 22 14:35:37 2012 +0200 Bug 8436: Add limit on branch in checkexpiration.pl This limit is only available for superlibrarians and patrons that have superserials permission. Other patrons will only see subscriptions of their branch. Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 4fb7a013c761b195b7ea2dc34397d8de7dc9e635 Author: Katrin Fischer Date: Sun Oct 25 00:21:59 2015 +0200 Bug 11678: QA follow-up - Fixing some typos in the documentation Signed-off-by: Tomas Cohen Arazi commit 72384b0c204cdcbb230d14008e5b81c6b5286c18 Author: Julian Maurice Date: Mon Oct 19 10:49:32 2015 +0200 Bug 11678: Improve documentation of new parameter Say --email is repeatable Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit ad8e8f335a0c15aa36113e5e0b429d3aff1e4f41 Author: Jonathan Druart Date: Thu Jan 23 13:12:30 2014 +0100 Bug 11678: Gather print notices: add --email parameter This patch add the ability to send generated files by email. You can specify several emails. Test plan: - same as Bug 11603 - call the script misc/cronjobs/gather_print_notices.pl with the following parameters: perl misc/cronjobs/gather_print_notices.pl /tmp/test --csv --ods --html --letter_code=CHECKIN -d=: --email="email_one at example.org" --email="email_two at example.org" Signed-off-by: Frederic Demians - Works as desribed. Rebased upon bug-11603. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Serials.pm | 13 ++++ .../prog/en/modules/patroncards/manage.tt | 72 +++++++++++++++----- .../prog/en/modules/serials/checkexpiration.tt | 23 ++++++- .../prog/en/modules/serials/claims.tt | 6 +- misc/cronjobs/gather_print_notices.pl | 71 ++++++++++++++++++- patroncards/manage.pl | 13 ++-- serials/checkexpiration.pl | 31 +++++++-- serials/claims.pl | 4 ++ t/db_dependent/Serials_2.t | 32 ++++++++- 9 files changed, 234 insertions(+), 31 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 4 16:53:20 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Nov 2015 15:53:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1059-g9708ffa Message-ID: This is an automated email from the git hooks/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 9708ffa1d3929535620c86063ad82e7aa9f22864 (commit) via 3efbad2ce953b18091079264a027b4d034dd77b7 (commit) via f668ca7dae584dd71ae3bf454b4679a4253b5240 (commit) via 1d2174d8158a34f8dc57826caeebe875322d31fc (commit) via 78db3adda28257894cb276959dd91215f6fe6f1e (commit) via 492e5247997f02e6995a2bac044e0dae6112abdb (commit) via e6127b1bc000827d244f4116193e342c61c8e833 (commit) via b8891b9275bd2e31a66927f87ef28667b457086e (commit) via 29e97b85f0f5e0b11a5120c7560bb3bfa9a82898 (commit) via a39910ecb638cb15ddbbd96874bd48720b54e6e1 (commit) via 2f6d1e8240192bb501d1f41ed9190fb430640eb9 (commit) via 7091c6b274b25df13b6779bbcf9545a1f81c8f97 (commit) via eead133e775392480f92fa8a13eef70d79bad464 (commit) via dc0c851fc9c7bd0310f9f45b1a9d9a4562aad8a5 (commit) via 07ddb073415696ef405b5ff1bec4389362be5872 (commit) via e9ba2c5c53cce788bbbc35c1c31e7c2e772cce8a (commit) via f0127ddb4daf9952d4614aab6a86831777261c9b (commit) via 3a4299327b83fdbd7e6246f8c069436fe83e2e79 (commit) via f143b31d1f8ea5364b0ef3fa33c31e26980381ce (commit) via f73fdc9ebbc43b983e5c8f08d187cd3d6ac418cc (commit) via 386d36b3a39bf7e27c6ecb7cf7f31296bd0b13fd (commit) via 245e71cb064dca6d0b5e94d288d5cfcd03b515c9 (commit) via b8dd89973877bbb09b6aabe45d8b2e91a7af38b7 (commit) via 220ff161e9cd3130cb3e1f5a03e882c1868e5143 (commit) via 7df384c17dfce72f58b8bc02dae8b7c663231894 (commit) via 5e4077ae912d7ee03a2340ebee6e3286a4e71c0e (commit) via 88bf1a75dbb3ac20b75a025eb711292c207d525c (commit) via afc3db4d6876cac1d77449a655d452c4663c6692 (commit) via 9d82253d0a8393933fa091fb4596df3007c52871 (commit) via 00900e8a51ca465080f25f61f3eed3bce60dcd9e (commit) via 3cab4d1efd25268441c88ce74d5a4b568773c8aa (commit) from 93d93b36377dea05131307106f1e5a9f226d9487 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9708ffa1d3929535620c86063ad82e7aa9f22864 Author: Tomas Cohen Arazi Date: Wed Nov 4 12:45:51 2015 -0300 Bug 12933: DBRev 3.21.00.050 Signed-off-by: Tomas Cohen Arazi commit 3efbad2ce953b18091079264a027b4d034dd77b7 Author: Katrin Fischer Date: Sat Oct 24 20:58:04 2015 +0200 Bug 12933: (QA followup) Add missing notice templates and other small fixes - Fixes page title of slip print window: Members > Patrons - Fixes error message if no notice template is found - Fixes a stray template variable that resulted in the borrower number showing in the 'Print' pull down - Fixes xt/sample_notices.t by adding the sample notice to it-IT and es-ES Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit f668ca7dae584dd71ae3bf454b4679a4253b5240 Author: Kyle M Hall Date: Mon Jan 26 08:39:17 2015 -0500 Bug 12933: (QA followup) Rename GetOverdues to GetOverduesForPatron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 1d2174d8158a34f8dc57826caeebe875322d31fc Author: Kyle M Hall Date: Thu Jan 1 19:18:18 2015 -0500 Bug 12933: (QA followup) Add Unit Tests Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 78db3adda28257894cb276959dd91215f6fe6f1e Author: Kyle M Hall Date: Thu Jan 1 18:48:03 2015 -0500 Bug 12933: (QA followup) Rename parse_letter to parse_overdues_letter Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 492e5247997f02e6995a2bac044e0dae6112abdb Author: Kyle M Hall Date: Tue Dec 16 08:10:02 2014 -0500 Bug 12933: Add new OVERDUES_SLIP letter Signed-off-by: Amy Purvis Signed-off-by: Laurie McKee Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit e6127b1bc000827d244f4116193e342c61c8e833 Author: Kyle M Hall Date: Tue Sep 16 12:51:13 2014 -0400 Bug 12933: Add ability to print overdue slip from staff intranet Some librarians would like to be able to print an overdues slip from the staff intranet. This slip would be defined as the print transport version of the ODUE slip. Test Plan: 1) Apply this patch 2) Locate a patron with overdues 3) Define a print version of the OVERDUES_SLIP slip 4) Try Print > Print overdues Signed-off-by: Amy Purvis Signed-off-by: Laurie McKee Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit b8891b9275bd2e31a66927f87ef28667b457086e Author: Tomas Cohen Arazi Date: Sat Oct 31 11:57:42 2015 -0300 Bug 15095: marc_modificacation_template_actions DB not consistent between fresh and updated DB A review of the 3.20.00 + upgrade DB, compared to a fresh master install highlighted an inconsistency on that table. This is mysqldbcompare's output for it: - `action` enum('delete_field','update_field','move_field','copy_field','copy_and_replace_field') COLLATE utf8_unicode_ci DEFAULT NULL, ? ------------------------- ^^^^^^ + `action` enum('delete_field','update_field','move_field','copy_field') COLLATE utf8_unicode_ci NOT NULL, So one ENUM value is missing on fresh installs, and an upgraded one yields a DEFAULT NULL configuration for the 'action' column. To test: 1) have a v3.20.00 DB: > CREATE DATABASE koha_master_upgraded; $ git checkout v3.20.00 $ mysql koha_master_upgraded < installer/data/mysql/kohastructure.sql 2) upgrade it to latest master by running: $ git checkout origin/master $ perl installer/data/mysql/updatedatabase.pl 3) Create a new DB > CREATE DATABASE koha_master_fresh; $ mysql koha_master_fresh < installer/data/mysql/kohastructure.sql 4) Run mysqldbcompare (you need mysql-utilities installed for that) $ mysqldbcompare --difftype=differ --server1=root at localhost \ --skip-data-check --skip-table-options \ --run-all-tests koha_master_upgraded:koha_master_fresh => FAIL: You will notice the marc_modification_template_actions discrepancy - Repeat from 1), but apply this patch on 2) before the upgrade. => SUCCESS: The DB's discrepancies are now irrelevant [1] - Sign off :-D [1] Only KEY definition order is 'wrong', but it is not relevant. Signed-off-by: Frederic Demians Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 29e97b85f0f5e0b11a5120c7560bb3bfa9a82898 Author: Tomas Cohen Arazi Date: Wed Nov 4 12:09:28 2015 -0300 Bug 11431: DBRev 3.21.00.049 Signed-off-by: Tomas Cohen Arazi commit a39910ecb638cb15ddbbd96874bd48720b54e6e1 Author: Kyle M Hall Date: Wed Nov 4 10:08:39 2015 -0500 Bug 11431: (QA followup) Make audio alerts sql top level Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 2f6d1e8240192bb501d1f41ed9190fb430640eb9 Author: Katrin Fischer Date: Sat Oct 24 12:01:52 2015 +0200 Bug 11431: (QA followup) Typo in help file / variable name Fixes the variable name to avoid a double-up that made it impossible to turn off the sounds in general. If AudioAlerts are turned off, they will only work on the audio administration page now so you can set up and test the different sounds there. Also fixes a little typo in the help file. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 7091c6b274b25df13b6779bbcf9545a1f81c8f97 Author: Kyle M Hall Date: Fri Oct 23 07:55:18 2015 -0400 Bug 11431: (QA followup) Add ability to edit audio alerts Signed-off-by: Katrin Fischer commit eead133e775392480f92fa8a13eef70d79bad464 Author: Kyle M Hall Date: Fri Oct 23 08:15:45 2015 -0400 Bug 11431: (QA followup) Update help Signed-off-by: Katrin Fischer commit dc0c851fc9c7bd0310f9f45b1a9d9a4562aad8a5 Author: Kyle M Hall Date: Fri Oct 23 07:05:23 2015 -0400 Bug 11431: (QA followup) Always allow audio alerts for audio alerts editor page Signed-off-by: Katrin Fischer commit 07ddb073415696ef405b5ff1bec4389362be5872 Author: Kyle M Hall Date: Fri Sep 18 06:36:10 2015 -0400 Bug 11431: (QA followup) Fix alter precedences on delete Signed-off-by: Katrin Fischer commit e9ba2c5c53cce788bbbc35c1c31e7c2e772cce8a Author: Kyle M Hall Date: Thu Sep 17 11:04:09 2015 -0400 Bug 11431: (QA followup) Hard code list of sounds for security The sounds directory is no longer available for listing for security. It is better and safer to hard code the list of sounds. Signed-off-by: Katrin Fischer commit f0127ddb4daf9952d4614aab6a86831777261c9b Author: Kyle M Hall Date: Thu Sep 17 10:48:24 2015 -0400 Bug 11431: (QA followup) Move AudioAlerts to a separate plugin Signed-off-by: Katrin Fischer commit 3a4299327b83fdbd7e6246f8c069436fe83e2e79 Author: Kyle M Hall Date: Wed Aug 19 07:57:17 2015 -0400 Bug 11431: (QA followup) Simplify audio_alert_id to just id Signed-off-by: Katrin Fischer commit f143b31d1f8ea5364b0ef3fa33c31e26980381ce Author: Kyle M Hall Date: Wed Aug 19 07:55:31 2015 -0400 Bug 11431: (QA followup) Unit Tests Signed-off-by: Katrin Fischer commit f73fdc9ebbc43b983e5c8f08d187cd3d6ac418cc Author: Kyle M Hall Date: Tue Aug 18 14:23:12 2015 -0400 Bug 11431: (QA followup) Fix js error Signed-off-by: Katrin Fischer commit 386d36b3a39bf7e27c6ecb7cf7f31296bd0b13fd Author: Kyle M Hall Date: Tue Jun 30 07:12:36 2015 -0400 Bug 11431: Update UsageStats.pm Signed-off-by: Katrin Fischer commit 245e71cb064dca6d0b5e94d288d5cfcd03b515c9 Author: Kyle M Hall Date: Mon Apr 27 07:53:25 2015 -0400 Bug 11431: (QA followup) Fix POD Signed-off-by: Katrin Fischer commit b8dd89973877bbb09b6aabe45d8b2e91a7af38b7 Author: Kyle M Hall Date: Mon Apr 27 07:49:50 2015 -0400 Bug 11431: (QA followup) Allow https in sound URLs Signed-off-by: Katrin Fischer commit 220ff161e9cd3130cb3e1f5a03e882c1868e5143 Author: Kyle M Hall Date: Mon Dec 22 05:58:48 2014 -0500 Bug 11431: Add additional sound options This patch set replaces and extends Koha's current sound options. This is implemented be removing the existing sound system, and re-engineering using a table of selector/sound combinations such that the highest precedence selector that is found in the DOM will trigger and audio alert. The existing audio behaviors are implemented as a set of default audio alerts. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Enable the AudioAlerts system preference 4) Test existing sounds 5) Enter the new alerts editor in the admin section 6) Add a new audo alert with the following selector: "body:contains('Check in message')", choose any sound alert you wish, make sure it's not one of the 3 sounds already used! Make this selector precedence 1 4) Browse to the checkins page, you should hear the default sound 5) Attempt to return an invalid barcode, you should hear your custom sound! Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer commit 7df384c17dfce72f58b8bc02dae8b7c663231894 Author: Kyle M Hall Date: Mon Dec 22 05:58:09 2014 -0500 Bug 11431: DBIC update schema Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer commit 5e4077ae912d7ee03a2340ebee6e3286a4e71c0e Author: Kyle M Hall Date: Mon Dec 22 05:57:21 2014 -0500 Bug 11431: Add audio alerts to installer http://bugs.koha-community.org/show_bug.cgi?id=11431 Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer commit 88bf1a75dbb3ac20b75a025eb711292c207d525c Author: Kyle M Hall Date: Mon Dec 22 05:56:33 2014 -0500 Bug 11431: Update database Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit afc3db4d6876cac1d77449a655d452c4663c6692 Author: Kyle M Hall Date: Wed Nov 4 09:34:11 2015 -0500 Bug 15081: (QA followup) Fix issue with Barcodes_ValueBuilder.t Signed-off-by: Tomas Cohen Arazi commit 9d82253d0a8393933fa091fb4596df3007c52871 Author: Tomas Cohen Arazi Date: Sun Nov 1 16:39:37 2015 -0300 Bug 15081: (followup) Make test files using TestBuilder handle their transactions This trivial patch introduces the code needed on the test files so they handle the DB transaction instead of relying on the (removed) transaction started/rolled back by TestBuilder. Tested all of the files before and after applying the patch, resultes are the same. (Pass exept of t/db_dependent/Barcodes_ValueBuilder.t, this has the same error). Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 00900e8a51ca465080f25f61f3eed3bce60dcd9e Author: Tomas Cohen Arazi Date: Sat Oct 31 12:29:09 2015 -0300 Bug 15081: Take transaction handling out from TestBuilder This patch removes transaction handling code from TestBuilder. It fixes the TestBuilder.t to handle the transaction on its own. Verify that t/db_dependent/TestBuilder.t passes. Followed test plan, TestBuilder.t passes Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 3cab4d1efd25268441c88ce74d5a4b568773c8aa Author: Tomas Cohen Arazi Date: Wed Nov 4 12:09:06 2015 -0300 Bug 14978: (RM followup) DBIx update Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Installer.pm | 1 + C4/Members.pm | 20 +++ C4/Overdues.pm | 71 ++++++++ C4/UsageStats.pm | 2 +- Koha.pm | 2 +- Koha/{Config/SysPref.pm => AudioAlert.pm} | 33 +++- Koha/AudioAlerts.pm | 157 ++++++++++++++++++ Koha/Object.pm | 3 +- Koha/Schema/Result/AudioAlert.pm | 81 +++++++++ Koha/Schema/Result/Issue.pm | 18 +- Koha/Schema/Result/Item.pm | 12 +- Koha/Template/Plugin/{Biblio.pm => AudioAlerts.pm} | 21 +-- Koha/Template/Plugin/Borrowers.pm | 12 +- Koha/Template/Plugin/Koha.pm | 6 +- admin/audio_alerts.pl | 68 ++++++++ circ/circulation.pl | 2 +- circ/returns.pl | 2 +- installer/data/mysql/audio_alerts.sql | 4 + .../data/mysql/de-DE/mandatory/sample_notices.sql | 6 + .../data/mysql/en/mandatory/sample_notices.sql | 6 + .../data/mysql/es-ES/mandatory/sample_notices.sql | 6 + .../mysql/fr-FR/1-Obligatoire/sample_notices.sql | 6 + installer/data/mysql/it-IT/necessari/notices.sql | 6 + installer/data/mysql/kohastructure.sql | 16 +- .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 6 + .../data/mysql/pl-PL/mandatory/sample_notices.sql | 6 + .../data/mysql/ru-RU/mandatory/sample_notices.sql | 6 + installer/data/mysql/sysprefs.sql | 2 +- .../data/mysql/uk-UA/mandatory/sample_notices.sql | 6 + installer/data/mysql/updatedatabase.pl | 44 ++++- .../intranet-tmpl/prog/en/includes/admin-menu.inc | 1 + .../prog/en/includes/doc-head-close.inc | 48 ++++-- .../prog/en/includes/intranet-bottom.inc | 1 + .../prog/en/includes/members-toolbar.inc | 9 + koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 7 + .../prog/en/modules/admin/admin-home.tt | 2 + .../prog/en/modules/admin/audio_alerts.tt | 175 ++++++++++++++++++++ .../en/modules/admin/preferences/circulation.pref | 7 - .../en/modules/admin/preferences/staff_client.pref | 6 + .../prog/en/modules/circ/circulation.tt | 15 +- .../prog/en/modules/circ/printslip.tt | 10 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 41 +---- .../prog/en/modules/help/admin/audio_alerts.tt | 31 ++++ members/print_overdues.pl | 67 ++++++++ misc/cronjobs/overdue_notices.pl | 73 +------- t/db_dependent/Accounts.t | 4 +- t/db_dependent/AudioAlerts.t | 133 +++++++++++++++ t/db_dependent/Barcodes_ValueBuilder.t | 26 +++ t/db_dependent/Borrower_Discharge.t | 25 ++- t/db_dependent/Category.t | 11 ++ t/db_dependent/Circulation/AnonymiseIssueHistory.t | 28 ++++ t/db_dependent/Circulation/TooMany.t | 24 ++- t/db_dependent/Circulation_dateexpiry.t | 12 ++ t/db_dependent/Exporter/Record.t | 43 +++-- t/db_dependent/Holds.t | 14 +- t/db_dependent/Holidays.t | 9 +- t/db_dependent/Items.t | 4 +- t/db_dependent/Items/MoveItemFromBiblio.t | 7 + t/db_dependent/Koha/Cities.t | 11 ++ t/db_dependent/Members/GetOverdues.t | 63 +++++++ .../Members/GetUpcomingMembershipExpires.t | 14 +- t/db_dependent/Reserves/GetReserveFee.t | 12 +- t/db_dependent/TestBuilder.t | 9 + t/lib/TestBuilder.pm | 13 +- 64 files changed, 1364 insertions(+), 222 deletions(-) copy Koha/{Config/SysPref.pm => AudioAlert.pm} (62%) create mode 100644 Koha/AudioAlerts.pm create mode 100644 Koha/Schema/Result/AudioAlert.pm copy Koha/Template/Plugin/{Biblio.pm => AudioAlerts.pm} (66%) create mode 100755 admin/audio_alerts.pl create mode 100644 installer/data/mysql/audio_alerts.sql create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/audio_alerts.tt create mode 100755 members/print_overdues.pl create mode 100755 t/db_dependent/AudioAlerts.t create mode 100644 t/db_dependent/Members/GetOverdues.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 4 17:40:44 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Nov 2015 16:40:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1060-g314f3e2 Message-ID: This is an automated email from the git hooks/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 314f3e22d969b05ffd0590153707fd0c673987be (commit) from 9708ffa1d3929535620c86063ad82e7aa9f22864 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 314f3e22d969b05ffd0590153707fd0c673987be Author: Jonathan Druart Date: Fri Oct 16 09:02:26 2015 +0000 Bug 15014: Returns 0 if everything went fine Be kind and return 0 if the sample file has been generated correctly. Otherwise you are a bad guy and you make Plack returns an internal error (exited nonzero: 1 at /home/vagrant/kohaclone/tools/import_borrowers.pl line 390.) Signed-off-by: Josef Moravec Works as expected Signed-off-by: Tomas Cohen Arazi Works as expected here too. ----------------------------------------------------------------------- Summary of changes: tools/import_borrowers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 4 17:49:16 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 04 Nov 2015 16:49:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1071-g35ecdde Message-ID: This is an automated email from the git hooks/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 35ecddec894ad633e26e8802c7c68864e395fca4 (commit) via f60f35281252887ee4558b092b5857cca5de2bdf (commit) via d074c77deb19e3a8faebb1dcf05bafaea0616f1e (commit) via 7fe57de8e28b4fc5691beeffd3d96f6693243925 (commit) via 2cd6bce4427f6d7b1aba5a7349e0c258bb8762e8 (commit) via 93a88eaaf6cbe16ea7d319eb1377d865c01c2637 (commit) via 5533d658018553f2205d4d8836541a3efa6a665b (commit) via 631694cd96bb3f7e759dc593bd0358a0efaf1304 (commit) via 63cb4b9d3ed0c2cb8fa7692ddb28019155b0889a (commit) via b4c6ad6603b712d910a0c872139a371a453eb074 (commit) via c83cd774117f808aab27ece79fc31c9c44d4fffc (commit) from 314f3e22d969b05ffd0590153707fd0c673987be (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 35ecddec894ad633e26e8802c7c68864e395fca4 Author: Julian Maurice Date: Wed Nov 4 14:29:19 2015 +0100 Bug 13799: Add types for patron's fields in Swagger spec Signed-off-by: Tomas Cohen Arazi commit f60f35281252887ee4558b092b5857cca5de2bdf Author: Julian Maurice Date: Fri Oct 30 08:49:23 2015 +0100 Bug 13799: Rename t/.../v1/borrowers.t to t/.../v1/patrons.t Signed-off-by: Tomas Cohen Arazi commit d074c77deb19e3a8faebb1dcf05bafaea0616f1e Author: Julian Maurice Date: Wed Oct 7 17:19:34 2015 +0200 Bug 13799: Reword 'borrower' to 'patron' Also, complete the Swagger definition of a patron Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 7fe57de8e28b4fc5691beeffd3d96f6693243925 Author: Julian Maurice Date: Wed Oct 7 14:19:58 2015 +0200 Bug 13799: Change 'required' value type from string to boolean String is not accepted as a valid value in more recent versions of Swagger2 module Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 2cd6bce4427f6d7b1aba5a7349e0c258bb8762e8 Author: Julian Maurice Date: Wed Oct 7 11:10:12 2015 +0200 Bug 13799: Allow to set Mojolicious secret in $KOHA_CONF Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 93a88eaaf6cbe16ea7d319eb1377d865c01c2637 Author: Julian Maurice Date: Wed Oct 7 11:00:45 2015 +0200 Bug 13799: Change Mojolicious default mode to 'production' This avoid getting a debug page when URL is wrong. Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 5533d658018553f2205d4d8836541a3efa6a665b Author: Tomas Cohen Arazi Date: Thu Sep 24 14:21:55 2015 -0300 Bug 13799: (QA followup) make tests use random data With the introduction of TestBuilder there's no need to rely on existing data on the DB (the original patch relies on categories and branches already existing). This patch creates a random branch, category and two borrowers with the fixed data that is needed for the tests. It adjusts the tests to use the randomized data instead of the previously fixed one. Signed-off-by: Tomas Cohen Arazi The feature works as expected and all tests passes. koha-qa.pl too. Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 631694cd96bb3f7e759dc593bd0358a0efaf1304 Author: Julian Maurice Date: Wed Sep 23 10:06:13 2015 +0200 Bug 13799: Fix API unit tests They were failing because of the now required 'borrowers' permission Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 63cb4b9d3ed0c2cb8fa7692ddb28019155b0889a Author: Julian Maurice Date: Tue Sep 22 11:08:53 2015 +0200 Bug 13799: Add missing license notices Signed-off-by: Joonas Kylm?l? Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit b4c6ad6603b712d910a0c872139a371a453eb074 Author: Julian Maurice Date: Mon Aug 31 17:00:52 2015 +0200 Bug 13799: Add cookie-based authentication to REST API Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit c83cd774117f808aab27ece79fc31c9c44d4fffc Author: Julian Maurice Date: Wed Mar 4 16:46:33 2015 +0100 Bug 13799: RESTful API with Mojolicious and Swagger2 Actual routes are: /borrowers Return a list of all borrowers in Koha /borrowers/{borrowernumber} Return the borrower identified by {borrowernumber} (eg. /borrowers/1) There is a test file you can run with: $ prove t/db_dependent/rest/borrowers.t All API stuff is in /api/v1 (except Perl modules) So we have: /api/v1/script.cgi CGI script /api/v1/swagger.json Swagger specification Change both OPAC and Intranet VirtualHosts to access the API, so we have: http://OPAC/api/v1/swagger.json Swagger specification http://OPAC/api/v1/{path} API endpoint http://INTRANET/api/v1/swagger.json Swagger specification http://INTRANET/api/v1/{path} API endpoint Add a (disabled) virtual host in Apache configuration api.HOSTNAME, so we have: http://api.HOSTNAME/api/v1/swagger.json Swagger specification http://api.HOSTNAME/api/v1/{path} API endpoint Add 'unblessed' subroutines to both Koha::Objects and Koha::Object to be able to pass it to Mojolicious Test plan: 1/ Install Perl modules Mojolicious and Swagger2 2/ perl Makefile.PL 3/ make && make install 4/ Change etc/koha-httpd.conf and copy it to the right place if needed 5/ Reload Apache 6/ Check that http://(OPAC|INTRANET)/api/v1/borrowers and http://(OPAC|INTRANET)/api/v1/borrowers/{borrowernumber} works Optionally, you could verify that http://(OPAC|INTRANET)/vX/borrowers (where X is an integer greater than 1) returns a 404 error Signed-off-by: Alex Arnaud Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 10 + Koha/Object.pm | 12 ++ Koha/Objects.pm | 12 ++ Koha/REST/V1.pm | 57 +++++ Koha/REST/V1/Patrons.pm | 58 +++++ Koha/Localization.pm => api/v1/app.pl | 13 +- api/v1/swagger.json | 375 +++++++++++++++++++++++++++++++++ etc/koha-conf.xml | 3 + etc/koha-httpd.conf | 62 ++++++ t/db_dependent/api/v1/patrons.t | 84 ++++++++ 10 files changed, 676 insertions(+), 10 deletions(-) create mode 100644 Koha/REST/V1.pm create mode 100644 Koha/REST/V1/Patrons.pm copy Koha/Localization.pm => api/v1/app.pl (85%) mode change 100644 => 100755 create mode 100644 api/v1/swagger.json create mode 100644 t/db_dependent/api/v1/patrons.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 5 13:52:37 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 05 Nov 2015 12:52:37 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1077-g55456b6 Message-ID: This is an automated email from the git hooks/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 55456b6e7ff0278f2821a71c38b9a5b67bfd4220 (commit) via 25bd92bc3e7271541817660963155468e12b4eda (commit) via daf129f2f24132a271b8d1ca7725744856fece06 (commit) via abe5c30973bb708c1a6e72ff450152c6466fd04b (commit) via 1ef0b3c47168c13c98bc839a2de9ef4d76b44560 (commit) via e06c5a89fd539f8cc5f43773bf2aaec5c41e63ed (commit) from 35ecddec894ad633e26e8802c7c68864e395fca4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 55456b6e7ff0278f2821a71c38b9a5b67bfd4220 Author: Bernardo Gonzalez Kriegel Date: Wed Nov 4 09:24:10 2015 -0300 Bug 15098: Itemtype description missing from facets for itypes in a search group This patch adds a second variable to hold item types info just for facets. In case we have an item type in a search category, it's description is removed from GetItemTypesCategorized, which is good for advanced search, but no for facets A second var is needed which holds all item type info. To test: On top of Bug 15092 patches (no really needed, but I write this on top of them) 1) Add an item type to a search group 2) Do a search in opac, in facets will see only item type code, no description, for that item type 3) Apply the patch 4) Repeat search, now description must be present Followed test plan including translated descriptions. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 25bd92bc3e7271541817660963155468e12b4eda Author: Marc V?ron Date: Wed Nov 4 10:58:50 2015 +0100 Bug 15123: Acquisition: Better context for "Transferred from..." to avoid ambiguity in translation This patch moves the word "basket" out of the tags to have a better context for translation. To test: - Transfer an order from one basket to another basket - Verify that "basket" is detached from the strings "Transferred to" rsp "Transferred from" by th tag (See screenshot) - Apply patch - Verify that the word "basket" is now otuside the tags Signed-off-by: Hector Castro Works as advertised. Tested with es-ES Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit daf129f2f24132a271b8d1ca7725744856fece06 Author: Liz Rea Date: Tue Nov 3 12:20:25 2015 +1300 bug 15112: Make greybox consistent size across label/card creator Also fixes minor issue with buttons stacking on patroncards/edit-batch and labels/label-manage To test: Export a batch every way you can: multiple together from label/label-manage individual items from labels/label-edit-batch selected items from labels/label-edit-batch export full batch from labels/label-edit-batch multiple together from patroncards/manage individual cards from patroncards/manage individual cards from patroncards/edit-batch selected cards from patroncards/edit-batch export full batch from patroncards/edit-batch Also notice that before this patch, the delete and export buttons were stacking on the table rows, and that now they are not doing that anymore. It may take a force refresh to see the behaviour and the change. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit abe5c30973bb708c1a6e72ff450152c6466fd04b Author: Jonathan Druart Date: Mon Oct 5 11:17:23 2015 +0100 Bug 14955: Don't double encode chars in the "Show more" link Bug 13789 has fixed this issue for the facet links (select/unselect) but not for the "Show more" facets link. This patch reuses the "url" variable, generated for the facets, for these links. A new "local_url" variable is used to build links for each entry. Test plan (for OPAC and intranet): - Search for a very common term - Filter the results using facets - You should get more than 5 entries for a facet and 1 selected: Author author 1 author 2 [x] # Selected author 3 author 4 author 5 Show more # you see this link if there is 5+ values for this facet - Click on the Show more link Without this patch, the url contains double-encoded characters and you will certainly don't get any results With this patch, you should get results. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 1ef0b3c47168c13c98bc839a2de9ef4d76b44560 Author: Jonathan Druart Date: Tue Oct 27 09:21:24 2015 +0000 Bug 15066: Make transfer rotating collection works under Plack This patch the 2 following errors: Undefined subroutine &C4::RotatingCollections::transferbook called at C4/RotatingCollections.pm line 451. Undefined subroutine &C4::RotatingCollections::GetTransfers called at C4/RotatingCollections.pm line 450. And this warning: "my" variable $colId masks earlier declaration in same scope at /home/koha/src/rotating_collections/transferCollection.pl line 75. Test plan: Create a rotating collection Transfer it to another branch It should work with this patch Signed-off-by: Josef Moravec Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit e06c5a89fd539f8cc5f43773bf2aaec5c41e63ed Author: Bernardo Gonzalez Kriegel Date: Tue Nov 3 15:15:54 2015 -0300 Bug 15092: (followup) Descriptions not show for search categories If we have some item types in search categories, description is not show in opac advanced search To test: 1) Add some item type to a search category 2) Go to OPAC > Advanced search empty description for that category 3) Apply the patch 4) Repeat 2), description must be present Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/RotatingCollections.pm | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc | 19 +++++++++---------- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 8 ++++---- .../prog/en/modules/labels/label-edit-batch.tt | 9 +++++---- .../prog/en/modules/labels/label-manage.tt | 2 +- .../prog/en/modules/patroncards/edit-batch.tt | 7 ++++--- .../prog/en/modules/patroncards/manage.tt | 4 ++-- .../opac-tmpl/bootstrap/en/includes/opac-facets.inc | 19 +++++++++---------- opac/opac-search.pl | 9 +++++++-- rotating_collections/transferCollection.pl | 3 ++- 10 files changed, 45 insertions(+), 39 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 5 14:34:43 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 05 Nov 2015 13:34:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1111-g2b88f0c Message-ID: This is an automated email from the git hooks/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 2b88f0cb38d74da93a723fd1cf3cbcf68030649e (commit) via a2e92b90840ce5faeab587dd113dc4253b312d99 (commit) via 471b1a8b69ff3842fbddda1e0aa068d439c85a0d (commit) via 57f013eb3fe9a19b57238f4ab7e3aea9fafde9b5 (commit) via 927eee4ca2afa3126faf6d1c586072fda36ebc4c (commit) via 3ae34f0740f5179f84d5ff665305a780abcc7010 (commit) via 6338c77db31026c637c564d269d6c4d7873e7b53 (commit) via 56f0e392d13f014f744239c0306d3ee87fb942c9 (commit) via 08c6d1d9d5620f2c26354c5a28a2ff6e57de92ff (commit) via 8cd4dc9bb782dfec4fda2a4946635fffdf271e38 (commit) via 44cd6841fa3e0f4edac5e0338ea7d2bc69ef1e0e (commit) via 2cd747729a282b50c2a1acf8657f188a05172604 (commit) via 73b88b9738cf3116cb6a55126ae000b47e62dea8 (commit) via d36713c888d974e002ff3f04e7a0ac62a6a6cc2a (commit) via acfe7fac54fa91231bb5436284d3c9d2693145fb (commit) via cd5cdefc575a5c05ee5904460bae15dd0fd3a656 (commit) via 9af429c33e6494bde0b31d2723abfd606d2076c2 (commit) via e40d8d01620c6277fb24372b8b2f5db64248c240 (commit) via 6b62fb397028fb7afae4ba15c7d374fb35e9205c (commit) via ca0de1009cfaf822911a12ae8980cc4e29ad39a6 (commit) via a8f1a576e2a622d5df318debb5f0606621000cc0 (commit) via f510627842cc0dd2a02e85e04d5dc14be6b6caa7 (commit) via b9f92a0125b9561899f4c904b1bfbf44f5210204 (commit) via a628b3ca1047b7c913a2a9a69a3be3181b958212 (commit) via 6f75aa11ff1a51f5afc37f3018d947a6defe2d26 (commit) via de69ee9a91925497ae7598f9d406dca88de32a93 (commit) via 54fc66fe968eaade7f923e228fe6f44afc3df284 (commit) via e91a704ab18ce498a6ada65a71baf6841c2a66e2 (commit) via fd48d5c7a1d6e98f589691267302f93fecc563f3 (commit) via 7373437a14d7f9ac73afdd0e647d7f3daf9c429f (commit) via d73cad91a7a17f240cb9ad94c6d196ba9e213158 (commit) via 863958f93553467f48017563bcacea6080a5294c (commit) via 7ee8e1baeedcb458d83388102504b8244364875b (commit) via 80160ac9ef894f90fe3d1fecb338da8655c8d666 (commit) from 55456b6e7ff0278f2821a71c38b9a5b67bfd4220 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2b88f0cb38d74da93a723fd1cf3cbcf68030649e Author: Marc V?ron Date: Fri Sep 4 09:50:07 2015 +0200 Bug 14781: Creation of barcode types 2of5 not functional This patch fixes the rendering of "COOP2of5" or "Industrial2of5" barcodes in the label creator module. To test: - Create a label layout with COOP2of5 barcode type - Create labels (make sure that the items's barcode values are numeric only!) - Export batch and download PDF. Without patch: - No barcodes rendered With patch - Barcodes should render as expected. Test for both barcode types. Signed-off-by: Bernardo Gonzalez Kriegel Works as described, tested both formats. Non digit barcode is not printed. No koha-qa errors, no t/ & xt/ errors Signed-off-by: Katrin Fischer Note: To be printed, barcode should be numerical. Signed-off-by: Tomas Cohen Arazi commit a2e92b90840ce5faeab587dd113dc4253b312d99 Author: Jonathan Druart Date: Thu Oct 29 14:43:58 2015 +0000 Bug 15083: Remove acqui/currency.pl This script has scary FIXMEs and can be removed. It is never called from Koha code. On the way, this patch remove the C4::Budgets::ModCurrencies subroutine, which was only called from this script. Test plan: git grep 'acqui/currency.pl and git grep ModCurrencies should not return anything. Signed-off-by: Bernardo Gonzalez Kriegel No more ModeCurrencies, no call to acqui/currency.pl No errors Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 471b1a8b69ff3842fbddda1e0aa068d439c85a0d Author: Sophie Meynieux Date: Wed Nov 4 19:04:26 2015 +0100 Bug 14157: Notices tab in the patron record should not depend on EnhancedMessagingPreferences to display Overdue and Hold notices can be sent even if EnhancedMessagingPreference is set to "Don't Allow", so Notices tab have to be visible in all cases. Test plan : - without patch : - set EnhancedMessagingPreference to "Don't Allow" and go to patron record : there is no Notices tab - set EnhancedMessagingPreference to "Allow" and og to patron record : there is a Notices tab - apply this patch : - go to patron record, you cas see a Notices tab - change the value of EnhanceMessagingPreferences, Notices tab is always visible. Followed test plan, works as expected Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 57f013eb3fe9a19b57238f4ab7e3aea9fafde9b5 Author: Tomas Cohen Arazi Date: Thu Nov 5 10:04:58 2015 -0300 Bug 14544: DBRev 3.21.00.051 Signed-off-by: Tomas Cohen Arazi commit 927eee4ca2afa3126faf6d1c586072fda36ebc4c Author: Jonathan Druart Date: Fri Oct 16 11:29:54 2015 +0100 Bug 14544: Fix 'Back to lists' links on sharing a shelf Signed-off-by: Tomas Cohen Arazi commit 3ae34f0740f5179f84d5ff665305a780abcc7010 Author: Jonathan Druart Date: Fri Oct 16 11:02:33 2015 +0100 Bug 14544: Fixes regression: display author and dateadded on the list view [intranet] Signed-off-by: Tomas Cohen Arazi commit 6338c77db31026c637c564d269d6c4d7873e7b53 Author: Jonathan Druart Date: Fri Oct 16 10:47:24 2015 +0100 Bug 14544: Fix 'back to lists' link Signed-off-by: Tomas Cohen Arazi commit 56f0e392d13f014f744239c0306d3ee87fb942c9 Author: Marcel de Rooy Date: Fri Oct 16 09:09:17 2015 +0200 Bug 14544: [QA Follow-up] DBIx::Class changes One of the follow-ups added a belongs_to from Biblioitem to Item just as biblioitemnumber was a foreign key to Item. The relation goes the other way. As a temporary measure, I added set_primary_key in the local section of Virtualshelfcontent. Should be moved later with a real db rev. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 08c6d1d9d5620f2c26354c5a28a2ff6e57de92ff Author: Marcel de Rooy Date: Fri Oct 16 08:58:05 2015 +0200 Bug 14544: [QA Follow-up] Added some test descriptions Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 8cd4dc9bb782dfec4fda2a4946635fffdf271e38 Author: Jonathan Druart Date: Mon Oct 12 09:34:41 2015 +0100 Bug 14544: QA fixes - some minor bug fixes See comment 171 and 172 for more details. This patch mainly fixes typo or silly error in templates. It also uses the relationships added by previous patch to join the biblioitems and items tables (changes in opac-shelves.pl and shelves.pl). Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 44cd6841fa3e0f4edac5e0338ea7d2bc69ef1e0e Author: Jonathan Druart Date: Mon Oct 12 10:40:46 2015 +0100 Bug 14544: Add missing biblio <=> biblioitems <=> items relationships to the schema Signed-off-by: Marcel de Rooy Adjusted by a follow-up. Signed-off-by: Tomas Cohen Arazi commit 2cd747729a282b50c2a1acf8657f188a05172604 Author: Marcel de Rooy Date: Fri Oct 9 13:26:39 2015 +0200 Bug 14544: [QA Follow-up] Fix warning about transaction When running Virtualshelves.t, you have this warning: DBD::mysql::db begin_work failed: Already in a transaction at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1339. By moving the DBI lines after creating the TestBuilder object, the warning will be gone. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 73b88b9738cf3116cb6a55126ae000b47e62dea8 Author: Alex Arnaud Date: Wed Sep 2 10:04:04 2015 +0200 Bug 14544: Handle database error when creating a shelf with DB admin account Signed-off-by: Jonathan Druart I don't think this is useful, it will be a mess if we have to check this case everywhere. But it works! I let the cut to the QAer or RM. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit d36713c888d974e002ff3f04e7a0ac62a6a6cc2a Author: Jonathan Druart Date: Wed Aug 26 14:48:35 2015 +0100 Bug 14544: DB Changes: Set a default value for sortfield Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit acfe7fac54fa91231bb5436284d3c9d2693145fb Author: Jonathan Druart Date: Wed Aug 26 14:24:25 2015 +0100 Bug 14544: Fix regression on adding a new list The user should not be allowed to create a new list and get a friendly error message if he tries. The "New list" links are removed. Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit cd5cdefc575a5c05ee5904460bae15dd0fd3a656 Author: Jonathan Druart Date: Tue Aug 18 14:13:15 2015 +0100 Bug 14544: Remove wrong tips about permissions The owner of a list should not need any permission to remove contents. Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 9af429c33e6494bde0b31d2723abfd606d2076c2 Author: Jonathan Druart Date: Tue Aug 18 10:54:17 2015 +0100 Bug 14544: Get rid of C4::VirtualShelves and C4::VirtualShelves::Page Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit e40d8d01620c6277fb24372b8b2f5db64248c240 Author: Jonathan Druart Date: Tue Aug 18 10:50:06 2015 +0100 Bug 14544: Move HandleDelBorrower to C4::Members Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 6b62fb397028fb7afae4ba15c7d374fb35e9205c Author: Jonathan Druart Date: Mon Aug 17 20:45:34 2015 +0100 Bug 14544: Get rid of GetSomeShelfNames Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit ca0de1009cfaf822911a12ae8980cc4e29ad39a6 Author: Jonathan Druart Date: Mon Aug 17 18:46:42 2015 +0100 Bug 14544: Get rid of GetShelfContent Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit a8f1a576e2a622d5df318debb5f0606621000cc0 Author: Jonathan Druart Date: Mon Aug 17 15:57:27 2015 +0100 Bug 14544: Get rid of ShelfPossibleAction Bug 14544: (follow-up) Get rid of ShelfPossibleAction Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit f510627842cc0dd2a02e85e04d5dc14be6b6caa7 Author: Jonathan Druart Date: Mon Aug 10 16:53:06 2015 +0100 Bug 14544: Make the OPAC side independent of Page.pm Bug 14544: Fix redirect on editing a list If you edit a list from the list view, after saving the form, you are not redirected to the list view (but on the edit form). Bug 14544: Cosmetic: › should be a class divider Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit b9f92a0125b9561899f4c904b1bfbf44f5210204 Author: Jonathan Druart Date: Thu Jul 16 17:42:03 2015 +0100 Bug 14544: Get rid of GetShelves This does not work for now, see later. Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit a628b3ca1047b7c913a2a9a69a3be3181b958212 Author: Jonathan Druart Date: Thu Aug 6 15:28:12 2015 +0100 Bug 14544: Get rid of GetBibliosShelves Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 6f75aa11ff1a51f5afc37f3018d947a6defe2d26 Author: Jonathan Druart Date: Wed Aug 5 16:37:02 2015 +0100 Bug 14544: Make the intranet side independent of Page.pm Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit de69ee9a91925497ae7598f9d406dca88de32a93 Author: Jonathan Druart Date: Thu Jul 16 17:13:40 2015 +0100 Bug 14544: Koha::Virtualshelfcontent[s] Get rid of AddToShelf and DelFromShelf Bug 14544: Allow a user to delete his own contents Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 54fc66fe968eaade7f923e228fe6f44afc3df284 Author: Jonathan Druart Date: Thu Jul 16 12:29:48 2015 +0100 Bug 14544: Get rid of GetAllShelves Signed-off-by: Koha Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit e91a704ab18ce498a6ada65a71baf6841c2a66e2 Author: Jonathan Druart Date: Thu Jul 16 11:24:56 2015 +0100 Bug 14544: Move share routines to Koha::Virtualshelfshare and Koha::Virtualshelfshares Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit fd48d5c7a1d6e98f589691267302f93fecc563f3 Author: Jonathan Druart Date: Wed Jul 15 17:26:09 2015 +0100 Bug 14544: Get rid of ModShelf Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 7373437a14d7f9ac73afdd0e647d7f3daf9c429f Author: Jonathan Druart Date: Wed Jul 15 17:16:34 2015 +0100 Bug 14544: Get rid of DelShelf Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit d73cad91a7a17f240cb9ad94c6d196ba9e213158 Author: Jonathan Druart Date: Wed Jul 15 17:06:35 2015 +0100 Bug 14544: Get rid of AddShelf Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 863958f93553467f48017563bcacea6080a5294c Author: Jonathan Druart Date: Wed Jul 15 14:43:34 2015 +0100 Bug 14544: Get rid of GetShelf Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 7ee8e1baeedcb458d83388102504b8244364875b Author: Jonathan Druart Date: Wed Jul 15 14:21:01 2015 +0100 Bug 14544: Add Koha::Virtualshelf and Koha::Virtualshelves The 2 modules C4::VirtualShelves and C4::VirtualShelves::Page are really badly coded and buggy. It became complicated to fix and enhance them. This rewrite will make the code more robust and the list feature will be easier to change. Some new modules are added to the Koha namespace (Koha::Virtualshelf, Koha::Virtualshelves, Koha::Virtualshelfshare[s] and Koha::Virtualshelfcontent[s]) to take advantage of Dbix::Class. The patchset fixes some bugs: 1/ Bug 6279 - Can't delete lists from the second page of lists in the OPAC 2/ The owner of a list should not need any permission to remove content from his lists. 3/ No feedback messages when actions are done Test plan: A) Intranet and OPAC 1/ Create more than 20 private and public lists with different users 2/ Edit some and confirm that the changes are taken into account 3/ Share some lists with other users 4/ Add / remove contents Be sure you have some lists with more than 20 items (to test the pagination) 5/ Play with permissions and confirm it works as expected. For private lists: They should not be viewed by anyone else, if they are not shared If they are shared (OPAC only): a. "Allow anyone else to add entries" Should allow the user with whom the list is shared to add entries. b. "Allow anyone to remove his own contributed entries." Should allow the user with whom the list is shared to remove his own entries. c. "Allow anyone to remove other contributed entries." Should allow the user with whom the list is shared to remove any entries. For public lists: They should be viewed by anyone else. a. "Allow anyone else to add entries" Should allow any user to add entries. b. "Allow anyone to remove his own contributed entries." Should allow any user to remove his own entries. c. "Allow anyone to remove other contributed entries." Should allow any user to remove any entries. 6/ Download and sent lists. 7/ Confirm that the "Add to" feature works as expected. 8/ Confirm that the "Add an item to" works as expected. 9/ Delete some lists. 10/ Print some lists and subscribe to the RSS feed (OPAC only) (with more than 20 items). 11/ Use the remove "Remove share" links. Signed-off-by: Alex Arnaud Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi commit 80160ac9ef894f90fe3d1fecb338da8655c8d666 Author: Marc V?ron Date: Tue Oct 6 14:39:38 2015 +0200 Bug 14965: Remove C4::Dates from 'lists' in folder reports Remove C4::Dates from: - reports/bor_issues_top.pl - reports/borrowers_out.pl - reports/cat_issues_top.pl - reports/itemslost.pl To test: - Go to Home > Reports - Verify that following reports behave as before: - 'Patrons with the most checkouts (reports/bor_issues_top.pl) - 'Most circulated items' (reports/cat_issues_top.pl) - 'Patrons who haven't checked out (reports/borrowers_out.pl) - 'Items lost' Amended to fix issue with reports/borrowers_out.pl / see comment #3 Amended to fix issue with reports/bor_issues_top.pl / see comment #7 http://bugs.koha-community.org/show_bug.cgi?id=14965 Signed-off-by: Frederic Demians Code OK. The 4 reports works for me as before (same results). Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 44 +- C4/Budgets.pm | 20 - C4/Installer/PerlDependencies.pm | 5 + C4/ItemType.pm | 2 - C4/Labels/Label.pm | 4 +- C4/Members.pm | 34 + C4/Output.pm | 16 +- C4/Utils/DataTables/VirtualShelves.pm | 10 +- C4/VirtualShelves.pm | 823 -------------------- C4/VirtualShelves/Page.pm | 556 ------------- Koha.pm | 2 +- Koha/Exceptions.pm | 38 + Koha/Objects.pm | 11 + Koha/Schema/Result/Biblioitem.pm | 2 +- Koha/Schema/Result/Item.pm | 2 + Koha/Schema/Result/Virtualshelfcontent.pm | 2 + Koha/Virtualshelf.pm | 280 +++++++ Koha/{Biblioitem.pm => Virtualshelfcontent.pm} | 7 +- Koha/{Biblioitems.pm => Virtualshelfcontents.pm} | 10 +- Koha/Virtualshelfshare.pm | 74 ++ Koha/{Cities.pm => Virtualshelfshares.pm} | 10 +- Koha/Virtualshelves.pm | 130 ++++ acqui/currency.pl | 42 - basket/downloadcart.pl | 1 - catalogue/detail.pl | 14 +- catalogue/search.pl | 30 +- installer/data/mysql/kohastructure.sql | 8 +- installer/data/mysql/updatedatabase.pl | 15 + .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 - .../prog/en/includes/members-menu.inc | 2 - .../prog/en/includes/virtualshelves-toolbar.inc | 24 +- .../prog/en/modules/catalogue/detail.tt | 22 +- .../prog/en/modules/catalogue/results.tt | 41 +- .../en/modules/virtualshelves/addbybiblionumber.tt | 52 +- .../en/modules/virtualshelves/downloadshelf.tt | 16 + .../prog/en/modules/virtualshelves/shelves.tt | 428 +++++----- .../virtualshelves/tables/shelves_results.tt | 17 +- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 56 +- .../opac-tmpl/bootstrap/en/includes/usermenu.inc | 2 +- .../bootstrap/en/modules/opac-addbybiblionumber.tt | 20 +- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 8 +- .../bootstrap/en/modules/opac-downloadshelf.tt | 16 +- .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 60 +- .../bootstrap/en/modules/opac-sendshelfform.tt | 6 +- .../bootstrap/en/modules/opac-shareshelf.tt | 6 +- .../bootstrap/en/modules/opac-shelves-rss.tt | 6 +- .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 653 +++++++--------- members/deletemem.pl | 3 +- misc/cronjobs/delete_patrons.pl | 3 +- opac/opac-addbybiblionumber.pl | 152 ++-- opac/opac-detail.pl | 16 +- opac/opac-downloadcart.pl | 1 - opac/opac-downloadshelf.pl | 35 +- opac/opac-search.pl | 27 +- opac/opac-sendshelf.pl | 21 +- opac/opac-shareshelf.pl | 73 +- opac/opac-shelves.pl | 327 +++++++- reports/bor_issues_top.pl | 4 +- reports/borrowers_out.pl | 8 +- reports/cat_issues_top.pl | 16 +- reports/itemslost.pl | 6 +- t/db_dependent/Utils/Datatables_Virtualshelves.t | 140 ++-- t/db_dependent/VirtualShelves.t | 264 ------- t/db_dependent/VirtualShelves_Page.t | 14 - t/db_dependent/Virtualshelves.t | 411 ++++++++++ tools/cleanborrowers.pl | 3 +- virtualshelves/addbybiblionumber.pl | 96 ++- virtualshelves/downloadshelf.pl | 72 +- virtualshelves/sendshelf.pl | 13 +- virtualshelves/shelves.pl | 287 ++++++- 70 files changed, 2829 insertions(+), 2792 deletions(-) delete mode 100644 C4/VirtualShelves.pm delete mode 100644 C4/VirtualShelves/Page.pm create mode 100644 Koha/Exceptions.pm create mode 100644 Koha/Virtualshelf.pm copy Koha/{Biblioitem.pm => Virtualshelfcontent.pm} (84%) copy Koha/{Biblioitems.pm => Virtualshelfcontents.pm} (81%) create mode 100644 Koha/Virtualshelfshare.pm copy Koha/{Cities.pm => Virtualshelfshares.pm} (82%) create mode 100644 Koha/Virtualshelves.pm delete mode 100755 acqui/currency.pl delete mode 100755 t/db_dependent/VirtualShelves.t delete mode 100755 t/db_dependent/VirtualShelves_Page.t create mode 100644 t/db_dependent/Virtualshelves.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 5 14:53:16 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 05 Nov 2015 13:53:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1130-g25a0b0f Message-ID: This is an automated email from the git hooks/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 25a0b0f256c7c3af43891d0d110b47d805d6d4d5 (commit) via ed879880d89793509a68a932b7b245393b7f3e0d (commit) via 01b764c436005d5959288adefd04b5f6f0f17ce1 (commit) via 5ab919812beea8cd4c781755acd0e2dec5366aac (commit) via 7abcc3f9b749e1c1fe867ef1652fdf43b58ceeca (commit) via 15f9efb7bd8c14dcae58021d67c4f0fad107e41d (commit) via 0b41476a39527d3a531f0778e89bcd329435c4a8 (commit) via 730b060baac20ab22eeaea057bd9a4baa7a4d6cc (commit) via 93ac5af0d8c8fbbbb35bfce789b596228fae936d (commit) via 8f86bd2f0f1fdc5af692f743def89de86dee2fde (commit) via 315082d8d4bbdd7d5716da3769757b1b1308ceb1 (commit) via 12aa9f676b8036b01d6f14e40fcb091a60a748e2 (commit) via 222701dfc7c30fe411b93185592a09cb3f0faaa5 (commit) via 4efdadeac3c767ebbb005019eba9b762c5f47acd (commit) via 473b7f8dea398a86cb707ef83bec58a1f79e3a61 (commit) via 782ba7e8c96835ebadc9acc9c85703578bfc3297 (commit) via 353ed5b9140ac6f529ec55b943bc04c2add12ff4 (commit) via f62b9cfe9549ecca951cd40c2311c058db7792c9 (commit) via 84f081fdd96b9b01cab50399319a752d8b944c32 (commit) from 2b88f0cb38d74da93a723fd1cf3cbcf68030649e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 25a0b0f256c7c3af43891d0d110b47d805d6d4d5 Author: Tomas Cohen Arazi Date: Thu Nov 5 10:49:15 2015 -0300 Bug 9468: DBRev 3.21.00.053 Signed-off-by: Tomas Cohen Arazi commit ed879880d89793509a68a932b7b245393b7f3e0d Author: Kyle M Hall Date: Mon Aug 24 06:46:30 2015 -0400 Bug 9468: (QA followup) Remove GetSupportList dependency from updatadatabase.pl Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 01b764c436005d5959288adefd04b5f6f0f17ce1 Author: Jonathan Druart Date: Mon Apr 20 11:14:59 2015 +0200 Bug 9468: followup insert ignore Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 5ab919812beea8cd4c781755acd0e2dec5366aac Author: Kyle M Hall Date: Fri Apr 17 12:47:59 2015 -0400 Bug 9468: [QA Followup] Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 7abcc3f9b749e1c1fe867ef1652fdf43b58ceeca Author: Galen Charlton Date: Mon May 5 00:30:24 2014 +0000 Bug 9468: sample SUGGEST_FORMAT values This patch adds some sample values for the SUGGEST_FORMAT authorized value list for new installations. To test ------- [1] Verify that the new SQL inserts added by this patch work. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 15f9efb7bd8c14dcae58021d67c4f0fad107e41d Author: Galen Charlton Date: Mon May 5 00:23:19 2014 +0000 Bug 9468: use new SUGGEST_FORMAT list This patch uses the new SUGGEST_FORMAT authorized value list for populating the list of suggestion item types/document types. It also improves the display by using the staff or OPAC description of the authorised value rather than the code. To test: [1] Enter a suggestion via the OPAC and select an item type (which I will call "desired format" for the rest of this test plan). [2] Verify that the saved suggestion displays the desired format description in both staff and OPAC. [3] Verify that organizing the list of suggestions by item type now works in the staff interface, rather than displaying "Unknown" in each tab header. [4] Verify that existing suggestions' desired formats are displayed correctly. [5] Verify that suggestions can have their desired format edited in the staff inteface. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 0b41476a39527d3a531f0778e89bcd329435c4a8 Author: Galen Charlton Date: Mon May 5 00:19:52 2014 +0000 Bug 9468: define new SUGGEST_FORMAT authorize value This patch defines a new authorized called SUGGEST_FORMAT for populating a list of patron-understandable formats for expressing how they would prefer suggested items to be purchased. For database upgrades, it populates it based on the value returned by the GetSupportList() routine. To test ------- [1] Run the database update. [2] Verify that there is a new authorised value called SUGGEST_FORMAT whose codes and descriptions correspond to the list of "item types" available on the patron suggestion form. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 730b060baac20ab22eeaea057bd9a4baa7a4d6cc Author: Galen Charlton Date: Mon May 5 00:13:28 2014 +0000 Bug 9468: make av-build-dropbox.inc available to OPAC This patch makes the av-build-dropbox.inc template include introduced by the latest patches for bug 766 available to the prog and Bootstrap themes in the OPAC. See later patches in this series for testing. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Amended patch: Remove OPAC prog file Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 93ac5af0d8c8fbbbb35bfce789b596228fae936d Author: Tomas Cohen Arazi Date: Thu Nov 5 10:46:19 2015 -0300 Bug 8296: (RM followup) DBIx update Signed-off-by: Tomas Cohen Arazi commit 8f86bd2f0f1fdc5af692f743def89de86dee2fde Author: Tomas Cohen Arazi Date: Thu Nov 5 10:45:01 2015 -0300 Bug 8296: DBRev 3.21.00.052 Signed-off-by: Tomas Cohen Arazi commit 315082d8d4bbdd7d5716da3769757b1b1308ceb1 Author: Katrin Fischer Date: Thu Oct 30 23:18:50 2014 +0100 Bug 8296: Follow-up - don't display publisheddate when publisheddatetext is empty To test: - make sure you have a subscription where only some fields have a published date (text) set - check the subscription detail page, issues tab - check the serial collection page - both pages should show an empty field, when published date (text) has not been set Signed-off-by: Julian Maurice Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 12aa9f676b8036b01d6f14e40fcb091a60a748e2 Author: Julian Maurice Date: Fri Oct 10 09:22:54 2014 +0200 Bug 8296: Fix unit tests in t/db_dependent/Serials.t Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 222701dfc7c30fe411b93185592a09cb3f0faaa5 Author: Julian Maurice Date: Thu Jul 31 10:37:48 2014 +0200 Bug 8296: Display publisheddatetext in OPAC bootstrap theme and remove modifications for OPAC prog theme Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 4efdadeac3c767ebbb005019eba9b762c5f47acd Author: Julian Maurice Date: Tue Jul 23 09:43:02 2013 +0200 Bug 8296: Don't fill text field automatically + minor fixes: * Add bug number to updatedatabase * Fix colspan in serials-edit.tt Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 473b7f8dea398a86cb707ef83bec58a1f79e3a61 Author: Julian Maurice Date: Fri Sep 14 17:01:46 2012 +0200 Bug 8296: Follow up for QA 1 redefined variable removed Signed-off-by: Julian Maurice Signed-off-by: Cedric Vita Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 782ba7e8c96835ebadc9acc9c85703578bfc3297 Author: Julian Maurice Date: Fri Sep 14 16:20:01 2012 +0200 Bug 8296: set input maxlength to the same of sql field length Signed-off-by: Cedric Vita Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 353ed5b9140ac6f529ec55b943bc04c2add12ff4 Author: Julian Maurice Date: Fri Jun 22 17:25:54 2012 +0200 Bug 8296: Add descriptive (text) published date field for serials Add a new field serial.publisheddatetext for displaying published date in another format that dateformat syspref permit. Signed-off-by: Cedric Vita Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit f62b9cfe9549ecca951cd40c2311c058db7792c9 Author: Tomas Cohen Arazi Date: Thu Nov 5 10:40:57 2015 -0300 Bug 14544: (RM followup) DBIx update Signed-off-by: Tomas Cohen Arazi commit 84f081fdd96b9b01cab50399319a752d8b944c32 Author: Tomas Cohen Arazi Date: Thu Nov 5 10:40:24 2015 -0300 Bug 15095: (RM followup) DBIx update Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Serials.pm | 39 ++++++++++++++------ Koha.pm | 2 +- .../Result/MarcModificationTemplateAction.pm | 14 +++++-- Koha/Schema/Result/Serial.pm | 12 +++++- Koha/Schema/Result/Virtualshelve.pm | 12 ++++-- installer/data/mysql/de-DE/optional/auth_val.sql | 7 ++++ installer/data/mysql/en/optional/auth_val.sql | 7 ++++ installer/data/mysql/es-ES/optional/auth_val.sql | 7 ++++ .../fr-FR/1-Obligatoire/authorised_values.sql | 7 ++++ installer/data/mysql/it-IT/necessari/auth_val.sql | 7 ++++ installer/data/mysql/kohastructure.sql | 1 + .../data/mysql/nb-NO/2-Valgfritt/auth_val.sql | 7 ++++ installer/data/mysql/pl-PL/optional/auth_val.sql | 7 ++++ .../authorised_values_[SUGGEST_FORMAT].sql | 6 +++ .../authorised_values_[SUGGEST_FORMAT].txt | 1 + .../authorised_values_[SUGGEST_FORMAT].sql | 6 +++ .../authorised_values_[SUGGEST_FORMAT].txt | 1 + installer/data/mysql/updatedatabase.pl | 31 ++++++++++++++++ .../prog/en/modules/serials/serials-collection.tt | 9 +++++ .../prog/en/modules/serials/serials-edit.tt | 11 +++++- .../prog/en/modules/serials/subscription-detail.tt | 4 ++ .../prog/en/modules/suggestion/suggestion.tt | 13 ++----- .../bootstrap}/en/includes/av-build-dropbox.inc | 0 .../en/modules/opac-full-serial-issues.tt | 8 +++- .../bootstrap/en/modules/opac-suggestions.tt | 15 +------- misc/cronjobs/serialsUpdate.pl | 2 +- opac/opac-suggestions.pl | 10 ----- serials/serials-collection.pl | 10 +++-- serials/serials-edit.pl | 3 ++ suggestion/suggestion.pl | 23 ++---------- t/db_dependent/Serials.t | 2 +- 31 files changed, 202 insertions(+), 82 deletions(-) create mode 100644 installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUGGEST_FORMAT].sql create mode 100644 installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUGGEST_FORMAT].txt create mode 100644 installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUGGEST_FORMAT].sql create mode 100644 installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUGGEST_FORMAT].txt copy koha-tmpl/{intranet-tmpl/prog => opac-tmpl/bootstrap}/en/includes/av-build-dropbox.inc (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 5 15:08:27 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 05 Nov 2015 14:08:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1136-g8fcd788 Message-ID: This is an automated email from the git hooks/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 8fcd788c6d52348bc05f15c67a86494053995087 (commit) via 1a9059d32cdb44bc8c2eb76352a763f911103b54 (commit) via b488d2ca77d8cfc4c93d2a545db1a930adabe33d (commit) via 3c120e7b9254c369f2257089827f24b2b72d2dd2 (commit) via 2e85a7bb11d2a4518f3cba8df4679c1c9dacd477 (commit) via 891526e3118181ead310c55bc92d345b95849a2e (commit) from 25a0b0f256c7c3af43891d0d110b47d805d6d4d5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8fcd788c6d52348bc05f15c67a86494053995087 Author: Tomas Cohen Arazi Date: Thu Nov 5 11:05:29 2015 -0300 Bug 14836: (QA followup) Add missing transaction Bug 15081 removed transaction handling from t::lib::TestBuilder so this patchset had to be ammended to handle it on its own. Signed-off-by: Tomas Cohen Arazi commit 1a9059d32cdb44bc8c2eb76352a763f911103b54 Author: Kyle M Hall Date: Fri Oct 30 14:42:55 2015 -0400 Bug 14836: (QA followup) Fix number of unit tests Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit b488d2ca77d8cfc4c93d2a545db1a930adabe33d Author: Jonathan Druart Date: Thu Oct 29 09:08:07 2015 +0000 Bug 14836: Add tests for Koha::Patron::Categor[y|ies] Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 3c120e7b9254c369f2257089827f24b2b72d2dd2 Author: Jonathan Druart Date: Thu Oct 29 08:47:08 2015 +0000 Bug 14836: Move Koha::PatronCategor* to Koha::Patron::Categor* Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 2e85a7bb11d2a4518f3cba8df4679c1c9dacd477 Author: Jonathan Druart Date: Wed Sep 16 16:50:17 2015 +0100 Bug 14836: Add Koha::PatronCategor[y|ies] classes Note that some of the routines are retrieved from bug 10363 (branch limitations). They are not all used in these patch set, but they will permit to replace the subroutines in C4::Form::MessagingPreferences, in the next step. Signed-off-by: Frederic Demians Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 891526e3118181ead310c55bc92d345b95849a2e Author: Jonathan Druart Date: Wed Sep 16 16:50:43 2015 +0100 Bug 14836: Use Koha::PatronCategor[y|ies] in admin/categories.pl Test plan: Add/edit/remove patron categories from the administration module (admin/categories.pl). You should get message feedback after each action. Signed-off-by: Frederic Demians Operations in admin/category is unchanged, and functionnal Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: Koha/{Cities.pm => Patron/Categories.pm} | 10 +- Koha/Patron/Category.pm | 188 ++++++ admin/categorie.pl | 406 ++++--------- .../prog/en/includes/messaging-preference-form.inc | 9 +- .../prog/en/modules/admin/categorie.tt | 601 +++++++++++--------- t/db_dependent/Koha/Patron/Categories.t | 57 ++ 6 files changed, 675 insertions(+), 596 deletions(-) copy Koha/{Cities.pm => Patron/Categories.pm} (82%) create mode 100644 Koha/Patron/Category.pm create mode 100644 t/db_dependent/Koha/Patron/Categories.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 6 16:09:44 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 06 Nov 2015 15:09:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1142-g6c94dc7 Message-ID: This is an automated email from the git hooks/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 6c94dc79878c727b47f0617548613e1b7f5794a3 (commit) via 3083387e1cd0945cb6ccea4c5eafbb01b176d984 (commit) via 85ae12e5864d8fd35f42a53c66440f00f7f4a35d (commit) via 571ec9a94b9323cd23f9012d9b1f837fd9bf974c (commit) via b4967bf0ed60c5cca0c7f60591d21d2919f477a1 (commit) via 0bdfe12b4f099c60080303e8a42da929e2550ba7 (commit) from 8fcd788c6d52348bc05f15c67a86494053995087 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6c94dc79878c727b47f0617548613e1b7f5794a3 Author: Lyon3 Team Date: Wed Nov 4 17:06:10 2015 +0100 Bug 15130: useless unitialization warnings when updating authorities Signed-off-by: Frederic Demians Fixes a trivial coding error. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 3083387e1cd0945cb6ccea4c5eafbb01b176d984 Author: Kyle M Hall Date: Fri Nov 6 09:20:31 2015 -0500 Bug 14632: (QA followup) Restore missing "Delete batch" button. This button was removed by accident in bug 14676 Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 85ae12e5864d8fd35f42a53c66440f00f7f4a35d Author: Indranil Das Gupta Date: Mon Aug 3 09:57:53 2015 +0530 Bug 14632: Fix alert message for single item batch Fixes the incorrect msg "Please select at least label to delete." for attempts to delete from single patron batches. Notifies the user that doing so will delete the batch. It disallows direct deletion, instead suggests the users to use the 'Delete batch' option assuming the users know what they are doing. Test plan ========= 1/ Load a single patron batch in edit mode and attempt to delete the single record. The JS alert message will inform that "Please select at least label to delete." 2/ Apply patch and refresh page and try to delete the single record again. 3/ This time the alert will inform the user that doing so will delete the batch and should that be desired action to choose the 'Delete batch' option from the toolbar. Signed-off-by: Frederic Demians It works as before but with an understantable warning message. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 571ec9a94b9323cd23f9012d9b1f837fd9bf974c Author: Marc V?ron Date: Wed Nov 4 10:13:46 2015 +0100 Bug 15117: Transfer Order: Better user information and translation handling While transferring an order, a untranslatable JavaScript confirmation dialog pops up. This patch moves the information about the order to be transferred to the top of the screen to better inform the user what order is to be transferred, and simplifies the confirmation dialog. To test: - Apply patch - Transfer an order from a basket to another basket - Verify, that on top of the screen an information is displayed about which order from which vendor and basket is to be transferred - Verify that the transfer works OK - Update a po lang file and confirm you see the string and you are able to translate it. Signed-off-by: Frederic Demians Dialog box with readable & translatable info. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit b4967bf0ed60c5cca0c7f60591d21d2919f477a1 Author: Colin Campbell Date: Tue Aug 11 16:51:53 2015 +0100 Bug 14673: Work around change to AddIssue return Return from AddIssue used to be due date or undef. Now it is less straightforward returning am issue object if an issue row is created or undef. If the issue is a renewal undef is returned. As that case was not handled properly it caused the server site to crash the listener causing a communications error on the client. Signed-off-by: Frederic Demians Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 0bdfe12b4f099c60080303e8a42da929e2550ba7 Author: Jonathan Druart Date: Fri Nov 6 13:24:39 2015 +0000 Bug 14045: Fix failing tests if issuing rules exist If there is issuing rules defined, one test does not pass as it assumes there is none defined. Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 2 +- C4/SIP/ILS/Transaction.pm | 20 +++++++++++++++++++ C4/SIP/ILS/Transaction/Checkout.pm | 8 +------- C4/SIP/ILS/Transaction/Renew.pm | 6 +----- acqui/transferorder.pl | 4 ++++ .../prog/en/modules/acqui/transferorder.tt | 21 +++++++++++++++++++- .../prog/en/modules/patroncards/edit-batch.tt | 11 +++++----- t/db_dependent/Circulation/TooMany.t | 1 + 8 files changed, 54 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 6 16:25:27 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 06 Nov 2015 15:25:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1143-g946cbf7 Message-ID: This is an automated email from the git hooks/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 946cbf71a767c47d5cbed71f5ba1f4110476290a (commit) from 6c94dc79878c727b47f0617548613e1b7f5794a3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 946cbf71a767c47d5cbed71f5ba1f4110476290a Author: Tomas Cohen Arazi Date: Fri Nov 6 10:29:21 2015 -0300 Bug 15150: Make t/ tests skip if Test::DBIx::Class absent Tests in t/ should always pass for building the Debian packages for Koha. But we've started using Test::DBIx::Class for writing mocked tests, and that lib is not (yet) packaged fro Debian 7+. This means build is failing. Devs and jenkins use the lib from CPAN. This patch makes the tests skip if the lib is absent. To test: - Install Test::DBIx::Class $ sudo cpanm Test::DBIx::Class - Run the tests: $ prove t/ => SUCCESS: Tests pass - Uninstall Test::DBIx::Class $ sudo cpan -U Test::DBIx::Class - Run the tests: $ prove t/ => SUCCESS: Tests still pass (those needing the lib are skipped) - Sign off :-D Signed-off-by: Hector Castro Works as advertised. All test pass successful Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: t/Biblio.t | 12 ++++++++++-- t/Calendar.t | 40 ++++++++++++++++++++++++++++++++-------- t/Images.t | 30 ++++++++++++++++++++++++++++-- t/ItemType.t | 30 +++++++++++++++++++++++++++++- t/Koha.t | 12 +++++++++++- t/Letters.t | 13 +++++++++++-- t/Matcher.t | 33 ++++++++++++++++++++++++++++----- t/Members_AttributeTypes.t | 28 +++++++++++++++++++++++++--- t/SocialData.t | 30 ++++++++++++++++++++++++++++-- 9 files changed, 202 insertions(+), 26 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 6 19:11:59 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 06 Nov 2015 18:11:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1148-g57d7425 Message-ID: This is an automated email from the git hooks/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 57d74255498ab428b887bf9022cc3eae6a8b8bf7 (commit) via c237ed7b352152e738894264bccbb15007ecb4ed (commit) via 4a5045da0ab750c9927e4e70e5f679d6a156493a (commit) via 3e3ec3a14e3ce6575b0ba6bebe46a364c324493c (commit) via 7a46b1599e3a7600e4383ad11932b98e3c5eca06 (commit) from 946cbf71a767c47d5cbed71f5ba1f4110476290a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 57d74255498ab428b887bf9022cc3eae6a8b8bf7 Author: Marcel de Rooy Date: Tue Jul 14 21:57:10 2015 +0200 Bug 14202: Unexpected parameter for window.open in marc21_linking_section.pl The builder of this plugin includes a window.open call with the name parameter: \"marc21_field_7\"+ event.data.id +\"\" Note that this is not the name of the new window. This trivial patch adjusts this unusual name by tag_editor like other plugins. Test plan: Attach marc21_linking_section to 773$9. Click on the Tag editor button. If it opens, it still works :) Note that the name of the popup is still: Koha > Cataloguing > plugin for links Signed-off-by: Fredreic Demians Plugin still working, with a valid pop-pup window id. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit c237ed7b352152e738894264bccbb15007ecb4ed Author: Tomas Cohen Arazi Date: Fri Nov 6 15:08:37 2015 -0300 Bug 11431: (QA followup) remove diags Signed-off-by: Tomas Cohen Arazi commit 4a5045da0ab750c9927e4e70e5f679d6a156493a Author: Marc V?ron Date: Fri Nov 6 08:50:20 2015 +0100 Bug 15146: Format date of birth on patrons requesting modification page To reproduce / test - Log in to Opac - Go to "your personal details" - Request a change of the date of birth - Log in to Staff client - Follow link to Patrons requesting modifications (/koha/members/members-update.pl) => The date is not formatted in syspref format - Apply patch, reload members-update.pl => The date is formatted in syspref format - Approve changes - Verify that changes are saved This is independent from C4::Dates removal. Signed-off-by: Hector Castro Works as advertised. Changes saved Ok, Update patron record follows dateformat syspref Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 3e3ec3a14e3ce6575b0ba6bebe46a364c324493c Author: Marc V?ron Date: Thu Nov 5 14:49:23 2015 +0100 Bug 14956: (followup) Fix birthday date validation in Opac To reproduce / test: - In Opac: Go to 'your personal details' - Enter a valid birtday date - In Staff client: Go to Home > Patrons > Update patron records (Link on start page: Patrons requesting modification) - Verify that the birtday date is correct - Back in Opac, clear the birthday date, try to submit => Validation message appears - Enter an invalid date (32/32/2999 or 00/00/0000), try to submit => Birthday date field is cleared, validation message appears. Signed-off-by: Hector Castro Works as advertised. Wrong today corrected Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 7a46b1599e3a7600e4383ad11932b98e3c5eca06 Author: Marc V?ron Date: Mon Oct 5 14:38:08 2015 +0200 Bug 14956: C4::Dates from files opac/*.pl Remove C4::Dates from files: - opac/opac-memberentry.pl - opac/opac-reserve.pl - opac/opac-search-history.pl - opac/opac-showreviews.pl - opac/opac-suggestions.pl - opac/opac-serial-issues.pl - opac/opac-alert-subscribe.pl - opac/opac-ics.pl To test: - Apply patch - Verify, that self registration and holds work as before - Verify that tabs in catalog item detail work and display as before - For serials: Verify that subscriptions work as before. It is a little bit hidden, in tab Subscriptions, then 'More details', then tab 'Brief history', button 'Subscribe to email notificatin on new issues' - For ics: Can not be tested at the moment, not yet used (Bug 5456), pls. have a look at the code changes (Amended following comment #2) Signed-off-by: Hector Castro Works as advertised Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../value_builder/marc21_linking_section.pl | 4 +-- .../prog/en/modules/members/members-update.tt | 10 ++++-- opac/opac-alert-subscribe.pl | 1 - opac/opac-ics.pl | 1 - opac/opac-memberentry.pl | 15 ++++++-- opac/opac-reserve.pl | 5 ++- opac/opac-search-history.pl | 2 +- opac/opac-serial-issues.pl | 1 - opac/opac-showreviews.pl | 11 +++--- opac/opac-suggestions.pl | 1 - t/db_dependent/AudioAlerts.t | 38 ++++++++++---------- 11 files changed, 50 insertions(+), 39 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 6 19:52:59 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 06 Nov 2015 18:52:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1150-g7ce8584 Message-ID: This is an automated email from the git hooks/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 7ce858491b86b6fe4f85c0cb5e50f66288c474b0 (commit) via 142eb5ed387c2ef65df8a02f9d63bb531067da36 (commit) from 57d74255498ab428b887bf9022cc3eae6a8b8bf7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7ce858491b86b6fe4f85c0cb5e50f66288c474b0 Author: Tomas Cohen Arazi Date: Fri Nov 6 14:42:28 2015 -0300 Bug 14878: (QA followup) Remove useless diag Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 142eb5ed387c2ef65df8a02f9d63bb531067da36 Author: Jonathan Druart Date: Tue Sep 22 17:34:16 2015 +0100 Bug 14878: Tests - Create the branchcodes when needed Tests assume that the branchcodes CPL/MPL/etc. already exist in the DB. If they need them, they should create them. Test plan: Execute the differente test files on a DB without any branchcode or at least without CPL/MPL branches. Confirm that the tests pass. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Accounts.t | 12 +- t/db_dependent/Acquisition/OrderUsers.t | 17 ++- t/db_dependent/Borrower_Debarments.t | 16 ++- t/db_dependent/Borrower_Discharge.t | 24 ++-- t/db_dependent/Borrower_Files.t | 16 ++- t/db_dependent/Budgets.t | 22 +-- t/db_dependent/Circulation.t | 57 ++++---- t/db_dependent/Circulation/IsItemIssued.t | 22 +-- .../Circulation/IssuingRules/maxsuspensiondays.t | 14 +- t/db_dependent/Circulation/Returns.t | 23 +-- t/db_dependent/Circulation_transfers.t | 60 ++------ t/db_dependent/CourseReserves.t | 19 ++- t/db_dependent/Creators/Lib.t | 30 ++-- t/db_dependent/Holds/LocalHoldsPriority.t | 27 +++- t/db_dependent/Holds/RevertWaitingStatus.t | 25 ++-- t/db_dependent/HoldsQueue.t | 131 ++++++++++-------- t/db_dependent/Items.t | 146 ++++++++++++-------- t/db_dependent/Items_DelItem.t | 16 ++- t/db_dependent/Koha_template_plugin_Branches.t | 17 ++- t/db_dependent/Letters.t | 40 +++--- t/db_dependent/Members.t | 30 ++-- t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t | 15 +- t/db_dependent/Members_Attributes.t | 14 +- t/db_dependent/Ratings.t | 15 +- t/db_dependent/Reserves/GetReserveFee.t | 9 +- t/db_dependent/Serials_2.t | 20 ++- t/db_dependent/ShelfBrowser.t | 17 ++- 27 files changed, 506 insertions(+), 348 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Nov 8 17:09:18 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Nov 2015 16:09:18 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1151-gf25fe6d Message-ID: This is an automated email from the git hooks/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 f25fe6ddb4a340f12613784dc841ab5bfd672d6b (commit) from 7ce858491b86b6fe4f85c0cb5e50f66288c474b0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f25fe6ddb4a340f12613784dc841ab5bfd672d6b Author: Tomas Cohen Arazi Date: Fri Nov 6 11:21:56 2015 -0300 Bug 15151: Avoid DB access to load C4::Members In order to avoid loading Koha::NorwegianPatronDB a DB query was used. Instead, a require should be used. This causes non-db_dependent tests that load C4::Members to fail. To test: - Shut mysql down $ sudo service mysql stop - Run the tests: prove t/Circulation_barcodedecode.t => FAIL: DB connection is expected, tests fail - Apply the patch - Run the tests: prove t/Circulation_barcodedecode.t => SUCCESS: Tests pass - Sign off .-D Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 11 ++++------- t/Circulation_barcodedecode.t | 33 ++++++++++++--------------------- 2 files changed, 16 insertions(+), 28 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Nov 8 20:58:19 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 08 Nov 2015 19:58:19 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-2-g6c4e68b Message-ID: This is an automated email from the git hooks/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.20.x has been updated via 6c4e68b2da07fb9e1ae6b3f1d6c77a0b0b141093 (commit) via b94d2d97d2c0e852649e7be1de4acb2ca4f0e81d (commit) from d5402f3d2797c4697c75177cd52168bbd430a9de (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6c4e68b2da07fb9e1ae6b3f1d6c77a0b0b141093 Author: Jonathan Druart Date: Wed Apr 15 11:30:17 2015 +0200 Bug 10181: Acq - Improve message for deleted records There are some issues here: 1/ Message not translatable (set in the pl file) 2/ ' by 'displayed even if no author defined 3/ Message not the same every where 4/ Nothing displayed on the invoice page Test plan: 1/ Create a basket 2/ Add 4 orders A, B, C, D 3/ On the basket, you see "$title by $author", or "$title" if no author defined 4/ Delete order A, B 5/ Close the basket 6/ Receive B, C 7/ Delete record created for A, C 8/ Go on the basket page, you should see the title and "Deleted bibliographic record, can't find title" for the deleted record 9/ Go on the invoice page, you should see the title and "Deleted bibliographic record, can't find title" for the deleted record Signed-off-by: Joonas Kylm?l? Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 431d217a5185af747a8e80080cb1f381585471fc) Signed-off-by: Chris Cormack commit b94d2d97d2c0e852649e7be1de4acb2ca4f0e81d Author: Jonathan Druart Date: Wed Apr 15 10:54:48 2015 +0200 Bug 10181: Make string translatable Signed-off-by: Joonas Kylm?l? Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 49f2837b2e75511becd09059db99d209917647a7) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: acqui/basket.pl | 2 -- acqui/invoice.pl | 2 -- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 11 ++++++++--- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 10 +++++++--- 4 files changed, 15 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 9 16:50:47 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 09 Nov 2015 15:50:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1156-g5e44c97 Message-ID: This is an automated email from the git hooks/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 5e44c97829687d0eb57df8d84f0d3502ae3153bd (commit) via 0cbc65111c735e699d94d50ad09c17fb7b7b8913 (commit) via e0032c46e98b4cf31d76abb93d12041ea362d81e (commit) via 307fe0ac533c2dc8116a183d104c864717a91fc5 (commit) via 384dceeef583c444ac8350c928a2e1aed34e536b (commit) from f25fe6ddb4a340f12613784dc841ab5bfd672d6b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5e44c97829687d0eb57df8d84f0d3502ae3153bd Author: Julian Maurice Date: Mon Nov 9 14:41:00 2015 +0100 Bug 15158: Fix t/db_dependent/Circulation/GetTopIssues.t create_biblio was returning biblioitemnumber instead of biblionumber. This can cause problems when biblionumber and biblioitemnumber are not the same. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 0cbc65111c735e699d94d50ad09c17fb7b7b8913 Author: Fridolin Somers Date: Tue Sep 22 09:49:39 2015 +0200 Bug 14867: userid not generated when defined in BorrowerUnwantedField When userid is not provided when creating a new patron, it is generated using surname and firstname. The bug is when userid is defined in syspref BorrowerUnwantedField, the input text is missing in patron creation form. When saving you always get an alert message : "Username/password already exists". No patron can be created. This patch corrects by adding this case to userid generation conditions. Test plan : - add 'userid' in syspref BorrowerUnwantedField - try to create a new patron : /cgi-bin/koha/members/memberentry.pl - there is not input text for userid - choose non-existing surname and firstname - click on save => Without patch : patron is not created, you see the alert message "Username/password already exists" => With patch : patron is created, userid is generated with surname and firstname - remove 'userid' in syspref BorrowerUnwantedField and check it can be defined in patron creation form Signed-off-by: Fr?d?ric Demians The issue is there, and this patch fixes it. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit e0032c46e98b4cf31d76abb93d12041ea362d81e Author: Jonathan Druart Date: Thu Jul 2 16:42:16 2015 +0100 Bug 14388: Funds should be sorted by budget_code Before this patch, the funds were sorted by budget_id, which does not make any sense. This patch adds a sort by budget_code on the fund list (acqui/acqui-home.pl and admin/aqbudgets.pl) Test plan: On both pages (acqui/acqui-home.pl and admin/aqbudgets.pl) confirm that the funds are now sorted by fund code (DB column budget_code) Signed-off-by: Nicole Engard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 307fe0ac533c2dc8116a183d104c864717a91fc5 Author: Joonas Kylm?l? Date: Mon Aug 17 12:40:05 2015 +0000 Bug 14687: Patron's transaction history changes items' order after paying fines. Sorts Patron's accounting data consistently from newest to oldest. It doesn't depend on anymore to timestamp (which can be same for multiple entries) from database but instead uses accountline's id to sort. Signed-off-by: Liz Rea Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 384dceeef583c444ac8350c928a2e1aed34e536b Author: Jonathan Druart Date: Tue Sep 22 11:16:28 2015 +0100 Bug 12540: Display "Every" on editing a MMT action if previously selected On creating a marc modification template action, the "All" is changed with "Every" if the condition field is the same as the original field. But on editing, the "All" value is not replaced. For consistency, it should. Test plan: 1/ Create the following action: Copy field 650$x to 650$y if 650$z matches "foobar" Note that the "All" is replaced with "Every" when the condition is the same field as the original field. 2/ Save 3/ Edit the action. The "Every" should be selected. Without this patch, "All" is selected. Signed-off-by: Alex Arnaud Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Budgets.pm | 4 ++-- C4/Members.pm | 2 +- .../modules/tools/marc_modification_templates.tt | 2 +- members/memberentry.pl | 5 +++-- t/db_dependent/Budgets.t | 22 ++++++++++++-------- t/db_dependent/Circulation/GetTopIssues.t | 4 +++- 6 files changed, 23 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 9 19:03:23 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 09 Nov 2015 18:03:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1162-g02c69b2 Message-ID: This is an automated email from the git hooks/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 02c69b218ad4a7a5e6aa7d390409de1d30a0ddbd (commit) via ee6029c841840f82ba1d8c3c181bba8d55c43bc4 (commit) via 9f6ac9be117013087fbe1d79879e4e60c66a1ad8 (commit) via 85431368bef418a65d29916ebde4ea846df83a99 (commit) via 2df3334705489a45712c746a1ffe053bd19f3f22 (commit) via 2443e5b0a7fcd628e868a62363efe96b4c51a9fe (commit) from 5e44c97829687d0eb57df8d84f0d3502ae3153bd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 02c69b218ad4a7a5e6aa7d390409de1d30a0ddbd Author: Kyle M Hall Date: Tue Sep 15 08:28:45 2015 -0400 Bug 14402: (QA followup) Add notes to usage text about --fees Added notes to usage in misc/cronjobs/cleanup_database.pl that --fees DAYS requires DAYS to be greater than or equal to 1. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit ee6029c841840f82ba1d8c3c181bba8d55c43bc4 Author: Barton Chittenden Date: Thu Sep 10 22:03:43 2015 +0000 Bug 14402: Make purge_zero_balance_fees() delete fees with NULL balance. Also, add notes to perldocs and usage that payments and credits are not linked to fines and may be deleted independently of the associated fine. Signed-off-by: Nancy Keener Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 9f6ac9be117013087fbe1d79879e4e60c66a1ad8 Author: Barton Chittenden Date: Sat Jul 18 13:29:29 2015 -0700 Bug 14402: Add option --fees to /misc/cronjobs/cleanup_database.pl This will call C4::Accounts::purge_zero_balance_fees to remove all rows from accountlines which have 0 balance, and are more than DAYS old. Test plan: Run: t/db_dependent/Accounts.t If all unit tests pass, the --fees option to /misc/cronjobs/cleanup_database.pl should act as documented, because it is a straight pass-through to C4::Accounts::purge_zero_balance_fees(). http://bugs.koha-community.org/show_bug.cgi?id=14402 Signed-off-by: Nancy Keener Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 85431368bef418a65d29916ebde4ea846df83a99 Author: Barton Chittenden Date: Sat Jul 18 12:58:51 2015 -0700 Bug 14402: Add unit tests for purge_zero_balance_fees() The function C4::Accounts::purge_zero_balance_fees() should delete rows in accountlines where amountoutstanding is 0 and accountlines.date is less than the current date minus '$days', i.e a number of days passed to the function. Tests were added to prove the following: * accountlines.amountoutstanding is 0, and date is set to CURRENT_DATE. The accountlines row should not be deleted. This is merely a sanity check, because difference between today's date and the fee date cannot be greater than $days. * 'Before', 'On' and 'After' tests for accountlines.amountoutstanding = 0 * accountlines.amountoutstanding is 0, and date is set to $days - 1 days ago. The accountlines row should not be deleted. * accountlines.amountoutstanding is 0, and date is set to $days days ago. the accountlines row should not be deleted, because the difference must be *greater* than $days. * accountlines.amountoutstanding is 0, and date is set to $days + 1 days ago. The accountlines row *will* be deleted in this case. * 'Before', 'On' and 'After' tests for accountlines.amountoutstanding > 0. (3 tests). The accountlines row will never be deleted, because amountoutstanding is not 0. * 'Before', 'On' and 'After' tests for accountlines.amountoutstanding < 0. (3 testes) This tests credits. Again, the accountlines row will never be deleted, because amountoutstanding is not 0. http://bugs.koha-community.org/show_bug.cgi?id=14402 Signed-off-by: Nancy Keener Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 2df3334705489a45712c746a1ffe053bd19f3f22 Author: Barton Chittenden Date: Sat Jul 18 11:41:38 2015 -0700 Bug 14402: Add function purge_zero_balance_fees to C4/Accounts.pm http://bugs.koha-community.org/show_bug.cgi?id=14402 Signed-off-by: Nancy Keener Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 2443e5b0a7fcd628e868a62363efe96b4c51a9fe Author: Nick Clemens Date: Sat Mar 21 12:27:04 2015 -0400 Bug 7369: Duplicate item and add dropdown buttons for item actions This patch adds a link to duplicate existing items on the edit items screen To test: 1 - Apply patch 2 - navigate to the edit items screen for a record with existing items 3 - click the duplicate link and ensure item info but not barcode are carried over 4 - save the item and ensure it is added correctly 5 - check that all previous functionality on page works as before Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 37 ++++++++++- cataloguing/additem.pl | 34 ++++++++++ .../prog/en/modules/cataloguing/additem.tt | 17 +++-- misc/cronjobs/cleanup_database.pl | 53 ++++++++++------ t/db_dependent/Accounts.t | 66 +++++++++++++++++++- 5 files changed, 179 insertions(+), 28 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 9 19:41:49 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 09 Nov 2015 18:41:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1168-ge724823 Message-ID: This is an automated email from the git hooks/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 e72482340f8a0274a6489dc08c8f9e4ac80be5f3 (commit) via 20636ce19476fb7f31ebef0264537cb1bec3ef54 (commit) via 7d87ea53560b411dd44e141679e7d0071d55a7c2 (commit) via f483414637efc6c44ea487b74b917a1ac7e88a84 (commit) via 44c4b9310d651d17c5e2163b6723fc56ba8e0c46 (commit) via 6143a2bf440ca44968c6609db8f3663ce3a3c9da (commit) from 02c69b218ad4a7a5e6aa7d390409de1d30a0ddbd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e72482340f8a0274a6489dc08c8f9e4ac80be5f3 Author: Tomas Cohen Arazi Date: Mon Nov 9 15:13:03 2015 -0300 Bug 8064: DBRev 3.21.00.054 Signed-off-by: Tomas Cohen Arazi commit 20636ce19476fb7f31ebef0264537cb1bec3ef54 Author: Julian Maurice Date: Mon Jun 9 09:55:28 2014 +0200 Bug 8064: Fix unit tests for createMergeHash Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 7d87ea53560b411dd44e141679e7d0071d55a7c2 Author: Stefano Bargioni Date: Tue Mar 11 10:22:12 2014 +0100 Bug 8064: Little fix for 003, 005, 008 in MARC21 I found a little bug in the patch. Subfield '@' of tags 003, 005, 008 in MARC21 were not correctly handled by function check_mandatory() in merge.tt. I fixed the problem. In my opinion, the patch can be signed off. Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit f483414637efc6c44ea487b74b917a1ac7e88a84 Author: Julian Maurice Date: Fri Dec 20 11:01:09 2013 +0100 Bug 8064: Fix issues with control fields and non-repeatable check Fields < 010 were systematically unchecked during target rebuild because they have no subfields (unchecking manually all subfields of a field automatically uncheck the field) When user check a field or a subfield, we have to uncheck it before calling (sub)field_can_be_added. Otherwise, field is treated as if it was already in target record, and this is a problem for non-repeatable fields. Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 44c4b9310d651d17c5e2163b6723fc56ba8e0c46 Author: Julian Maurice Date: Wed Nov 6 12:17:45 2013 +0100 Bug 8064: Change the way target record is built. Instead of copying/removing a piece of DOM in target record each time a checkbox is checked/unchecked, the target record is *entirely* rebuilt each time a checkbox is checked/unchecked. This is slower but allow for a more consistent and less error-prone behaviour. This patch also fix the mandatory check for subfields Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 6143a2bf440ca44968c6609db8f3663ce3a3c9da Author: Julian Maurice Date: Tue May 28 16:24:53 2013 +0200 Bug 8064: Merge several biblios This patch improves the existing merging tool by adding possibility to merge more than 2 biblios. There is no functional changes: - Add some biblios to a list - In the list check some biblios and click on 'Merge selected records' - Choose the biblio which will be kept, all others will be deleted - On the next page you have all biblios you chose in tabs (left side of the screen) and the preview of result (right side) - Pick some fields or subfields from records that will be deleted or delete some fields from reference record. - Click on 'Merge', if there is no errors you are redirected to the biblio view. Added checks for non-repeatable subfields Added checks for mandatory fields and subfields before submitting the form. Added a final report which display deleted records (see syspref MergeReportFields) Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- Koha/Util/MARC.pm | 37 +-- cataloguing/merge.pl | 280 +++++++++++--------- installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 10 + .../prog/en/includes/merge-record-strings.inc | 4 +- .../prog/en/includes/merge-record.inc | 120 ++++----- koha-tmpl/intranet-tmpl/prog/en/js/merge-record.js | 271 +++++++++++-------- .../en/modules/admin/preferences/cataloguing.pref | 9 + .../prog/en/modules/cataloguing/merge.tt | 249 ++++++++++++----- .../prog/en/modules/virtualshelves/shelves.tt | 20 +- t/Koha_MetadataRecord.t | 58 ++-- t/Koha_Util_MARC.t | 58 ++-- 13 files changed, 644 insertions(+), 475 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 9 19:57:24 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 09 Nov 2015 18:57:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1169-g4a4dbbf Message-ID: This is an automated email from the git hooks/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 4a4dbbf1237c93e0233eef0600015c9be3320bf0 (commit) from e72482340f8a0274a6489dc08c8f9e4ac80be5f3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4a4dbbf1237c93e0233eef0600015c9be3320bf0 Author: Colin Campbell Date: Tue Oct 20 14:19:35 2015 +0100 Bug 15036: Do not overwrite complete status in basket ops Reopening or closing a basket should preserve the completed status for receipted orders. This patch excludes orderlines with the completed status from having their status rewritten as a result of the change in basket status Made the subroutines involved more efficient by removing an unnecessary loop and by not fetching a large amount of superfluous data Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 46 ++++++++++++---------------------------------- 1 file changed, 12 insertions(+), 34 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 10 13:47:52 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 10 Nov 2015 12:47:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1174-ga0460ec Message-ID: This is an automated email from the git hooks/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 a0460ecc0abbe5f69554ab3885775e55b6a25fe0 (commit) via 004fa5ac4448fc1dedf9a74774b2ee0b1ec67f77 (commit) via e815d1e010a20b73327cba1eaa78d08f06ec50a8 (commit) via 237c1483ddf22babb4f1bfd4dfa3e7120c2d8cd9 (commit) via 9c20a3f7976ce1ff41c18113cb5a8f0c7a3a80e7 (commit) from 4a4dbbf1237c93e0233eef0600015c9be3320bf0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a0460ecc0abbe5f69554ab3885775e55b6a25fe0 Author: Jonathan Druart Date: Tue Nov 10 09:06:32 2015 +0000 Bug 14575: Fix typo in opac-basket.tt No more typo in the codebase. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 004fa5ac4448fc1dedf9a74774b2ee0b1ec67f77 Author: Jonathan Druart Date: Mon Nov 9 11:01:02 2015 +0000 Bug 14575: Fix typo OPACurlOpenInNewWindow vs OPACURLOpenInNewWindow Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit e815d1e010a20b73327cba1eaa78d08f06ec50a8 Author: David Cook Date: Tue Jul 21 13:09:39 2015 +1000 Bug 14575: OPACURLOpenInNewWindow should apply to item-level urls too This patch applies the OPACURLOpenInNewWindow system preference to item-level urls (in addition to the pre-existing bib-level url handling). _TEST PLAN_ Before applying: 1) Set OPACURLOpenInNewWindow to "don't" and click on an item-level url 2) Note that the current tab changes to that url 3) Set OPACURLOpenInNewWindow to "do" and click on an item-level url 4) Note that the current tab changes to that url Apply the patch. After applying: 5) Click on an item-level url 6) Note that the url opens in a new tab (as OPACURLOpenInNewWindow should be set to "do") 7) Set OPACURLOpenInNewWindow to "don't" and click on an item-level url 8) Note that the url opens in the current tab 9) Repeat the above steps 5-8 alternating "TrackClicks" between "Don't track" and either "Track" or "Track anonymously". Followed test plan. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 237c1483ddf22babb4f1bfd4dfa3e7120c2d8cd9 Author: Kyle M Hall Date: Thu Nov 5 13:24:51 2015 +0000 Bug 14743: addorder.pl redirect problems under plack behind apache 2.4.10 I can't quite figure this out. When I run CGI version of Koha, I see following response (recorded using tcpdump): HTTP/1.1 302 Found Date: Thu, 27 Aug 2015 13:28:41 GMT Server: Apache/2.4.10 (Debian) Location: /cgi-bin/koha/acqui/basket.pl?basketno=5610 Vary: User-Agent Content-Length: 0 Keep-Alive: timeout=5, max=98 Connection: Keep-Alive Content-Type: text/x-perl However, when running behind apache 2.4.10 on Debian wheezy I see chunked response: HTTP/1.1 302 Found Date: Thu, 27 Aug 2015 13:21:28 GMT Server: Apache/2.4.10 (Debian) Vary: User-Agent Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/x-perl 60 Transfer-Encoding: chunked Date: Thu, 27 Aug 2015 13:21:28 GMT Connection: keep-alive 0 0 This response doesn't work in firefox (where it reports page not found) nor in chrome (where it returns lines below 60 on screen). In the template the hidden input 'basketno' is listed twice. What the cgi script reads in the parameter, what is does is concat the values of the multiple basketno instances together createing what is likely an invalid basketno. For reasons beyond my understanding this is what triggers this error! Test Plan: 1) Using plack, add an order to a basket from an external source 2) Note the error 3) Apply this patch 4) Add an order to a basket from an external source 5) Note you get no error! Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 9c20a3f7976ce1ff41c18113cb5a8f0c7a3a80e7 Author: Tomas Cohen Arazi Date: Mon Nov 9 11:35:03 2015 -0300 Bug 15160: GetTopIssues.t should create random data This patch refactors t/db_dependent/Circulation/GetTopIssues.t so it creates its own data with random values. It does so by replacing (legacy) SQL inserts and fixed value data inserting by TestBuilder generated data. There is no expected behaviour change. To test: - Create an itemtyp directly on your DB with GTI_I_TEST as its itemtype > INSERT INTO itemtypes (itemtype) VALUES ('GTI_I_TEST'); - Run: $ prove t/db_dependent/Circulation/GetTopIssues.t => FAIL: The insert line fails - Apply the patch - Run: $ prove t/db_dependent/Circulation/GetTopIssues.t => SUCCESS: tests pass due to random data usage. - Sign off Signed-off-by: Frederic Demians Test plan produces the expected result, failing, then OK. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/neworderempty.tt | 1 - .../opac-tmpl/bootstrap/en/modules/opac-basket.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 16 ++++-- t/db_dependent/Circulation/GetTopIssues.t | 56 +++++++++++++------- 4 files changed, 50 insertions(+), 25 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 10 15:01:26 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 10 Nov 2015 14:01:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1175-gb8b22fe Message-ID: This is an automated email from the git hooks/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 b8b22fe417573af351ca568e99dc1da36579200b (commit) from a0460ecc0abbe5f69554ab3885775e55b6a25fe0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b8b22fe417573af351ca568e99dc1da36579200b Author: Tomas Cohen Arazi Date: Tue Nov 10 10:51:16 2015 -0300 Bug 7143: Updates for the 3.22 release This patch adds the new devs missing from the history.txt file that contributed patches during the 3.22 release cycle. It fixes the missing ones on the about page too. Bonus: Adds Olli, who was missing, so numbering shift was needed too. Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 75 ++++++++++++---------- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 7 ++ 2 files changed, 48 insertions(+), 34 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 10 19:22:51 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 10 Nov 2015 18:22:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1178-g27a15d5 Message-ID: This is an automated email from the git hooks/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 27a15d5a429620dbad0a16292d714e3389ea057e (commit) via da5629192a369e6c8a48ac11e40285ee06fdcb14 (commit) via 0ba1fb9e7739e66f57199bba2b4809e539a00237 (commit) from b8b22fe417573af351ca568e99dc1da36579200b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 27a15d5a429620dbad0a16292d714e3389ea057e Author: Jonathan Druart Date: Tue Nov 10 15:17:12 2015 +0000 Bug 14735: Save cache_expiry on modifying a report The cache_expiry is not saved when updating a SQL report. Test plan: 0/ Enable memcached 1/ Create a sql report 2/ Edit it and change the cache expiry value 3/ Edit again => The value should have been updated. Signed-off-by: Frederic Demians Repeatable bug. Solved with this patch. Signed-off-by: Tomas Cohen Arazi commit da5629192a369e6c8a48ac11e40285ee06fdcb14 Author: Tomas Cohen Arazi Date: Tue Oct 20 22:50:47 2015 -0300 Bug 7895: Test for PSGI-related env to report in about.pl This patch introduces a test for psgi/plack in %ENV and uses that data to report in the about page. To test: - On current master (without Plack), go to about.pl - Notice no mention of Plack - Apply the patch - Reload the about page => SUCCESS: No change - Enable plack, and access the about page through Plack => SUCCESS: There is a PSGI label, showing that you are running Plack - Sign off :-D Regards PS: I haven't tested the mod_perl scenario, I just grabbed the MOD_PERL env var from the docs. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 0ba1fb9e7739e66f57199bba2b4809e539a00237 Author: Jonathan Druart Date: Wed Oct 14 13:20:38 2015 +0000 Bug 15011: koha-indexer should define the --pidfiles on starting the daemon The --pidfiles options is not provided on starting the daemon and the is_indexer_running consider that the daemon is not running Test plan: koha-indexer start koha-indexer stop should start and stop the zebra daemon wuthout any error. Signed-off-by: Tomas Cohen Arazi Tested on kohadevbox:ansible sudo debian/scripts/koha-indexer --stop kohadev sudo debian/scripts/koha-indexer --start kohadev sudo debian/scripts/koha-indexer --restart kohadev All work as expected on the different scenarios. ----------------------------------------------------------------------- Summary of changes: about.pl | 14 ++++++++++++-- debian/scripts/koha-indexer | 3 +++ koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 +++ reports/guided_reports.pl | 1 + 4 files changed, 19 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 10 21:45:16 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 10 Nov 2015 20:45:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1179-gb2c3024 Message-ID: This is an automated email from the git hooks/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 b2c302440b7d33e8dc3923b645286a70111dd305 (commit) from 27a15d5a429620dbad0a16292d714e3389ea057e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b2c302440b7d33e8dc3923b645286a70111dd305 Author: Katrin Fischer Date: Sun Nov 1 15:43:42 2015 +0100 Bug 15097: Update MARC21 de-DE frameworks to Update 21 (September 2015) Updates the framework files using the po file based mechamism provided by Bernardo. To test: - Check that changes make sense - Run the Koha web installer for de-DE - Confirm all 4 files changed here load without errors Signed-off-by: Bernardo Gonzalez Kriegel All files load without errors, pass marc bibliographic fw test No errors Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../marc21/mandatory/authorities_normal_marc21.sql | 155 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 159 +- .../marc21/optional/marc21_fastadd_framework.sql | 222 +- .../optional/marc21_simple_bib_frameworks.sql |32549 +------------------- 4 files changed, 741 insertions(+), 32344 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 11 15:09:20 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 11 Nov 2015 14:09:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1184-gd64afea Message-ID: This is an automated email from the git hooks/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 d64afea6f5297f553d1cc45230039d839404e5c9 (commit) via 94c5f8d5f06b588da0903c9607349adbf16344be (commit) via ef0b3869a6b608494f0064249ead3cd3cda712af (commit) via 79cedd37187087e70719af8d653a9a0fe157eae0 (commit) via d383d0b1271ec391480f9c3b02a1a078c8f76594 (commit) from b2c302440b7d33e8dc3923b645286a70111dd305 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d64afea6f5297f553d1cc45230039d839404e5c9 Author: Hector Castro Date: Sat Nov 7 23:59:23 2015 -0600 Bug 15102: Fix capitalization for some strings on XSLT detail pages To test: -Search records with 336, 337, 338, 700$i, and 7XXind=2 -Search records with 508, 264Ind=4, 246, 856, and LDR/6 and LDR/7 (BK, VM, CR, CF) -Notice the capitalization (Contained Works, Related Works, Media Type, Content Type, and Carrier Type, Production Credits, Copyright Date, Other Title, Online Access, Continuing Resource, Mixed Materials, Computer File, Visual Material) in both OPAC and Intranet for records detail pages and results pages -Apply this patch -Search again and get notice about the capitalization following Koha coding guidelines Signed-off-by: Frederic Demians Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 94c5f8d5f06b588da0903c9607349adbf16344be Author: Aleisha Date: Tue Jul 21 18:38:58 2015 +0000 Bug 14553: Silencing warn triggered when clearing item rating on OPAC To test: 1) Go to any item and clear the star rating (don't have to set a rating first) 2) Notice the warn 3) Apply patch and reload page 4) Clear star rating 5) Notice no warn 6) Click a star to add a rating 7) Make sure your rating, the average rating and amount of votes are all correct 8) Could be beneficial to log in as another user and try to add a rating on the same item from their account. Check the average rating is cacalculated and amount of votes increases 9) Confirm still no warns Signed-off-by: Frederic Demians Can see the warning in logs, and its disappearance with this patch. Signed-off-by: Tomas Cohen Arazi commit ef0b3869a6b608494f0064249ead3cd3cda712af Author: Jonathan Druart Date: Wed Nov 11 12:40:52 2015 +0000 Bug 14998: Restore previous behavior We want to convert a us or metric date formatted to the format defined in the pref. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 79cedd37187087e70719af8d653a9a0fe157eae0 Author: Marc V?ron Date: Sat Oct 10 11:38:20 2015 +0200 Bug 14998: Remove C4::Dates from installer and maintenance folders - installer/data/mysql/updatedatabase.pl - misc/maintenance/fix_accountlines_date.pl To test for updatedatabase.pl - perl installer/data/mysql/updatedatabase.pl - review code. Difficult to test, because the code affects $DBversion = '3.03.00.035' To test for misc/maintenance/fix_accountlines_date.pl - review code - The file seems to be a file used for an update, could it be obsolete? If yes, remove it in a follow-up Signed-off-by: Frederic Demians Code OK. Tested updatedatabase.pl with an old DB backup: OK. fix_accountlines_date.pl still working after the patch. Could be removed from master IMO. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit d383d0b1271ec391480f9c3b02a1a078c8f76594 Author: Jonathan Druart Date: Wed Nov 11 13:19:22 2015 +0000 Bug 14544: Remove debug line Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 +++--- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 12 ++++++------ .../prog/en/xslt/MARC21slim2intranetResults.xsl | 12 ++++++------ koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 2 +- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 12 ++++++------ .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 10 +++++----- .../opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 2 +- misc/maintenance/fix_accountlines_date.pl | 14 +++++++------- opac/opac-ratings-ajax.pl | 5 ++--- opac/opac-search.pl | 1 - 10 files changed, 37 insertions(+), 39 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 11 19:50:33 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 11 Nov 2015 18:50:33 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1185-ga987767 Message-ID: This is an automated email from the git hooks/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 a98776756fe26054ebb6d101150c2a44acefd67b (commit) from d64afea6f5297f553d1cc45230039d839404e5c9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a98776756fe26054ebb6d101150c2a44acefd67b Author: Robin Sheat Date: Wed Nov 11 16:26:42 2015 +1300 Bug 13799: (PM followup) Dependency updates Added new rependencies. Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: debian/control | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 12 04:15:59 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 12 Nov 2015 03:15:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1187-g12051e3 Message-ID: This is an automated email from the git hooks/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 12051e3519b96f75ece94114631a827ccf1ff56c (commit) via add00fee34a831194d0909c7fca8c2e8a4b49e16 (commit) from a98776756fe26054ebb6d101150c2a44acefd67b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 12051e3519b96f75ece94114631a827ccf1ff56c Author: Bernardo Gonzalez Kriegel Date: Tue Nov 10 15:25:58 2015 -0300 Translation updates for Koha 3.22.0-beta release Signed-off-by: Tomas Cohen Arazi commit add00fee34a831194d0909c7fca8c2e8a4b49e16 Author: Tomas Cohen Arazi Date: Wed Nov 11 19:00:48 2015 -0300 Bug 7143: Add Marc Veron to the release team During this release cycle he worked really hard looking for things to fix. He's a brave bug wrangler and his name should be on the credits for 3.22. Period. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer Well deserved. ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + misc/translator/po/am-Ethi-marc-MARC21.po | 989 +- misc/translator/po/am-Ethi-marc-NORMARC.po | 2 +- misc/translator/po/am-Ethi-marc-UNIMARC.po | 2 +- misc/translator/po/am-Ethi-opac-bootstrap.po | 1163 +- misc/translator/po/am-Ethi-pref.po | 2649 ++- misc/translator/po/am-Ethi-staff-help.po | 120 +- misc/translator/po/am-Ethi-staff-prog.po | 6857 +++--- misc/translator/po/ar-Arab-marc-MARC21.po | 1017 +- misc/translator/po/ar-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ar-Arab-marc-UNIMARC.po | 16 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 1664 +- misc/translator/po/ar-Arab-pref.po | 619 +- misc/translator/po/ar-Arab-staff-help.po | 665 +- misc/translator/po/ar-Arab-staff-prog.po | 8536 ++++--- misc/translator/po/az-AZ-marc-MARC21.po | 997 +- misc/translator/po/az-AZ-marc-NORMARC.po | 2 +- misc/translator/po/az-AZ-marc-UNIMARC.po | 2 +- misc/translator/po/az-AZ-opac-bootstrap.po | 1166 +- misc/translator/po/az-AZ-pref.po | 476 +- misc/translator/po/az-AZ-staff-help.po | 120 +- misc/translator/po/az-AZ-staff-prog.po | 6913 +++--- misc/translator/po/be-BY-marc-MARC21.po | 1000 +- misc/translator/po/be-BY-marc-NORMARC.po | 2 +- misc/translator/po/be-BY-marc-UNIMARC.po | 2 +- misc/translator/po/be-BY-opac-bootstrap.po | 1176 +- misc/translator/po/be-BY-pref.po | 8067 +++++-- misc/translator/po/be-BY-staff-help.po | 120 +- misc/translator/po/be-BY-staff-prog.po | 6989 +++--- misc/translator/po/bg-Cyrl-marc-MARC21.po | 988 +- misc/translator/po/bg-Cyrl-marc-NORMARC.po | 2 +- misc/translator/po/bg-Cyrl-marc-UNIMARC.po | 2 +- misc/translator/po/bg-Cyrl-opac-bootstrap.po | 1159 +- misc/translator/po/bg-Cyrl-pref.po | 8955 ++++++-- misc/translator/po/bg-Cyrl-staff-help.po | 120 +- misc/translator/po/bg-Cyrl-staff-prog.po | 6851 +++--- misc/translator/po/bn-IN-marc-MARC21.po | 988 +- misc/translator/po/bn-IN-marc-NORMARC.po | 2 +- misc/translator/po/bn-IN-marc-UNIMARC.po | 2 +- misc/translator/po/bn-IN-opac-bootstrap.po | 1158 +- misc/translator/po/bn-IN-pref.po | 517 +- misc/translator/po/bn-IN-staff-help.po | 120 +- misc/translator/po/bn-IN-staff-prog.po | 6844 +++--- misc/translator/po/ca-ES-marc-MARC21.po | 992 +- misc/translator/po/ca-ES-marc-NORMARC.po | 2 +- misc/translator/po/ca-ES-marc-UNIMARC.po | 2 +- misc/translator/po/ca-ES-opac-bootstrap.po | 1178 +- misc/translator/po/ca-ES-pref.po | 6322 +++++- misc/translator/po/ca-ES-staff-help.po | 120 +- misc/translator/po/ca-ES-staff-prog.po | 6921 +++--- misc/translator/po/cs-CZ-marc-MARC21.po | 1017 +- misc/translator/po/cs-CZ-marc-NORMARC.po | 2 +- misc/translator/po/cs-CZ-marc-UNIMARC.po | 2 +- misc/translator/po/cs-CZ-opac-bootstrap.po | 1546 +- misc/translator/po/cs-CZ-pref.po | 2538 ++- misc/translator/po/cs-CZ-staff-help.po | 159 +- misc/translator/po/cs-CZ-staff-prog.po | 7747 ++++--- misc/translator/po/da-DK-marc-MARC21.po | 1041 +- misc/translator/po/da-DK-marc-NORMARC.po | 2 +- misc/translator/po/da-DK-marc-UNIMARC.po | 2 +- misc/translator/po/da-DK-opac-bootstrap.po | 1531 +- misc/translator/po/da-DK-pref.po | 722 +- misc/translator/po/da-DK-staff-help.po | 136 +- misc/translator/po/da-DK-staff-prog.po | 7675 ++++--- misc/translator/po/de-CH-marc-MARC21.po | 997 +- misc/translator/po/de-CH-marc-NORMARC.po | 2 +- misc/translator/po/de-CH-marc-UNIMARC.po | 2 +- misc/translator/po/de-CH-opac-bootstrap.po | 1506 +- misc/translator/po/de-CH-pref.po | 3586 ++- misc/translator/po/de-CH-staff-help.po | 670 +- misc/translator/po/de-CH-staff-prog.po | 7245 +++--- misc/translator/po/de-DE-marc-MARC21.po | 1005 +- misc/translator/po/de-DE-marc-NORMARC.po | 2 +- misc/translator/po/de-DE-marc-UNIMARC.po | 2 +- misc/translator/po/de-DE-opac-bootstrap.po | 1560 +- misc/translator/po/de-DE-pref.po | 6399 +++++- misc/translator/po/de-DE-staff-help.po | 684 +- misc/translator/po/de-DE-staff-prog.po | 7304 +++--- misc/translator/po/el-GR-marc-MARC21.po | 997 +- misc/translator/po/el-GR-marc-NORMARC.po | 2 +- misc/translator/po/el-GR-marc-UNIMARC.po | 2 +- misc/translator/po/el-GR-opac-bootstrap.po | 2979 ++- misc/translator/po/el-GR-pref.po | 271 +- misc/translator/po/el-GR-staff-help.po | 120 +- misc/translator/po/el-GR-staff-prog.po | 6977 +++--- misc/translator/po/en-GB-marc-MARC21.po | 997 +- misc/translator/po/en-GB-marc-NORMARC.po | 2 +- misc/translator/po/en-GB-marc-UNIMARC.po | 2 +- misc/translator/po/en-GB-opac-bootstrap.po | 1183 +- misc/translator/po/en-GB-pref.po | 3644 ++- misc/translator/po/en-GB-staff-help.po | 2116 +- misc/translator/po/en-GB-staff-prog.po | 8748 +++++--- misc/translator/po/en-NZ-marc-MARC21.po | 1381 +- misc/translator/po/en-NZ-marc-NORMARC.po | 2 +- misc/translator/po/en-NZ-marc-UNIMARC.po | 160 +- misc/translator/po/en-NZ-opac-bootstrap.po | 1607 +- misc/translator/po/en-NZ-pref.po | 213 +- misc/translator/po/en-NZ-staff-help.po | 1034 +- misc/translator/po/en-NZ-staff-prog.po | 7051 +++--- misc/translator/po/eo-marc-MARC21.po | 988 +- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 2 +- misc/translator/po/eo-opac-bootstrap.po | 2061 +- misc/translator/po/eo-pref.po | 3677 ++- misc/translator/po/eo-staff-help.po | 120 +- misc/translator/po/eo-staff-prog.po | 6824 +++--- misc/translator/po/es-ES-marc-MARC21.po | 1041 +- misc/translator/po/es-ES-marc-NORMARC.po | 2 +- misc/translator/po/es-ES-marc-UNIMARC.po | 25 +- misc/translator/po/es-ES-opac-bootstrap.po | 1653 +- misc/translator/po/es-ES-pref.po | 422 +- misc/translator/po/es-ES-staff-help.po | 1032 +- misc/translator/po/es-ES-staff-prog.po | 8354 ++++--- misc/translator/po/eu-marc-MARC21.po | 992 +- misc/translator/po/eu-marc-NORMARC.po | 2 +- misc/translator/po/eu-marc-UNIMARC.po | 2 +- misc/translator/po/eu-opac-bootstrap.po | 1174 +- misc/translator/po/eu-pref.po | 8388 +++++-- misc/translator/po/eu-staff-help.po | 120 +- misc/translator/po/eu-staff-prog.po | 6864 +++--- misc/translator/po/fa-Arab-marc-MARC21.po | 5928 ++--- misc/translator/po/fa-Arab-marc-NORMARC.po | 1081 +- misc/translator/po/fa-Arab-marc-UNIMARC.po | 4408 ++-- misc/translator/po/fa-Arab-opac-bootstrap.po | 5812 ++--- misc/translator/po/fa-Arab-pref.po | 5182 +++-- misc/translator/po/fa-Arab-staff-help.po | 6771 ++++-- misc/translator/po/fa-Arab-staff-prog.po |25343 +++++++++++---------- misc/translator/po/fi-FI-marc-MARC21.po | 1670 +- misc/translator/po/fi-FI-marc-NORMARC.po | 2 +- misc/translator/po/fi-FI-marc-UNIMARC.po | 2 +- misc/translator/po/fi-FI-opac-bootstrap.po | 2103 +- misc/translator/po/fi-FI-pref.po | 9147 ++++++-- misc/translator/po/fi-FI-staff-help.po | 5228 +++-- misc/translator/po/fi-FI-staff-prog.po |10813 +++++---- misc/translator/po/fo-FO-marc-MARC21.po | 1024 +- misc/translator/po/fo-FO-marc-NORMARC.po | 2 +- misc/translator/po/fo-FO-marc-UNIMARC.po | 2 +- misc/translator/po/fo-FO-opac-bootstrap.po | 1207 +- misc/translator/po/fo-FO-pref.po | 3120 ++- misc/translator/po/fo-FO-staff-help.po | 120 +- misc/translator/po/fo-FO-staff-prog.po | 6807 +++--- misc/translator/po/fr-CA-marc-MARC21.po | 1023 +- misc/translator/po/fr-CA-marc-NORMARC.po | 2 +- misc/translator/po/fr-CA-marc-UNIMARC.po | 2 +- misc/translator/po/fr-CA-opac-bootstrap.po | 1338 +- misc/translator/po/fr-CA-pref.po | 6298 +++++- misc/translator/po/fr-CA-staff-help.po | 120 +- misc/translator/po/fr-CA-staff-prog.po |10129 +++++---- misc/translator/po/fr-FR-marc-MARC21.po | 997 +- misc/translator/po/fr-FR-marc-NORMARC.po | 2 +- misc/translator/po/fr-FR-marc-UNIMARC.po | 2 +- misc/translator/po/fr-FR-opac-bootstrap.po | 1471 +- misc/translator/po/fr-FR-pref.po | 7590 +++++-- misc/translator/po/fr-FR-staff-help.po | 397 +- misc/translator/po/fr-FR-staff-prog.po | 7453 +++--- misc/translator/po/gl-marc-MARC21.po | 992 +- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 2 +- misc/translator/po/gl-opac-bootstrap.po | 1161 +- misc/translator/po/gl-pref.po | 6016 ++++- misc/translator/po/gl-staff-help.po | 120 +- misc/translator/po/gl-staff-prog.po | 6912 +++--- misc/translator/po/he-Hebr-marc-MARC21.po | 992 +- misc/translator/po/he-Hebr-marc-NORMARC.po | 2 +- misc/translator/po/he-Hebr-marc-UNIMARC.po | 2 +- misc/translator/po/he-Hebr-opac-bootstrap.po | 1159 +- misc/translator/po/he-Hebr-pref.po | 8309 +++++-- misc/translator/po/he-Hebr-staff-help.po | 120 +- misc/translator/po/he-Hebr-staff-prog.po | 6901 +++--- misc/translator/po/hi-marc-MARC21.po | 997 +- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 2 +- misc/translator/po/hi-opac-bootstrap.po | 1164 +- misc/translator/po/hi-pref.po | 3712 ++- misc/translator/po/hi-staff-help.po | 120 +- misc/translator/po/hi-staff-prog.po | 6911 +++--- misc/translator/po/hr-HR-marc-MARC21.po | 1004 +- misc/translator/po/hr-HR-marc-NORMARC.po | 2 +- misc/translator/po/hr-HR-marc-UNIMARC.po | 2 +- misc/translator/po/hr-HR-opac-bootstrap.po | 1923 +- misc/translator/po/hr-HR-pref.po | 8313 +++++-- misc/translator/po/hr-HR-staff-help.po | 128 +- misc/translator/po/hr-HR-staff-prog.po | 7212 +++--- misc/translator/po/hu-HU-marc-MARC21.po | 995 +- misc/translator/po/hu-HU-marc-NORMARC.po | 2 +- misc/translator/po/hu-HU-marc-UNIMARC.po | 2 +- misc/translator/po/hu-HU-opac-bootstrap.po | 1163 +- misc/translator/po/hu-HU-pref.po | 2690 ++- misc/translator/po/hu-HU-staff-help.po | 120 +- misc/translator/po/hu-HU-staff-prog.po | 6915 +++--- misc/translator/po/hy-Armn-marc-MARC21.po | 1019 +- misc/translator/po/hy-Armn-marc-NORMARC.po | 2 +- misc/translator/po/hy-Armn-marc-UNIMARC.po | 16 +- misc/translator/po/hy-Armn-opac-bootstrap.po | 1679 +- misc/translator/po/hy-Armn-pref.po | 8456 +++++-- misc/translator/po/hy-Armn-staff-help.po | 739 +- misc/translator/po/hy-Armn-staff-prog.po | 7901 ++++--- misc/translator/po/id-ID-marc-MARC21.po | 992 +- misc/translator/po/id-ID-marc-NORMARC.po | 2 +- misc/translator/po/id-ID-marc-UNIMARC.po | 2 +- misc/translator/po/id-ID-opac-bootstrap.po | 1173 +- misc/translator/po/id-ID-pref.po | 312 +- misc/translator/po/id-ID-staff-help.po | 120 +- misc/translator/po/id-ID-staff-prog.po | 6913 +++--- misc/translator/po/is-IS-marc-MARC21.po | 992 +- misc/translator/po/is-IS-marc-NORMARC.po | 2 +- misc/translator/po/is-IS-marc-UNIMARC.po | 2 +- misc/translator/po/is-IS-opac-bootstrap.po | 1164 +- misc/translator/po/is-IS-pref.po | 6581 +++++- misc/translator/po/is-IS-staff-help.po | 120 +- misc/translator/po/is-IS-staff-prog.po | 6912 +++--- misc/translator/po/it-IT-marc-MARC21.po | 997 +- misc/translator/po/it-IT-marc-NORMARC.po | 2 +- misc/translator/po/it-IT-marc-UNIMARC.po | 2 +- misc/translator/po/it-IT-opac-bootstrap.po | 1557 +- misc/translator/po/it-IT-pref.po | 3594 ++- misc/translator/po/it-IT-staff-help.po | 681 +- misc/translator/po/it-IT-staff-prog.po | 7384 +++--- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 992 +- misc/translator/po/ja-Jpan-JP-marc-NORMARC.po | 2 +- misc/translator/po/ja-Jpan-JP-marc-UNIMARC.po | 2 +- misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 1191 +- misc/translator/po/ja-Jpan-JP-pref.po | 6908 +++++- misc/translator/po/ja-Jpan-JP-staff-help.po | 120 +- misc/translator/po/ja-Jpan-JP-staff-prog.po | 6945 +++--- misc/translator/po/ka-marc-MARC21.po | 987 +- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 2 +- misc/translator/po/ka-opac-bootstrap.po | 1156 +- misc/translator/po/ka-pref.po | 640 +- misc/translator/po/ka-staff-help.po | 120 +- misc/translator/po/ka-staff-prog.po | 6833 +++--- misc/translator/po/km-KH-marc-MARC21.po | 987 +- misc/translator/po/km-KH-marc-NORMARC.po | 2 +- misc/translator/po/km-KH-marc-UNIMARC.po | 2 +- misc/translator/po/km-KH-opac-bootstrap.po | 1158 +- misc/translator/po/km-KH-pref.po | 6142 ++++- misc/translator/po/km-KH-staff-help.po | 120 +- misc/translator/po/km-KH-staff-prog.po | 6831 +++--- misc/translator/po/kn-Knda-marc-MARC21.po | 989 +- misc/translator/po/kn-Knda-marc-NORMARC.po | 2 +- misc/translator/po/kn-Knda-marc-UNIMARC.po | 2 +- misc/translator/po/kn-Knda-opac-bootstrap.po | 1157 +- misc/translator/po/kn-Knda-pref.po | 8320 +++++-- misc/translator/po/kn-Knda-staff-help.po | 120 +- misc/translator/po/kn-Knda-staff-prog.po | 6907 +++--- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 5927 ++--- misc/translator/po/ko-Kore-KP-marc-NORMARC.po | 84 +- misc/translator/po/ko-Kore-KP-marc-UNIMARC.po | 30 +- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 6143 ++--- misc/translator/po/ko-Kore-KP-pref.po | 8045 +++++-- misc/translator/po/ko-Kore-KP-staff-help.po | 3993 ++-- misc/translator/po/ko-Kore-KP-staff-prog.po |26092 ++++++++++++---------- misc/translator/po/ku-Arab-marc-MARC21.po | 997 +- misc/translator/po/ku-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ku-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/ku-Arab-opac-bootstrap.po | 1174 +- misc/translator/po/ku-Arab-pref.po | 3007 ++- misc/translator/po/ku-Arab-staff-help.po | 120 +- misc/translator/po/ku-Arab-staff-prog.po | 6971 +++--- misc/translator/po/lo-Laoo-marc-MARC21.po | 992 +- misc/translator/po/lo-Laoo-marc-NORMARC.po | 2 +- misc/translator/po/lo-Laoo-marc-UNIMARC.po | 2 +- misc/translator/po/lo-Laoo-opac-bootstrap.po | 1164 +- misc/translator/po/lo-Laoo-pref.po | 3679 ++- misc/translator/po/lo-Laoo-staff-help.po | 120 +- misc/translator/po/lo-Laoo-staff-prog.po | 6896 +++--- misc/translator/po/mi-NZ-marc-MARC21.po | 992 +- misc/translator/po/mi-NZ-marc-NORMARC.po | 2 +- misc/translator/po/mi-NZ-marc-UNIMARC.po | 2 +- misc/translator/po/mi-NZ-opac-bootstrap.po | 1164 +- misc/translator/po/mi-NZ-pref.po | 681 +- misc/translator/po/mi-NZ-staff-help.po | 120 +- misc/translator/po/mi-NZ-staff-prog.po | 6911 +++--- misc/translator/po/mon-marc-MARC21.po | 996 +- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 2 +- misc/translator/po/mon-opac-bootstrap.po | 1165 +- misc/translator/po/mon-pref.po | 558 +- misc/translator/po/mon-staff-help.po | 120 +- misc/translator/po/mon-staff-prog.po | 6913 +++--- misc/translator/po/mr-marc-MARC21.po | 989 +- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 2 +- misc/translator/po/mr-opac-bootstrap.po | 1163 +- misc/translator/po/mr-pref.po |10379 ++++++--- misc/translator/po/mr-staff-help.po | 120 +- misc/translator/po/mr-staff-prog.po | 6911 +++--- misc/translator/po/ms-MY-marc-MARC21.po | 1017 +- misc/translator/po/ms-MY-marc-NORMARC.po | 2 +- misc/translator/po/ms-MY-marc-UNIMARC.po | 2 +- misc/translator/po/ms-MY-opac-bootstrap.po | 1171 +- misc/translator/po/ms-MY-pref.po | 5747 ++++- misc/translator/po/ms-MY-staff-help.po | 124 +- misc/translator/po/ms-MY-staff-prog.po | 6984 +++--- misc/translator/po/nb-NO-marc-MARC21.po | 997 +- misc/translator/po/nb-NO-marc-NORMARC.po | 2 +- misc/translator/po/nb-NO-marc-UNIMARC.po | 2 +- misc/translator/po/nb-NO-opac-bootstrap.po | 1257 +- misc/translator/po/nb-NO-pref.po | 6101 ++++- misc/translator/po/nb-NO-staff-help.po | 120 +- misc/translator/po/nb-NO-staff-prog.po | 8408 ++++--- misc/translator/po/ne-NE-marc-MARC21.po | 987 +- misc/translator/po/ne-NE-marc-NORMARC.po | 2 +- misc/translator/po/ne-NE-marc-UNIMARC.po | 2 +- misc/translator/po/ne-NE-opac-bootstrap.po | 1156 +- misc/translator/po/ne-NE-pref.po | 3200 ++- misc/translator/po/ne-NE-staff-help.po | 120 +- misc/translator/po/ne-NE-staff-prog.po | 6832 +++--- misc/translator/po/nl-BE-marc-MARC21.po | 997 +- misc/translator/po/nl-BE-marc-NORMARC.po | 2 +- misc/translator/po/nl-BE-marc-UNIMARC.po | 2 +- misc/translator/po/nl-BE-opac-bootstrap.po | 1191 +- misc/translator/po/nl-BE-pref.po | 8808 ++++++-- misc/translator/po/nl-BE-staff-help.po | 120 +- misc/translator/po/nl-BE-staff-prog.po | 6984 +++--- misc/translator/po/nl-NL-marc-MARC21.po | 996 +- misc/translator/po/nl-NL-marc-NORMARC.po | 2 +- misc/translator/po/nl-NL-marc-UNIMARC.po | 2 +- misc/translator/po/nl-NL-opac-bootstrap.po | 1175 +- misc/translator/po/nl-NL-pref.po | 8143 +++++-- misc/translator/po/nl-NL-staff-help.po | 124 +- misc/translator/po/nl-NL-staff-prog.po | 6897 +++--- misc/translator/po/nn-NO-marc-MARC21.po | 997 +- misc/translator/po/nn-NO-marc-NORMARC.po | 2 +- misc/translator/po/nn-NO-marc-UNIMARC.po | 2 +- misc/translator/po/nn-NO-opac-bootstrap.po | 1162 +- misc/translator/po/nn-NO-pref.po | 763 +- misc/translator/po/nn-NO-staff-help.po | 120 +- misc/translator/po/nn-NO-staff-prog.po | 6915 +++--- misc/translator/po/pbr-marc-MARC21.po | 987 +- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 2 +- misc/translator/po/pbr-opac-bootstrap.po | 1158 +- misc/translator/po/pbr-pref.po | 3340 ++- misc/translator/po/pbr-staff-help.po | 120 +- misc/translator/po/pbr-staff-prog.po | 6831 +++--- misc/translator/po/pl-PL-marc-MARC21.po | 2070 +- misc/translator/po/pl-PL-marc-NORMARC.po | 42 +- misc/translator/po/pl-PL-marc-UNIMARC.po | 507 +- misc/translator/po/pl-PL-opac-bootstrap.po | 2053 +- misc/translator/po/pl-PL-pref.po | 1115 +- misc/translator/po/pl-PL-staff-help.po | 3112 ++- misc/translator/po/pl-PL-staff-prog.po |10868 +++++---- misc/translator/po/prs-marc-MARC21.po | 989 +- misc/translator/po/prs-marc-NORMARC.po | 2 +- misc/translator/po/prs-marc-UNIMARC.po | 2 +- misc/translator/po/prs-opac-bootstrap.po | 1160 +- misc/translator/po/prs-pref.po | 2731 ++- misc/translator/po/prs-staff-help.po | 120 +- misc/translator/po/prs-staff-prog.po | 6904 +++--- misc/translator/po/pt-BR-marc-MARC21.po | 1428 +- misc/translator/po/pt-BR-marc-NORMARC.po | 22 +- misc/translator/po/pt-BR-marc-UNIMARC.po | 174 +- misc/translator/po/pt-BR-opac-bootstrap.po | 1769 +- misc/translator/po/pt-BR-pref.po | 2591 ++- misc/translator/po/pt-BR-staff-help.po | 188 +- misc/translator/po/pt-BR-staff-prog.po |11979 +++++----- misc/translator/po/pt-PT-marc-MARC21.po | 1023 +- misc/translator/po/pt-PT-marc-NORMARC.po | 2 +- misc/translator/po/pt-PT-marc-UNIMARC.po | 18 +- misc/translator/po/pt-PT-opac-bootstrap.po | 1620 +- misc/translator/po/pt-PT-pref.po | 3649 ++- misc/translator/po/pt-PT-staff-help.po | 549 +- misc/translator/po/pt-PT-staff-prog.po | 7813 ++++--- misc/translator/po/ro-RO-marc-MARC21.po | 996 +- misc/translator/po/ro-RO-marc-NORMARC.po | 2 +- misc/translator/po/ro-RO-marc-UNIMARC.po | 2 +- misc/translator/po/ro-RO-opac-bootstrap.po | 1163 +- misc/translator/po/ro-RO-pref.po | 7522 +++++-- misc/translator/po/ro-RO-staff-help.po | 120 +- misc/translator/po/ro-RO-staff-prog.po | 6923 +++--- misc/translator/po/ru-RU-marc-MARC21.po | 1000 +- misc/translator/po/ru-RU-marc-NORMARC.po | 2 +- misc/translator/po/ru-RU-marc-UNIMARC.po | 2 +- misc/translator/po/ru-RU-opac-bootstrap.po | 1189 +- misc/translator/po/ru-RU-pref.po |10381 ++++++--- misc/translator/po/ru-RU-staff-help.po | 120 +- misc/translator/po/ru-RU-staff-prog.po | 6989 +++--- misc/translator/po/rw-RW-marc-MARC21.po | 987 +- misc/translator/po/rw-RW-marc-NORMARC.po | 2 +- misc/translator/po/rw-RW-marc-UNIMARC.po | 2 +- misc/translator/po/rw-RW-opac-bootstrap.po | 1154 +- misc/translator/po/rw-RW-pref.po | 8924 ++++++-- misc/translator/po/rw-RW-staff-help.po | 120 +- misc/translator/po/rw-RW-staff-prog.po | 6807 +++--- misc/translator/po/sd-PK-marc-MARC21.po | 987 +- misc/translator/po/sd-PK-marc-NORMARC.po | 2 +- misc/translator/po/sd-PK-marc-UNIMARC.po | 2 +- misc/translator/po/sd-PK-opac-bootstrap.po | 1159 +- misc/translator/po/sd-PK-pref.po | 148 +- misc/translator/po/sd-PK-staff-help.po | 120 +- misc/translator/po/sd-PK-staff-prog.po | 6836 +++--- misc/translator/po/sk-SK-marc-MARC21.po | 997 +- misc/translator/po/sk-SK-marc-NORMARC.po | 2 +- misc/translator/po/sk-SK-marc-UNIMARC.po | 2 +- misc/translator/po/sk-SK-opac-bootstrap.po | 1472 +- misc/translator/po/sk-SK-pref.po | 3843 +++- misc/translator/po/sk-SK-staff-help.po | 237 +- misc/translator/po/sk-SK-staff-prog.po | 7174 +++--- misc/translator/po/sl-SI-marc-MARC21.po | 987 +- misc/translator/po/sl-SI-marc-NORMARC.po | 2 +- misc/translator/po/sl-SI-marc-UNIMARC.po | 2 +- misc/translator/po/sl-SI-opac-bootstrap.po | 1154 +- misc/translator/po/sl-SI-pref.po | 2567 ++- misc/translator/po/sl-SI-staff-help.po | 120 +- misc/translator/po/sl-SI-staff-prog.po | 6807 +++--- misc/translator/po/sq-AL-marc-MARC21.po | 987 +- misc/translator/po/sq-AL-marc-NORMARC.po | 2 +- misc/translator/po/sq-AL-marc-UNIMARC.po | 2 +- misc/translator/po/sq-AL-opac-bootstrap.po | 1154 +- misc/translator/po/sq-AL-pref.po | 394 +- misc/translator/po/sq-AL-staff-help.po | 120 +- misc/translator/po/sq-AL-staff-prog.po | 6876 +++--- misc/translator/po/sr-Cyrl-marc-MARC21.po | 989 +- misc/translator/po/sr-Cyrl-marc-NORMARC.po | 2 +- misc/translator/po/sr-Cyrl-marc-UNIMARC.po | 2 +- misc/translator/po/sr-Cyrl-opac-bootstrap.po | 1161 +- misc/translator/po/sr-Cyrl-pref.po | 5858 ++++- misc/translator/po/sr-Cyrl-staff-help.po | 120 +- misc/translator/po/sr-Cyrl-staff-prog.po | 6861 +++--- misc/translator/po/sv-SE-marc-MARC21.po | 1007 +- misc/translator/po/sv-SE-marc-NORMARC.po | 12 +- misc/translator/po/sv-SE-marc-UNIMARC.po | 2 +- misc/translator/po/sv-SE-opac-bootstrap.po | 1177 +- misc/translator/po/sv-SE-pref.po | 2405 +- misc/translator/po/sv-SE-staff-help.po | 120 +- misc/translator/po/sv-SE-staff-prog.po |10626 +++++---- misc/translator/po/sw-KE-marc-MARC21.po | 987 +- misc/translator/po/sw-KE-marc-NORMARC.po | 2 +- misc/translator/po/sw-KE-marc-UNIMARC.po | 2 +- misc/translator/po/sw-KE-opac-bootstrap.po | 1154 +- misc/translator/po/sw-KE-pref.po | 3305 ++- misc/translator/po/sw-KE-staff-help.po | 120 +- misc/translator/po/sw-KE-staff-prog.po | 6807 +++--- misc/translator/po/ta-LK-marc-MARC21.po | 987 +- misc/translator/po/ta-LK-marc-NORMARC.po | 2 +- misc/translator/po/ta-LK-marc-UNIMARC.po | 2 +- misc/translator/po/ta-LK-opac-bootstrap.po | 1158 +- misc/translator/po/ta-LK-pref.po | 3203 ++- misc/translator/po/ta-LK-staff-help.po | 120 +- misc/translator/po/ta-LK-staff-prog.po | 6829 +++--- misc/translator/po/ta-marc-MARC21.po | 987 +- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 2 +- misc/translator/po/ta-opac-bootstrap.po | 1158 +- misc/translator/po/ta-pref.po | 2608 ++- misc/translator/po/ta-staff-help.po | 120 +- misc/translator/po/ta-staff-prog.po | 6829 +++--- misc/translator/po/tet-marc-MARC21.po | 997 +- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 2 +- misc/translator/po/tet-opac-bootstrap.po | 1164 +- misc/translator/po/tet-pref.po | 8329 +++++-- misc/translator/po/tet-staff-help.po | 120 +- misc/translator/po/tet-staff-prog.po | 6968 +++--- misc/translator/po/th-TH-marc-MARC21.po | 990 +- misc/translator/po/th-TH-marc-NORMARC.po | 2 +- misc/translator/po/th-TH-marc-UNIMARC.po | 2 +- misc/translator/po/th-TH-opac-bootstrap.po | 1167 +- misc/translator/po/th-TH-pref.po | 7563 +++++-- misc/translator/po/th-TH-staff-help.po | 120 +- misc/translator/po/th-TH-staff-prog.po | 6877 +++--- misc/translator/po/tl-PH-marc-MARC21.po | 996 +- misc/translator/po/tl-PH-marc-NORMARC.po | 2 +- misc/translator/po/tl-PH-marc-UNIMARC.po | 2 +- misc/translator/po/tl-PH-opac-bootstrap.po | 1314 +- misc/translator/po/tl-PH-pref.po | 8793 ++++++-- misc/translator/po/tl-PH-staff-help.po | 120 +- misc/translator/po/tl-PH-staff-prog.po | 6892 +++--- misc/translator/po/tr-TR-marc-MARC21.po | 1055 +- misc/translator/po/tr-TR-marc-NORMARC.po | 14 +- misc/translator/po/tr-TR-marc-UNIMARC.po | 130 +- misc/translator/po/tr-TR-opac-bootstrap.po | 1593 +- misc/translator/po/tr-TR-pref.po | 469 +- misc/translator/po/tr-TR-staff-help.po | 731 +- misc/translator/po/tr-TR-staff-prog.po | 7664 ++++--- misc/translator/po/uk-UA-marc-MARC21.po | 1000 +- misc/translator/po/uk-UA-marc-NORMARC.po | 2 +- misc/translator/po/uk-UA-marc-UNIMARC.po | 2 +- misc/translator/po/uk-UA-opac-bootstrap.po | 1266 +- misc/translator/po/uk-UA-pref.po | 5504 ++++- misc/translator/po/uk-UA-staff-help.po | 120 +- misc/translator/po/uk-UA-staff-prog.po | 6990 +++--- misc/translator/po/ur-Arab-marc-MARC21.po | 988 +- misc/translator/po/ur-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ur-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/ur-Arab-opac-bootstrap.po | 1158 +- misc/translator/po/ur-Arab-pref.po | 8378 +++++-- misc/translator/po/ur-Arab-staff-help.po | 120 +- misc/translator/po/ur-Arab-staff-prog.po | 6832 +++--- misc/translator/po/vi-VN-marc-MARC21.po | 997 +- misc/translator/po/vi-VN-marc-NORMARC.po | 2 +- misc/translator/po/vi-VN-marc-UNIMARC.po | 2 +- misc/translator/po/vi-VN-opac-bootstrap.po | 1174 +- misc/translator/po/vi-VN-pref.po | 2526 ++- misc/translator/po/vi-VN-staff-help.po | 120 +- misc/translator/po/vi-VN-staff-prog.po | 7004 +++--- misc/translator/po/zh-Hans-CN-marc-MARC21.po | 997 +- misc/translator/po/zh-Hans-CN-marc-NORMARC.po | 2 +- misc/translator/po/zh-Hans-CN-marc-UNIMARC.po | 2 +- misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 1169 +- misc/translator/po/zh-Hans-CN-pref.po | 6009 ++++- misc/translator/po/zh-Hans-CN-staff-help.po | 120 +- misc/translator/po/zh-Hans-CN-staff-prog.po | 6965 +++--- misc/translator/po/zh-Hans-TW-marc-MARC21.po | 1013 +- misc/translator/po/zh-Hans-TW-marc-NORMARC.po | 10 +- misc/translator/po/zh-Hans-TW-marc-UNIMARC.po | 58 +- misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 1634 +- misc/translator/po/zh-Hans-TW-pref.po | 3446 ++- misc/translator/po/zh-Hans-TW-staff-help.po | 1377 +- misc/translator/po/zh-Hans-TW-staff-prog.po | 7743 ++++--- 512 files changed, 748724 insertions(+), 396105 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 12 14:15:27 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 12 Nov 2015 13:15:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.20.00-1192-g71ed2e4 Message-ID: This is an automated email from the git hooks/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 71ed2e4f2dead6f853cb8fe20428daeb332893c8 (commit) via 9ca3406ec6e9d7c69b11ff163aad7796b15bbd36 (commit) via bb6a4b42ffebe7db16202eb3083d25134d4fd335 (commit) via 7efd257e1a697fb3a2cf1f0421c927f25367a571 (commit) via 4c370d6b87ef56787963c1964e293807262ff591 (commit) from 12051e3519b96f75ece94114631a827ccf1ff56c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 71ed2e4f2dead6f853cb8fe20428daeb332893c8 Author: Tomas Cohen Arazi Date: Thu Nov 12 10:08:51 2015 -0300 Koha 3.22 beta Signed-off-by: Tomas Cohen Arazi commit 9ca3406ec6e9d7c69b11ff163aad7796b15bbd36 Author: Tomas Cohen Arazi Date: Thu Nov 12 10:05:50 2015 -0300 Preliminary (beta) release notes for 3.22 Signed-off-by: Tomas Cohen Arazi commit bb6a4b42ffebe7db16202eb3083d25134d4fd335 Author: Jonathan Druart Date: Thu Nov 12 12:55:08 2015 +0000 Bug 15177: Add missing coma in ru-RU Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 7efd257e1a697fb3a2cf1f0421c927f25367a571 Author: Fr?d?ric Demians Date: Thu Nov 12 07:46:58 2015 +0100 Bug 15177: TO_PROCESS notice for fr-FR Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 4c370d6b87ef56787963c1964e293807262ff591 Author: Katrin Fischer Date: Thu Nov 12 00:22:00 2015 +0100 Bug 15177: Sample notice TO_PROCESS confuses budget and fund Changes budget to fund in all TO_PROCESS notices but the German sample file. The German sample file will be dealt with in a separate patch. Signed-off-by: Frederic Demians Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- .../data/mysql/en/mandatory/sample_notices.sql | 2 +- .../data/mysql/es-ES/mandatory/sample_notices.sql | 2 +- .../mysql/fr-FR/1-Obligatoire/sample_notices.sql | 2 +- installer/data/mysql/it-IT/necessari/notices.sql | 2 +- .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 2 +- .../data/mysql/pl-PL/mandatory/sample_notices.sql | 2 +- .../data/mysql/ru-RU/mandatory/sample_notices.sql | 2 +- .../data/mysql/ru-RU/optional/sample_notices.sql | 2 +- .../data/mysql/uk-UA/mandatory/sample_notices.sql | 2 +- .../data/mysql/uk-UA/optional/sample_notices.sql | 2 +- installer/data/mysql/updatedatabase.pl | 8 +- misc/release_notes/release_notes_3_22_0.txt | 1231 ++++++++++++++++++++ 13 files changed, 1249 insertions(+), 12 deletions(-) create mode 100644 misc/release_notes/release_notes_3_22_0.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 12 14:15:40 2015 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 12 Nov 2015 13:15:40 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.22.00-beta created. v3.22.00-beta Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.22.00-beta has been created at d0baf27872658e8874f10e196c3b2b025127747a (tag) tagging 71ed2e4f2dead6f853cb8fe20428daeb332893c8 (commit) replaces v3.20.00 tagged by Tomas Cohen Arazi on Thu Nov 12 10:14:51 2015 -0300 - Log ----------------------------------------------------------------- Koha release 3.22 beta -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJWRJDLAAoJEAonLqGy88FfnQMQAIk7ztHkb5+LioJN9qoxI3H5 pYMrcAWc5bjQ39l0QVTahNyi6KLFJL1rc0X4wwoUZ1zTbA++3DAjCiCA91X20fER jGbfzw6tKCdSpmtvEnczvmisNdpYNzxjco13kd/P0EZ7fFkVmQzmt321fbmDmg7E 7tsqRpn9HRs3ZEZ998DHPFJMoe0AKgrruOhqilvyMRrq8ZV0Uh4N08ytPbJEGQF6 2laHRAuDzsSwO8Aa+tVO1cY6THOP3EUyDu7/LdrlAstLRHYsdWdqoKXWQu8Y1VCN yAGCCnlraPV/6TyPG8ItrfGYjmNqKIRBYBvs+B8acO1Ew3dh6pmY49G0DBWa5A8W 20dPPwsrPq6zZHYjRpW6LJeccI1aU2Scub64Qxs64DjV/HeqSosCldRvGWTVxpkB NHyy+hYqyGj3Uy/5z+qoG2gY1ODscB6rfteMhHFQClDy48wkjvOwKNwxhzldkVlo bSNAs/6jEICD/Ab4eBgsDaf/zgwHJmHjDibVChIGrynh8/VJCvxO/540fkprkdgz mXe4cdWNQP6El41K9z2mJUQTw0z4mDGCXoL6FgSfj6iho5Hl4EH+iwQBYiX2Hw52 xKU4Pyejf2oBCVLY64jVY5k+isicZeoGY9T3vyzFq48ynGzSPrVT9NjDGXRX1v8y NXN34qfx8aajQwWgxz43 =nGtf -----END PGP SIGNATURE----- Aleisha (14): Bug 14186: Undefined $reservedfor causes warn in opac-reserve.pl Bug 14185: Undefined $limit causes warn in opac/opac-readingrecord.pl Bug 14184: Undefined $term causes noisy warns in C4/CourseReserves.pm Bug 14360: Unescaped variable causes alert Bug 14360: Unescaped variable causes alert pop-up Bug 11011: Rephrasing 'in keyword' in OPAC authority search Bug 14436: Noisy warns in C4/Utils/DataTables/Members.pm Bug 14445: Silences warn in letter.pl Bug 14445: Silences warns in letter.tt Bug 14574: Fixing error messages on staff client so they make more sense Bug 14484: warns when changing patron pw Bug 14634: Warns when placing hold on record with no items Bug 14585: Fixing up online help on main page Bug 14553: Silencing warn triggered when clearing item rating on OPAC Alex Arnaud (4): Bug 13663: Fix permissions in upload-file.pl and upload-file-progress.pl Bug 12252: (follow-up) Include item data only in extended mode Bug 6810: Add new systempreference (MembershipExpiryDaysNotice) Bug 14544: Handle database error when creating a shelf with DB admin account Amit Gupta (5): Bug 13993: (3) Transfer order leaves incorrect orderstatus Bug 14472: Wrong ISSN search index in record matching rules Bug 6810: Send membership expiry reminder notices. Bug 6810: Fix QA failures Bug 14840: Added new cron script send membership expiry reminder notices in crontab.example file Barton Chittenden (10): Bug 14324: Set "adultborrower" regardless of guarantor status. Bug 12372: koha-mysql: process any mysql args Bug 12372: (QA followup) Standardized argument parsing for koha-mysql. Bug 12372: Updated man pages for koha-mysql Bug 14858: removed record length limit test Bug 14617: Add fields to ISBN and ISSN indexes: 020$z, 022$y, 022$z Bug 14402: Add function purge_zero_balance_fees to C4/Accounts.pm Bug 14402: Add unit tests for purge_zero_balance_fees() Bug 14402: Add option --fees to /misc/cronjobs/cleanup_database.pl Bug 14402: Make purge_zero_balance_fees() delete fees with NULL balance. Benjamin Rokseth (2): Bug 7981: Remove HomeOrHoldingBranchReturn syspref Bug 14361: koha-restart-zebra fails and probably breaks upgrade Bernardo Gonzalez Kriegel (36): Bug 12176: Remove HTML from additem.pl Bug 14275: Remove CGI::scrolling_list from guided_reports.pl Bug 14279: Remove CGI::scrolling_list from issues_avg_stats.pl Bug 14285: Bengali locale needs to be re-defined Bug 14173: Paging on 'recent comments' page in OPAC is not displaying correctly Bug 12616: Locale in subscriptions not preselecting correctly Bug 14252: (followup) fix lang chooser for sublanguages Bug 10963: Simplified creation - BKS framework Bug 10963: Simplified creation - CF framework Bug 10963: Simplified creation - SR framework Bug 10963: Simplified creation - VR framework Bug 10963: Simplified creation - AR framework Bug 10963: Simplified creation - KT framework Bug 10963: Simplified creation - IR framework Bug 10963: Simplified creation - SER framework Bug 10963: Revert old hidden values Bug 10963: Simplified creation - FA framework Bug 14245: Problems with RIS export in unimarc Translation files update Bug 12194: Add option 'Oblique title' in labels Bug 12194: followup to fix test Bug 14468: Remove warnings when creating Labels Bug 14468: followup to fix tests Bug 15053: Fix fr-FR, ru-RU and uk-UK sample creator data Bug 15072: (followup) fix spaces and consistency Bug 15077: Fix Fast Add framework to pass test Bug 15092: item type descriptions not showing in OPAC advsearch Bug 15063: Update MARC21 es-ES frameworks to Update 21 (September 2015) Bug 15093: Load/show saved item type group and hideinopac Bug 14333: Update MARC21 frameworks to Update No. 20 and 21 Bug 14333: followup - Fix labels Bug 14333: followup 2 - split line to ease translation Bug 15061: Can't add item to rotating collection Bug 15092: (followup) Descriptions not show for search categories Bug 15098: Itemtype description missing from facets for itypes in a search group Translation updates for Koha 3.22.0-beta release Blou (4): Bug 14779: Cannot paginate reviews Bug 14726: Checkout summary doesn't show title Bug 10937: cleanup and rename DOCTYPECAT to ITEMTYPECAT Bug 10937: Fix Seach Type in Advanced Search Chris (8): Bug 14408: Path Traversal error Bug 14423: XSS in authorities-home Bug 14423: XSS bug in lateorders Bug 14423: XSS bug in auth_subfields_structure Bug 14423: XSS issues in marc_subfields_structure Bug 14423: XSS bugs in catalogue search Bug 14423: Multiple XSS vulnerabilities in serials-search Bug 14423: Multiple XSS bugs in suggestion.pl Chris Cormack (8): Bug 14416: Stored XSS vulnerability Bug 14416: Stored XSS vulnerability Bug 14418: XSS Vulnerabilities in OPAC search Bug 14418: XSS flaw in opac-shelves.pl Bug 14418: More XSS vulnerabilities in opac-shelves.pl Bug 14412: SQL injection possible Bug 7143: New developers Bug 14717: Invalid dates in debarred column Christophe Croullebois (1): Bug 13697: Syspref to not add a fee when a patron changes to a category with enrolment fee Colin Campbell (2): Bug 14673: Work around change to AddIssue return Bug 15036: Do not overwrite complete status in basket ops David Cook (11): Bug 14266: Replace trim() with $.trim() in opac-shareshelf.tt Bug 14265 - Use $.trim instead of trim() in admin/categorie.tt Bug 10824: OAI-PMH repository/server not handling time in 'until' and 'from' Bug 14366: Units doesn't get saved usefully for patroncards Bug 14521: SQL injection in local use system preferences Bug 14031: Itemnumber should be a numeric search in ccl.properties Bug 11584: Add wysiwyg editor to system preferences dealing with HTML Bug 11584: Add TinyMCE license to about.pl Bug 11584: Introduce UseWYSIWYGinSystemPreferences syspref Bug 14861: Accession date comparison does not work in advanced search Bug 14575: OPACURLOpenInNewWindow should apply to item-level urls too Dobrica Pavlinusic (2): Bug 13815 - plack loose CGI qw(-utf8) flag creating incorrect utf-8 encoding everywhere Bug 12194: add more tests for pdf creation Eivin Giske Skaaren (3): Bug 14421: Corrected example in SMS.pm to working version with hashref. Bug 14189: Made text persist when clicking the tabs under the searchbox Bug 14190: Scale search boxes in staff head Fridolin Somers (16): Bug 14053: Acquisition db tables are missing indexes - atomicupdates Bug 14053: Acquisition db tables are missing indexes Bug 14439: Typo in Bug 14408 regexp Bug 14440: get_template_and_user can not have an empty template_name (updatesupplier.pl) Bug 14440: get_template_and_user can not have an empty template_name (opac-ratings.pl) Bug 14453: kohaidx is missing for id in authority-koha-indexdefs.xml Bug 14485: HTML comment disables translation in cataloguing/addbooks.tt Bug 11325: Focus not on "Add Item" in Lists Bug 14721: OAI-PMH must return error when no results Bug 14649: Followup - correct budget_period_id in fund name link Bug 14671: Allow correct translation of CAS authentication Bug 14653: Acq planning filter always use default active period Bug 14653: Acq planning export always use default active period Bug 14154: 608$9 defined twice in UNIMARC biblio-koha-indexdefs.xml Bug 15059: Line break in html attribute in branchoverdues.tt Bug 14867: userid not generated when defined in BorrowerUnwantedField Fr?d?ric Demians (8): Bug 11603: Add --send|--nosend, fix stuf Bug 13904: Make unimarc_field_4XX displays usefull 200 subfield data Bug 14592: Export data bad encoding Bug 11190: sitemap.pl -- Generate a Catalog sitemap Bug 11190: (QA followup) for tests on jenkins Bug 12252: Include item data only in extended mode Bug 14927: Returns item info when resumptionToken is used Bug 15177: TO_PROCESS notice for fr-FR Fr?d?rick (1): Bug 11880: Select the barcode index by default then searching for label items. Galen Charlton (6): Bug 14334: t/db_dependent/Letters.t AutoCommit fix Bug 14644: unbreak SIP2 terminal login when using telnet transport Bug 9468: make av-build-dropbox.inc available to OPAC Bug 9468: define new SUGGEST_FORMAT authorize value Bug 9468: use new SUGGEST_FORMAT list Bug 9468: sample SUGGEST_FORMAT values Genevieve Plantin (2): Bug 13781: Fix relatives's checkouts missing heading columns Bug 13781: Fix missing heading columns for relative's checkouts table in check out patron page Hector Castro (4): Bug 14545: Typo in help file (stage-marc-import.tt) Bug 14547: Typo in help file for 3.20 (basket.tt) Bug 14548: Typo in help file for 3.20 (batch_record_modification.tt) Bug 15102: Fix capitalization for some strings on XSLT detail pages Hector Eduardo Castro Avalos (1): Bug 14198: RDA: Indexing 264 field (Zebra) Indranil Das Gupta (17): Bug 14186 [QA Followup]: Undefined $reservedfor causes warn in opac-reserve.pl Bug 14203: Message for non-existent lang removal Bug 14206: Adds delete function for non email templates Bug 14206: Adds test for getletter() call from overdue_notices.pl Bug 14252: Move OPAC lang switcher to masthead navbar Bug 14252: (followup) Adds OpacLangSelectorMode syspref Bug 14252: (Followup) Fixed issues pointed to in comment #40 Bug 14252: (fix) address the indentation for the lang loop Bug 14252: (followup) addresses the QA Manager comments Bug 14135: Adds 'Free' to variabletypes in systempreferences.tt Bug 12137: followup sort