From gitmaster at git.koha-community.org Mon Aug 1 11:52:23 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Aug 2016 09:52:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-403-ge8b54cb Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via e8b54cb3be3c15287b88869550d5fde2221f5d94 (commit) via 44785935bd45291a2ae36a5c9ab65b1e6cf69c5b (commit) via 162b9015d9bfb23200d1bddff69be9384a33463b (commit) via 36b2b288a7b8a39530f0a1ba7a00396206640533 (commit) via d00d46112df2dc1c3f823fbc2a8c347deb69cdb7 (commit) from ed61bd9bba8925373241abd9f582c240695f8ce5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e8b54cb3be3c15287b88869550d5fde2221f5d94 Author: Kyle M Hall Date: Mon Aug 1 09:54:30 2016 +0000 Bug 16573 - DBRev 16.06.00.012 Signed-off-by: Kyle M Hall commit 44785935bd45291a2ae36a5c9ab65b1e6cf69c5b Author: Jonathan Druart Date: Fri Jul 22 09:51:00 2016 +0100 Bug 16573: Define virtualshelves.created_on as datetime for existing installs Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 162b9015d9bfb23200d1bddff69be9384a33463b Author: Bernardo Gonzalez Kriegel Date: Tue May 24 18:12:11 2016 -0300 Bug 16573: change created_on type - atomic update This patch change 'created_on' virtualshelves column to datetime type To test: 1) Apply the patch 2) Run updatedatabase.pl 3) Verify type of 'created_on' column Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 36b2b288a7b8a39530f0a1ba7a00396206640533 Author: Bernardo Gonzalez Kriegel Date: Mon May 23 17:06:01 2016 -0300 Bug 16573: fix structure and sample data for MySQL 5.7 Web install on Ubuntu 16.04/Mysql 5.7 fails. This patch makes small changes to make installation possible to kohastructure.sql and some sample files. Sample values for quotes table can't have '0000-00-00 ...' values nor NULL values, now() is perhaps an option. Depends on Bug 16572 To test: 1) System with MySQL 5.7, for example Ubuntu 16.05 2) Apply 16572 3) Try web install, it fails 4) Apply this and next patch 5) Try again, now it succeed This is only for English install, i18n files needs revision I can do that if this is accepted. Perphaps a change is needed to updatedatabase.pl Ammended patch, 'created_on' field on virtualshelves can't be timestamp default null, mysql 5.5 complains that only one timestamp column can be defined as default not null. Changed to 'datetime' type. Can provide followup with updatedabase change, but need an opinion if this type change makes sense. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit d00d46112df2dc1c3f823fbc2a8c347deb69cdb7 Author: Bernardo Gonzalez Kriegel Date: Mon May 23 16:58:03 2016 -0300 Bug 16573: fix linkid value on marc_subfield_structure followup to previous patch. This patch fixes linkid value. It was set to '', but declared as tinyint. Mysql < 5.7 replaced this with nearest right value, i.e 0 Mysql 5.7 gives error here. Also some normalization, all lines with data begins with two tabs To test: On top of Bug 16572 and previous patch 1) Run webinstaller 2) Add mandatory values 3) There must be no problems on MySQL 5.7 Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- .../marc21/mandatory/authorities_normal_marc21.sql | 3384 ++++++++++---------- .../data/mysql/en/optional/sample_patrons.sql | 3 +- installer/data/mysql/en/optional/sample_quotes.sql | 62 +- installer/data/mysql/kohastructure.sql | 4 +- installer/data/mysql/updatedatabase.pl | 12 +- 6 files changed, 1738 insertions(+), 1729 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 1 12:47:09 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Aug 2016 10:47:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-404-g537adde Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 537adde2d2f65ed9bb9a03a127b9906930d46353 (commit) from e8b54cb3be3c15287b88869550d5fde2221f5d94 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 537adde2d2f65ed9bb9a03a127b9906930d46353 Author: Kyle M Hall Date: Thu May 19 13:28:02 2016 +0000 Bug 15397 - Pay selected does not works as expected When patron has more fees (account lines) and you wan't to pay just some of them, you select wanted lines a click on "pay selected" button. But the fine isn't paid, the "amountoutstandig" is not modified, but it is added new line with "pay" code an with amountoutstanding below zero. Paying one or all fine works as expected. Paying selected worked some time ago, but I don't know when it stopped working, we realize it after upgrade to 3.22. Test Plan: 1) Apply this patch 2) Pay fines using "Pay selected" 3) Note the payment and the fees outstanding balances are reduced! Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 1 15:46:13 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Aug 2016 13:46:13 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.01-170-gac556d7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via ac556d72e6c478a9cc2ded383335b918a75f1d8b (commit) via 6a6e39539b7bf618147bab8cceea56455a21d4d7 (commit) from 2b0a27d943e0d0a523c4140df047fe8348bee7ae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ac556d72e6c478a9cc2ded383335b918a75f1d8b Author: Fr?d?ric Demians Date: Mon Aug 1 15:54:23 2016 +0200 Translation for 16.05.02 commit 6a6e39539b7bf618147bab8cceea56455a21d4d7 Author: Fr?d?ric Demians Date: Mon Aug 1 13:53:06 2016 +0200 Version 16.05.02 ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 6 + misc/release_notes/release_notes_16_5_2.md | 515 + misc/translator/po/am-Ethi-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/am-Ethi-staff-help.po | 2 +- misc/translator/po/am-Ethi-staff-prog.po | 314 +- misc/translator/po/ar-Arab-marc-MARC21.po | 2 +- misc/translator/po/ar-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ar-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 2 +- misc/translator/po/ar-Arab-staff-help.po | 2 +- misc/translator/po/ar-Arab-staff-prog.po | 314 +- misc/translator/po/az-AZ-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/az-AZ-staff-help.po | 2 +- misc/translator/po/az-AZ-staff-prog.po | 317 +- misc/translator/po/be-BY-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/be-BY-staff-help.po | 2 +- misc/translator/po/be-BY-staff-prog.po | 317 +- misc/translator/po/bg-Cyrl-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/bg-Cyrl-staff-help.po | 2 +- misc/translator/po/bg-Cyrl-staff-prog.po | 314 +- misc/translator/po/bn-IN-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/bn-IN-staff-help.po | 2 +- misc/translator/po/bn-IN-staff-prog.po | 314 +- misc/translator/po/cs-CZ-marc-MARC21.po | 6 +- 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 | 2 +- misc/translator/po/cs-CZ-staff-help.po | 17 +- misc/translator/po/cs-CZ-staff-prog.po | 458 +- misc/translator/po/cy-GB-marc-MARC21.po | 2 +- misc/translator/po/cy-GB-marc-NORMARC.po | 2 +- misc/translator/po/cy-GB-marc-UNIMARC.po | 2 +- misc/translator/po/cy-GB-opac-bootstrap.po | 2 +- misc/translator/po/cy-GB-staff-help.po | 2 +- misc/translator/po/cy-GB-staff-prog.po | 313 +- misc/translator/po/da-DK-marc-MARC21.po | 44 +- 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 | 74 +- misc/translator/po/da-DK-staff-help.po | 2 +- misc/translator/po/da-DK-staff-prog.po | 314 +- misc/translator/po/de-DE-marc-MARC21.po | 12 +- 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 | 17 +- misc/translator/po/de-DE-pref.po | 4 +- misc/translator/po/de-DE-staff-help.po | 2 +- misc/translator/po/de-DE-staff-prog.po | 345 +- misc/translator/po/el-GR-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/el-GR-staff-help.po | 2 +- misc/translator/po/el-GR-staff-prog.po | 314 +- misc/translator/po/eo-marc-MARC21.po | 2 +- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 2 +- misc/translator/po/eo-opac-bootstrap.po | 2 +- misc/translator/po/eo-staff-help.po | 2 +- misc/translator/po/eo-staff-prog.po | 313 +- misc/translator/po/es-ES-marc-MARC21.po | 6 +- misc/translator/po/es-ES-marc-NORMARC.po | 2 +- misc/translator/po/es-ES-marc-UNIMARC.po | 2 +- misc/translator/po/es-ES-opac-bootstrap.po | 10 +- misc/translator/po/es-ES-pref.po | 12 +- misc/translator/po/es-ES-staff-help.po | 2 +- misc/translator/po/es-ES-staff-prog.po | 327 +- misc/translator/po/eu-marc-MARC21.po | 2 +- misc/translator/po/eu-marc-NORMARC.po | 2 +- misc/translator/po/eu-marc-UNIMARC.po | 2 +- misc/translator/po/eu-opac-bootstrap.po | 2 +- misc/translator/po/eu-staff-help.po | 2 +- misc/translator/po/eu-staff-prog.po | 314 +- misc/translator/po/fa-Arab-marc-MARC21.po | 2 +- misc/translator/po/fa-Arab-marc-NORMARC.po | 2 +- misc/translator/po/fa-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/fa-Arab-opac-bootstrap.po | 2 +- misc/translator/po/fa-Arab-staff-help.po | 2 +- misc/translator/po/fa-Arab-staff-prog.po | 314 +- misc/translator/po/fi-FI-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/fi-FI-staff-help.po | 2 +- misc/translator/po/fi-FI-staff-prog.po | 315 +- misc/translator/po/fo-FO-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/fo-FO-staff-help.po | 2 +- misc/translator/po/fo-FO-staff-prog.po | 313 +- misc/translator/po/fr-FR-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/fr-FR-pref.po | 26 +- misc/translator/po/fr-FR-staff-help.po | 2 +- misc/translator/po/fr-FR-staff-prog.po | 334 +- misc/translator/po/gl-marc-MARC21.po | 2 +- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 2 +- misc/translator/po/gl-opac-bootstrap.po | 2 +- misc/translator/po/gl-staff-help.po | 2 +- misc/translator/po/gl-staff-prog.po | 315 +- misc/translator/po/he-Hebr-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/he-Hebr-staff-help.po | 2 +- misc/translator/po/he-Hebr-staff-prog.po | 315 +- misc/translator/po/hi-marc-MARC21.po | 2 +- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 2 +- misc/translator/po/hi-opac-bootstrap.po | 2 +- misc/translator/po/hi-staff-help.po | 2 +- misc/translator/po/hi-staff-prog.po | 317 +- misc/translator/po/hr-HR-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/hr-HR-staff-help.po | 2 +- misc/translator/po/hr-HR-staff-prog.po | 314 +- misc/translator/po/hu-HU-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/hu-HU-staff-help.po | 2 +- misc/translator/po/hu-HU-staff-prog.po | 317 +- misc/translator/po/hy-Armn-marc-MARC21.po | 2 +- misc/translator/po/hy-Armn-marc-NORMARC.po | 2 +- misc/translator/po/hy-Armn-marc-UNIMARC.po | 2 +- misc/translator/po/hy-Armn-opac-bootstrap.po | 2 +- misc/translator/po/hy-Armn-staff-help.po | 2 +- misc/translator/po/hy-Armn-staff-prog.po | 314 +- misc/translator/po/ia-marc-MARC21.po | 103 +- misc/translator/po/ia-marc-NORMARC.po | 2 +- misc/translator/po/ia-marc-UNIMARC.po | 2 +- misc/translator/po/ia-opac-bootstrap.po | 2 +- misc/translator/po/ia-staff-help.po | 2 +- misc/translator/po/ia-staff-prog.po | 313 +- misc/translator/po/id-ID-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/id-ID-staff-help.po | 2 +- misc/translator/po/id-ID-staff-prog.po | 314 +- misc/translator/po/iq-CA-marc-MARC21.po | 2 +- misc/translator/po/iq-CA-marc-NORMARC.po | 2 +- misc/translator/po/iq-CA-marc-UNIMARC.po | 2 +- misc/translator/po/iq-CA-opac-bootstrap.po | 2 +- misc/translator/po/iq-CA-staff-help.po | 2 +- misc/translator/po/iq-CA-staff-prog.po | 313 +- misc/translator/po/is-IS-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/is-IS-staff-help.po | 2 +- misc/translator/po/is-IS-staff-prog.po | 317 +- misc/translator/po/it-IT-marc-MARC21.po | 2 +- 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 | 11 +- misc/translator/po/it-IT-pref.po | 18 +- misc/translator/po/it-IT-staff-help.po | 2 +- misc/translator/po/it-IT-staff-prog.po |16526 ++++++++++++++--------- misc/translator/po/iu-CA-marc-MARC21.po | 2 +- misc/translator/po/iu-CA-marc-NORMARC.po | 2 +- misc/translator/po/iu-CA-marc-UNIMARC.po | 2 +- misc/translator/po/iu-CA-opac-bootstrap.po | 2 +- misc/translator/po/iu-CA-staff-help.po | 2 +- misc/translator/po/iu-CA-staff-prog.po | 313 +- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/ja-Jpan-JP-staff-help.po | 2 +- misc/translator/po/ja-Jpan-JP-staff-prog.po | 317 +- misc/translator/po/ka-marc-MARC21.po | 2 +- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 2 +- misc/translator/po/ka-opac-bootstrap.po | 2 +- misc/translator/po/ka-staff-help.po | 2 +- misc/translator/po/ka-staff-prog.po | 313 +- misc/translator/po/km-KH-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/km-KH-staff-help.po | 2 +- misc/translator/po/km-KH-staff-prog.po | 313 +- misc/translator/po/kn-Knda-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/kn-Knda-staff-help.po | 2 +- misc/translator/po/kn-Knda-staff-prog.po | 314 +- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 2 +- misc/translator/po/ko-Kore-KP-marc-NORMARC.po | 2 +- misc/translator/po/ko-Kore-KP-marc-UNIMARC.po | 2 +- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 2 +- misc/translator/po/ko-Kore-KP-staff-help.po | 2 +- misc/translator/po/ko-Kore-KP-staff-prog.po | 314 +- misc/translator/po/ku-Arab-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/ku-Arab-staff-help.po | 2 +- misc/translator/po/ku-Arab-staff-prog.po | 314 +- misc/translator/po/lo-Laoo-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/lo-Laoo-staff-help.po | 2 +- misc/translator/po/lo-Laoo-staff-prog.po | 314 +- misc/translator/po/mi-NZ-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/mi-NZ-staff-help.po | 2 +- misc/translator/po/mi-NZ-staff-prog.po | 317 +- misc/translator/po/ml-marc-MARC21.po | 2 +- misc/translator/po/ml-marc-NORMARC.po | 2 +- misc/translator/po/ml-marc-UNIMARC.po | 2 +- misc/translator/po/ml-opac-bootstrap.po | 2 +- misc/translator/po/ml-staff-help.po | 2 +- misc/translator/po/ml-staff-prog.po | 313 +- misc/translator/po/mon-marc-MARC21.po | 2 +- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 2 +- misc/translator/po/mon-opac-bootstrap.po | 2 +- misc/translator/po/mon-staff-help.po | 2 +- misc/translator/po/mon-staff-prog.po | 317 +- misc/translator/po/mr-marc-MARC21.po | 2 +- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 2 +- misc/translator/po/mr-opac-bootstrap.po | 2 +- misc/translator/po/mr-staff-help.po | 2 +- misc/translator/po/mr-staff-prog.po | 314 +- misc/translator/po/ms-MY-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/ms-MY-staff-help.po | 2 +- misc/translator/po/ms-MY-staff-prog.po | 314 +- misc/translator/po/ne-NE-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/ne-NE-staff-help.po | 2 +- misc/translator/po/ne-NE-staff-prog.po | 314 +- misc/translator/po/oc-marc-MARC21.po | 2 +- misc/translator/po/oc-marc-NORMARC.po | 2 +- misc/translator/po/oc-marc-UNIMARC.po | 2 +- misc/translator/po/oc-opac-bootstrap.po | 2 +- misc/translator/po/oc-staff-help.po | 2 +- misc/translator/po/oc-staff-prog.po | 314 +- misc/translator/po/pbr-marc-MARC21.po | 2 +- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 2 +- misc/translator/po/pbr-opac-bootstrap.po | 2 +- misc/translator/po/pbr-staff-help.po | 2 +- misc/translator/po/pbr-staff-prog.po | 313 +- misc/translator/po/ro-RO-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/ro-RO-staff-help.po | 2 +- misc/translator/po/ro-RO-staff-prog.po | 317 +- misc/translator/po/ru-RU-marc-MARC21.po | 74 +- misc/translator/po/ru-RU-marc-NORMARC.po | 46 +- misc/translator/po/ru-RU-marc-UNIMARC.po | 492 +- misc/translator/po/ru-RU-opac-bootstrap.po | 1954 ++- misc/translator/po/ru-RU-pref.po | 52 +- misc/translator/po/ru-RU-staff-help.po | 57 +- misc/translator/po/ru-RU-staff-prog.po | 543 +- misc/translator/po/sd-PK-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/sd-PK-staff-help.po | 2 +- misc/translator/po/sd-PK-staff-prog.po | 314 +- misc/translator/po/sk-SK-marc-MARC21.po | 26 +- misc/translator/po/sk-SK-marc-NORMARC.po | 6 +- misc/translator/po/sk-SK-marc-UNIMARC.po | 18 +- misc/translator/po/sk-SK-opac-bootstrap.po | 2 +- misc/translator/po/sk-SK-pref.po | 206 +- misc/translator/po/sk-SK-staff-help.po | 96 +- misc/translator/po/sk-SK-staff-prog.po | 314 +- misc/translator/po/sl-SI-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/sl-SI-staff-help.po | 2 +- misc/translator/po/sl-SI-staff-prog.po | 313 +- misc/translator/po/sq-AL-marc-MARC21.po | 2 +- 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 | 115 +- misc/translator/po/sq-AL-staff-help.po | 2 +- misc/translator/po/sq-AL-staff-prog.po | 314 +- misc/translator/po/sr-Cyrl-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/sr-Cyrl-staff-help.po | 2 +- misc/translator/po/sr-Cyrl-staff-prog.po | 314 +- misc/translator/po/sv-SE-marc-MARC21.po | 2 +- misc/translator/po/sv-SE-marc-NORMARC.po | 2 +- misc/translator/po/sv-SE-marc-UNIMARC.po | 2 +- misc/translator/po/sv-SE-opac-bootstrap.po | 2 +- misc/translator/po/sv-SE-staff-help.po | 2 +- misc/translator/po/sv-SE-staff-prog.po | 314 +- misc/translator/po/sw-KE-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/sw-KE-staff-help.po | 2 +- misc/translator/po/sw-KE-staff-prog.po | 313 +- misc/translator/po/ta-marc-MARC21.po | 2 +- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 2 +- misc/translator/po/ta-opac-bootstrap.po | 2 +- misc/translator/po/ta-staff-help.po | 2 +- misc/translator/po/ta-staff-prog.po | 313 +- misc/translator/po/tet-marc-MARC21.po | 2 +- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 2 +- misc/translator/po/tet-opac-bootstrap.po | 2 +- misc/translator/po/tet-staff-help.po | 2 +- misc/translator/po/tet-staff-prog.po | 314 +- misc/translator/po/th-TH-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/th-TH-staff-help.po | 2 +- misc/translator/po/th-TH-staff-prog.po | 314 +- misc/translator/po/tl-PH-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/tl-PH-staff-help.po | 2 +- misc/translator/po/tl-PH-staff-prog.po | 314 +- misc/translator/po/tr-TR-marc-MARC21.po | 2 +- misc/translator/po/tr-TR-marc-NORMARC.po | 2 +- misc/translator/po/tr-TR-marc-UNIMARC.po | 2 +- misc/translator/po/tr-TR-opac-bootstrap.po | 14 +- misc/translator/po/tr-TR-pref.po | 17 +- misc/translator/po/tr-TR-staff-help.po | 2 +- misc/translator/po/tr-TR-staff-prog.po | 423 +- misc/translator/po/uk-UA-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/uk-UA-staff-help.po | 2 +- misc/translator/po/uk-UA-staff-prog.po | 317 +- misc/translator/po/ur-Arab-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/ur-Arab-staff-help.po | 2 +- misc/translator/po/ur-Arab-staff-prog.po | 313 +- misc/translator/po/vi-VN-marc-MARC21.po | 2 +- 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 | 2 +- misc/translator/po/vi-VN-staff-help.po | 2 +- misc/translator/po/vi-VN-staff-prog.po | 314 +- 382 files changed, 22333 insertions(+), 18546 deletions(-) create mode 100644 misc/release_notes/release_notes_16_5_2.md hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 1 15:47:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Aug 2016 13:47:43 +0000 Subject: [koha-commits] main Koha release repository annotated tag v16.05.02 created. v16.05.02 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v16.05.02 has been created at 544730b7593bf8c59c8d2a2f5aa722ddfb19c3a0 (tag) tagging ac556d72e6c478a9cc2ded383335b918a75f1d8b (commit) replaces v16.05.01 tagged by Fr?d?ric Demians on Mon Aug 1 15:56:33 2016 +0200 - Log ----------------------------------------------------------------- Koha release 16.05.02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJXn1URAAoJEGOGo5WRV8butfYH/iOZzbeTDVYS8BV9gtsrpqG6 ukv16mVGTjL+bTWYEWCT8m9oczdzE+CyNqgz+Cj54cBnZOlqTru4l2Ed7y1VjxGU l/SATkj9qZ7E55SNIaBI7EHvsbSOUNYbSsB5i9hv++Qu9sBA2owLLboSaJJWNJ7C iesplmZpXFFVpRmoEGUXz3phuzGg/dOnb5o6LZRYHXE/H2hv84HCrSUs1IIh8FpE O11UTu4gfuUobel30CQT6LvdoEqwneJOAowRa6uH0a4d+EEAuTfC52uJ1tf6Oh9i g/aV0HQCE/vaqakaBeRBG3yZgf3EDbm1YZQJ7j3dBSAxeov+oL5AOev22Ap2tSE= =r2A0 -----END PGP SIGNATURE----- Aleisha (4): Bug 9259: Ability to delete a staged file once it has been cleaned Bug 16324: Move item search into header Bug 16531: Circ overdue report is showing an empty table if no overdues Bug 16876: Remove Full Heading column from OPAC Auth search results Alex Arnaud (1): Bug 14968 - Provides unit test Bouzid Fergani (1): Bug 15636 - DataTables Warning: Requested unknown parameter from opac-detail.tt Chris Cormack (2): Bug 7143 : Adding new developers Bug 7143 : More new devs Claire Gravely (1): Bug 15929 - typo in explanation for MaxSearchResultsItemsPerRecordStatusCheck Colin Campbell (5): Bug 13807 Rework main input loop in SIPServer Bug 15006 Drop raw connection if login fails Bug 15006 Remove tabs from sip_protocol_loop Bug 15006: Introduce client_timeout in SIPconfig.xml Bug 15006 Correct indentation of EXPORTs in Sip.pm Florent Mara (1): Bug 12178: Tests for changes to claimed serial status Fridolin Somers (3): Bug 16736 - Keep branch filter when changing suggestion Bug 16677 - Use abbr for authorities linked headings Bug 16897 - Re-focus on "Add item" in Lists Fr?d?ric Demians (3): DBRev 16.05.01.001 Warning related to bug 15006 Version 16.05.02 Translation for 16.05.02 Galen Charlton (1): Bug 16760: fix Circulation Statistics wizard under Plack Hector Castro (11): Bug 16742: (follow-up)Remove unused template subject.tt Bug 16793: Use Font Awesome for arrows instead of images in audio_alerts.tt Bug 16781: Add Font Awesome Icons to "Select/Clear all" links to modborrows.tt and result.tt Bug 16794: Revise layout for Admistration > Patron categories Bug 16803: Add Font Awesome Icons to "Select/Clear all" links to shelves.tt Bug 15172: (follow-up)Serial enumchron/sequence not visible when returning/checking in Items Bug 16801 - Include Font Awesome Icons to check/unchek all in Administration > Library transfer limits Bug 16701: (follow-up) improve some changes Bug 16812: Revise JS script for z3950_search.tts and remove onclick events Bug 16888: Add Font Awesome Icons to Members Bug 16888: (follow-up)Add Font Awesome Icons to Members Jacek Ablewicz (2): Bug 16166: Improve L1 cache performance and safety Bug 16166: Fix t/Cache.t tests Jesse Weaver (1): Bug 15974: Rancor: Correctly select existing authorized value Jonathan Druart (47): Bug 16534: Add tests for CanBookBeIssued & AllowReturnToBranch Bug 16534: Make CanBookBeIssued test if the issue can be returned Bug 16534: Add tests for AddIssue Bug 16534: Block AddIssue from issuing if the return is not possible Bug 16527: Restore sticky due date behavior Bug 16593: Do not allow patrons to delete search history of others patrons Bug 16680: (bug 13918 follow-up) Display library names for holds in transit Bug 16707: Fix software error in OPAC password recovery when leaving form fields empty Bug 16624: Add regression tests Bug 16624: Fix regression displaying a letter with hours Bug 16708: Fix authority reindex for ElasticSearch Bug 16724: Fix link to the online documentation links Bug 16731: Use INSERT IGNORE when inserting a syspref Bug 16400: Update the fixFloat plugin Bug 16400: Let's hack the fixFloat plugin to fix our needs Bug 16400: Reintroduce the floating class Bug 16400: Restore the previous stack order behavior Bug 16400: Use the fa-times icon for Cancel Bug 16490: Tidy updateLink and updateAllLinks Bug 16770: Remove wrong caching of 3 subroutines in C4::Lancuages Bug 16770: Remove Memoize::Memcached dependency Bug 16770: Remove 2 other occurrences of libmemoize-memcached-perl Bug 16431: Use Koha::Cache to cache marc subfield structure Bug 16459: Add patron to a patron card requires catalogue permission Bug 16671: (bug 14828 follow-up) Pick the right itemtypes Bug 16794: Group the 2 action buttons into the same column Bug 16857: Check on item.branches makes more sense Bug 16860: Remove the comment about the warning Bug 9259: Use is instead of is_deeply Bug 16805: Add test to getalert (no param passed) Bug 16819: Remove use of map Bug 13691: Remove existing selenium scripts Bug 13691: Add basic selenium script Bug 13691: Add changes for 3.22 Bug 2735: Fix authority search pagination at the OPAC Bug 2735: CSS changes Bug 12178: Update serial status to "claimed" when exporting to CSV Bug 12178: Fix tests not to depend on dateformat syspref Bug 16845: Remove unused C4::Members::ModPrivacy Bug 16890: Make TestBuilder generate date for date columns (and not datetime) Bug 16813: Allow empty string for OPACBaseURL Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members Bug 16958: Fix XSS in opac-imageviewer.pl Bug 16934: Add test for ModOrder Bug 16847: Remove C4::Members::GetTitles Bug 16847: Add empty option to Salutation/title Bug 16906: Simply remove the sDom definition to use the default one Julian Maurice (1): Bug 16271: Allow more filters on /api/v1/holds Katrin Fischer (2): Bug 16472: Update MARC21 de-DE frameworks to update 22 (April 2016) Bug 16893 - Missing closing tag disrupts patron checkouts page style Kyle M Hall (11): Bug 16534: (followup) - Tidy AddIssue Bug 16612 - Cannot set "Until date" for "Enrollment period" for Patron Categories Bug 16737 - Error when deleting EDIFACT message Bug 16745 - Add edit catalog and edit items links to serials toolbar Bug 16780 - Specify due date always sets time as AM when using 12 hour time format Bug 14790 - Add Opac view link to search results Bug 14790 - Add OPAC view link to items editor Bug 14790 - Add OPAC view link to Serials detail Bug 14790 [QA Followup] - Don't show links unless OPACBaseURL is set Bug 16917 - Error when importing patrons, Column 'checkprevcheckout' cannot be null Bug 16934 - Cannot add notes to canceled and deleted order line Lyon3 Team (1): Bug 14968 - found shouldn't be set to null when cancelling holds Magnus Enger (1): Bug 16823 - Comment out koha-rebuild-zebra in koha-common.cron.d Marc (2): Bug 16947: Can not modify patron messaging preferences Bug 16945: PatronSelfRegistration: Add note about setting PatronSelfRegistrationDefaultCategory Marc V?ron (21): Bug 16534: (followup) Correct tiny typo Bug 16742: Remove unused template subject.tt Bug 16697: Translatability: Fix problem with isolated "'s"in request.tt Bug 16718 - Translatability: Fix problems with sentence splitting by in about.tt Bug 16772 - Change label from 'For:' to 'Library:' to ease translation Bug 16854: request.tt: Logic to display messages broken Bug 16774: Format date on 'Transfers to receive' page to dateformat system preference Bug 16562 - Translatability: Issue in opac-user.tt (separated word 'item') Bug 16779: Move road type after address in US style address formatting (main address) Bug 16795 - Patron categories: Accept integers only for enrolment period and age limits Bug 16857 - patron-attr-types.tt: Get rid of warnings "Argument "" isn't numeric" Bug 10760: Alternate Address: Make street number and street type editable Bug 10760: Alternate Address: Display street number and street type Bug 10760: (followup) Move street type after address Bug 16730 - Use member-display-address-style*-includes in moremember-brief.tt Bug 16682: Fix display if Batch patron modification tool does not get any patrons Bug 16682: (followup) Fix display if Batch patron modification tool does not get any patrons Bug 16810: Fines note not showing on checkout Bug 14138: Patroncard: Warn user if PDF creation fails Bug 16621: Translatability: Issues in opac-user.tt (sentence splitting) Bug 16701: Translatability: Fix problem with isolated ' in currency.tt Marcel de Rooy (10): Bug 16644: Plack: Use to_app to remove warning about Plack::App::CGIBin instance Bug 16751: What is sitemaper? Bug 16671: [QA Follow-up] Add new itemtype and remove bailout Bug 16671: [QA Follow-up] Replace remaining itemtype lines Bug 16859: Fix wrong item field name in export.pl Bug 15006: Centralize timeout logic and allow zero client timeout Bug 15006: [QA Follow-up] Satisfy qa tools with one tab less Bug 15006: [QA Follow-up] Only handle login requests in raw_transport Bug 16777: Correct intranet search alias Bug 7143: [QA Follow-up] Adjusting developer information Mark Tompsett (5): Bug 16869: Silence and catch warnings in t/db_dependent/SuggestionEngine_ExplodedTerms.t Bug 16860: Catch warning t/db_dependent/ClassSource.t Bug 16805: Tweak new test message to say getalert Bug 16805: Log in with database admin user breaks OPAC Bug 16866: Catch warning t/db_dependent/Languages.t Morgane Alonso (1): Bug 12509 - Fix Untranslatable Restriction added by overdues process NguyenDuyTinh (1): Bug 16705 - Add missing status to serials history in OPAC Nick Clemens (7): Bug 16708 - (QA followup) Fix pod copy/paste error Bug 16651: Notes field blank for 952$z in opac-course-details.pl Bug 16855 - Poor performance due to high overhead of SQL call in export.pl Bug 16807: Frameworks unordered in dropdown when adding/editing a biblio Bug 16807 - Use Koha::BiblioFrameworks instead of GetFrameWorkLoop Bug 15853 - Add author and link columns to opac course reserves table Bug 16681 - Allow update of opacnote via batch patron modification tool Olli-Antti Kivilahti (1): Bug 15172: Serial enumchron/sequence not visible when returning/checking in Items Owen Leonard (19): Bug 16462 - Change default sorting of circulation patron search results to patron name Bug 16400 [Follow-up] Proposal to uniform the placement of submit buttons Bug 16468 - Remove last "onclick" from the stage MARC records template Bug 16469 - Remove the use of "onclick" from some catalog pages Bug 16477 - Improve staff client cart JavaScript and template Bug 16490 - Add an "add to cart" link for each search results in the staff client Bug 16494 - Remove the use of "onclick" from some patron pages Bug 16513 - Improvements and fixes for quote upload process Bug 16549 - Remove the use of "onclick" from header search forms Bug 16557 - Remove the use of "onclick" from several include files Bug 16602 - Remove the use of "onclick" from several templates Bug 16762: Record matching rules: Remove match check link removes too much Bug 16600 - Remove some obsolete references to Greybox in some templates Bug 16566 [Revised] 'Print slip' button formatting inconsistent Bug 16778: Replace usage of Greybox modals with Bootstrap modals Bug 16893: Missing closing tag disrupts patron detail page style Bug 16900 - Hold suspend button incorrectly styled in patron holds list Bug 16538: Improve the style of progress bars Bug 16906 - Add DataTables pagination and filter to top of saved SQL reports table Srdjan (1): Bug 16716: Replaced wrong GROUP BY with DISTINCT Tomas Cohen Arazi (2): Bug 16819: Unit tests for C4::Members::DelMember Bug 16819: C4::Members::DelMember should use Koha::Holds to delete holds Zeno Tajoli (1): Bug 16601: Update of italian MARC21 files ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 1 16:34:09 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Aug 2016 14:34:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-405-gfcd139b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via fcd139b22239206142809993cf9e328a3cdce38d (commit) from 537adde2d2f65ed9bb9a03a127b9906930d46353 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fcd139b22239206142809993cf9e328a3cdce38d Author: Owen Leonard Date: Wed Apr 20 10:29:03 2016 -0400 Bug 16310 - Remove the use of "onclick" from audio alerts template This patch removes one use of "onclick" in favor of defining events in the JavaScript. This patch also makes changes to the style of some buttons to make the interface a little more consistent with current practices. To test, apply the patch and go to Administration -> Audio alerts. - In the list of existing audio alerts, click the "Edit" button for any alert. The correct data should be loaded in the edit form. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/admin/audio_alerts.tt | 5 +++-- koha-tmpl/intranet-tmpl/prog/js/audio_alerts.js | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 2 12:17:54 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Aug 2016 10:17:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-407-gbcf7268 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via bcf7268f4f37ead02db8bc2da457ddfc9ce425c0 (commit) via ce8c55fba055e856af406587894c6d67c68bc681 (commit) from fcd139b22239206142809993cf9e328a3cdce38d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bcf7268f4f37ead02db8bc2da457ddfc9ce425c0 Author: Kyle M Hall Date: Wed Jul 6 12:50:08 2016 +0000 Bug 16436 [QA Followup] - Use debug instead of info Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit ce8c55fba055e856af406587894c6d67c68bc681 Author: Kyle M Hall Date: Tue May 3 18:58:57 2016 +0000 Bug 16436 - Allow action logs to be logged to the koha log file Test Plan: 1) Ensure that your Koha::Logger configuration is in good working order 2) Apply this patch 3) Modify the first line of your log4perl.conf file from: log4perl.logger.intranet = WARN, INTRANET to log4perl.logger.intranet = INFO, INTRANET 4) Change a system preference setting 5) Note the new line in your log file! Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Log.pm | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 2 16:26:23 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Aug 2016 14:26:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-408-gc6d3e5a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via c6d3e5a50b0c3fa104cae61211f3d2259dc60f52 (commit) from bcf7268f4f37ead02db8bc2da457ddfc9ce425c0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c6d3e5a50b0c3fa104cae61211f3d2259dc60f52 Author: Jonathan Druart Date: Mon Aug 1 11:13:53 2016 +0100 Bug 16715: Use Sereal::Decoder and Sereal::Encoder instead of Sereal Sereal is not packaged for jessie, so let's use Sereal::Encoder and Sereal::Decoder instead. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 7 ++++++- Koha/Cache.pm | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 2 17:50:48 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Aug 2016 15:50:48 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.02-1-g46e0001 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via 46e00011c4bd70ff7b31f24191e169af75b73ccf (commit) from ac556d72e6c478a9cc2ded383335b918a75f1d8b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 46e00011c4bd70ff7b31f24191e169af75b73ccf Author: Mirko Tietgen Date: Mon Aug 1 18:08:38 2016 +0200 Bug 17017 Dependency fixes for 16.05 Things I did for 16.05.02. Should go in 16.05.03. Adds to PerlDependencies.pm: IO::Socket::IP Readonly Readonly::XS Adds overrides to debian/list-deps: IO::Socket::IP => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl' Swagger2 => 'libswagger2-perl (>= 0.59)' and an up to date debian/control based on that. Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 15 +++++++++++++++ debian/control | 15 ++++++++++----- debian/list-deps | 2 ++ 3 files changed, 27 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 3 08:17:05 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Aug 2016 06:17:05 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.02-2-g27cd564 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via 27cd564c20ffede4a7e7fdef332c457389e94240 (commit) from 46e00011c4bd70ff7b31f24191e169af75b73ccf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 27cd564c20ffede4a7e7fdef332c457389e94240 Author: Fr?d?ric Demians Date: Wed Aug 3 08:24:03 2016 +0200 Revert "Bug 16917 - Error when importing patrons, Column 'checkprevcheckout' cannot be null" This reverts commit 878402689eb652b09bed0d4f2c7e458d5c5493f4. ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 3 08:19:37 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Aug 2016 06:19:37 +0000 Subject: [koha-commits] main Koha release repository annotated tag v16.05.02-01 created. v16.05.02-01 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v16.05.02-01 has been created at f7299e433b17051bdff3e04246e2b26c5d3f1eea (tag) tagging 27cd564c20ffede4a7e7fdef332c457389e94240 (commit) replaces v16.05.02 tagged by Fr?d?ric Demians on Wed Aug 3 08:28:37 2016 +0200 - Log ----------------------------------------------------------------- Koha release 16.05.02 with hot fix -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJXoY8VAAoJEGOGo5WRV8buTUkH/AhDkOPk2D3x8c4sMRWFC+np ogPl31sQNAsf6dwEH7u8EEn08JcEwOZ+1ZnFMfV/2Mc/EiFPSVwULJ67HotR6sUw RRFB2v1Vo1aGr75d8Wx0NZrbeOK6SbqYaDOjPNrOOnkDW2hcnpSOitFR6NWn0ehm Rx2feUh7+sMorRK324rxblnLTQKI14jDlSdx3aark0gMPK61/5r+9Iwq69V1YeS/ OfCEJmNOlY3XewBu5dAgK6PTMKikxg/0ElehISHkMmYlhGIiCoH/2qiKMXhrT0SY ih2HANbpM4ZJRfLx+hvrH+9dDURwmbEIExtyWZZIuCsm4TI6/FO28uqez2dBydg= =kCbK -----END PGP SIGNATURE----- Fr?d?ric Demians (1): Revert "Bug 16917 - Error when importing patrons, Column 'checkprevcheckout' cannot be null" Mirko Tietgen (1): Bug 17017 Dependency fixes for 16.05 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 3 22:17:08 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Aug 2016 20:17:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.13-1-g1e908ec Message-ID: This is an automated email from the git hooks/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 1e908ec9c647d5bc31448a1cf644d3636b2bd213 (commit) from 667432572961b9fa7d99ac40587eeee250a92272 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1e908ec9c647d5bc31448a1cf644d3636b2bd213 Author: Jonathan Druart Date: Mon May 9 15:03:12 2016 +0100 Bug 16476: Do not call CGI->param in list context, some more Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer ----------------------------------------------------------------------- Summary of changes: Koha/Plugins/Base.pm | 2 +- opac/ilsdi.pl | 4 ++-- svc/members/search | 2 +- svc/virtualshelves/search | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 3 22:25:56 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Aug 2016 20:25:56 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.13-3-gdd93d0c Message-ID: This is an automated email from the git hooks/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 dd93d0c662f6a6c0cf2abe236559b30e99f039c4 (commit) via 59458a37813fede6b4f278682184aa6a275f3bc0 (commit) from 1e908ec9c647d5bc31448a1cf644d3636b2bd213 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dd93d0c662f6a6c0cf2abe236559b30e99f039c4 Author: Jonathan Druart Date: Thu May 26 11:52:19 2016 +0100 Bug 16593: Do not allow patrons to delete search history of others patrons A malicious user can delete the search history of all other users by correctly guessing the ID value assigned to the victim's search. As searches are assigned values sequentially, an attacker could quickly remove the searches belonging to all of the application's users. To reproduce: Login with patron A launch a search Note the id generated for this search history: select id from search_history order by id desc limit 1; Login with patron B Hit /cgi-bin/koha/opac-search-history.pl?action=delete&id= Note that the row is deleted in the DB Test plan Confirm that this patch fixes the issue. The same test can be made at the staff interface Reported by Alex Middleton at Dionach Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack commit 59458a37813fede6b4f278682184aa6a275f3bc0 Author: Jonathan Druart Date: Fri Jul 22 08:14:27 2016 +0100 Bug 16958: Fix XSS in opac-imageviewer.pl Test plan: Trigger /opac-imageviewer.pl?biblionumber=14&imagenumber=7"> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: reserve/request.pl | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 20:11:04 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 18:11:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-410-g9d00353 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 9d00353a92487dcde654d88206fd5458448fff1b (commit) from 66f81fc2101f194d39592bc28f3e2ff69764bc00 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9d00353a92487dcde654d88206fd5458448fff1b Author: Jonathan Druart Date: Tue Aug 2 14:51:49 2016 +0100 Bug 17026: Fix XSS in serials/checkexpiration.pl Test plan: Hit: /serials/checkexpiration.pl?title=">&date=12/02/2002 /serials/checkexpiration.pl?issn=">&date=12/02/2002 => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/serials/checkexpiration.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 20:14:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 18:14:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-411-gf563ba7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via f563ba795e4863328ff4930e7877caae9458206c (commit) from 9d00353a92487dcde654d88206fd5458448fff1b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f563ba795e4863328ff4930e7877caae9458206c Author: Jonathan Druart Date: Tue Aug 2 14:32:46 2016 +0100 Bug 17024: Fix XSS in tools/viewlog.pl Test plan: Hit /tools/viewlog.pl?do_it=1&modules=CATALOGUING&action=MODIFY&object= => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/biblio-view-menu.inc | 20 ++++++++++---------- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 16 ++++++++-------- 2 files changed, 18 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 20:43:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 18:43:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-413-geb543a9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via eb543a90848b97d35aa15052c8881134926a3ed0 (commit) via f6e0a619d974fe002ec6a920206c7bc2808bce26 (commit) from f563ba795e4863328ff4930e7877caae9458206c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eb543a90848b97d35aa15052c8881134926a3ed0 Author: Jonathan Druart Date: Tue Aug 2 14:15:09 2016 +0100 Bug 17023: Fix XSS in acqui/z3950_search.pl Test plan: Enter the following in the different inputs: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher commit f6e0a619d974fe002ec6a920206c7bc2808bce26 Author: Jonathan Druart Date: Tue Aug 2 14:06:41 2016 +0100 Bug 17023: Fix XSS in cataloguing/z3950_search.pl Test plan: Enter the following in the different inputs: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/z3950_search.tt | 56 +++++++++---------- .../prog/en/modules/cataloguing/z3950_search.tt | 58 ++++++++++---------- 2 files changed, 57 insertions(+), 57 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 21:17:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 19:17:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-414-gc63d0b3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via c63d0b311b5e7ba882d19b9b8a71838256de98cf (commit) from eb543a90848b97d35aa15052c8881134926a3ed0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c63d0b311b5e7ba882d19b9b8a71838256de98cf Author: Jonathan Druart Date: Tue Aug 2 14:00:02 2016 +0100 Bug 17022: Fix XSS in circ/branchtransfers.pl Test plan: Enter the following in the barcode input: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 21:18:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 19:18:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-415-g91bc945 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 91bc9451d0378d65100c828776b09395e4c88199 (commit) from c63d0b311b5e7ba882d19b9b8a71838256de98cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 91bc9451d0378d65100c828776b09395e4c88199 Author: Kyle M Hall Date: Wed Jul 27 18:00:53 2016 +0000 Bug 16988 - Suspending a hold with AutoResumeSuspendedHolds disabled results in error iUnless AutoResumeSuspendedHolds is enabled, attempting to suspend a hold from reserve/request.pl results in the following error: The given date (undefined) does not match the date format (us) at /home/vagrant/kohaclone/Koha/DateUtils.pm line 152. Test Plan: 1) Enable SuspendHoldsIntranet 2) Disable AutoResumeSuspendedHolds 3) Attempt to suspend or unsuspend a hold 4) Note the error 5) Apply this patch 6) Repeat step 3 7) The hold should suspend or resume correctly Signed-off-by: Kyle M Hall Signed-off-by: Megan Wianecki Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 21:20:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 19:20:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-416-g9bdea2e Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 9bdea2e3691fd62e777cc974f89b867a69eec9a8 (commit) from 91bc9451d0378d65100c828776b09395e4c88199 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9bdea2e3691fd62e777cc974f89b867a69eec9a8 Author: Jonathan Druart Date: Fri Jul 22 08:30:54 2016 +0100 Bug 16878: Fix XSS in opac-memberentry The vars are gotten from the url and sent to the template as it. They must be escaped. Test plan: I have not managed to create the original issue, so there is no test plan for the XSS fix, but you can confirm there is no regression. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: opac/opac-memberentry.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 21:36:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 19:36:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-417-g28eae42 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 28eae42d2d09c14d0bb1bd3e1655714b33711ab3 (commit) from 9bdea2e3691fd62e777cc974f89b867a69eec9a8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 28eae42d2d09c14d0bb1bd3e1655714b33711ab3 Author: Chris Cormack Date: Tue Jul 26 08:57:50 2016 +1200 Bug 16975 : @INC should not have '.' as its last entry To Test 1/ Try using a plugin 2/ Apply patch 3/ Test plugin still works Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: Koha/Plugins.pm | 1 + Koha/Plugins/Handler.pm | 1 + 2 files changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 21:39:20 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 19:39:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-419-g6122b8f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6122b8fe6ee73b9e0a26312507912d947c6d58f7 (commit) via 87bcaa7df3fa8beca0dabed42c80930e70c3ece8 (commit) from 28eae42d2d09c14d0bb1bd3e1655714b33711ab3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6122b8fe6ee73b9e0a26312507912d947c6d58f7 Author: Tomas Cohen Arazi Date: Tue Jun 28 19:44:30 2016 -0300 Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher commit 87bcaa7df3fa8beca0dabed42c80930e70c3ece8 Author: Tomas Cohen Arazi Date: Tue Jun 28 19:41:54 2016 -0300 Bug 16830: Remove -x usage on koha-indexer This patch just does that, and removes it from the comment on /etc/default/koha-common To test: - Apply the patch - Run: $ vagrant ssh ; cd kohaclone $ sudo debian/scripts/koha-indexer --stop kohadev $ sudo debian/scripts/koha-indexer --start kohadev => SUCCESS: Verify no warning is shown on the indexer-output.log file - Sign off https://bugs.koha-community.org/show_bug.cgi?id=16830 Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: debian/koha-common.default | 2 +- debian/scripts/koha-indexer | 2 +- misc/migration_tools/rebuild_zebra.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 21:40:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 19:40:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-420-gd475dae Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via d475dae77313e8f0ee11146ce824d019351cbc5f (commit) from 6122b8fe6ee73b9e0a26312507912d947c6d58f7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d475dae77313e8f0ee11146ce824d019351cbc5f Author: Jesse Weaver Date: Fri Jul 8 16:01:19 2016 -0600 Bug 16818: External auth redirect broken under Plack Test plan: 0) Have either CAS or Shibboleth authentication enabled under Plack. 1) Hover over the authentication link on the staff client or OPAC, and notice that it has either '.../opac/...' or '.../intranet/...' instead of '.../cgi-bin/koha/...'. (This will be a complete dealbreaker for CAS authentication.) 2) Apply patch. 3) Check links again; they should now have the correct paths. Signed-off-by: Matthias Meusburger Signed-off-by: Jonathan Druart Did not test CAS or Shibboleth, but no regression found. Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 24 +++--------------------- C4/Auth_with_cas.pm | 3 ++- C4/Auth_with_shibboleth.pm | 3 ++- Koha/AuthUtils.pm | 22 +++++++++++++++++++++- 4 files changed, 28 insertions(+), 24 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 21:41:45 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 19:41:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-421-g92626f5 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 92626f55c88661d1e5b8dea57bdca412df004123 (commit) from d475dae77313e8f0ee11146ce824d019351cbc5f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 92626f55c88661d1e5b8dea57bdca412df004123 Author: Marcel de Rooy Date: Fri Jul 22 11:48:21 2016 +0200 Bug 16971: Missing dependency for HTML::Entities This module is already used in opac-password-recovery.pl. It is loaded in Acquisition, but not used (anymore?). It is not yet listed in PerlDependencies. Note: The module is packaged for Debian Wheezy and Jessie. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 1 - C4/Installer/PerlDependencies.pm | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 21:59:11 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 19:59:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-422-g13004a8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 13004a8c649f1098f1ddd3be5a02b75bad27f3d8 (commit) from 92626f55c88661d1e5b8dea57bdca412df004123 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 13004a8c649f1098f1ddd3be5a02b75bad27f3d8 Author: Marc V?ron Date: Tue Jul 5 07:14:26 2016 +0200 Bug 16871: Translatability: Avoid [%%-problem and fix related sentence splitting in catalogue/detail.tt In koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt, fix line splitted TT directives and sentence splitting leading to translatability problems. (See first comment). To test: - Apply patch - Go to detail pages of biblios with waiting holds - Verify that messages in column 'Status' are OK - Examine code in patch to make sure that the simplification in logic makes sense and that no TT directive is splitted - Bonus test: - Go to folder misc/translator. Run perl translate create xx-XX - Verify that monster mentioned in first comment no longer exists (in po/xx-XX-staff-prog.po) Signed-off-by: Hector Castro Works as advertised Amended for wording (comment #5) 2016-07-26 mv Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/detail.tt | 30 ++++---------------- 1 file changed, 5 insertions(+), 25 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 22:02:02 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 20:02:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-423-g1be7fb5 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 1be7fb5e12f0dd3911bb182ef2c0740c481337ec (commit) from 13004a8c649f1098f1ddd3be5a02b75bad27f3d8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1be7fb5e12f0dd3911bb182ef2c0740c481337ec Author: Mark Tompsett Date: Wed Jul 6 21:37:21 2016 -0400 Bug 16868: Silence error t/db_dependent/Linker_FirstMatch.t When the auth_header table has records which exclude 1xx and 2xx tags, the $bibfield doesn't match anything. This in turn sets it to undef, which triggers an error on the next line killing the test. This was completely refactored to provide the data necessary for the tests to pass, and to be more comprehensive (both MARC and UNIMARC are tested). The tests are then run. C4::Headings::authorities is mocked, so that this test is not dependent on a search engine. TEST PLAN --------- 1) back up DB 2) DELETE FROM auth_header; 3) SOURCE auth_header.sql; -- the provided file 4) prove t/db_dependent/Linker_FirstMatch.t -- should barf before running all the tests 5) apply all patches 6) prove t/db_dependent/Linker_FirstMatch.t -- should work happy 7) run koha qa test tools 8) restore your backup Followed test plan, behaves as expected. Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Linker_FirstMatch.t | 155 ++++++++++++++++++++++++++++-------- 1 file changed, 123 insertions(+), 32 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 22:03:55 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 20:03:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-424-gef07389 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via ef0738922005e4235b80e70663d7fa711a87556e (commit) from 1be7fb5e12f0dd3911bb182ef2c0740c481337ec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ef0738922005e4235b80e70663d7fa711a87556e Author: Mark Tompsett Date: Wed Jul 6 14:17:20 2016 -0400 Bug 16864: Silence warnings in t/db_dependent/ILSDI_Services.t prove t/db_dependent/ILSDI_Services.t generates noisy output as a result of the ambiguous context of two $cgi->param() calls. By storing into scalar variables, and then using the scalar variables, the code maintains readability and fixes the problem. TEST PLAN --------- 1) prove t/db_dependent/ILSDI_Services.t -- noisy. 2) apply patch 3) prove t/db_dependent/ILSDI_Services.t -- not noisy 4) run koha qa test tools Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: C4/ILSDI/Services.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 23:25:52 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 21:25:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-426-ge8d4c63 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via e8d4c634b407584dc6828548ceff1f2dbb59a236 (commit) via 5f3baecf42e0408f7ff49ab52b1afe8dcf3805fb (commit) from ef0738922005e4235b80e70663d7fa711a87556e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e8d4c634b407584dc6828548ceff1f2dbb59a236 Author: Hector Castro Date: Thu Jul 7 12:07:33 2016 -0600 Bug 16861: (followup)Translatability: remove fa-hand-o-down icon Remove fa-hand-o-down icon accoring with QA comment 5 Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher commit 5f3baecf42e0408f7ff49ab52b1afe8dcf3805fb Author: Hector Castro Date: Wed Jul 6 10:00:55 2016 -0600 Bug 16861: Translatability: Fix separated "below" in circulation.tt This patch propose to fix this two entries in PO files: "See highlighted items" and "below" Also add some Font Awesome Icons To test: -Apply patch 16810 on top and this patch -Go to a patron who has overdues -See the link "See highlighted items below" with a hand down icon -Look the new plus icon to "Add a new message" to the patron. -Add a few messages and notice about the trash icon in "Delete" links Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 4 23:27:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Aug 2016 21:27:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-427-gebaa354 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via ebaa3543d6278fe31886310cda5b10c807e6ad8a (commit) from e8d4c634b407584dc6828548ceff1f2dbb59a236 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ebaa3543d6278fe31886310cda5b10c807e6ad8a Author: Nicole C Engard Date: Wed Jul 27 13:27:37 2016 +0000 Bug 16727: Clarify upload category note This patch clarifies the note on the upload tool that states that no categories are defined. To test: * Log in to Koha * Confirm that you have no values set for the UPLOAD authorized value category * Visit Tools > Upload * Check the warning note for typos * Add a authorized value category for UPLOAD * Visit Tools > Upload * Confirm that note is replaced Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 5 08:54:57 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Aug 2016 06:54:57 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.02-01-27-gfbb6ecc Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via fbb6eccabab6fa65bab8d03e4be444e4029faa7c (commit) via ad5acf73bc03f2a68ebbaa27c3d9399ce38551ae (commit) via 241c64434855980b46b1dd9f347c9b2e45adf2e4 (commit) via 536acf312012b29df27191683a313d097b176c1e (commit) via df0efd70da3486969b0601a5d3018f2f8cd49a52 (commit) via 0c5c0a50b87ceeaa8f76e18240e279a96596222a (commit) via f55ac205bfc2c5f68fb173eaf6af45939de72639 (commit) via bb5adfa7f959d80dd079b058ec67f0d3fc276d09 (commit) via 3e37c9db1760137bfc8a575590125c7d1b6aefa4 (commit) via 1cf1c89f304fd2d84a1264041e8834444d1c8bf3 (commit) via b505c6b7d636f262eadef82984b83b5194438724 (commit) via 3810c29f61ebcd815066f1be2abc08cbb2bdc0aa (commit) via 46322ffc6e683d0583283e7485548d46c9586019 (commit) via 7cb27f092a4c699fcd428083383eef6f515da3e3 (commit) via 98c6d7873535d52609657ecaf256740c95c0e532 (commit) via 24664b719f9d09210f30d7f96fc025e08da8124e (commit) via ec78a0d43fe8032d9eeb9272878129085c3c429f (commit) via 542c0dbbaa8bff5a101058e0e2397e21edf8f192 (commit) via 46e4f196bb4d3e00abfc43d335b7ca9024aa829c (commit) via 70f48519f024e26157ebae4e7c0e028fa9b4d43a (commit) via 32833f95dbf8fd2559b2da4146b30e850182ee0f (commit) via c0e2610bda62b3890fd5416124bc9c1157c23d4d (commit) via b765cd3e31d2c0c504f56589a49706106f6b304e (commit) via d2b20b2a82ef73423ec6571967173083ba333501 (commit) via ce68d9b7fd14f9959f18039b63ad3e7bea44213e (commit) via 8955b1b7c56ebbcf350a57e3a794597e0ac2d70c (commit) via 58bd47a462a008f2e5cb9cfa221ee5b0a0bd5826 (commit) from 27cd564c20ffede4a7e7fdef332c457389e94240 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fbb6eccabab6fa65bab8d03e4be444e4029faa7c Author: Nicole C Engard Date: Wed Jul 27 13:27:37 2016 +0000 Bug 16727: Clarify upload category note This patch clarifies the note on the upload tool that states that no categories are defined. To test: * Log in to Koha * Confirm that you have no values set for the UPLOAD authorized value category * Visit Tools > Upload * Check the warning note for typos * Add a authorized value category for UPLOAD * Visit Tools > Upload * Confirm that note is replaced Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher (cherry picked from commit ebaa3543d6278fe31886310cda5b10c807e6ad8a) Signed-off-by: Fr?d?ric Demians commit ad5acf73bc03f2a68ebbaa27c3d9399ce38551ae Author: Mark Tompsett Date: Wed Jul 6 14:17:20 2016 -0400 Bug 16864: Silence warnings in t/db_dependent/ILSDI_Services.t prove t/db_dependent/ILSDI_Services.t generates noisy output as a result of the ambiguous context of two $cgi->param() calls. By storing into scalar variables, and then using the scalar variables, the code maintains readability and fixes the problem. TEST PLAN --------- 1) prove t/db_dependent/ILSDI_Services.t -- noisy. 2) apply patch 3) prove t/db_dependent/ILSDI_Services.t -- not noisy 4) run koha qa test tools Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit ef0738922005e4235b80e70663d7fa711a87556e) Signed-off-by: Fr?d?ric Demians commit 241c64434855980b46b1dd9f347c9b2e45adf2e4 Author: Mark Tompsett Date: Wed Jul 6 21:37:21 2016 -0400 Bug 16868: Silence error t/db_dependent/Linker_FirstMatch.t When the auth_header table has records which exclude 1xx and 2xx tags, the $bibfield doesn't match anything. This in turn sets it to undef, which triggers an error on the next line killing the test. This was completely refactored to provide the data necessary for the tests to pass, and to be more comprehensive (both MARC and UNIMARC are tested). The tests are then run. C4::Headings::authorities is mocked, so that this test is not dependent on a search engine. TEST PLAN --------- 1) back up DB 2) DELETE FROM auth_header; 3) SOURCE auth_header.sql; -- the provided file 4) prove t/db_dependent/Linker_FirstMatch.t -- should barf before running all the tests 5) apply all patches 6) prove t/db_dependent/Linker_FirstMatch.t -- should work happy 7) run koha qa test tools 8) restore your backup Followed test plan, behaves as expected. Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 1be7fb5e12f0dd3911bb182ef2c0740c481337ec) Signed-off-by: Fr?d?ric Demians commit 536acf312012b29df27191683a313d097b176c1e Author: Marc V?ron Date: Tue Jul 5 07:14:26 2016 +0200 Bug 16871: Translatability: Avoid [%%-problem and fix related sentence splitting in catalogue/detail.tt In koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt, fix line splitted TT directives and sentence splitting leading to translatability problems. (See first comment). To test: - Apply patch - Go to detail pages of biblios with waiting holds - Verify that messages in column 'Status' are OK - Examine code in patch to make sure that the simplification in logic makes sense and that no TT directive is splitted - Bonus test: - Go to folder misc/translator. Run perl translate create xx-XX - Verify that monster mentioned in first comment no longer exists (in po/xx-XX-staff-prog.po) Signed-off-by: Hector Castro Works as advertised Amended for wording (comment #5) 2016-07-26 mv Signed-off-by: Brendan Gallagher (cherry picked from commit 13004a8c649f1098f1ddd3be5a02b75bad27f3d8) Signed-off-by: Fr?d?ric Demians commit df0efd70da3486969b0601a5d3018f2f8cd49a52 Author: Marcel de Rooy Date: Fri Jul 22 11:48:21 2016 +0200 Bug 16971: Missing dependency for HTML::Entities This module is already used in opac-password-recovery.pl. It is loaded in Acquisition, but not used (anymore?). It is not yet listed in PerlDependencies. Note: The module is packaged for Debian Wheezy and Jessie. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 92626f55c88661d1e5b8dea57bdca412df004123) Signed-off-by: Fr?d?ric Demians commit 0c5c0a50b87ceeaa8f76e18240e279a96596222a Author: Jesse Weaver Date: Fri Jul 8 16:01:19 2016 -0600 Bug 16818: External auth redirect broken under Plack Test plan: 0) Have either CAS or Shibboleth authentication enabled under Plack. 1) Hover over the authentication link on the staff client or OPAC, and notice that it has either '.../opac/...' or '.../intranet/...' instead of '.../cgi-bin/koha/...'. (This will be a complete dealbreaker for CAS authentication.) 2) Apply patch. 3) Check links again; they should now have the correct paths. Signed-off-by: Matthias Meusburger Signed-off-by: Jonathan Druart Did not test CAS or Shibboleth, but no regression found. Signed-off-by: Brendan Gallagher (cherry picked from commit d475dae77313e8f0ee11146ce824d019351cbc5f) Signed-off-by: Fr?d?ric Demians commit f55ac205bfc2c5f68fb173eaf6af45939de72639 Author: Fr?d?ric Demians Date: Fri Jun 24 11:53:02 2016 +0000 Bug 11490 - DBRev 16.05.02.002 Signed-off-by: Fr?d?ric Demians commit bb5adfa7f959d80dd079b058ec67f0d3fc276d09 Author: Jonathan Druart Date: Wed May 11 14:10:49 2016 +0100 Bug 11490: Split MaxItemsForBatch into 2 prefs to clarify things Prior to this patch, a single pref (MaxItemsForBatch) was used to restrict the use of the batch item modification and deletion. On the batch modification tool, the pref is used to limit the number of items a librarian is allowed to modify in a batch, but on the batch deletion tool the pref is used to limit the number of items to display. To clarify things, this patch split the pref into 2 new prefs: MaxItemsToDisplayForBatchDel and MaxItemsToProcessForBatchMod. Later we could add a MaxItemsToProcessForBatchDel if needed. Note that this patch should not introduce any changes in the current behaviors. Test plan: 0/ Do not execute the update DB entry 1/ Set a value != 1000 for MaxItemsForBatch 2/ Execute the update DB entry and confirm that the 2 new prefs are initially set with the value of MaxItemsForBatch and that MaxItemsForBatch has been deleted 3/ Set different values for these 2 prefs (2 and 3 for instance to ease the next steps) 4/ Try to delete less than MaxItemsToDisplayForBatchDel items => You must see the items details 5/ Try to delete more than MaxItemsToDisplayForBatchDel items => You must not see the items details but are allowed to delete them 6/ Try to modify less than MaxItemsToProcessForBatchMod items => You must see the items details 7/ Try to modify more than MaxItemsToProcessForBatchMod items => You must be restricted and not allowed to process Signed-off-by: Laurence Rault Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit 6b2c55ecdd7ad128c7ec923e70b13b1f287c7d00) Signed-off-by: Fr?d?ric Demians commit 3e37c9db1760137bfc8a575590125c7d1b6aefa4 Author: Jonathan Druart Date: Wed May 11 14:10:41 2016 +0100 Bug 11490: Add prefs MaxItemsToProcessForBatchMod and MaxItemsToDisplayForBatchDel Signed-off-by: Laurence Rault Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit 20f42350488ccd2795af3863ab1954d22b92eeae) Signed-off-by: Fr?d?ric Demians commit 1cf1c89f304fd2d84a1264041e8834444d1c8bf3 Author: Chris Cormack Date: Tue Jul 26 08:57:50 2016 +1200 Bug 16975 : @INC should not have '.' as its last entry To Test 1/ Try using a plugin 2/ Apply patch 3/ Test plugin still works Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 28eae42d2d09c14d0bb1bd3e1655714b33711ab3) Signed-off-by: Fr?d?ric Demians commit b505c6b7d636f262eadef82984b83b5194438724 Author: Jonathan Druart Date: Fri Jul 22 08:30:54 2016 +0100 Bug 16878: Fix XSS in opac-memberentry The vars are gotten from the url and sent to the template as it. They must be escaped. Test plan: I have not managed to create the original issue, so there is no test plan for the XSS fix, but you can confirm there is no regression. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 9bdea2e3691fd62e777cc974f89b867a69eec9a8) Signed-off-by: Fr?d?ric Demians commit 3810c29f61ebcd815066f1be2abc08cbb2bdc0aa Author: Kyle M Hall Date: Wed Jul 27 18:00:53 2016 +0000 Bug 16988 - Suspending a hold with AutoResumeSuspendedHolds disabled results in error iUnless AutoResumeSuspendedHolds is enabled, attempting to suspend a hold from reserve/request.pl results in the following error: The given date (undefined) does not match the date format (us) at /home/vagrant/kohaclone/Koha/DateUtils.pm line 152. Test Plan: 1) Enable SuspendHoldsIntranet 2) Disable AutoResumeSuspendedHolds 3) Attempt to suspend or unsuspend a hold 4) Note the error 5) Apply this patch 6) Repeat step 3 7) The hold should suspend or resume correctly Signed-off-by: Kyle M Hall Signed-off-by: Megan Wianecki Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 91bc9451d0378d65100c828776b09395e4c88199) Signed-off-by: Fr?d?ric Demians commit 46322ffc6e683d0583283e7485548d46c9586019 Author: Jonathan Druart Date: Tue Aug 2 14:00:02 2016 +0100 Bug 17022: Fix XSS in circ/branchtransfers.pl Test plan: Enter the following in the barcode input: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit c63d0b311b5e7ba882d19b9b8a71838256de98cf) Signed-off-by: Fr?d?ric Demians commit 7cb27f092a4c699fcd428083383eef6f515da3e3 Author: Jonathan Druart Date: Tue Aug 2 14:15:09 2016 +0100 Bug 17023: Fix XSS in acqui/z3950_search.pl Test plan: Enter the following in the different inputs: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit eb543a90848b97d35aa15052c8881134926a3ed0) Signed-off-by: Fr?d?ric Demians commit 98c6d7873535d52609657ecaf256740c95c0e532 Author: Jonathan Druart Date: Tue Aug 2 14:06:41 2016 +0100 Bug 17023: Fix XSS in cataloguing/z3950_search.pl Test plan: Enter the following in the different inputs: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit f6e0a619d974fe002ec6a920206c7bc2808bce26) Signed-off-by: Fr?d?ric Demians commit 24664b719f9d09210f30d7f96fc025e08da8124e Author: Jonathan Druart Date: Tue Aug 2 14:32:46 2016 +0100 Bug 17024: Fix XSS in tools/viewlog.pl Test plan: Hit /tools/viewlog.pl?do_it=1&modules=CATALOGUING&action=MODIFY&object= => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit f563ba795e4863328ff4930e7877caae9458206c) Signed-off-by: Fr?d?ric Demians commit ec78a0d43fe8032d9eeb9272878129085c3c429f Author: Jonathan Druart Date: Tue Aug 2 14:51:49 2016 +0100 Bug 17026: Fix XSS in serials/checkexpiration.pl Test plan: Hit: /serials/checkexpiration.pl?title=">&date=12/02/2002 /serials/checkexpiration.pl?issn=">&date=12/02/2002 => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 9d00353a92487dcde654d88206fd5458448fff1b) Signed-off-by: Fr?d?ric Demians commit 542c0dbbaa8bff5a101058e0e2397e21edf8f192 Author: Jonathan Druart Date: Tue Aug 2 15:41:49 2016 +0100 Bug 17028: Fix XSS in reserve/request.pl Test plan: Hit /cgi-bin/koha/reserve/request.pl?biblionumber=1"> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 66f81fc2101f194d39592bc28f3e2ff69764bc00) Signed-off-by: Fr?d?ric Demians commit 46e4f196bb4d3e00abfc43d335b7ca9024aa829c Author: Kyle M Hall Date: Wed Jul 6 12:50:08 2016 +0000 Bug 16436 [QA Followup] - Use debug instead of info Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit bcf7268f4f37ead02db8bc2da457ddfc9ce425c0) Signed-off-by: Fr?d?ric Demians commit 70f48519f024e26157ebae4e7c0e028fa9b4d43a Author: Kyle M Hall Date: Tue May 3 18:58:57 2016 +0000 Bug 16436 - Allow action logs to be logged to the koha log file Test Plan: 1) Ensure that your Koha::Logger configuration is in good working order 2) Apply this patch 3) Modify the first line of your log4perl.conf file from: log4perl.logger.intranet = WARN, INTRANET to log4perl.logger.intranet = INFO, INTRANET 4) Change a system preference setting 5) Note the new line in your log file! Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit ce8c55fba055e856af406587894c6d67c68bc681) Signed-off-by: Fr?d?ric Demians commit 32833f95dbf8fd2559b2da4146b30e850182ee0f Author: Owen Leonard Date: Wed Apr 20 10:29:03 2016 -0400 Bug 16310 - Remove the use of "onclick" from audio alerts template This patch removes one use of "onclick" in favor of defining events in the JavaScript. This patch also makes changes to the style of some buttons to make the interface a little more consistent with current practices. To test, apply the patch and go to Administration -> Audio alerts. - In the list of existing audio alerts, click the "Edit" button for any alert. The correct data should be loaded in the edit form. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit fcd139b22239206142809993cf9e328a3cdce38d) Signed-off-by: Fr?d?ric Demians commit c0e2610bda62b3890fd5416124bc9c1157c23d4d Author: Kyle M Hall Date: Thu May 19 13:28:02 2016 +0000 Bug 15397 - Pay selected does not works as expected When patron has more fees (account lines) and you wan't to pay just some of them, you select wanted lines a click on "pay selected" button. But the fine isn't paid, the "amountoutstandig" is not modified, but it is added new line with "pay" code an with amountoutstanding below zero. Paying one or all fine works as expected. Paying selected worked some time ago, but I don't know when it stopped working, we realize it after upgrade to 3.22. Test Plan: 1) Apply this patch 2) Pay fines using "Pay selected" 3) Note the payment and the fees outstanding balances are reduced! Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 537adde2d2f65ed9bb9a03a127b9906930d46353) Signed-off-by: Fr?d?ric Demians commit b765cd3e31d2c0c504f56589a49706106f6b304e Author: Fr?d?ric Demians Date: Mon Aug 1 09:54:30 2016 +0000 Bug 16573 - DBRev 16.05.02.001 Signed-off-by: Fr?d?ric Demians commit d2b20b2a82ef73423ec6571967173083ba333501 Author: Jonathan Druart Date: Fri Jul 22 09:51:00 2016 +0100 Bug 16573: Define virtualshelves.created_on as datetime for existing installs Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 44785935bd45291a2ae36a5c9ab65b1e6cf69c5b) Signed-off-by: Fr?d?ric Demians commit ce68d9b7fd14f9959f18039b63ad3e7bea44213e Author: Bernardo Gonzalez Kriegel Date: Tue May 24 18:12:11 2016 -0300 Bug 16573: change created_on type - atomic update This patch change 'created_on' virtualshelves column to datetime type To test: 1) Apply the patch 2) Run updatedatabase.pl 3) Verify type of 'created_on' column Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 162b9015d9bfb23200d1bddff69be9384a33463b) Signed-off-by: Fr?d?ric Demians commit 8955b1b7c56ebbcf350a57e3a794597e0ac2d70c Author: Bernardo Gonzalez Kriegel Date: Mon May 23 17:06:01 2016 -0300 Bug 16573: fix structure and sample data for MySQL 5.7 Web install on Ubuntu 16.04/Mysql 5.7 fails. This patch makes small changes to make installation possible to kohastructure.sql and some sample files. Sample values for quotes table can't have '0000-00-00 ...' values nor NULL values, now() is perhaps an option. Depends on Bug 16572 To test: 1) System with MySQL 5.7, for example Ubuntu 16.05 2) Apply 16572 3) Try web install, it fails 4) Apply this and next patch 5) Try again, now it succeed This is only for English install, i18n files needs revision I can do that if this is accepted. Perphaps a change is needed to updatedatabase.pl Ammended patch, 'created_on' field on virtualshelves can't be timestamp default null, mysql 5.5 complains that only one timestamp column can be defined as default not null. Changed to 'datetime' type. Can provide followup with updatedabase change, but need an opinion if this type change makes sense. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 36b2b288a7b8a39530f0a1ba7a00396206640533) Signed-off-by: Fr?d?ric Demians commit 58bd47a462a008f2e5cb9cfa221ee5b0a0bd5826 Author: Bernardo Gonzalez Kriegel Date: Mon May 23 16:58:03 2016 -0300 Bug 16573: fix linkid value on marc_subfield_structure followup to previous patch. This patch fixes linkid value. It was set to '', but declared as tinyint. Mysql < 5.7 replaced this with nearest right value, i.e 0 Mysql 5.7 gives error here. Also some normalization, all lines with data begins with two tabs To test: On top of Bug 16572 and previous patch 1) Run webinstaller 2) Add mandatory values 3) There must be no problems on MySQL 5.7 Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit d00d46112df2dc1c3f823fbc2a8c347deb69cdb7) Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 2 +- C4/Acquisition.pm | 1 - C4/Auth.pm | 24 +- C4/Auth_with_cas.pm | 3 +- C4/Auth_with_shibboleth.pm | 3 +- C4/ILSDI/Services.pm | 4 +- C4/Installer/PerlDependencies.pm | 5 + C4/Log.pm | 39 +- Koha.pm | 2 +- Koha/AuthUtils.pm | 22 +- Koha/Plugins.pm | 1 + Koha/Plugins/Handler.pm | 1 + .../marc21/mandatory/authorities_normal_marc21.sql | 3384 ++++++++++---------- .../data/mysql/en/optional/sample_patrons.sql | 3 +- installer/data/mysql/en/optional/sample_quotes.sql | 62 +- installer/data/mysql/kohastructure.sql | 4 +- installer/data/mysql/sysprefs.sql | 3 +- installer/data/mysql/updatedatabase.pl | 31 +- .../prog/en/includes/biblio-view-menu.inc | 20 +- .../prog/en/modules/acqui/z3950_search.tt | 56 +- .../prog/en/modules/admin/audio_alerts.tt | 5 +- .../prog/en/modules/admin/preferences/tools.pref | 11 +- .../prog/en/modules/catalogue/detail.tt | 30 +- .../prog/en/modules/cataloguing/z3950_search.tt | 58 +- .../prog/en/modules/circ/branchtransfers.tt | 6 +- .../prog/en/modules/reserve/request.tt | 8 +- .../prog/en/modules/serials/checkexpiration.tt | 8 +- .../prog/en/modules/tools/batchMod-edit.tt | 3 +- .../intranet-tmpl/prog/en/modules/tools/upload.tt | 2 +- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 16 +- koha-tmpl/intranet-tmpl/prog/js/audio_alerts.js | 10 + opac/opac-memberentry.pl | 4 +- reserve/request.pl | 1 + t/db_dependent/Linker_FirstMatch.t | 155 +- tools/batchMod.pl | 9 +- 35 files changed, 2077 insertions(+), 1919 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 5 12:48:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Aug 2016 10:48:15 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.02-01-29-g0b971ef Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via 0b971efc618b350216249f5c12f28ab1c8a8e1be (commit) via 326531be25b5452ec81b4d4316ebe43c12c8c64d (commit) from fbb6eccabab6fa65bab8d03e4be444e4029faa7c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0b971efc618b350216249f5c12f28ab1c8a8e1be Author: Tomas Cohen Arazi Date: Tue Jun 28 19:44:30 2016 -0300 Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 6122b8fe6ee73b9e0a26312507912d947c6d58f7) Signed-off-by: Fr?d?ric Demians commit 326531be25b5452ec81b4d4316ebe43c12c8c64d Author: Tomas Cohen Arazi Date: Tue Jun 28 19:41:54 2016 -0300 Bug 16830: Remove -x usage on koha-indexer This patch just does that, and removes it from the comment on /etc/default/koha-common To test: - Apply the patch - Run: $ vagrant ssh ; cd kohaclone $ sudo debian/scripts/koha-indexer --stop kohadev $ sudo debian/scripts/koha-indexer --start kohadev => SUCCESS: Verify no warning is shown on the indexer-output.log file - Sign off https://bugs.koha-community.org/show_bug.cgi?id=16830 Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 87bcaa7df3fa8beca0dabed42c80930e70c3ece8) Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: debian/koha-common.default | 2 +- debian/scripts/koha-indexer | 2 +- misc/migration_tools/rebuild_zebra.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 6 11:49:41 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 06 Aug 2016 09:49:41 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.02-01-30-gf63fe8c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via f63fe8c8405d67680bcf4df2e505a85e355de0fd (commit) from 0b971efc618b350216249f5c12f28ab1c8a8e1be (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f63fe8c8405d67680bcf4df2e505a85e355de0fd Author: Mirko Tietgen Date: Sat Aug 6 11:30:19 2016 +0200 Bug 17063 - debian/control.in update: change maintainer & add libhtml-parser-perl for 16.05.x Changing the package maintainer and removing a whitespace in debian/control.in. Regenerated debian/control from that, which also adds libhtml-parser-perl because of bug 16971. This one is for 16.05.x Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: debian/control | 4 +++- debian/control.in | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 6 18:33:46 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 06 Aug 2016 16:33:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-428-g72d92be Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 72d92be918eae8a9bc3c6723c155d1b0c6ba25e4 (commit) from ebaa3543d6278fe31886310cda5b10c807e6ad8a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 72d92be918eae8a9bc3c6723c155d1b0c6ba25e4 Author: Tomas Cohen Arazi Date: Wed Aug 3 14:34:12 2016 -0300 Bug 17044: Fix wrong destination for 'api' directory The original Makefile.PL tweak missed to trim the directory name thus repeating the 'api' directory like in 'api/api'. To test: - Make a standard install (for example in /usr/share/koha => FAIL: check /usr/share/koha/api/api exists - Make a single install (for example in /home/tcohen/koha-single) => FAIL: check /home/tcohen/koha-single/api/api exists - Apply the patch - Make a standard install (for example in /usr/share/koha => SUCCESS: check /usr/share/koha/api exists and doesn't contain a nested 'api' dir - Make a single install (for example in /home/tcohen/koha-single) => SUCCESS: check /home/tcohen/koha-single/api exists and doesn't contain a nested 'api' dir - Sign off :-D Note: this affects the packages too, as the standard install is used as a basis. Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 6 20:07:19 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 06 Aug 2016 18:07:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-429-g2ea9951 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 2ea99517ae9cb081e6f15c786e0163368d25bfbd (commit) from 72d92be918eae8a9bc3c6723c155d1b0c6ba25e4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2ea99517ae9cb081e6f15c786e0163368d25bfbd Author: Lari Taskula Date: Wed Aug 3 18:42:25 2016 +0300 Bug 17042: Fix missing column in hold.json Swagger definition for hold was missing a property. Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: api/v1/definitions/hold.json | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 6 20:09:05 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 06 Aug 2016 18:09:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-430-g92b36fb Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 92b36fb717bec8df875027185b210257e7bb9e31 (commit) from 2ea99517ae9cb081e6f15c786e0163368d25bfbd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 92b36fb717bec8df875027185b210257e7bb9e31 Author: Lari Taskula Date: Wed Aug 3 18:38:42 2016 +0300 Bug 17041: Fix missing properties in patron.json Swagger definition for patron was missing two properties. Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: api/v1/definitions/patron.json | 8 ++++++++ 1 file changed, 8 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 6 20:10:57 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 06 Aug 2016 18:10:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-431-g6b3a04d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6b3a04da6a2f137ad87e0d39e9cc2c5ab7958850 (commit) from 92b36fb717bec8df875027185b210257e7bb9e31 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6b3a04da6a2f137ad87e0d39e9cc2c5ab7958850 Author: Mark Tompsett Date: Tue May 31 12:01:46 2016 -0400 Bug 16622: some tests triggered by prove t fail for unset KOHA_CONF TEST PLAN --------- 1) unset KOHA_CONF 2) prove t -- 00-load.t dies miserably 3) prove t/Creators.t -- fails 4) apply patch 5) prove t -- noisy, but all tests successful 6) prove -v t/Creators.t -- 2 skipped tests 7) run koha qa test tools Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_cas.pm | 1 - t/Creators.t | 19 ++++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 6 20:12:22 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 06 Aug 2016 18:12:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-432-gd0f2bad Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via d0f2bad12e0f49bcedda3bdbc909642b93984d0b (commit) from 6b3a04da6a2f137ad87e0d39e9cc2c5ab7958850 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d0f2bad12e0f49bcedda3bdbc909642b93984d0b Author: Zeno Tajoli Date: Wed May 25 14:41:01 2016 +0200 Bug 16585: Update Italian installer sample files for 16.05 With this patch all sample/defintions .sql files are updated and translated into Italian (if you select italian during web installation). Signed-off-by: Mark Tompsett Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/it-IT/necessari/notices.sql | 35 ++++++----- .../mysql/it-IT/necessari/sample_frequencies.sql | 41 +++++++----- .../it-IT/necessari/sample_numberpatterns.sql | 66 ++++++++++++++------ .../mysql/it-IT/necessari/system_preferences.sql | 3 +- 4 files changed, 95 insertions(+), 50 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 7 04:39:39 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Aug 2016 02:39:39 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-433-g17a5ef5 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 17a5ef51199736235f0c3fd35c84be124ecc166e (commit) from d0f2bad12e0f49bcedda3bdbc909642b93984d0b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 17a5ef51199736235f0c3fd35c84be124ecc166e Author: phette23 Date: Sat Aug 6 10:44:53 2016 -0700 Bug 17068: empty
  • in opac-reserve.tt empty HTML list item on 'holds' page, to test: - sign in as user - attempt to place hold - view source in between 'holds note' textarea & comment - note empty
  • - apply patch - repeat process above up until patch - no more empty
  • Signed-off-by: Jason Robb Signed-off-by: Nick Clemens Signed-off-by: Brendan Gallagher ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 -- 1 file changed, 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 7 09:38:12 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Aug 2016 07:38:12 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.02-01-35-g9fa841b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via 9fa841b0e10849f89c66a222795aac0d96188aa5 (commit) via 88e9127a9308b1d5a468954f141e03b3bb16c4a9 (commit) via 72c6715260e6605be83cced71029ba21be51aba1 (commit) via b1575bf8f49df2e1a1e8daea329c67d26f923945 (commit) via 58fd9fbea35bcdf75c73ef10ee7c38a2fa5dc007 (commit) from f63fe8c8405d67680bcf4df2e505a85e355de0fd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9fa841b0e10849f89c66a222795aac0d96188aa5 Author: Eric Phetteplace Date: Sat Aug 6 10:44:53 2016 -0700 Bug 17068: empty
  • in opac-reserve.tt empty HTML list item on 'holds' page, to test: - sign in as user - attempt to place hold - view source in between 'holds note' textarea & comment - note empty
  • - apply patch - repeat process above up until patch - no more empty
  • Signed-off-by: Jason Robb Signed-off-by: Nick Clemens Signed-off-by: Brendan Gallagher (cherry picked from commit 17a5ef51199736235f0c3fd35c84be124ecc166e) Signed-off-by: Fr?d?ric Demians commit 88e9127a9308b1d5a468954f141e03b3bb16c4a9 Author: Zeno Tajoli Date: Wed May 25 14:41:01 2016 +0200 Bug 16585: Update Italian installer sample files for 16.05 With this patch all sample/defintions .sql files are updated and translated into Italian (if you select italian during web installation). Signed-off-by: Mark Tompsett Signed-off-by: Brendan Gallagher (cherry picked from commit d0f2bad12e0f49bcedda3bdbc909642b93984d0b) Signed-off-by: Fr?d?ric Demians commit 72c6715260e6605be83cced71029ba21be51aba1 Author: Mark Tompsett Date: Tue May 31 12:01:46 2016 -0400 Bug 16622: some tests triggered by prove t fail for unset KOHA_CONF TEST PLAN --------- 1) unset KOHA_CONF 2) prove t -- 00-load.t dies miserably 3) prove t/Creators.t -- fails 4) apply patch 5) prove t -- noisy, but all tests successful 6) prove -v t/Creators.t -- 2 skipped tests 7) run koha qa test tools Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 6b3a04da6a2f137ad87e0d39e9cc2c5ab7958850) Signed-off-by: Fr?d?ric Demians commit b1575bf8f49df2e1a1e8daea329c67d26f923945 Author: Lari Taskula Date: Wed Aug 3 18:42:25 2016 +0300 Bug 17042: Fix missing column in hold.json Swagger definition for hold was missing a property. Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 2ea99517ae9cb081e6f15c786e0163368d25bfbd) Signed-off-by: Fr?d?ric Demians commit 58fd9fbea35bcdf75c73ef10ee7c38a2fa5dc007 Author: Tomas Cohen Arazi Date: Wed Aug 3 14:34:12 2016 -0300 Bug 17044: Fix wrong destination for 'api' directory The original Makefile.PL tweak missed to trim the directory name thus repeating the 'api' directory like in 'api/api'. To test: - Make a standard install (for example in /usr/share/koha => FAIL: check /usr/share/koha/api/api exists - Make a single install (for example in /home/tcohen/koha-single) => FAIL: check /home/tcohen/koha-single/api/api exists - Apply the patch - Make a standard install (for example in /usr/share/koha => SUCCESS: check /usr/share/koha/api exists and doesn't contain a nested 'api' dir - Make a single install (for example in /home/tcohen/koha-single) => SUCCESS: check /home/tcohen/koha-single/api exists and doesn't contain a nested 'api' dir - Sign off :-D Note: this affects the packages too, as the standard install is used as a basis. Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 72d92be918eae8a9bc3c6723c155d1b0c6ba25e4) Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_cas.pm | 1 - Makefile.PL | 4 +- api/v1/definitions/hold.json | 4 ++ installer/data/mysql/it-IT/necessari/notices.sql | 35 ++++++----- .../mysql/it-IT/necessari/sample_frequencies.sql | 41 +++++++----- .../it-IT/necessari/sample_numberpatterns.sql | 66 ++++++++++++++------ .../mysql/it-IT/necessari/system_preferences.sql | 3 +- .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 - t/Creators.t | 19 +++--- 9 files changed, 113 insertions(+), 62 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 08:52:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 06:52:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.13-7-g4fbb259 Message-ID: This is an automated email from the git hooks/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 4fbb259a0f6e769657dd895e20f4ce25772e15a7 (commit) from e4bb28460df79282e8d9703bb979f9e70f829c0c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4fbb259a0f6e769657dd895e20f4ce25772e15a7 Author: Jonathan Druart Date: Tue Aug 2 15:41:49 2016 +0100 Bug 17028: Fix XSS in reserve/request.pl Test plan: Hit /cgi-bin/koha/reserve/request.pl?biblionumber=1"> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 66f81fc2101f194d39592bc28f3e2ff69764bc00) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 542c0dbbaa8bff5a101058e0e2397e21edf8f192) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: reserve/request.pl | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 09:08:52 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 07:08:52 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.13-10-g2399cef Message-ID: This is an automated email from the git hooks/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 2399cef9b6554ccdc3ba09c8b39b84dceaca2036 (commit) via 19d670d4b7f115c0034eeda34f202af692224945 (commit) via f54968628736ee7fa05a478ba5020a85375157ee (commit) from 4fbb259a0f6e769657dd895e20f4ce25772e15a7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2399cef9b6554ccdc3ba09c8b39b84dceaca2036 Author: Chris Cormack Date: Tue Jul 26 08:57:50 2016 +1200 Bug 16975 : @INC should not have '.' as its last entry To Test 1/ Try using a plugin 2/ Apply patch 3/ Test plugin still works Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 28eae42d2d09c14d0bb1bd3e1655714b33711ab3) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 1cf1c89f304fd2d84a1264041e8834444d1c8bf3) Signed-off-by: Chris Cormack commit 19d670d4b7f115c0034eeda34f202af692224945 Author: Jonathan Druart Date: Tue Aug 2 14:00:02 2016 +0100 Bug 17022: Fix XSS in circ/branchtransfers.pl Test plan: Enter the following in the barcode input: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit c63d0b311b5e7ba882d19b9b8a71838256de98cf) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 46322ffc6e683d0583283e7485548d46c9586019) Signed-off-by: Chris Cormack commit f54968628736ee7fa05a478ba5020a85375157ee Author: Chris Cormack Date: Mon Aug 8 18:59:23 2016 +1200 Bug 17026 XSS in checkexpiration.pl ----------------------------------------------------------------------- Summary of changes: Koha/Plugins.pm | 1 + Koha/Plugins/Handler.pm | 1 + .../intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/serials/checkexpiration.tt | 8 ++++---- 4 files changed, 9 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 15:11:04 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 13:11:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-434-gbbaaabd Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via bbaaabd1da97312e66e81b7ecfc37a5f5d2f828e (commit) from 17a5ef51199736235f0c3fd35c84be124ecc166e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bbaaabd1da97312e66e81b7ecfc37a5f5d2f828e Author: Mirko Tietgen Date: Mon Aug 1 17:13:55 2016 +0200 Bug 17013 - build-git-snapshot: add basetgz parameter and update master version number This adds a basetgz parameter to specify a pbuilder image. I use this to build against different distributions. This also updates the version number for master builds to 16.06. Signed-off-by: Fr?d?ric Demians Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: debian/build-git-snapshot | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 15:12:40 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 13:12:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-435-g3964fac Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 3964fac311e59ade5fc79f4884626969716ae57f (commit) from bbaaabd1da97312e66e81b7ecfc37a5f5d2f828e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3964fac311e59ade5fc79f4884626969716ae57f Author: Mirko Tietgen Date: Sat Aug 6 13:42:18 2016 +0200 Bug 17064 - Delete backup marc21_framework_DEFAULT.sql~ file This .sql~ backup file should not have been committed. Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: .../obligatoire/marc21_framework_DEFAULT.sql~ | 2823 -------------------- 1 file changed, 2823 deletions(-) delete mode 100644 installer/data/mysql/fr-CA/marcflavour/marc21/obligatoire/marc21_framework_DEFAULT.sql~ hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 15:13:46 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 13:13:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-436-g30474a3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 30474a321575ffecfd4e2578dce59385267ec8d7 (commit) from 3964fac311e59ade5fc79f4884626969716ae57f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 30474a321575ffecfd4e2578dce59385267ec8d7 Author: Mirko Tietgen Date: Sat Aug 6 13:52:26 2016 +0200 Bug 17065 - Rename C4/Auth_cas_servers.yaml.orig C4/Auth_cas_servers.yaml.orig gets cleaned away after every package build because of the .orig extension. This patch moves it. It is only a sample file, there is no functionality to test. Just verify that the file is there with the new name after you applied the patch. Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/{Auth_cas_servers.yaml.orig => Auth_cas_servers.yaml.sample} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename C4/{Auth_cas_servers.yaml.orig => Auth_cas_servers.yaml.sample} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 15:14:51 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 13:14:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-438-ge4bb70a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via e4bb70a447c7a6ea5e7498250adbe0e152259974 (commit) via 6e38b8b60f118c0721a52fdaa332446063657dd3 (commit) from 30474a321575ffecfd4e2578dce59385267ec8d7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e4bb70a447c7a6ea5e7498250adbe0e152259974 Author: Tomas Cohen Arazi Date: Thu Aug 4 11:47:16 2016 -0300 Bug 17030: Make REST api available on packages with plack enabled This patch is the starting point for making the REST api available on Plack. What it does: - It creates the /api/v1/app.pl mount point in plack.psgi - It enables the ProxyPass and ProxyPassReverse directives so it is reached through Plack. - It sets rewrite rules so we can use the 'pretty' urls (i.e. /api/v1/patrons instead of /api/v1/app.pl/api/v1/patrons). To test: - Grab the following files, and put them in /etc/koha (overwrite the existing ones) debian/templates/apache-shared-intranet-plack.conf debian/templates/apache-shared-opac-plack.conf - Tweak your /etc/koha/sites/kohadev/plack.psgi file so the API-related stuff is present on your file. - Make sure Plack is enabled for the instance: $ sudo koha-plack --enable kohadev $ sudo koha-plack --restart kohadev $ sudo service apache2 restart - Follow the previous patch test plan, but use this URLs (no pretty URL): http://localhost:8080/api/v1/app.pl/api/v1/patrons/50 http://localhost:8081/api/v1/app.pl/api/v1/patrons/50 => SUCCESS: You get a JSON response from the API [1] - Not use this URLs: http://localhost:8080/api/v1/patrons/50 http://localhost:8081/api/v1/patrons/50 => SUCCESS: You get a JSON response from the API [1] - Sign off :-D [1] this patch made a bug visible (the session is lost when accessing the API through Plack) but it shouldn't prevent its inclusion because the API right now is not even available as default for developers to test or fix it. Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 6e38b8b60f118c0721a52fdaa332446063657dd3 Author: Tomas Cohen Arazi Date: Thu Aug 4 11:39:25 2016 -0300 Bug 17030: Enable REST api on packages This patch enables access to the REST API endpoint on packages setup. It does so, by patching the shared apache-shared-intranet.conf and apache-shared-opac.conf. You can build your own master packages with this patch applied, or just: - Grab debian/templates/apache-shared-intranet.conf debian/templates/apache-shared-opac.conf and overwrite their counterparts in /etc/koha on a packages setup. For example in kohadevbox. - Have Koha loaded with all default data - Create a superlibrarian user for you - Login to the intranet and the OPAC - Point your browser to: http://localhost:8080/api/v1/patrons/51 => SUCCESS: You get JSON data, for the patron you requested http://localhost:8081/api/v1/patrons/51 => SUCCESS: You get JSON data, for the patron you requested - Sign off :-D Note: I use the HTTPRequester addon for Firefox, re-using the CGISESSID value from the browser session cookie, in the headers. Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: debian/templates/apache-shared-intranet-plack.conf | 7 +++++-- debian/templates/apache-shared-intranet.conf | 14 ++++++++++++++ debian/templates/apache-shared-opac-plack.conf | 7 +++++-- debian/templates/apache-shared-opac.conf | 14 ++++++++++++++ debian/templates/plack.psgi | 16 ++++++++++------ 5 files changed, 48 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 16:24:39 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 14:24:39 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-441-g3c9eace Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 3c9eace41acfea9e76731cc987cab8df284e7423 (commit) via fd2f15c486bcbba448cf6bf5b75c74eaf3a11695 (commit) via 347c3b68d7a45cd0f3a66fb662ab5f4a0a8f9cf2 (commit) from e4bb70a447c7a6ea5e7498250adbe0e152259974 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3c9eace41acfea9e76731cc987cab8df284e7423 Author: Mirko Tietgen Date: Wed Aug 3 19:31:16 2016 +0200 Bug 17043 - Readonly deps Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit fd2f15c486bcbba448cf6bf5b75c74eaf3a11695 Author: Mirko Tietgen Date: Wed Aug 3 19:40:09 2016 +0200 Bug 17043 - master control file latest control file update Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 347c3b68d7a45cd0f3a66fb662ab5f4a0a8f9cf2 Author: Mirko Tietgen Date: Wed Aug 3 19:11:15 2016 +0200 Bug 17043 - debian/list-deps fixes, master edition This makes debian/list-deps ready for Debian Jessie and adds small fixes I already use for package releases. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 10 ++++++++++ debian/control | 27 +++++++++++++++++++++------ debian/list-deps | 4 +++- 3 files changed, 34 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 16:28:07 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 14:28:07 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-442-g8102098 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 8102098fa6adea43e71c06641b2705c5b23f29be (commit) from 3c9eace41acfea9e76731cc987cab8df284e7423 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8102098fa6adea43e71c06641b2705c5b23f29be Author: Mirko Tietgen Date: Tue Aug 2 15:41:12 2016 +0200 Bug 17019 - debian/changelog update This has not been updated for a while. I plan to add the stable releases. Signed-off-by: Fr?d?ric Demians Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 16:29:22 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 14:29:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-443-g7f50e9f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 7f50e9f686a319a4857f595e46c405f8bc85b48e (commit) from 8102098fa6adea43e71c06641b2705c5b23f29be (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7f50e9f686a319a4857f595e46c405f8bc85b48e Author: Mirko Tietgen Date: Sat Aug 6 11:05:04 2016 +0200 Bug 17062 - debian/control.in update: change maintainer Changing the package maintainer and removing a whitespace in debian/control.in. Regenerated debian/control from that, which also adds libhtml-parser-perl because of bug 16971. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: debian/control | 4 +++- debian/control.in | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 16:48:10 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 14:48:10 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.02-01-41-g1f91c7f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via 1f91c7f1759bb9c52ea1047d3c5ccccb6bb4be14 (commit) via 222496f04550dd4819456d8302ef211897e2d8a7 (commit) via 0f706677bd4016816f903c740a8ac0e361aa9f78 (commit) via 0447a6a217f9836e54225f4b6a1fdc13f85409fa (commit) via 05a564aa6022909e378765ab2f93ec66d9a7460b (commit) via 3073d2c5b0913f1153a3a21079031c1e57e8c109 (commit) from 9fa841b0e10849f89c66a222795aac0d96188aa5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1f91c7f1759bb9c52ea1047d3c5ccccb6bb4be14 Author: Mirko Tietgen Date: Tue Aug 2 15:41:12 2016 +0200 Bug 17019 - debian/changelog update This has not been updated for a while. I plan to add the stable releases. Signed-off-by: Fr?d?ric Demians Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 8102098fa6adea43e71c06641b2705c5b23f29be) Signed-off-by: Fr?d?ric Demians commit 222496f04550dd4819456d8302ef211897e2d8a7 Author: Tomas Cohen Arazi Date: Thu Aug 4 11:47:16 2016 -0300 Bug 17030: Make REST api available on packages with plack enabled This patch is the starting point for making the REST api available on Plack. What it does: - It creates the /api/v1/app.pl mount point in plack.psgi - It enables the ProxyPass and ProxyPassReverse directives so it is reached through Plack. - It sets rewrite rules so we can use the 'pretty' urls (i.e. /api/v1/patrons instead of /api/v1/app.pl/api/v1/patrons). To test: - Grab the following files, and put them in /etc/koha (overwrite the existing ones) debian/templates/apache-shared-intranet-plack.conf debian/templates/apache-shared-opac-plack.conf - Tweak your /etc/koha/sites/kohadev/plack.psgi file so the API-related stuff is present on your file. - Make sure Plack is enabled for the instance: $ sudo koha-plack --enable kohadev $ sudo koha-plack --restart kohadev $ sudo service apache2 restart - Follow the previous patch test plan, but use this URLs (no pretty URL): http://localhost:8080/api/v1/app.pl/api/v1/patrons/50 http://localhost:8081/api/v1/app.pl/api/v1/patrons/50 => SUCCESS: You get a JSON response from the API [1] - Not use this URLs: http://localhost:8080/api/v1/patrons/50 http://localhost:8081/api/v1/patrons/50 => SUCCESS: You get a JSON response from the API [1] - Sign off :-D [1] this patch made a bug visible (the session is lost when accessing the API through Plack) but it shouldn't prevent its inclusion because the API right now is not even available as default for developers to test or fix it. Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit e4bb70a447c7a6ea5e7498250adbe0e152259974) Signed-off-by: Fr?d?ric Demians commit 0f706677bd4016816f903c740a8ac0e361aa9f78 Author: Tomas Cohen Arazi Date: Thu Aug 4 11:39:25 2016 -0300 Bug 17030: Enable REST api on packages This patch enables access to the REST API endpoint on packages setup. It does so, by patching the shared apache-shared-intranet.conf and apache-shared-opac.conf. You can build your own master packages with this patch applied, or just: - Grab debian/templates/apache-shared-intranet.conf debian/templates/apache-shared-opac.conf and overwrite their counterparts in /etc/koha on a packages setup. For example in kohadevbox. - Have Koha loaded with all default data - Create a superlibrarian user for you - Login to the intranet and the OPAC - Point your browser to: http://localhost:8080/api/v1/patrons/51 => SUCCESS: You get JSON data, for the patron you requested http://localhost:8081/api/v1/patrons/51 => SUCCESS: You get JSON data, for the patron you requested - Sign off :-D Note: I use the HTTPRequester addon for Firefox, re-using the CGISESSID value from the browser session cookie, in the headers. Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 6e38b8b60f118c0721a52fdaa332446063657dd3) Signed-off-by: Fr?d?ric Demians commit 0447a6a217f9836e54225f4b6a1fdc13f85409fa Author: Mirko Tietgen Date: Sat Aug 6 13:52:26 2016 +0200 Bug 17065 - Rename C4/Auth_cas_servers.yaml.orig C4/Auth_cas_servers.yaml.orig gets cleaned away after every package build because of the .orig extension. This patch moves it. It is only a sample file, there is no functionality to test. Just verify that the file is there with the new name after you applied the patch. Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 30474a321575ffecfd4e2578dce59385267ec8d7) Signed-off-by: Fr?d?ric Demians commit 05a564aa6022909e378765ab2f93ec66d9a7460b Author: Mirko Tietgen Date: Sat Aug 6 13:42:18 2016 +0200 Bug 17064 - Delete backup marc21_framework_DEFAULT.sql~ file This .sql~ backup file should not have been committed. Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 3964fac311e59ade5fc79f4884626969716ae57f) Signed-off-by: Fr?d?ric Demians commit 3073d2c5b0913f1153a3a21079031c1e57e8c109 Author: Mirko Tietgen Date: Mon Aug 1 17:13:55 2016 +0200 Bug 17013 - build-git-snapshot: add basetgz parameter and update master version number This adds a basetgz parameter to specify a pbuilder image. I use this to build against different distributions. This also updates the version number for master builds to 16.06. Signed-off-by: Fr?d?ric Demians Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit bbaaabd1da97312e66e81b7ecfc37a5f5d2f828e) Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: ...vers.yaml.orig => Auth_cas_servers.yaml.sample} | 0 debian/build-git-snapshot | 7 +- debian/changelog | 12 + debian/templates/apache-shared-intranet-plack.conf | 7 +- debian/templates/apache-shared-intranet.conf | 14 + debian/templates/apache-shared-opac-plack.conf | 7 +- debian/templates/apache-shared-opac.conf | 14 + debian/templates/plack.psgi | 16 +- .../obligatoire/marc21_framework_DEFAULT.sql~ | 2823 -------------------- 9 files changed, 65 insertions(+), 2835 deletions(-) rename C4/{Auth_cas_servers.yaml.orig => Auth_cas_servers.yaml.sample} (100%) delete mode 100644 installer/data/mysql/fr-CA/marcflavour/marc21/obligatoire/marc21_framework_DEFAULT.sql~ hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 22:09:27 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 20:09:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.13-12-gb5c351f Message-ID: This is an automated email from the git hooks/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 b5c351fd7fe3aba91d868aa49a3eb0abb1648324 (commit) via c6433c52bf9b853b7674fb585a13eecb22fc4b3a (commit) from 2399cef9b6554ccdc3ba09c8b39b84dceaca2036 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b5c351fd7fe3aba91d868aa49a3eb0abb1648324 Author: Jonathan Druart Date: Tue Aug 2 14:15:09 2016 +0100 Bug 17022: Fix XSS in acqui/z3950_search.pl Test plan: Enter the following in the different inputs: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack commit c6433c52bf9b853b7674fb585a13eecb22fc4b3a Author: Jonathan Druart Date: Tue Aug 2 14:06:41 2016 +0100 Bug 17023: Fix XSS in cataloguing/z3950_search.pl Test plan: Enter the following in the different inputs: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/z3950_search.tt | 56 ++++++++++---------- .../prog/en/modules/cataloguing/z3950_search.tt | 56 ++++++++++---------- 2 files changed, 56 insertions(+), 56 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 8 22:13:34 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Aug 2016 20:13:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.13-13-g852bc45 Message-ID: This is an automated email from the git hooks/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 852bc4525370f0dae43275bf3da65dea19fbde83 (commit) from b5c351fd7fe3aba91d868aa49a3eb0abb1648324 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 852bc4525370f0dae43275bf3da65dea19fbde83 Author: Chris Cormack Date: Tue Aug 9 08:15:38 2016 +1200 FIxing a typo that was busting the upgrade ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 9 12:12:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Aug 2016 10:12:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-445-g5b4259b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5b4259be9c237c7773f6af9f6c83894718be603d (commit) via 84f51549c94a5f5fdc227e6febb472946ca2b71c (commit) from 7f50e9f686a319a4857f595e46c405f8bc85b48e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5b4259be9c237c7773f6af9f6c83894718be603d Author: Marcel de Rooy Date: Thu Aug 20 11:29:01 2015 +0200 Bug 6499: [QA Follow-up] Trivial adjustments Removes commented line from bib1.att. Adjust OCLC-number to Other-control-number in comment of ccl properties. No need to explicitly add 035$a and $z if you index 035 completely in record.abs as well as biblio-koha-indexdefs.xml. Rerun koha-indexdefs-to-zebra.xsl on index defs. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall commit 84f51549c94a5f5fdc227e6febb472946ca2b71c Author: Barton Chittenden Date: Thu Jul 10 09:54:56 2014 -0400 Bug 6499: Add Zebra index "Other-control-number" covering MARC21 035$a, 035$z and 035 (entire tag) 1) Apply patch 2) Make sure that you have a bib that has MARC21 035$a (and possibly also 035$z) populated. pre 3) Replace all modified zebra files and restart zebra server 3) Rebuild zebra: misc/migration_tools/rebuild_zebra.pl -x -b -z 4) Add the following to the intranetuserjs syspref: $(document).ready(function(){ // Add Other Control Number to advanced search if (window.location.href.indexOf("catalogue/search.pl") > -1) { $(".advsearch").append(''); } }); 5) Do an advanced search, select "Other Control Number" from the search menu, then add the Other Control Number in 035$a for the bib specified in step 1. Signed-off-by: Bernardo Gonzalez Kriegel Works, no koha-qa errors Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 1 + etc/zebradb/biblios/etc/bib1.att | 2 +- etc/zebradb/ccl.properties | 3 +++ .../marc_defs/marc21/biblios/biblio-koha-indexdefs.xml | 6 +++++- .../marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl | 13 +++++++++++++ etc/zebradb/marc_defs/marc21/biblios/record.abs | 2 +- 6 files changed, 24 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:10:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:10:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-446-g26f20d6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 26f20d64cb6336b4911f91befa736539946a0a0c (commit) from 5b4259be9c237c7773f6af9f6c83894718be603d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 26f20d64cb6336b4911f91befa736539946a0a0c Author: Jonathan Druart Date: Mon Aug 8 10:48:36 2016 +0100 Bug 17069: Koha::Patron::Category->store must default checkprevcheckout to 'inherit' Creating a new patron category raises an error "An error occurred when updating this patron category. Perhaps it already exists." DBIx::Class does not default to the value defined at the DB devel if the key checkprevcheckout has been passed to the constructor. We may need to provide a global fix for this kind of issue: if a column is defined as "not null" but has a default value, the constructor (Koha::Object->new) should not pass it to the DBIx::Class constructor (even if assuming that null means default is a terrible mysqlism). Test plan: Create a new patron category. Works as expected. Signed-off-by: Marc Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha/Patron/Category.pm | 7 +++++++ t/db_dependent/Koha/Patron/Categories.t | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:11:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:11:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-449-g821cb91 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 821cb91a80942a85f4d22e6b1a8c700add7bab7d (commit) via 492d79a7df18efb294bd9bd9da5fa5b4efe1e592 (commit) via 4db2e745e244bfc9e8315b4903c30e21142d9cb4 (commit) from 26f20d64cb6336b4911f91befa736539946a0a0c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 821cb91a80942a85f4d22e6b1a8c700add7bab7d Author: Katrin Fischer Date: Wed Aug 10 07:15:03 2016 +0200 Bug 7441: QA follow-up - Add note about missing NORMARC support Adds a note about missing support for NORMARC (only supports MARC21 and UNIMARC) to the system preference text. Signed-off-by: Kyle M Hall commit 492d79a7df18efb294bd9bd9da5fa5b4efe1e592 Author: Jonathan Druart Date: Fri Jun 24 16:08:23 2016 +0100 Bug 7441 - Followup search results showing wrong branch [UNIMARC] Signed-off-by: Fr?d?ric Demians Playing with OPACResultsLibrary syspref, biblio with items having different home/holding library are displayed properly. Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall commit 4db2e745e244bfc9e8315b4903c30e21142d9cb4 Author: Kyle M Hall Date: Thu Jun 2 14:01:56 2016 +0000 Bug 7441 - search results showing wrong branch? When you search in the OPAC it shows you the HOME branch on the location in XSLT, but if you click through to the detail page it shows you the CURRENT BRANCH in the holdings table which is very confusing to patrons. I don't know what's the right solution - home or holding branch, but they should be the same in both places for the patron's sake. If you do the same search in the staff client you see the right branch info on the search results and on the detail page. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Search the catalog, you search should include results with items that have different home and holding libraries. 4) The results should look the same as before the patch 5) Change the system preference OPACResultsLibrary to "current location" 6) Refresh your page of search results 7) The results show now show the holding library instead of the home library Signed-off-by: Barbara Walters Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/XSLT.pm | 19 +++-- installer/data/mysql/atomicupdate/bug_7441.sql | 2 + installer/data/mysql/sysprefs.sql | 1 + .../prog/en/modules/admin/preferences/opac.pref | 7 ++ .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 89 ++++++++++++-------- .../bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl | 58 +++++++++---- 6 files changed, 117 insertions(+), 59 deletions(-) create mode 100644 installer/data/mysql/atomicupdate/bug_7441.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:13:22 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:13:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-450-gf3a8e5a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via f3a8e5a4117a0e95969ff2856dfcd95a6935ec55 (commit) from 821cb91a80942a85f4d22e6b1a8c700add7bab7d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f3a8e5a4117a0e95969ff2856dfcd95a6935ec55 Author: Jonathan Druart Date: Tue Aug 2 15:46:06 2016 +0100 Bug 17029: Fix XSS in catalogue/*detail.pl Hit /cgi-bin/koha/catalogue/detail.pl?biblionumber=1 /cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/moredetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=1 => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: catalogue/ISBDdetail.pl | 2 ++ catalogue/MARCdetail.pl | 4 +++- catalogue/detail.pl | 2 ++ catalogue/labeledMARCdetail.pl | 2 ++ catalogue/moredetail.pl | 2 ++ 5 files changed, 11 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:14:30 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:14:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-451-g1ea1504 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 1ea1504c30c5c34dd763027caee55dcf359e94cf (commit) from f3a8e5a4117a0e95969ff2856dfcd95a6935ec55 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1ea1504c30c5c34dd763027caee55dcf359e94cf Author: Jonathan Druart Date: Tue Aug 2 14:46:11 2016 +0100 Bug 17025: Fix XSS in serials-search.pl Test plan: Hit /serials/serials-search.pl?ISSN_filter="%2F> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:17:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:17:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-453-g96a9c27 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 96a9c2715ee2e4388e105e86e221bc280e1d757f (commit) from 12b4c83f5a5c11af635cae83e6837ff80dc02da7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 96a9c2715ee2e4388e105e86e221bc280e1d757f Author: Jonathan Druart Date: Wed Aug 3 08:49:10 2016 +0100 Bug 17036: Fix XSS in circulation.pl Test plan: Enter the following in the "Check out" tab: "> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:18:08 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:18:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-454-gb543fa7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via b543fa74fe888b9e53cfc06ac58e2f7ac1689ae5 (commit) from 96a9c2715ee2e4388e105e86e221bc280e1d757f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b543fa74fe888b9e53cfc06ac58e2f7ac1689ae5 Author: Jonathan Druart Date: Wed Aug 3 13:57:43 2016 +0100 Bug 17038: Fix XSS in catalogue/search.pl Test plan: Search for something like: \";alert(1)//135 => Without this patch you will see the alert => With this patch, no more alert Note that this fix the parameters idx, q and op Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:19:37 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:19:37 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-455-g22c851c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 22c851cc2fea3c3868f7643132392f0a34439c65 (commit) from b543fa74fe888b9e53cfc06ac58e2f7ac1689ae5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 22c851cc2fea3c3868f7643132392f0a34439c65 Author: Mark Tompsett Date: Sun Apr 10 23:18:26 2016 -0400 Bug 10148: Marc21 field 007 builder improper reload values The more correct solution is fix that template file. However, in the mean time, this works. TEST PLAN --------- 1) find a record 2) edit record 3) click value builder for 007 4) change everything to pipes as much as possible. (use Motion Picture to get all 00-22 values) 5) save -- should save just fine. 6) click the value builder again -- OOPS! Bad reload. 7) prove t/db_dependent/FrameworkPlugin.t -- NOISY 007 messages. 8) apply patch 9) click the value builder again -- good reload 10) prove t/db_dependent/FrameworkPlugin.t -- No noise related to 007. 11) run koha qa test tools. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: cataloguing/value_builder/marc21_field_007.pl | 101 ++++++------------------- 1 file changed, 25 insertions(+), 76 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:20:48 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:20:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-456-g893f6cc Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 893f6cc2633744d4f539fd1b6b9f4b8837277d2d (commit) from 22c851cc2fea3c3868f7643132392f0a34439c65 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 893f6cc2633744d4f539fd1b6b9f4b8837277d2d Author: Mirko Tietgen Date: Tue Aug 9 14:55:43 2016 +0200 Bug 17087 - Set Test::WWW::Mechanize version to 1.42 This was set to a version that is not available in Wheezy or Jessie. The version is not required, the only change to 1.42 (packaged for Wheezy and Jessie) is a fix for Windows, see http://cpansearch.perl.org/src/PETDANCE/Test-WWW-Mechanize-1.44/Changes Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:22:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:22:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-457-g09d0b13 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 09d0b1310bda677b6939b59ea8a68f84e2ec93f6 (commit) from 893f6cc2633744d4f539fd1b6b9f4b8837277d2d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 09d0b1310bda677b6939b59ea8a68f84e2ec93f6 Author: Jonathan Druart Date: Thu Jul 28 12:55:43 2016 +0100 Bug 16993: Fix CSRF in memberentry.pl If an attacker can get an authenticated Koha user to visit their page with the url below, they can change patrons' passwords or other patrons'details members/memberentry.pl?op=save&destination=circ&borrowernumber=3435&password=ZZZ&password2=ZZZ&nodouble=1 Test plan: Trigger members/memberentry.pl?op=save&destination=circ&borrowernumber=42&password=ZZZ&password2=ZZZ&nodouble=1 => Without this patch, the password will be updated => With this patch applied you will get a crash "Wrong CSRF token" (no need to stylish) Signed-off-by: Marcel de Rooy Amended: removed the commented use Digest::MD5-line. Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 3 +++ members/memberentry.pl | 22 ++++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:23:06 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:23:06 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-460-g86144a6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 86144a65e0a674c80737f31dcc81f984dd4744e5 (commit) via 0fe7a4aa8e168f173835ddf54cddff898830a270 (commit) via 523d0be9dc795a676aae907736394e64e33350a3 (commit) from 09d0b1310bda677b6939b59ea8a68f84e2ec93f6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 86144a65e0a674c80737f31dcc81f984dd4744e5 Author: Marcel de Rooy Date: Fri Jul 29 12:35:22 2016 +0200 Bug 16929: [QA Follow-up] Add dependency for Bytes::Random::Secure Signed-off-by: Marcel de Rooy Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 0fe7a4aa8e168f173835ddf54cddff898830a270 Author: Marcel de Rooy Date: Thu Jul 21 08:48:01 2016 +0200 Bug 16929: [QA Follow-up] Shortcut methods and use statements Resolves the following comments: I'd prefer to see a generate_csrf method than a CSRF flag. It'd be better to use instead of require the 2 modules. Signed-off-by: Marcel de Rooy Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 523d0be9dc795a676aae907736394e64e33350a3 Author: Marcel de Rooy Date: Fri Jul 15 14:16:07 2016 +0200 Bug 16929: Prevent opac-memberentry waiting for random chars Move calls to WWW::CSRF to Koha::Token. Send a safe random string to WWW::CSRF instead of letting CSRF make a blocking call to Bytes::Random::Secure. If your server has not enough entropy, opac-memberentry will hang waiting for more characters in dev/random. Koha::Token uses Bytes::Random::Secure with the NonBlocking flag. Test plan: [1] Do not yet apply this patch. [2] If your server has not enough entropy, calling opac-memberentry may take a while. But this not may be the case for you (no worries). [3] Apply this patch. [4] Verify that opac-memberentry still works as expected. [5] Run t/Token.t Signed-off-by: Marcel de Rooy Yes, my server had entropy trouble (reason for finding the problem). This patch resolves the delay. Tested all 3 patches together, works as expected. Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 5 ++ Koha/Token.pm | 182 ++++++++++++++++++++++++++++++++++++++ opac/opac-memberentry.pl | 25 ++++-- t/Token.t | 45 ++++++++++ 4 files changed, 251 insertions(+), 6 deletions(-) create mode 100644 Koha/Token.pm create mode 100644 t/Token.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:25:35 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:25:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-461-g01e041c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 01e041ca40606c48a507bc64a8e3edf7ea11b2c5 (commit) from 86144a65e0a674c80737f31dcc81f984dd4744e5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 01e041ca40606c48a507bc64a8e3edf7ea11b2c5 Author: Kyle M Hall Date: Wed Aug 10 13:28:20 2016 +0000 Bug 7441 - DBRev 16.06.00.013 Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/atomicupdate/bug_7441.sql | 2 -- installer/data/mysql/updatedatabase.pl | 11 +++++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 installer/data/mysql/atomicupdate/bug_7441.sql hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:32:31 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:32:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-463-g06d1259 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 06d1259e56e7a662b1449fa54b9b408afdbf6cc8 (commit) via 2785183a6b3c1bc231f78a0e506617379ea3998e (commit) from 01e041ca40606c48a507bc64a8e3edf7ea11b2c5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 06d1259e56e7a662b1449fa54b9b408afdbf6cc8 Author: Jonathan Druart Date: Thu Jul 28 11:54:11 2016 +0100 Bug 16992: FIX CSRF in member-password.pl If an attacker can get an authenticated Koha user to visit their page with the url below, they can change patrons' passwords /members/member-password.pl?member=42&newpassword=hacked&newpassword2=hacked Test plan: Trigger /members/member-password.pl?member=42&newpassword=hacked&newpassword2=hacked => Without this patch, the password will be updated => With this patch applied you will get a crash "Wrong CSRF token" (no need to stylish) Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall commit 2785183a6b3c1bc231f78a0e506617379ea3998e Author: Marcel de Rooy Date: Fri Jul 29 13:16:40 2016 +0200 Bug 16992: [QA Follow-up] Member-password should pass an userid If we do not fill a new userid, we should keep the old one. Script member-password should pass that to Koha::Patron. Otherwise things go wrong. Signed-off-by: Marcel de Rooy Without this patch, you could effectively disable a login. Signed-off-by: Katrin Fischer ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/member-password.tt | 6 +++++- members/member-password.pl | 15 ++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:34:03 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:34:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-464-gaa0e27e Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via aa0e27ea08cf0d9a1ff46b061cc38d2b15fa66e7 (commit) from 06d1259e56e7a662b1449fa54b9b408afdbf6cc8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit aa0e27ea08cf0d9a1ff46b061cc38d2b15fa66e7 Author: Fr?d?ric Demians Date: Sat Aug 6 10:13:18 2016 +0200 Bug 17053 Clearing search term in Reports If you click the clear button to clear the search term it does take the search term away. However, the next time you click on "Saved reports" the search term is still there. TO TEST: 1. Reports > Use saved 2. Filter on anything (date/author/keyword). Let say "foo" in keyword. 3. Click the Clear link on the Filter form. You can see that "foo" is removed from keyword, and all the saved reports are displayed. 4. Click "Saved Reports" on the left. You can see that "foo" reappears in keyword filter. 5. Apply the patch, and repeat steps 2-4. Signed-off-by: Jesse Maseto Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: reports/guided_reports.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:35:16 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:35:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-466-g09d7a47 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 09d7a47f1fb1c645d0e3ffb93fb88409b3310363 (commit) via 8d7e62b808522b1871d6b704e0ae5def3be886ee (commit) from aa0e27ea08cf0d9a1ff46b061cc38d2b15fa66e7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 09d7a47f1fb1c645d0e3ffb93fb88409b3310363 Author: Katrin Fischer Date: Mon Aug 8 01:15:23 2016 +0200 Bug 17074: Follow-up: fixing encoding issues with multiple search terms If there was more than one search term you could see that that it was url encoded. Also problems with search terms with umlauts and other diacritics. Patch should fix that. https://bugs.koha-community.org/show_bug.cgi?id=17074 Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 8d7e62b808522b1871d6b704e0ae5def3be886ee Author: Katrin Fischer Date: Sun Aug 7 16:03:13 2016 +0200 Bug 17074: Fix links in result list of 'scan indexes' and keep search term visible The 'scan indexes' search that can be reached from the advanced search has 2 problems to begin with: - The search term you searched for is not displayed in the input field. - The links in the result list are missing the index and because of that, are not giving the correct results. To test: - Go to the advanced search, select an index to search in - Enter a search term and check 'scan indexes' - Submit search - Check if the search term is visible in the input box - Check if the result links contain your selected index and give you correct results (count and the number of results should match) Tested both patches together, works as expected. Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: catalogue/search.pl | 7 ++++++- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 8 ++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:40:45 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:40:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-467-gc31213b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via c31213ba4fab0082c6ad556aae424918b62205d0 (commit) from 09d7a47f1fb1c645d0e3ffb93fb88409b3310363 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c31213ba4fab0082c6ad556aae424918b62205d0 Author: Jonathan Druart Date: Mon Jul 4 11:53:39 2016 +0100 Bug 16848: Prevent invalid warning to be carped from output_pref From Koha::DateUtils::output_pref: $dt = eval { dt_from_string( $str ) } if $str; carp "Invalid date '$str' passed to output_pref\n" if $@; This second line is wrong: if $str does not exist, the first line is not evaluated and $@ could be filled with previous error. To reproduce: Then: prove t/DateUtils.t will display: t/DateUtils.t .. 20/60 Use of uninitialized value $str in concatenation (.) or string at Koha/DateUtils.pm line 217. Invalid date '' passed to output_pref at t/DateUtils.t line 233. t/DateUtils.t .. ok All tests successful. Files=1, Tests=60, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.40 cusr 0.00 csys = 1.42 CPU) Result: PASS Test plan: Without this patch, you should not see the carp Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha/DateUtils.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:46:56 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:46:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-468-g5dd9a25 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5dd9a2546aea0870674bf2190a8f46c280b9beb2 (commit) from c31213ba4fab0082c6ad556aae424918b62205d0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5dd9a2546aea0870674bf2190a8f46c280b9beb2 Author: Marc Date: Mon Aug 8 17:47:31 2016 +0200 Bug 17082: Translatability: Fix sentence splitting in member.tt This patch fixes sentences splitting in file koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt Fix is done with a new .inc file because the code is the same as in koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt To test: - Carefully review code changes - Test on a fresh install without example data (or save database and test with empty tables 'branches' and 'categories') - Go to Home > Patrons (members-home.pl) - Verify that a warnings appears aubout missing libraries and patron categories - Try to add a new patron (memberentry.pl) - Verify that the same messages are triggered - Verify that messages disappear as appropriate as soon as a library and a patron category are defined. Signed-off-by: Owen Leonard Note: Filed Bug 17093 for JS error on patron entry form. Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/noadd-warnings.inc | 11 +++++++++++ koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 13 ++----------- .../prog/en/modules/members/memberentrygen.tt | 4 +--- 3 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/noadd-warnings.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:48:30 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:48:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-469-g62d16aa Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 62d16aa6b750aaade2267596c19292659333f8c8 (commit) from 5dd9a2546aea0870674bf2190a8f46c280b9beb2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 62d16aa6b750aaade2267596c19292659333f8c8 Author: Jonathan Druart Date: Mon Jul 25 16:37:03 2016 +0100 Bug 16776: Do not forget external language choice in language switcher If language is set by external link language switcher does not work To reproduce: - Have a multilingual koha installation, let's say en, de-CH, fr-FR and it-IT - Create external links e.g. from your multilingual library website to each language variant of OPAC: ...cgi-bin/koha/opac-main.pl?language=en ...cgi-bin/koha/opac-main.pl?language=de-CH ...cgi-bin/koha/opac-main.pl?language=fr-FR ...cgi-bin/koha/opac-main.pl?language=it-IT Each link opens fine displaying the language as appropriate. Now try to switch language on the page you just opened via the external link. It won't work, it will always stay on the language defined by the external link. To test: - Apply patch - Repeat steps above - Verify that the language switcher works - Verify in browser address field that after switching language, the param 'language= 'has vanished from url string - Try links with multiple params and with params containing 'language', e.g. ...cgi-bin/koha/opac-search.pl?language=fr-FR&q=language&mylanguage=test - Verify that only the parameter 'language=' vanishes Tested counter patch, works as well. Signed-off-by: Marc Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: changelanguage.pl | 4 +++- opac/opac-changelanguage.pl | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:49:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:49:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-470-gaa2f56f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via aa2f56fa1a76d98ab9543a100810c354c4d23554 (commit) from 62d16aa6b750aaade2267596c19292659333f8c8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit aa2f56fa1a76d98ab9543a100810c354c4d23554 Author: phette23 Date: Thu Jun 23 16:06:59 2016 -0700 Bug 16806: no error message for 'too_soon' renewal To test: - for a particular item type & patron category, configure a non-zero "no renewal before" date so items can't be immediately renewed - sign in as a patron in aforementioned patron category - check out an item of aforementioned item type - go to your renewals page in OPAC /cgi-bin/koha/opac-user.pl - an error messages appears in the div.alert.dialog up top Sponsored-by: California College of the Arts Signed-off-by: Brendon Ford Signed-off-by: Irma Birchall Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:51:03 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:51:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-471-g034f939 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 034f939a44287ae7078d95c15b55368aa98b4216 (commit) from aa2f56fa1a76d98ab9543a100810c354c4d23554 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 034f939a44287ae7078d95c15b55368aa98b4216 Author: Jonathan Druart Date: Wed Aug 3 16:41:48 2016 +0100 Bug 16894: Regression - Display email on patron search results Bug 10318 added the email to the patron search results but it has been removed later. This patch reintroduced it where it was (no new column). Test plan: Search for patrons and confirm that the emails are displayed. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/members/tables/members_results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:51:56 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:51:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-472-g5995bd7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5995bd77a630521c360735b22c8573717515e62a (commit) from 034f939a44287ae7078d95c15b55368aa98b4216 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5995bd77a630521c360735b22c8573717515e62a Author: Jonathan Druart Date: Thu Jul 28 12:58:30 2016 +0100 Bug 17020: Do no pass findborrower to the template Indeed, it's not used! Test plan: git grep '\[% findborrower' should not return any result. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:55:46 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:55:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-473-g72150ee Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 72150ee7596e2644febbab248e6b3c9b7b3af69b (commit) from 5995bd77a630521c360735b22c8573717515e62a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 72150ee7596e2644febbab248e6b3c9b7b3af69b Author: Jonathan Druart Date: Wed Aug 3 15:48:42 2016 +0100 Bug 17040: Fix translation on context menu when editing items Test plan: update and install translated language files On the item list (cataloguing/additem.pl) the context menu should be translated (Edit item/Delete item) Signed-off-by: Fr?d?ric Demians Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 15:59:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 13:59:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-474-g0ef3b19 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 0ef3b19dbd414539dbc8c45ecc595e399df31781 (commit) from 72150ee7596e2644febbab248e6b3c9b7b3af69b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0ef3b19dbd414539dbc8c45ecc595e399df31781 Author: Chris Cormack Date: Sun Jul 24 19:18:51 2016 +1200 Bug 16969 cgi->param used in list context in opac-memberentry.pl To test 1/ Hit the page, notice the warning in the log 2/ Apply patch 3/ Hit page, notice no warning in the log 4/ Test functionality all still works Works as expected. (Note: See Bug 16960 for updating patron details). Signed-off-by: Marc Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: opac/opac-memberentry.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 16:00:33 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 14:00:33 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-475-gcc6fc08 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via cc6fc0800cb3446ebe482b7dbb2f6ec4a543d869 (commit) from 0ef3b19dbd414539dbc8c45ecc595e399df31781 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cc6fc0800cb3446ebe482b7dbb2f6ec4a543d869 Author: Colin Campbell Date: Mon Aug 8 16:13:37 2016 +0100 Bug 17081 Incorrect comparison operator used in edifactmsgs.pl Numeric comparison operator is used where string comparison required, resulting in the following warning in the log: 'Argument "delete" isn't numeric in numeric eq (==).' This patch corrects it to use 'eq' not '==' to compare strings. To test, apply the patch and go to Acquisitions -> EDIFACT messages. Delete an EDIFACT message. There should be no error in the error log. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: acqui/edifactmsgs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 16:05:44 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 14:05:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-476-g6359922 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6359922847aa9437bccc1d28fd429d5432517e9a (commit) from cc6fc0800cb3446ebe482b7dbb2f6ec4a543d869 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6359922847aa9437bccc1d28fd429d5432517e9a Author: Marc Date: Mon Aug 8 11:33:50 2016 +0200 Bug 17076 - Format fines in patron search results table Format the values in patron search results following syspref CurrencyFormat. To verify: - Search for patrons who have fines or credits - In result table, column 'Fines' does not respect syspref CurrencyFormat (e.g. for FR) To test: - Apply patch - Repeat steps above, verify that fines display as appropriate - Change syspref Currencyformat, verify display Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/members/tables/members_results.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 16:07:20 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 14:07:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-477-gd76737b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via d76737ba7d41bc261b59a2ea2cf4c591a62a0bc4 (commit) from 6359922847aa9437bccc1d28fd429d5432517e9a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d76737ba7d41bc261b59a2ea2cf4c591a62a0bc4 Author: Marc Date: Mon Aug 8 14:04:44 2016 +0200 Bug 17078 - Format fines on opac-account.pl To verify: - Log in to OPAC as a user who has fines or credits - Go to page "your fines" - Verify that values for "Fine amount", "Amount outstanding" and "Total due" are not formatted as defined in syspref CurrencyFormat (e.g. for FR) To test: - Apply patch - Repeat steps above - Verify that values are formatted as appropriate with different settings for syspref CurrencyFormat Note: This patch does not force text alignment to the right. Text alignement can be done using syspref OPACUserCSS (td.sum, td.credit, td.debit) Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 16:08:29 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 14:08:29 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-478-gdbfda36 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via dbfda36767c113b8e515e8d2bfedd435ed7bd133 (commit) from d76737ba7d41bc261b59a2ea2cf4c591a62a0bc4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dbfda36767c113b8e515e8d2bfedd435ed7bd133 Author: Kyle M Hall Date: Fri Aug 5 13:56:52 2016 +0000 Bug 17055 - Add classes to different note types to allow for styling on checkins page Returned items may have 3 kinds of notes, patron, item public, and item non-public. However, the html markup for them does not allow us to distinguish which type we are seeing. It would be good to add classes for each of these note types. Test Plan: 1) Check out an item to a patron 2) Add a patron note, a public item note, and a non-public item note to the patron and item you used 3) Check in the item and instead the html, note the each note span now has a class to distinguish which type of note is being displayed. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 16:09:22 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 14:09:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-479-gc3badb0 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via c3badb0c570beada485cc71ea6b494da1d59f1b0 (commit) from dbfda36767c113b8e515e8d2bfedd435ed7bd133 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c3badb0c570beada485cc71ea6b494da1d59f1b0 Author: Jonathan Druart Date: Thu Aug 4 17:19:37 2016 +0100 Bug 17052: Display patron category description in the sidebar of paycollect The patron category description is not passed to the template in paycollect.pl Note: The Categories TT plugin should be used here... Test plan: Go on paycollect.pl and confirm that the patron category description is now displayed in the sidebar. Signed-off-by: Owen Leonard Signed-off-by: Brendon Ford Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: members/paycollect.pl | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 16:12:02 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 14:12:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-480-g4a691fd Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 4a691fda1622a4702ab34c0a55a56b344d07f109 (commit) from c3badb0c570beada485cc71ea6b494da1d59f1b0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4a691fda1622a4702ab34c0a55a56b344d07f109 Author: Marc Date: Wed Jul 27 21:19:16 2016 +0200 Bug 16989 - Advanced search form does not display translated itemtype In Staff client, the advanced serach form does not display the translations of item types. (Note: It is not necessary to have translations installed to verify this bug.) Prerequisites: - Go to Home > Administration > Item types administration - Edit e.g. item type "BK" (Book) - Near "Description", click link "Translate into other languages - If you have other languaes installed, add translatons for those - If you have an Englis only installation, add a "translation" for English, make sure that you can identify it while testing (I used "BOOOOOOOOOOOOKS") Verify: - Go to Home ? Advanced search - Verify near "Limit to any of the following" that the description for itemtype BK reads "Book" instead of "BOOOOOOOOOOOOKS" Test: - Apply patch - Verify that the item type description now reads ""BOOOOOOOOOOOOKS" - If you have a multi language installaton, verify that item types you translated display as appropriate Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: catalogue/search.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 16:13:12 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 14:13:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-481-g67a65ba Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 67a65ba16f9c56161fa936a4f80e3f93cfaef167 (commit) from 4a691fda1622a4702ab34c0a55a56b344d07f109 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 67a65ba16f9c56161fa936a4f80e3f93cfaef167 Author: Hector Castro Date: Fri Jul 22 10:04:48 2016 -0600 Bug 16964: Fix capitalization for "Report Plugins" in reports-home.tt Fix capitalization for "Report Plugins" in reports-home.tt according with Coding Guidelines Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 16:14:14 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 14:14:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-482-g865557e Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 865557e05c0fa1951478fbc1551c50b9b928619a (commit) from 67a65ba16f9c56161fa936a4f80e3f93cfaef167 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 865557e05c0fa1951478fbc1551c50b9b928619a Author: Marc Date: Thu Jul 21 11:42:42 2016 +0200 Bug 16953: Acquisitions home: Remove trailing › from breadcrumbs The breadcrumb on the Acquisition's home page reads: Home > Acquisitions > This tiny patch removes the trailing > (›) Amended: Remove the link on 'Acquisitions' as well... Signed-off-by: Claire Gravely Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 16:15:42 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 14:15:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-483-g71d20a8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 71d20a8c3b48a4dd1c7fb569b3baf2352d9757ac (commit) from 865557e05c0fa1951478fbc1551c50b9b928619a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 71d20a8c3b48a4dd1c7fb569b3baf2352d9757ac Author: Hector Castro Date: Tue Jul 19 14:58:58 2016 -0600 Bug 16944: Add "email" and "url" classes when edit or create a vendor When edit or create a new vendor the two fields "email" and "website" don't test if the data provided is right. When you add a direction like "koha-community.org" without the protocol "https" the program redirect to an 404 error. To reproduce the issue: 1-Go to Acquisition and create a new Vendor 2-Fill the field Website with koha-community.org 3-Use an email without at sing (@) 4-Notice that there is no error 5-Save 6-Go to the vendor created (/cgi-bin/koha/acqui/supplier.pl?booksellerid=1) 7-Click in Website: koha-community.org -> redirect to an 404 error 8-Notice the bad mailto: To test: -Apply patch -Reproduce step 1 to 8 with the same vendor or create a new one -Enter multiple wrong and valid urls -Enter urls with and without protocols http, https, ftp -Enter wrong and valid emails NOTE: The classes used are taken from 'branches.tt' Signed-off-by: Liz Rea no longer allows entering of improper website urls or incomplete email addresses. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 10 16:17:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Aug 2016 14:17:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-484-ge16019f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via e16019f27b19c23a78eb2a955552e0a9d639b4fa (commit) from 71d20a8c3b48a4dd1c7fb569b3baf2352d9757ac (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e16019f27b19c23a78eb2a955552e0a9d639b4fa Author: Kyle M Hall Date: Wed Aug 10 14:20:06 2016 +0000 Bug 7741 - DBRev 16.06.00.013 - Add IGNORE to insert in case of backporting Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- 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 Aug 16 14:14:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 12:14:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-6-g60d5763 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 60d5763fa8aca34880bef4ee1d19ae3a110f0c01 (commit) via 5a436b64c3d20f5c44ec2ea70d34f749cf64a238 (commit) via 865ee1803860e1d626700f2220d7e06f19a6510b (commit) via fcdbe914ccd2e60bbe6877b9e0373a55f6c06e45 (commit) via 19f88c75b967be80049d22b0a376f9c668ee7965 (commit) via 79b35081a6ca7e1aade1729621f2795dfe33add9 (commit) from 4c41ad91b5866de81fbc87cf196059cf47d4ea33 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 60d5763fa8aca34880bef4ee1d19ae3a110f0c01 Author: Kyle M Hall Date: Fri Jun 17 16:29:33 2016 +0000 Bug 16534: (followup) - Tidy AddIssue Signed-off-by: Kyle M Hall (cherry picked from commit f1fa65f6375b73b8e2aff3139885971f08bb27a3) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 16d14e1467be8e738752bab80e731b51f4b2d846) Signed-off-by: Julian Maurice commit 5a436b64c3d20f5c44ec2ea70d34f749cf64a238 Author: Marc V?ron Date: Mon May 23 07:48:10 2016 +0200 Bug 16534: (followup) Correct tiny typo This patch corrects "...must be return..." to "must be returned..." Signed-off-by: Kyle M Hall (cherry picked from commit fe02c9fdf0550caf0b9a7e0f4b1138260c94abc9) Signed-off-by: Fr?d?ric Demians (cherry picked from commit b067e2803bd46672309b2586dd3da25ab4906454) Signed-off-by: Julian Maurice commit 865ee1803860e1d626700f2220d7e06f19a6510b Author: Jonathan Druart Date: Sun May 22 10:01:56 2016 +0100 Bug 16534: Block AddIssue from issuing if the return is not possible To make sure the return can be done, AddIssue must not trust callers (they should have done their job, but we are not sure) and check that the issue can be returned before issuing to the patron. There is no test plan here, this should not be possible from the Koha interface. However, looking at the code, it may be possible using SIP. Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall (cherry picked from commit 1a9674fd3a8d8c898d8dc208d6e3d0296daeca40) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 2cc01d139a9e24b320a12af485143670ed006e23) Signed-off-by: Julian Maurice commit fcdbe914ccd2e60bbe6877b9e0373a55f6c06e45 Author: Jonathan Druart Date: Sun May 22 10:03:11 2016 +0100 Bug 16534: Add tests for AddIssue Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall (cherry picked from commit a879efb574028be78f0706f36bd5e1e11d54dfc2) Signed-off-by: Fr?d?ric Demians (cherry picked from commit e974de2c6942e83d2fd1ff52b7283c77f329798e) Signed-off-by: Julian Maurice commit 19f88c75b967be80049d22b0a376f9c668ee7965 Author: Jonathan Druart Date: Sun May 22 10:01:48 2016 +0100 Bug 16534: Make CanBookBeIssued test if the issue can be returned If an issue is already checked out, CanBookBeIssued must check if the issue can be checked in before processing the return. In such cases (depending of the AllowReturnToBranch pref), the issue should not be allowed. Prior to this patch, the checkin was not done and the checkout failed with "Duplicate entry '1204321' for key 'itemnumber'". Indeed since bug 14978, there is an uniq key on issues.itemnumber. Before bug 14978 the issue existed but was hidden (and some weird behaviors certainly happened!). To avoid Koha to crash, a check is added to CanBookBeIssued (call to CanBookBeReturned) and the librarian is not able to process the checkout. Test plan: - Set AllowReturnToBranch to anywhere - Check an item (homebranch Library 1, holding branch Library 1) out from Library 1 - Check the item out from Library 2 => Confirm the checkout (should work with and without this patch) - Set AllowReturnToBranch to holdinbranch ("only the library the item was checked out from"). - Check an item (homebranch Library 1, holding branch Library 1) out from Library 1 - Check the item out from Library 2 => Without this patch, Koha crashed => With this patch, you will be warned that the checkin is not possible. Try other combinations of the AllowReturnToBranch syspref Followed test plan, works as expected Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall (cherry picked from commit 9427d44568e6d52fde3960bda3ad957ca6a5b7fe) Signed-off-by: Fr?d?ric Demians (cherry picked from commit df9fbe0aefc7135ecf3e78c29a12cf780da28eae) Signed-off-by: Julian Maurice commit 79b35081a6ca7e1aade1729621f2795dfe33add9 Author: Jonathan Druart Date: Sun May 22 10:02:44 2016 +0100 Bug 16534: Add tests for CanBookBeIssued & AllowReturnToBranch Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall (cherry picked from commit 2c88538946e05feb65aa5b0f9007882a0ce6ac73) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 141ada91cc7de6e32e51ae5dfa203d4c89099c4e) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 291 +++++++++++--------- .../prog/en/modules/circ/circulation.tt | 4 + t/db_dependent/Circulation.t | 171 +++++++++++- 3 files changed, 330 insertions(+), 136 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 14:17:32 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 12:17:32 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-7-gb326609 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via b3266093f8c9e2d989dfc13a566958d617fafd26 (commit) from 60d5763fa8aca34880bef4ee1d19ae3a110f0c01 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b3266093f8c9e2d989dfc13a566958d617fafd26 Author: Jonathan Druart Date: Sat May 21 09:10:46 2016 +0100 Bug 16527: Restore sticky due date behavior Bug 10067 has introduced a regression on the sticky due date behavior: If "remember for session" is checked and the due date is changed from 1 checkout to another, the old due date will be used. The code added by bug 10067 is really confusing and it's hard to say this patch won't introduce another regression. The manipulation of $restoreduedatespec, $duedatespec and $stickyduedate is not easy to follow. Test plan: Confirm that the regression is fixed and that this patch will not introduced a regression on bug 10067 (good luck!) Signed-off-by: Eivin Giske Skaaren Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 33f1354b7b50390b43e5a2f66e1abe58817e6d4d) Signed-off-by: Fr?d?ric Demians (cherry picked from commit cb2895592a59e181c6ceaff9b9cb3acaf5b4a2e4) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 14:19:07 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 12:19:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-8-geb991bf Message-ID: This is an automated email from the git hooks/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.22.x has been updated via eb991bfcf96290aabf0c05085a8eaedafc530530 (commit) from b3266093f8c9e2d989dfc13a566958d617fafd26 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eb991bfcf96290aabf0c05085a8eaedafc530530 Author: Jonathan Druart Date: Thu May 26 11:52:19 2016 +0100 Bug 16593: Do not allow patrons to delete search history of others patrons A malicious user can delete the search history of all other users by correctly guessing the ID value assigned to the victim's search. As searches are assigned values sequentially, an attacker could quickly remove the searches belonging to all of the application's users. To reproduce: Login with patron A launch a search Note the id generated for this search history: select id from search_history order by id desc limit 1; Login with patron B Hit /cgi-bin/koha/opac-search-history.pl?action=delete&id= Note that the row is deleted in the DB Test plan Confirm that this patch fixes the issue. The same test can be made at the staff interface Reported by Alex Middleton at Dionach Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit f01720808a574af9872ef3f562a8f3cee7f81060) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 0974bb38889dc5ca2b0abf68715a296d49087f3e) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: catalogue/search-history.pl | 3 ++- opac/opac-search-history.pl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 14:27:03 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 12:27:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-9-g10ff1cd Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 10ff1cd1017a9c7498b6128c066bfff8c4887b2d (commit) from eb991bfcf96290aabf0c05085a8eaedafc530530 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 10ff1cd1017a9c7498b6128c066bfff8c4887b2d Author: Kyle M Hall Date: Fri May 27 14:12:20 2016 +0000 Bug 16612 - Cannot set "Until date" for "Enrollment period" for Patron Categories Attempting to set an "Until date" date for "Enrollment period" will result in the date being accepted but not saved. Test Plan: 1) Attempt to set an enrollment period until date for a new patron category 2) Note the period is not saved 3) Apply this patch 4) Attempt to set the enrollment period date again 5) This time it should save! Signed-off-by: Andrew Brenza Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 2af028bb13273d2b13f6e5cf417436fc0c8764f7) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 90d3635fedb18acb652134e1541827a888e1bef5) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: admin/categorie.pl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 14:36:46 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 12:36:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-11-g319aef5 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 319aef5ce988cb84f59f7df1e136cac42c3060ab (commit) via 2c9820e3eaf7a699c1073f1f83de7275f415e78d (commit) from 10ff1cd1017a9c7498b6128c066bfff8c4887b2d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 319aef5ce988cb84f59f7df1e136cac42c3060ab Author: Jonathan Druart Date: Tue Jun 7 12:02:06 2016 +0100 Bug 16624: Fix regression displaying a letter with hours Bug 13622 has introduced a bug, if pref TimeFormat is 12hr and a date is displayed in both title and content of the letter. Test plan: 1 - Checkout an item (with default time 11:59:00 PM) 2 - Generate a quickslip 3 - Notice the time is 'AM' 4 - Apply patch 5 - Generate quickslip 6 - Note time is correct Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 6f0ce92543319d243cf185e3df9f91a9cf7f6d87) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 917054eaf63e656a521dc5742e2124a186d7c96c) Signed-off-by: Julian Maurice commit 2c9820e3eaf7a699c1073f1f83de7275f415e78d Author: Jonathan Druart Date: Tue Jun 7 12:00:59 2016 +0100 Bug 16624: Add regression tests Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 47e41ea1c28a2aa265950e0645e402a3ac4c39d8) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 91d6b787dd4e515b9c3b9f4444a3260e81f49121) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 8 ++++---- t/db_dependent/Letters.t | 18 ++++++++++++++++-- 2 files changed, 20 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 14:39:03 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 12:39:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-12-g486e74d Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 486e74dac9b316789b0591fbb3acd72bfce22a4c (commit) from 319aef5ce988cb84f59f7df1e136cac42c3060ab (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 486e74dac9b316789b0591fbb3acd72bfce22a4c Author: NguyenDuyTinh Date: Fri Jun 10 10:14:12 2016 +0000 Bug 16705 - Add missing status to serials history in OPAC The bug is related to 10851. Due to add of status in 10851, status added were missing in opac-detail.tt and opac-full-serial-issues.tt. The patch just added these missing status. To test: 1) Create New subscription in Serials, in Intranet 2) Do a search of the new subscription by Title 3) Take Serial receive as Actions to edit the status to Missing () 4) Go to Opac and Search the subscription created, by its title and See missing status 5) Apply patch, status must be showed. 6) Sign off Followed test plan, works as expected. Amended to format commit title and message. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit e1d6974bff1cc7290d792a4e6ac81e7d32b0c375) Signed-off-by: Fr?d?ric Demians (cherry picked from commit d6484dfe2f94fe8ac1519c5ae2631dd96984a490) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 31 ++++++++------------ .../en/modules/opac-full-serial-issues.tt | 4 +++ 2 files changed, 16 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 15:04:16 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 13:04:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-13-gbf384f4 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via bf384f4ef9082f693e0e285f67460faea417af8a (commit) from 486e74dac9b316789b0591fbb3acd72bfce22a4c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bf384f4ef9082f693e0e285f67460faea417af8a Author: Marcel de Rooy Date: Fri Jun 3 11:31:44 2016 +0200 Bug 16644: Plack: Use to_app to remove warning about Plack::App::CGIBin instance Using Plack with the debian psgi file, I get lots of warnings like: WARNING: Automatically converting Plack::App::CGIBin instance to a PSGI code reference. If you see this warning for each request, you probably need to explicitly call to_app() i.e. Plack::App::CGIBin->new(...)->to_app in your PSGI file. This patch is aimed to eliminate the warns. Test plan: Run Plack with plack.psgi or koha.psgi and verify if you do not see these warnings anymore. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi I tested on Jessie and I see no regressions. Signed-off-by: Kyle M Hall (cherry picked from commit d69d874a3f749687c2ff9a8d2a400378dfc94ff6) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 8b15c8328bd7a104aac0900cdf88f1670f1b0c9e) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: debian/templates/plack.psgi | 6 +++--- misc/plack/koha.psgi | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 15:05:13 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 13:05:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-14-g349b137 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 349b13750ef261d081c1d64fc512b5c943d2fb3e (commit) from bf384f4ef9082f693e0e285f67460faea417af8a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 349b13750ef261d081c1d64fc512b5c943d2fb3e Author: Fridolin Somers Date: Tue Jun 14 17:05:58 2016 +0200 Bug 16736 - Keep branch filter when changing suggestion When changing suggestion, the selected tab is kept. The same should be done with the selected branch. Test plan: - Go to suggestions table : /cgi-bin/koha/suggestion/suggestion.pl - Select a branch in Acquisition information > For - Select a pending suggestion - Change status as accepted - Click on Submit => without patch, the table is no longer filtered by branch => with patch, the table is filtered by branch Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 0c1fa2f93c30a363b8b6cf9eaf2a93979b61adf9) Signed-off-by: Fr?d?ric Demians (cherry picked from commit cc31338f260c8beb174491b9b634ef45dab5a39f) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 15:07:11 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 13:07:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-16-g01d68cd Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 01d68cd6a32b5449d772abb392b5e825af897b1f (commit) via 65c55b4415b3c4e429cfc2635c86f2d6cb61d43f (commit) from 349b13750ef261d081c1d64fc512b5c943d2fb3e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 01d68cd6a32b5449d772abb392b5e825af897b1f Author: Hector Castro Date: Thu Jun 16 09:54:29 2016 -0600 Bug 16742: (follow-up)Remove unused template subject.tt Delete extra useless comment line: "# if its a subject we need to use the subject.tt" Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit a4f80ab223adc8bb3145a921153c578219e91f5d) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 299f4e418df426d89d082ded792c45764d9db76a) Signed-off-by: Julian Maurice commit 65c55b4415b3c4e429cfc2635c86f2d6cb61d43f Author: Marc V?ron Date: Wed Jun 15 14:28:31 2016 +0200 Bug 16742: Remove unused template subject.tt The template koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/subject.tt is not used and can be removed. To test: - Apply patch - Verify that catalogue/moredetail.pl works as before (go to a biblio with items and click 'Items' in left hand menu) Signed-off-by: Hector Castro Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit cf441013a5b1f525c9be38e5f3a76e47925a3703) Signed-off-by: Fr?d?ric Demians (cherry picked from commit a6843caa705493c81360647bddfe6a024bc0ae8c) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: catalogue/moredetail.pl | 9 +--- .../prog/en/modules/catalogue/subject.tt | 46 -------------------- 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/subject.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 15:09:12 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 13:09:12 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-17-gb91944c Message-ID: This is an automated email from the git hooks/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.22.x has been updated via b91944c3ffbd65ea4ea34c042870c1d85e0957ba (commit) from 01d68cd6a32b5449d772abb392b5e825af897b1f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b91944c3ffbd65ea4ea34c042870c1d85e0957ba Author: Marc V?ron Date: Thu Jun 9 15:34:54 2016 +0200 Bug 16697: Translatability: Fix problem with isolated "'s"in request.tt This patch fixes translation problems with tag-isolated 's in koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt The patch fixes it at two places. In consequence, some other texts ares sigthly changed to make them look similar. To test: - Inspect code changes and verify that the new wording makes sense. Signed-off-by: Fr?d?ric Demians Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 2289c8c93014b7d9c14444d121651277bcee6232) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 4662519a09e64b6c4c86edbce883a55627694ca6) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 15:10:51 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 13:10:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-18-g4737353 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 473735370cd9be54a57b6b16924ae64703b28148 (commit) from b91944c3ffbd65ea4ea34c042870c1d85e0957ba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 473735370cd9be54a57b6b16924ae64703b28148 Author: Marc V?ron Date: Mon Jun 13 14:21:47 2016 +0200 Bug 16718 - Translatability: Fix problems with sentence splitting by in about.tt This patch removes sentence splitting by tags in koha-tmpl/intranet-tmpl/prog/en/modules/about.tt for better translatability. Signed-off-by: Fr?d?ric Demians Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 0712048030c44ba731780916935f6d9d352d4c0b) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 992ac84f3e10d6f9bd54dc125eac75364e3c78de) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 15:12:20 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 13:12:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-19-gb4673a9 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via b4673a9da0228a1ed558dc3047f588947ece46d4 (commit) from 473735370cd9be54a57b6b16924ae64703b28148 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b4673a9da0228a1ed558dc3047f588947ece46d4 Author: Marcel de Rooy Date: Thu Jun 16 13:03:30 2016 +0200 Bug 16751: What is sitemaper? s/sitemaper/sitemapper/ Test plan: Run t/db_dependent/Sitemapper.t Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 3e566de51fe6f2e966158f97682f9a5aaecab974) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 1db9defdec44a7dd2e1af9f3486b8cfed4e132b7) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/sitemap.pl | 4 ++-- t/db_dependent/Sitemapper.t | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 15:28:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 13:28:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-20-g3cd210a Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 3cd210a13eee03092b3975f42fd13773a2291fa6 (commit) from b4673a9da0228a1ed558dc3047f588947ece46d4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3cd210a13eee03092b3975f42fd13773a2291fa6 Author: Nick Clemens Date: Mon Jun 6 11:28:39 2016 -0400 Bug 16651: Notes field blank for 952$z in opac-course-details.pl This patch changes course reserves to check for item notes form the course reserve and fallback to itemlevel notes if they are empty To test: 1 - Enabvle course reserves 2 - Add some items 3 - Make sure the items have notes at the item level and not at course reserves 4 - Notes don't display in staff or opac 5 - Apply patch 6 - Notes display in staff and opac 7 - Add notes at course reserves level 8 - These override the item level notes Signed-off-by: Hector Castro Works as advertised Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit 62508428cdf3a4c3da975ef5f88c8ece9cf50537) Signed-off-by: Fr?d?ric Demians (cherry picked from commit d09b015e973c799cc392327484f3cc485a60ece2) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/course_reserves/course-details.tt | 14 ++++++++++++-- .../bootstrap/en/modules/opac-course-details.tt | 7 ++++++- 2 files changed, 18 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 15:34:29 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 13:34:29 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-23-g3bf89dd Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 3bf89dd047c31b38fb0726c19f908ede012ecb32 (commit) via d8ea53f31923b187015c0f3b6ad464f7f7fa7765 (commit) via f852461ab0d213b3762b447c8530a2edb2bd4164 (commit) from 3cd210a13eee03092b3975f42fd13773a2291fa6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3bf89dd047c31b38fb0726c19f908ede012ecb32 Author: Jonathan Druart Date: Tue Jun 21 12:36:38 2016 +0100 Bug 16770: Remove 2 other occurrences of libmemoize-memcached-perl Signed-off-by: Jacek Ablewicz Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall (cherry picked from commit 735789d71aa802385b282c79edad43d2a6fb58d6) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 927498a007fe076feacfddefafc07e9cdbb8827d) Signed-off-by: Julian Maurice commit d8ea53f31923b187015c0f3b6ad464f7f7fa7765 Author: Jonathan Druart Date: Sat Jun 18 15:22:35 2016 +0100 Bug 16770: Remove Memoize::Memcached dependency This module is no longer in use and can be removed. Signed-off-by: Jacek Ablewicz This part involves some changes in a bunch of mysterious debian|ubuntu related files, not quite sure if I know what I'm doing Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall (cherry picked from commit 67e6efab5d2da2c55d138153060c70cba342db7e) (cherry picked from commit 998ea5d57a2311d63d53e13879e4194a141d4199) Signed-off-by: Julian Maurice commit f852461ab0d213b3762b447c8530a2edb2bd4164 Author: Jonathan Druart Date: Sat Jun 18 15:21:28 2016 +0100 Bug 16770: Remove wrong caching of 3 subroutines in C4::Lancuages Looking at this code, you might think these subroutines are cached, but actually they are not. The eval surrounding the code hides a bug, if you remove it, you will get: Invalid memcached argument (expected a hash) Test plan: Do not apply this patch and confirm that the code does not work Signed-off-by: Jacek Ablewicz Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall (cherry picked from commit 44fb6e72254391d38b7a66fa395bb9874a6d716c) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 0a09cb7d09e3dabd983d137dd7f86e08525a75fa) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 5 ----- C4/Languages.pm | 11 ----------- Makefile.PL | 2 +- debian/control | 2 -- install_misc/debian.packages | 1 - install_misc/ubuntu.10.04.packages | 1 - install_misc/ubuntu.12.04.packages | 1 - install_misc/ubuntu.packages | 1 - 8 files changed, 1 insertion(+), 23 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 15:35:20 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 13:35:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-24-g539be40 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 539be40c5d6b0a4c3057d5b01e5c4b7996f2f86f (commit) from 3bf89dd047c31b38fb0726c19f908ede012ecb32 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 539be40c5d6b0a4c3057d5b01e5c4b7996f2f86f Author: Marc V?ron Date: Sun Jun 19 18:10:06 2016 +0200 Bug 16772 - Change label from 'For:' to 'Library:' to ease translation This patch changes the label from "For:" to "Library:" in the acquisition information filter on the suggestions page in staff client. To test: - Apply patch - Go to Home > Acquisitions > Suggestions management - Verify that label reads as appropriate (in filter Acquisition information) Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 4747e6155efc9902003ae3ae4c14535fc7ece015) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 79744a3989e2e9bed9f06c2a0828524f8cb49115) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:05:37 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:05:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-25-g3dfee57 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 3dfee57baaf83f31ab2e97da75217c57e74fa8a0 (commit) from 539be40c5d6b0a4c3057d5b01e5c4b7996f2f86f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3dfee57baaf83f31ab2e97da75217c57e74fa8a0 Author: Morgane Alonso Date: Mon Jun 6 12:24:56 2016 +0000 Bug 12509 - Fix Untranslatable Restriction added by overdues process Changes the value of the "comment" column in "borrower_debarments" table from "Restriction added by overdues process yyyy-mm-dd hh:mm:ss" to "OVERDUE_PROCESS yyyy-mm-dd hh:mm:ss" in the overdue_notices.pl. Then in the templates "moremember.tt", "circulation.tt", "memberentrygen.tt", "opac-reserve.tt" and "opac-user.tt" the value of "comment" is check, if it's an automatical comment due to overdue process it'll write "Restriction added by overdues process yyyy-mm-dd hh:mm:ss", then if there is a customizable comment it will be written without modification. Like this, the comment "Restriction added by overdues process" is written in the po files and can be translated later. To test: 1) create a patron with automatical restriction due to overdue process; 2) apply patch; 3) run misc/cronjobs/overdue_notices.pl; 4) verify if the comment "Restriction added by overdues process" is well written and translatable on the following page : - opac patron home page (opac-user.tt); - opac item reservation page (opac-reserve.tt); - pro patron page (moremember.tt); - reservation item for a patron (circulation.tt, memberentrygen.tt); 5) try to translate the comment in po files; 6) sign off. Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit a1285ba9c0f9a7020ba5f6e982dd2a5891ab9f63) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 17156342e629cea984c1ff411fc38a6b33512a42) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/borrower_debarments.inc | 8 +++++++- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 7 ++++++- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 8 +++++++- .../intranet-tmpl/prog/en/modules/members/moremember.tt | 7 ++++++- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 10 +++++++++- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 11 ++++++++++- misc/cronjobs/overdue_notices.pl | 3 +-- 7 files changed, 46 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:07:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:07:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-27-gf02419a Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f02419acc554dc2c7f81903ee3c33d87047c47fe (commit) via efa8d46d371571751333ad12fdb2da7f7f3786b4 (commit) from 3dfee57baaf83f31ab2e97da75217c57e74fa8a0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f02419acc554dc2c7f81903ee3c33d87047c47fe Author: Alex Arnaud Date: Wed Jun 15 16:11:07 2016 +0200 Bug 14968 - Provides unit test Signed-off-by: Broust Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 1509322c9a813809ca453b476ea1163bbc9303ca) Signed-off-by: Fr?d?ric Demians (cherry picked from commit ca08a21e4e8f3a24e636a47eddfab464352b6418) Signed-off-by: Julian Maurice commit efa8d46d371571751333ad12fdb2da7f7f3786b4 Author: Lyon3 Team Date: Tue Oct 6 15:42:15 2015 +0200 Bug 14968 - found shouldn't be set to null when cancelling holds Signed-off-by: JM Broust Signed-off-by: Broust Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 83328c1061af0ae82d8a2086e298375875e2dfa9) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 3bed66a3e2a9d9eafe69a19442e34413b4e9a399) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 1 - t/db_dependent/Reserves.t | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:13:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:13:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-28-gd63ca62 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via d63ca62f87641876e39731fd17e7a90e30e3f81f (commit) from f02419acc554dc2c7f81903ee3c33d87047c47fe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d63ca62f87641876e39731fd17e7a90e30e3f81f Author: Jonathan Druart Date: Fri May 6 15:55:31 2016 +0100 Bug 16459: Add patron to a patron card requires catalogue permission Currently, serials => 'routing' is required, which does not make any sense. It's a copy/paste error when this file has been created (you can blame me). Note that I am not sure catalogue is the correct permission, but it's the one used almost everywhere in this module Test plan: Confirm that catalogue is enough to search for patrons to add to a patron card. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit 3bb51d038639c7b197022a2c7c6ae864c834060f) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 7c68f51d13499992c634775d5407ced89cc69a5b) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: patroncards/add_user_search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:16:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:16:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-29-g44805f4 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 44805f49cb32455e3680ae923012a2e5e9202a16 (commit) from d63ca62f87641876e39731fd17e7a90e30e3f81f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 44805f49cb32455e3680ae923012a2e5e9202a16 Author: Galen Charlton Date: Tue Jul 5 16:22:39 2016 +0000 Bug 16760: fix Circulation Statistics wizard under Plack This patch fixes some variable scoping problems when running the circulation statistics wizard under Plack. For example, when using the item type as a row header, with this patch the item type description is displayed rather than "UKNOWN VALUE". This patch also enables warnings and fixes a couple variable initialization issues. (Note that turning on warnings across the board would make it easier to identify Plack variable scoping issues, as "Variable "$foo" is not available at' errors would be recorded in the Plack error log). To test ------- [1] Run the staff interface under Plack. [2] Go to the Circulation Statistics Wizard and run a report using item type as the row. Note that the row labels display as "UNKNOWN VALUE" rather than the item type. [3] Apply the patch and restart Plack. [4] Run step #2 again; this time, the item type descriptions should be used as the row labels. Signed-off-by: Galen Charlton Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 8ca55a7fb37ac50103de978f82408776fc06b7bb) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 01b0fe1aa85364611b93eafd7f30a2665a228e3c) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: reports/issues_stats.pl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:18:36 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:18:36 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-30-gd64e722 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via d64e722210f0612980cd2b26d947dc4a90dd2474 (commit) from 44805f49cb32455e3680ae923012a2e5e9202a16 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d64e722210f0612980cd2b26d947dc4a90dd2474 Author: Owen Leonard Date: Fri Jun 17 11:33:41 2016 -0400 Bug 16762: Record matching rules: Remove match check link removes too much My patch for Bug 5006 introduced a lot of markup changes to the record matching rules template. I missed a change in one are though, which caused a bug with the way the 'Remove match check' link works. To reproduce: - Go to Administration -> Record matching rules. - Edit a matching rule which includes at least one match check. - Click a 'Remove match check' link. The entire "Required match checks" block is removed. To test, apply the patch and repeat the steps above. Clicking any 'Remove match check' link should remove only the corresponding rule. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit ffcb360321f6abe111c3352606b4c641ac48950a) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 071ce5aa26f362c017ced445320b9afcb1c8ee88) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:20:28 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:20:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-31-gf23d07e Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f23d07ee3b7a8da5bdfb526757fd0a9e29e165e9 (commit) from d64e722210f0612980cd2b26d947dc4a90dd2474 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f23d07ee3b7a8da5bdfb526757fd0a9e29e165e9 Author: Kyle M Hall Date: Fri Jun 24 10:35:25 2016 +0000 Bug 16780 - Specify due date always sets time as AM when using 12 hour time format This regression is occurs because the time format for the checkout date/time widget is only meant to be given in 24 hour format. The time due should not be converted to 12 hr time even if the library has 12 hour set as their preferred time format. Test Plan: 1) Performat a backdated checkout with a date due that has a PM time 2) Note the date/time picker on the confirmition screen shows the time in AM/PM 2) Note the time is not stored correctly 3) Apply this patch 4) Repeate step 1 5) Note the confirmation date/time picker now show the time in 24hr format 6) Note the time was stored correctly Signed-off-by: Claire Gravely Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 7c89f78f3bef1cdebb51dcb41fdda7a8dc252b94) Signed-off-by: Fr?d?ric Demians (cherry picked from commit e0b29cea2ac3f32a8e1322ab680a0bcb513725a8) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:37:23 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:37:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-32-g60f621f Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 60f621f7e3f9a6c8f27eba0e66c2023fb92bd5dc (commit) from f23d07ee3b7a8da5bdfb526757fd0a9e29e165e9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 60f621f7e3f9a6c8f27eba0e66c2023fb92bd5dc Author: Marc V?ron Date: Mon Jul 4 03:48:40 2016 +0200 Bug 16854: request.tt: Logic to display messages broken This patch fixes broken logic in koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt To verify, see initial comment. To test: - Apply patch - Have a patron with a restricion and with outstanding fines greater than defined in syspref 'maxoutstanding' - Place a hold for this patron and verify, that messages 'Patron has restrictions' and 'Patron has outstanding fines...' appear Signed-off-by: Hector Castro Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 44092cbafd1641ef865497183b8368db83bb62a7) Signed-off-by: Fr?d?ric Demians (cherry picked from commit e9840ac7956c4a8028575daab41303bc34457e0a) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:40:20 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:40:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-33-g18c74c9 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 18c74c9d62573d77a1427aa92382db17255098d8 (commit) from 60f621f7e3f9a6c8f27eba0e66c2023fb92bd5dc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 18c74c9d62573d77a1427aa92382db17255098d8 Author: Nick Clemens Date: Tue Jul 5 14:49:35 2016 -0400 Bug 16855 - Poor performance due to high overhead of SQL call in export.pl This patch eliminates all columns retrieved in the biblioitems query except for biblionumber. To test: 1 - Go to tools->Export data 2 - Export using various filters and note you get expected records 3 - Apply patch 4 - Ensure exported results match results before patch Signed-off-by: Srdjan Signed-off-by: Kyle M Hall (cherry picked from commit a44bb07b88ba9d5049a64f88610a8bb8e82efe3a) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 0b40c96d2d7bb6e7f550698713fd4db7e6939960) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: tools/export.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:42:11 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:42:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-34-g58cfee7 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 58cfee7eec9139b0a5db5edc83c80c041570f047 (commit) from 18c74c9d62573d77a1427aa92382db17255098d8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 58cfee7eec9139b0a5db5edc83c80c041570f047 Author: Marcel de Rooy Date: Wed Jul 6 15:52:54 2016 +0200 Bug 16859: Fix wrong item field name in export.pl Field callnumber should be itemcallnumber. For completeness, prefixing the joined fields with items table prefix. Note: You should expect Tools/Export to export only the items within a given itemcallnumber range, but if the biblio has one item in that range, the biblionumber is selected for export with ALL items. The script is designed that way (first select biblio numbers based on criteria, and run export with those biblio numbers). Test plan: [1] Select a biblio N with one item with say itemcallnumber X. [2] Goto Tools/Export. Select biblio range N,N and no itemcallnumber range. The biblio should be exported. [3] Select biblio range N,N and itemcallnumber range A,B. No output. [4] Select biblio range N,N and itemcallnumber range A,. Output. [5] Select biblio range N,N and itemcallnumber range ,X. Output. Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 00960f196482bb8dda3ddac8d9361ca1ffc5af93) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 58de933e0301451bbe3af107ee1359f72b15e286) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: tools/export.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:47:54 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:47:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-35-g0fe0bff Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 0fe0bfff60ce54d5e18dfa336f58a37c35b72f44 (commit) from 58cfee7eec9139b0a5db5edc83c80c041570f047 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0fe0bfff60ce54d5e18dfa336f58a37c35b72f44 Author: Bouzid Fergani Date: Tue Apr 12 09:27:18 2016 -0400 Bug 15636 - DataTables Warning: Requested unknown parameter from opac-detail.tt Signed-off-by: Srdjan Signed-off-by: Jonathan Druart This patch adds the same tests in the aoColumns DT definition than the ones in the creation of the table. That's sound good. Signed-off-by: Kyle M Hall (cherry picked from commit a12d3d1bfa00499a0b16d39f01136050de537449) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 57a727afa5b4a8fa9f7a8d4e4257c7e172ed1f6d) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:51:46 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:51:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-36-g936a889 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 936a8892ae31159a96ce0be37cbc328ba647eb70 (commit) from 0fe0bfff60ce54d5e18dfa336f58a37c35b72f44 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 936a8892ae31159a96ce0be37cbc328ba647eb70 Author: Marc V?ron Date: Sun Jun 19 17:43:19 2016 +0200 Bug 16774: Format date on 'Transfers to receive' page to dateformat system preference To test: - Apply patch - Go to Home > Circulation > Transfers to receive - Verify that in title (Transfer made to your library as of...) is is formatted as defined in syspref dateformat Additionaly, the patch changes page title and breadcrumb from: Home > Circulation > Transfers to your library to: Home > Circulation > Transfers to receive ...to make them consistent with the link text on the Circulation home page (Transfers to receive) Signed-off-by: Hector Castro Works as advertised Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit 11dc97cfae96676ff1cc242e8a43ad513c36c6ef) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 82bbaf5212a0095008ce82d92bcac04839015ef2) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 16:59:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 14:59:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-37-g08709ba Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 08709ba1e66dc2263d1d732d5503e34b8d32fcea (commit) from 936a8892ae31159a96ce0be37cbc328ba647eb70 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 08709ba1e66dc2263d1d732d5503e34b8d32fcea Author: Mark Tompsett Date: Thu Jul 7 02:34:28 2016 -0400 Bug 16869: Silence and catch warnings in t/db_dependent/SuggestionEngine_ExplodedTerms.t By properly defining a opachtdocs (intranethtdocs was done too) in the mock function, uninitialized variable warnings are eliminated. Given that we can check if $KOHA_CONF is defined or not, we can catch the warning as part of testing, so the output of the test is cleaner. TEST PLAN --------- 1) unset KOHA_CONF 2) prove t/db_dependent/SuggestionEngine_ExplodedTerms.t -- lots of noise 3) apply patch 4) prove t/db_dependent/SuggestionEngine_ExplodedTerms.t -- no noise 5) prove -v t/db_dependent/SuggestionEngine_ExplodedTerms.t -- see the warnings were caught and not just ignored. 6) run koha qa test tools Signed-off-by: Hector Castro No warnings. Works as advertised Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit 5ec641fbbb67501e2a71be64b12c9224caee1b55) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 5129b29b02f1b4f586a0c6bc943f8cea8f605619) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: t/db_dependent/SuggestionEngine_ExplodedTerms.t | 59 ++++++++++++++++++----- 1 file changed, 46 insertions(+), 13 deletions(-) mode change 100755 => 100644 t/db_dependent/SuggestionEngine_ExplodedTerms.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 17:01:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 15:01:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-38-ge10581e Message-ID: This is an automated email from the git hooks/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.22.x has been updated via e10581e96372adac2d54b785e48fa0a161e3980f (commit) from 08709ba1e66dc2263d1d732d5503e34b8d32fcea (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e10581e96372adac2d54b785e48fa0a161e3980f Author: Claire Gravely Date: Tue Jun 14 00:25:03 2016 +0200 Bug 15929 - typo in explanation for MaxSearchResultsItemsPerRecordStatusCheck There's a typo in the explanation for the new MaxSearchResultsItemsPerRecordStatusCheck sys pref that was added in 3.22.2. "If a record has more than this number of items, they availability statuses ..." I have re-worded the description so it reads a bit better. Test plan: 1. Check the description for syspref MaxSearchResultsItemsPerRecordStatusCheck. 2. Apply patch 3. Check syspref MaxSearchResultsItemsPerRecordStatusCheck description to make sure it makes sense. Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit cae7e29cf27b3a751211dc71e1aeebe723153433) Signed-off-by: Fr?d?ric Demians (cherry picked from commit ac83809da7b9109a60982acf23cf6bbf931b18ee) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/admin/preferences/searching.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 17:02:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 15:02:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-39-ga7a7651 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a7a7651862ad94e25a51667471ca86d137015fec (commit) from e10581e96372adac2d54b785e48fa0a161e3980f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a7a7651862ad94e25a51667471ca86d137015fec Author: Marc V?ron Date: Mon Jun 20 15:27:39 2016 +0200 Bug 16779: Move road type after address in US style address formatting (main address) To verify: - Create a patron with address, streettype, streetnumber defined - Set syspref 'AddressFormat' to US style - Go to patron's detail page (in staff client) - In main address, road type preceeds address (e.g. 25 Drive Euclid) To test: - Apply patch - Refrexh patron's detail page - Verify that main address displays correctly (e.g. 25 Euclid Drive) Signed-off-by: Hector Castro Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit eb77861750cb3a2720e4a3a8003d526fa7d61552) Signed-off-by: Fr?d?ric Demians (cherry picked from commit a6c80d1a0f6f5277f5f5c9528072dadc5f05825e) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/member-display-address-style-us.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 17:22:46 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 15:22:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-40-g49e7d6a Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 49e7d6adcbe33f52045b774c75bc9e680b4a45f4 (commit) from a7a7651862ad94e25a51667471ca86d137015fec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 49e7d6adcbe33f52045b774c75bc9e680b4a45f4 Author: Hector Castro Date: Thu Jun 23 10:35:24 2016 -0600 Bug 16803: Add Font Awesome Icons to "Select/Clear all" links to shelves.tt Add Font Awesome Icons to "Select/Clear all" links to shelves.tt (Public and private lists) To test: -Apply patch -Go to More -> Lists -Create some Public and Private Lists -See the contents of the list and notice about the new icons in "Select/Clear all" Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 3c80818f680278e595cf2a890b311db7866766a6) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 1d29e0488c2781e21b282f3ec4d61a7a4725bcdf) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 17:26:04 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 15:26:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-42-g92b23c0 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 92b23c082e17466639a332366d5e410d8258583a (commit) via ec576c0ff543eeaba4bb74e0eee93543cc1d1f20 (commit) from 49e7d6adcbe33f52045b774c75bc9e680b4a45f4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 92b23c082e17466639a332366d5e410d8258583a Author: Jonathan Druart Date: Thu Jul 7 16:40:47 2016 +0100 Bug 16857: Check on item.branches makes more sense The test should be on the existence of the item.branches method/attribute Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit f38bcf5505e1196c3ae4d2e9d5df523bb07ef281) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 6a7fd3ecdc60b00252fa65cede5cde655312ec98) Signed-off-by: Julian Maurice commit ec576c0ff543eeaba4bb74e0eee93543cc1d1f20 Author: Marc V?ron Date: Mon Jul 4 11:37:33 2016 +0200 Bug 16857 - patron-attr-types.tt: Get rid of warnings "Argument "" isn't numeric" To vrify: - Go to Home > Administration > Patron attribute types - Make sure you have some patron attribute types with no branches limitation - For each attribute type you get a warning in intranet-error.log: patron-attr-types.pl: Argument "" isn't numeric in numeric gt (>) at (...)/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt line 284. To test: - Appy patch - Verify that warnings no longer appear in intranet-error.log Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit abb7980004ad75de4a51d06815f5e98e1cbb0f6d) Signed-off-by: Fr?d?ric Demians (cherry picked from commit dc6ea8d5c9bc3e4e8e859511ef151be4061d1be5) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 17:27:42 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 15:27:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-44-g9eb594e Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 9eb594e548f58fc968725b7443b9dee1894ef0e3 (commit) via 648b48d5079d1e381b16265d6e6be6cf54dbc8a1 (commit) from 92b23c082e17466639a332366d5e410d8258583a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9eb594e548f58fc968725b7443b9dee1894ef0e3 Author: Jonathan Druart Date: Thu Jul 7 16:52:10 2016 +0100 Bug 16860: Remove the comment about the warning It is no longer necessary. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit c19f342bb1a8eaae25db979e94dc23efa4bc8a26) Signed-off-by: Fr?d?ric Demians (cherry picked from commit ee7af309a628b5ac4655ca7c53a9fa3ab50647d6) Signed-off-by: Julian Maurice commit 648b48d5079d1e381b16265d6e6be6cf54dbc8a1 Author: Mark Tompsett Date: Wed Jul 6 11:51:40 2016 -0400 Bug 16860: Catch warning t/db_dependent/ClassSource.t $ prove t/db_dependent/ClassSource.t t/db_dependent/ClassSource.t .. 3/24 attempting to use non-existent class sorting routine routine1 t/db_dependent/ClassSource.t .. ok All tests successful. Files=1, Tests=24, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.66 cusr 0.02 csys = 0.70 CPU) Result: PASS The above warning might be scary to those unfamiliar with the test. Add a test to catch the warning. TEST PLAN --------- 1) prove t/db_dependent/ClassSource.t -- as above 2) apply patch 3) prove t/db_dependent/ClassSource.t -- no message 4) prove -v t/db_dependent/ClassSource.t -- test 13 is the new test 5) run koha qa test tools Signed-off-by: Hector Castro Workas as advertised Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit b80318f1b7441328d818dfe67a4cb8cd345f585e) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 756f75a0445b2e700d34b84dadde478fa7ddee83) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: t/db_dependent/ClassSource.t | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 17:34:37 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 15:34:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-45-g920e22e Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 920e22e613c16e4d1847089c9ff1d58dcfd10e08 (commit) from 9eb594e548f58fc968725b7443b9dee1894ef0e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 920e22e613c16e4d1847089c9ff1d58dcfd10e08 Author: Fridolin Somers Date: Tue Jun 7 09:27:15 2016 +0200 Bug 16677 - Use abbr for authorities linked headings In authorities search results, UNIMARC flavour, linked headings are displayed with a link type : BT, NT, UF, RT. This patch adds a abbr tag around those acronyms to know there meaning : BT = Broader Term NT = Narrower Term UF = Used For RT = Related Term Acronyms are used because there can be a lot of linked headings, using abbr will display the complete text on mouse over. Test plan : - Use UNIMARC database - Create an authority with : 250 $a Heading250a 450 $a Heading450a 550 $5 a $a Heading550a 550 $5 g $a Heading550g 550 $5 h $a Heading550h - Save an index zebraqueue - Go to intranet authorities search - Search for "Heading250a" - You see : Heading250a Heading250a UF: Heading450a RT: Heading550a ; BT: Heading550g ; NT: Heading550h - Move your mouse over the acronyms, you see a tip with the complete text - Same with opac authorities search Signed-off-by: Fr?d?ric Demians Works as described. Translatable. Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit b9e47f135e036232b00cd3b24bb25ea0c6a9291e) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 3471304666e1b1a9379ef5a423291af6909b6fe5) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/authorities-search-results.inc | 8 ++++---- .../bootstrap/en/includes/authorities-search-results.inc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 17:36:12 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 15:36:12 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-46-g4ca0fda Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 4ca0fda432f1e17e2e9e5c854163fa098b816c0b (commit) from 920e22e613c16e4d1847089c9ff1d58dcfd10e08 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4ca0fda432f1e17e2e9e5c854163fa098b816c0b Author: Marc V?ron Date: Tue Jun 14 08:41:03 2016 +0200 Bug 16730 - Use member-display-address-style*-includes in moremember-brief.tt To test: - Apply patch - Create a new patron with the same first and last name as an existing patron. This should trigger a duplicate warning message. Click the "View existing record" link to trigger a pop-up window with a patron detail brief view. - Verify that the address information displays the same way as on the patron details screen (moremember.pl). - Change syspref 'AddressFormat' and verify that the address displays as appropriate. Signed-off-by: Fr?d?ric Demians Works as described: AddressFormat is taken into account on 'view exiting record' dialog box. Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit f542ce5a82a40b503b10c709b8b960ace2637f7d) Signed-off-by: Fr?d?ric Demians (cherry picked from commit a7e0bc97113b7ac8f08c417ccd4060f2067cf5fe) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/moremember-brief.tt | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 17:37:31 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 15:37:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-47-g14fa3aa Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 14fa3aa1265227df76569de305f59065c1d626b7 (commit) from 4ca0fda432f1e17e2e9e5c854163fa098b816c0b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 14fa3aa1265227df76569de305f59065c1d626b7 Author: Hector Castro Date: Wed Jun 22 11:11:03 2016 -0600 Bug 16801 - Include Font Awesome Icons to check/unchek all in Administration > Library transfer limits For purpose to uniformity and leave just one entry in .po files, this patch change: Check all/Uncheck all -> to -> Select all/Clear all. Also added Font Awesome icons. To test: -Go to Administration > Library transfer limits -Notice about Check all/Uncheck all for "For all items types" and "Policy for:" -Apply patch and refresh the screen -Notice about the new Select all/Clear all links with their icons -Confirm that all links work as expected Signed-off-by: Marc V?ron Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit c9bb9dc14064ddecf767145b7a2bb26794ca090e) Signed-off-by: Fr?d?ric Demians (cherry picked from commit e766a5eae9c6919bac7fe42d379c827a1a18e7f2) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 17:42:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 15:42:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-50-g6fa03f1 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 6fa03f12adbf20d1b6d9225836585dc3887277b2 (commit) via 106736d683234d1f5485c025e3974fba64a33299 (commit) via 441dee5b0565800c501bb5400c765efee4e9c598 (commit) from 14fa3aa1265227df76569de305f59065c1d626b7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6fa03f12adbf20d1b6d9225836585dc3887277b2 Author: Mark Tompsett Date: Thu Jun 23 14:51:26 2016 -0400 Bug 16805: Log in with database admin user breaks OPAC TEST PLAN --------- 1) Apply Jonathan's test patch 2) prove t/db_dependent/Letters.t -- dies before finishing tests 3) Apply second test patch 4) prove t/db_dependent/Letters.t -- dies before finishing tests -- 'addalert' is changed to 'getalert' 5) Log into OPAC with database admin user. -- see error given in comment #0 6) Apply this patch 7) prove t/db_dependent/Letters.t -- says 'getalert' -- all tests pass. 8) Log into OPAC with database admin user. -- logs in, but gives warning with a nice logout button. 9) run koha qa test tools. Signed-off-by: Hector Castro No kaha qa errors In debian display diferent error: Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/DBI.pm line 2054. Works as advertised NOTE: Revised test plan, as Jonathan added useful test case. Works as I've tested above. Hector tested older test plan which was steps 5,6,8 and 9. Revised test plan again while tweaking to address comment #9. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit dee29d9f0b2b43bc762cb82a2212cd8a3d243f45) Signed-off-by: Fr?d?ric Demians (cherry picked from commit e45ed6d2f477aa9a85750c0f7c2a4df1af50e94f) Signed-off-by: Julian Maurice commit 106736d683234d1f5485c025e3974fba64a33299 Author: Mark Tompsett Date: Fri Jun 24 12:28:27 2016 -0400 Bug 16805: Tweak new test message to say getalert It said 'addalert', which is likely a cut-paste typo. Plus, let's keep running the other tests if that one goes bad. TEST PLAN --------- 1) Apply Jonathan's test patch 2) prove t/db_dependent/Letters.t -- dies before finishing tests 3) Apply this test patch 4) prove t/db_dependent/Letters.t -- still dies before finished tests, 'addalert' now is 'getalert' in message. 5) run koha qa test tools. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit c57655d4ad69f82831b7f1b54b31a69d0d8275ee) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 946764c470a767439d65b463a4db9b2fdb0b58c4) Signed-off-by: Julian Maurice commit 441dee5b0565800c501bb5400c765efee4e9c598 Author: Jonathan Druart Date: Fri Jun 24 17:02:59 2016 +0100 Bug 16805: Add test to getalert (no param passed) TEST PLAN --------- 1) apply patch 2) prove t/db_dependent/Letters.t -- fails 3) run koha qa test tools Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 5821ff3867c5291558238e54686c6834caa266c6) Signed-off-by: Fr?d?ric Demians (cherry picked from commit a7dd3dcc3f565f18876f233cf8ade85cbc5b2d25) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 9 ++++----- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 12 ++++++++++++ opac/opac-user.pl | 4 ++++ t/db_dependent/Letters.t | 10 ++++++---- 4 files changed, 26 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 17:47:59 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 15:47:59 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.02-01-44-g3316fba Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via 3316fbad242cc609aaa306320e68015c1343c60d (commit) via a07be0d5027be4275dc5048fa4162e0b6fa6ceb6 (commit) via d47e720fab5643e102ac408573cb6a1d96037288 (commit) from 1f91c7f1759bb9c52ea1047d3c5ccccb6bb4be14 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3316fbad242cc609aaa306320e68015c1343c60d Author: Fr?d?ric Demians Date: Tue Aug 16 17:42:56 2016 +0200 Bug 16793 [16.05] Add 3 missing css rules commit a07be0d5027be4275dc5048fa4162e0b6fa6ceb6 Author: Mirko Tietgen Date: Wed Aug 3 19:31:16 2016 +0200 Bug 17043 - Readonly deps Signed-off-by: Tomas Cohen Arazi Signed-off-by: Fr?d?ric Demians commit d47e720fab5643e102ac408573cb6a1d96037288 Author: Mirko Tietgen Date: Wed Aug 3 19:11:15 2016 +0200 Bug 17043 - debian/list-deps fixes, 16.05 edition This makes debian/list-deps ready for Debian Jessie and adds small fixes I already use for package releases. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 10 ++++++++++ debian/list-deps | 2 +- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 12 ++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 16 18:41:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Aug 2016 16:41:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-485-g6df8614 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6df86141425c5d781b3387331c5716b3be0a7a6b (commit) from e16019f27b19c23a78eb2a955552e0a9d639b4fa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6df86141425c5d781b3387331c5716b3be0a7a6b Author: Mirko Tietgen Date: Tue Aug 9 11:52:15 2016 +0200 Bug 15200 - t/Creators.t fails when using build-git-snapshot ttf-dejavu was missing from the build dependencies. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: debian/control | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 10:40:18 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 08:40:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-51-ga8cb9ba Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a8cb9ba99ffc516cf7cff35aebee2d191d2b94e8 (commit) from 6fa03f12adbf20d1b6d9225836585dc3887277b2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a8cb9ba99ffc516cf7cff35aebee2d191d2b94e8 Author: Mark Tompsett Date: Wed Jul 6 15:19:46 2016 -0400 Bug 16866: Catch warning t/db_dependent/Languages.t TEST PLAN --------- 1) prove t/db_dependent/Languages.t -- noisy output 2) apply patch 3) prove t/db_dependent/Languages.t -- no noise 4) run koha qa test tools. Signed-off-by: Hector Castro No noisy output Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 042e8cf24bf3de4192b4c7cf0ca4e5f1da6c3ce9) Signed-off-by: Fr?d?ric Demians (cherry picked from commit f9b989e3dd0e6e1a6d92c34a3c325ec14b749231) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Languages.t | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 10:45:21 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 08:45:21 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-52-g9df82f4 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 9df82f4a9db8808807ba61ebe74e77659ffe8728 (commit) from a8cb9ba99ffc516cf7cff35aebee2d191d2b94e8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9df82f4a9db8808807ba61ebe74e77659ffe8728 Author: Colin Campbell Date: Fri Mar 6 11:57:09 2015 +0000 Bug 13807 Rework main input loop in SIPServer Debugging various problems in SIPServer and control of it, found it could loop on unread buffers (e.g. the LF of a CRLF if it was only expecting CR) making it unresponsive to signals. Reworked the input loop with an eye to removing unnecessary whiles and replacing the while(1) by a while( connection valid) Enhanced the timeout code by wapping in an eval. Moved the logic from SIP_read_packet into the server itself Hopefully this makes the already baroque code easier to navigate and it did seem the server was the logical place for this Removed no longer iused SIP_read_packet from Sip.pm Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit 94441be435d9be074fc0f93bbec2c2e9122a5d67) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 0817cf906f39d5b564f917ac4a2f0372fa332c43) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/SIP/SIPServer.pm | 107 +++++++++++++++++++++++++++++++++++---------------- C4/SIP/Sip.pm | 56 +-------------------------- 2 files changed, 74 insertions(+), 89 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 11:29:42 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 09:29:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-54-gccc236b Message-ID: This is an automated email from the git hooks/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.22.x has been updated via ccc236b30628d41872b3a9c6495b850e5fb65a48 (commit) via 3ad8cae190b21fbd5a627d5c2be12894901073a0 (commit) from 9df82f4a9db8808807ba61ebe74e77659ffe8728 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ccc236b30628d41872b3a9c6495b850e5fb65a48 Author: Jonathan Druart Date: Thu Jun 9 16:42:27 2016 +0100 Bug 2735: Update opac.css Signed-off-by: Julian Maurice commit 3ad8cae190b21fbd5a627d5c2be12894901073a0 Author: Jonathan Druart Date: Thu Jun 9 16:39:56 2016 +0100 Bug 2735: Fix authority search pagination at the OPAC The authority search pagination displays only 15 pages, even when there are more. To fix that, this patch mimic the authorities-home.pl intranet script to manage the pagination. Test plan: Without this patch, do some authority search and click on different pages. Apply this patch, redo the same search and make sure the same records are displayed (i.e. confirm that the pagination still works as before). Signed-off-by: Nicole C Engard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit de2df0dfe85bc8ac33375ad5b436ac247c3875d6) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 08efc656cfdf6f572890f27ff822b188dfadf178) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/css/opac.css | 2 +- .../en/modules/opac-authoritiessearchresultlist.tt | 36 ++------ koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 4 +- opac/opac-authorities-home.pl | 89 ++++++++------------ 4 files changed, 46 insertions(+), 85 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 11:50:17 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 09:50:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-57-ge028a28 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via e028a289235202efe735c660ceac1b85c41e5ced (commit) via a6725939999a9429e1d3872932821e299ab72d1d (commit) via 158ce1735301394e7ad7306f6b62ca54dfde8237 (commit) from ccc236b30628d41872b3a9c6495b850e5fb65a48 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e028a289235202efe735c660ceac1b85c41e5ced Author: Jonathan Druart Date: Tue Jun 21 12:31:40 2016 +0100 Bug 12178: Fix tests not to depend on dateformat syspref Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit e75d9befca13c2f74706e5eb7874a27bdc1928f1) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 008f50fccb75945f7141660c36855b7b14550f33) Signed-off-by: Julian Maurice commit a6725939999a9429e1d3872932821e299ab72d1d Author: Florent Mara Date: Tue May 24 14:10:32 2016 +1200 Bug 12178: Tests for changes to claimed serial status Signed-off-by: Jonathan Druart Amended patch: Remove trailing spaces Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit c765d105096ac8c0bc5afd51eb212db54c7901e0) Signed-off-by: Fr?d?ric Demians (cherry picked from commit a14999b7bdb745ccd18ea2ba719defa12fae8abd) Signed-off-by: Julian Maurice commit 158ce1735301394e7ad7306f6b62ca54dfde8237 Author: Jonathan Druart Date: Tue Apr 28 17:00:44 2015 +0200 Bug 12178: Update serial status to "claimed" when exporting to CSV On the same way as late issues, the serial status should be updated to 'claimed' when the issues as exported as csv. QA note: The updateClaim and UpdateClaimdateIssues subroutine did almost the same thing, I kick the second on off to centralize the code. Test plan: 1/ Export some late issues as CSV (serials/claims.pl). 2/ Refresh the page (the export does not do it) and confirm that the status, the claim date and the claim count have been updated. 3/ Select some others issues, select a notice and send the notification. Confirm that the behavior is the same. Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit b416ac16b5c67d902444041882c31a99e0525fa0) Signed-off-by: Fr?d?ric Demians (cherry picked from commit d4b8efca308423c9abfc3a55b22df51f46396435) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Serials.pm | 47 ++++++++------------------------ serials/claims.pl | 2 +- t/db_dependent/Serials.t | 57 +++++++++++++++++++++++++++++++++++++-- t/db_dependent/Serials/Claims.t | 14 +++++++++- 4 files changed, 80 insertions(+), 40 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 12:19:27 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 10:19:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-65-ga5e1af5 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a5e1af5eb6136a354f4f9df58216a6ab52ead05c (commit) via 85caad0f3803aedd199b2998b0a549c24ad0e2c4 (commit) via f891d7b990d704af231467f062de11f7341710c6 (commit) via b3786fb159f669b10e5d37e06d8f8177b9a12eab (commit) via c6f1fa2aad6469e9c4221f903ea571e259a92e4f (commit) via ef3c9078f94446783ef3ac9b7e21ab935a685636 (commit) via 4cb5e38fc85ec07785cbdd8799ed356ec9d3db5f (commit) via 23689f4d24b572f82e663ae21a9cdd96693fc433 (commit) from e028a289235202efe735c660ceac1b85c41e5ced (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a5e1af5eb6136a354f4f9df58216a6ab52ead05c Author: Fr?d?ric Demians Date: Mon Aug 1 13:29:32 2016 +0200 Bug 15006: Update DB rev (3.22.09.001) commit 85caad0f3803aedd199b2998b0a549c24ad0e2c4 Author: Marcel de Rooy Date: Wed Jul 13 11:59:28 2016 +0200 Bug 15006: [QA Follow-up] Only handle login requests in raw_transport Although mainly hypothetical, it would still be possible to get response from the server for an acs resend request. (This exception is allowed in MsgType::handle.) I also noticed that the response may well be a message from an older session still. This patch just removes that exception by only passing login requests to sub handle in the raw_transport loop. Test plan: [1] Verify normal login procedure for raw. [2] Check a few acs resend requests in raw. They should terminate without a response. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit e465d1aa4b16d7392950b2b682f99eb0c58c1ffd) Signed-off-by: Fr?d?ric Demians (cherry picked from commit a0a0e057c0620a49246d0b5c55a6013b1f664780) Signed-off-by: Julian Maurice commit f891d7b990d704af231467f062de11f7341710c6 Author: Marcel de Rooy Date: Tue Jul 12 15:48:34 2016 +0200 Bug 15006: [QA Follow-up] Satisfy qa tools with one tab less Signed-off-by: Marcel de Rooy Signed-off-by: Srdjan Signed-off-by: Kyle M Hall (cherry picked from commit 64fe6e350074db48cf337dcf1794b40a58d7e606) Signed-off-by: Fr?d?ric Demians (cherry picked from commit aee5ba06949551ec789e5d95a41f8f224b2ae295) Signed-off-by: Julian Maurice commit b3786fb159f669b10e5d37e06d8f8177b9a12eab Author: Colin Campbell Date: Wed Jul 6 15:25:21 2016 +0100 Bug 15006 Correct indentation of EXPORTs in Sip.pm Removed tabs and used spaces consistently Used 'use base' to remove unnecessary BEGIN sub and explicit setting of ISA at application level Signed-off-by: Srdjan Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit 4ad4ab6396af26bed9dceb442adf4aad6687f362) Signed-off-by: Fr?d?ric Demians (cherry picked from commit ad235daaa74193947a328f96ed35d43aa0ec6663) Signed-off-by: Julian Maurice commit c6f1fa2aad6469e9c4221f903ea571e259a92e4f Author: Marcel de Rooy Date: Wed Jul 6 15:14:45 2016 +0100 Bug 15006: Centralize timeout logic and allow zero client timeout Moving timeout logic to one routine (with unit test). This further implements two suggestions from Kyle and Larry: [1] You could use a client_timeout of 0 to specify no timeout at all. [2] Have the client_timeout default to the timeout if not defined. Test plan: [1] Run t/db_dependent/SIP/SIPServer.t. [2] Test login timeout for raw and telnet. [3] Check ACS status message for timeout value. Should match policy timeout from institution. [4] Test client timeout (zero and non-zero). [5] Remove client timeout. Test fallback to service. [6] Remove service timeout too. Test fallback to 30 at login. Signed-off-by: Srdjan Signed-off-by: Marcel de Rooy Amended to incorporate Srdjan's suggestion to move get_timeout to SIPServer.pm; this requires some additional mocking in the unit test. And even makes the test db dependent, as documented. Signed-off-by: Kyle M Hall (cherry picked from commit eb8666357ce72e910569843f8acce674a332f4b0) Signed-off-by: Fr?d?ric Demians (cherry picked from commit e8a03065affb09718d16781a8beecfa262497639) Signed-off-by: Julian Maurice commit ef3c9078f94446783ef3ac9b7e21ab935a685636 Author: Colin Campbell Date: Fri Nov 20 12:12:48 2015 +0000 Bug 15006: Introduce client_timeout in SIPconfig.xml Most selfchecks have persistent connections and send a periodic status request at intervals (approx every 5mins appears the norm) The timeout was dropping connections by default every 30secs which for the client appears as a very flakey network. This patch adds a separate parameter client_timeout that can be used if you do want to force a disconnect if the client sends no requests for a period. The sample config sets it to 600, but you can also define a 0 value meaning no timeout. If the parameter is not defined, it will fallback to service timeout. Signed-off-by: Marcel de Rooy Restored this patch from Colin in order to separate it from the get_timeout patch. Adjusted the commit message slightly. The original value of 600 from Colin's earlier patch may give less discussion than setting to 0 (no timeout) in a later proposal. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall (cherry picked from commit b27da7e0ce25c806612743100609255ace48257c) Signed-off-by: Fr?d?ric Demians (cherry picked from commit d477ba8b0621fae9c847ef4e84d685ef396b3258) Signed-off-by: Julian Maurice commit 4cb5e38fc85ec07785cbdd8799ed356ec9d3db5f Author: Colin Campbell Date: Tue Jul 5 10:36:31 2016 +0100 Bug 15006 Remove tabs from sip_protocol_loop Remove the tabs causing inconsistent indentation of sip_protocol_loop and replace with spaces Reimplements the renaining parts of Marcel de Rooy's original QA patch No logic changes in this patch - layout only Signed-off-by: Srdjan Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit 2b725b6728ea4156562aa6225b2323861f616885) Signed-off-by: Fr?d?ric Demians (cherry picked from commit f5995e7ae9d66ce492d8314d087bf0d4f39c668a) Signed-off-by: Julian Maurice commit 23689f4d24b572f82e663ae21a9cdd96693fc433 Author: Colin Campbell Date: Mon Jul 4 16:13:16 2016 +0100 Bug 15006 Drop raw connection if login fails raw_connection was not behaving correctly if an invalid string was passed or a login failed. It was not checking that the login succeeded ( it checked that account existed not that it contained data and it existed even if login failed) and so failed logins instead of aborting immediately fell through into the sip_protocol_loop, forcing that to timeout invalid connections. It now checks that account has id set and returns if not. The timeout alarm is now set on the while loop, in normal running this should not be triggered as the socket is opened and the first data should be a login message and the while loop should only iterate once, but lets not go into an infinite loop due to unforeseen circumstances. I have reindented the routine as the flow was not clear (the while was not indented at all. Also if using Net::Server::PreFork when a new connection comes in you may be handed the the successful login parameters from a preceding call. Because of this you could successfully transmit transactions and Koha would carry them out without having received a valid login ( and possibly with the wrong account details!) We now delete any existing account for new connections. NB: This patch requires that the patch for bug 13807 has been applied Signed-off-by: Srdjan Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit 4f0fd3db556652f961710c64b9806512a491a7d3) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 4c91e8777004392459371bb20db8599c8c5a2646) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/SIP/SIPServer.pm | 108 +++++++++++++++++++++++++------- C4/SIP/Sip.pm | 31 +++++---- C4/SIP/Sip/MsgType.pm | 7 +-- Koha.pm | 2 +- etc/SIPconfig.xml | 8 +++ installer/data/mysql/updatedatabase.pl | 5 ++ t/{SIP_Sip.t => SIP/Sip.t} | 0 t/db_dependent/SIP/SIPServer.t | 78 +++++++++++++++++++++++ 8 files changed, 191 insertions(+), 48 deletions(-) rename t/{SIP_Sip.t => SIP/Sip.t} (100%) create mode 100755 t/db_dependent/SIP/SIPServer.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 12:21:51 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 10:21:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-67-gd73225c Message-ID: This is an automated email from the git hooks/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.22.x has been updated via d73225ce0ced0a6065fa92c42983d0f548829f1a (commit) via 0bb397492d7ef5611a2cb394e12f01eed7a8cbbd (commit) from a5e1af5eb6136a354f4f9df58216a6ab52ead05c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d73225ce0ced0a6065fa92c42983d0f548829f1a Author: Marc V?ron Date: Wed Jul 6 00:27:30 2016 +0200 Bug 16682: (followup) Fix display if Batch patron modification tool does not get any patrons Format message as proposed in comment #8 Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 5a1f3acaabf235733a3e7a98d16d0395df1980b8) Signed-off-by: Fr?d?ric Demians (cherry picked from commit c27ba3c7bd41f51a9da871db47b93fa6c4ad60a0) Signed-off-by: Julian Maurice commit 0bb397492d7ef5611a2cb394e12f01eed7a8cbbd Author: Marc V?ron Date: Tue Jul 5 02:10:55 2016 +0200 Bug 16682: Fix display if Batch patron modification tool does not get any patrons To reproduce: - Go to Tools->Batch patron modification - Submit without filling any of "Use a file", "Or use a patron list", "Or list card numbers..." or use a patron lists with zero members Result: Screen without any information To test: - Apply patch - Repeat steps above - Verify that you get a nice message - Verify that the tool works as before - with invalid card numbers only - with valid and invalid card numbers - with valid card numbers only Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit c0d420f42a293e68228bbe7fa95545a08fd2c964) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 36ffbb193fb8b2374a60b9acee8ca55ff5a7ea81) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 11 +++++++++++ 1 file changed, 11 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 12:40:42 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 10:40:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-68-gd24657b Message-ID: This is an automated email from the git hooks/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.22.x has been updated via d24657b87d14b5d95c5132fc13a7ba548e1069de (commit) from d73225ce0ced0a6065fa92c42983d0f548829f1a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d24657b87d14b5d95c5132fc13a7ba548e1069de Author: Marc V?ron Date: Tue Jul 5 19:23:59 2016 +0200 Bug 14138: Patroncard: Warn user if PDF creation fails Change patroncards/create-pdf.pl to redirect with an error message instead of writing an invalid pdf that does not open in pdf viewer. To test: - Apply patch - Test that pdf creator behaves as before (with valid batches and patron lists) - While testing, copy pdf link address from window with title 'Click the following link(s) to download...' - Open another staff client browser tab - Paste link to browser address field, change batch id rsp. patron list id to an invalid value and submit - The window should redirect to cgi-bin/koha/patroncards/create-pdf.pl and display an error message - Bonus test 1: Create an empty patron list and test patron card creation. You should get an error message as appropriate. - Bonus test 2: Use a link with params like the following: ...create-pdf.pl?borrower_number=61&template_id=2&layout_id=1&start_card=1 Verify that you can create a pdf with a valid borrower_number and that you get the error message with an invalid borrower number Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit b51f2baa7c1035657594f90d17c7c9eeedf4ea84) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 5de1b336da5d0acdd589cacbf11abc9f8b35692e) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/patroncards-errors.inc | 13 +++++- .../prog/en/modules/patroncards/manage.tt | 1 + patroncards/create-pdf.pl | 45 +++++++++++++++----- 3 files changed, 47 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 12:43:55 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 10:43:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-69-gd9638ff Message-ID: This is an automated email from the git hooks/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.22.x has been updated via d9638ff7db1da5775bd7aab80158dfbf611641d8 (commit) from d24657b87d14b5d95c5132fc13a7ba548e1069de (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d9638ff7db1da5775bd7aab80158dfbf611641d8 Author: Jonathan Druart Date: Mon Jun 27 13:32:31 2016 +0100 Bug 16813: Allow empty string for OPACBaseURL The pref is prefixed by 'http://', but it should not when the pref is set to an empty string. This will fix the bug raised on bug 14790 comment 14. Test plan: Empty OPACBaseURL and confirm that it's save as it in DB Signed-off-by: Hector Castro OPACBaseURL is saved up empty. Prefix http:// is not saved anymore Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit e9b6a5e31e1bc225a6e620dcefbd9545bb6d98bf) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 4fa7e90b0e650cd5e9e33a708b89052238197f30) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 2 +- t/db_dependent/Context.t | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 12:47:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 10:47:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-71-gf5c2ce2 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f5c2ce2c8231105c34197f8cb685b7d56d600f78 (commit) via b55f326aea682f2a27426d24fe6aed0f3dc292b4 (commit) from d9638ff7db1da5775bd7aab80158dfbf611641d8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f5c2ce2c8231105c34197f8cb685b7d56d600f78 Author: Katrin Fischer Date: Mon Jul 11 22:56:11 2016 +0200 Bug 16893 - Missing closing tag disrupts patron checkouts page style Same fix as for the details page: checkouts page is very italic when there is a restriction with a comment on the patron account. Signed-off-by: Kyle M Hall (cherry picked from commit 93aff1fe37f7a9142958f11b45cfbcb62d646f62) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 1151773c56ca620f231e484ec62066088aeb9d71) Signed-off-by: Julian Maurice commit b55f326aea682f2a27426d24fe6aed0f3dc292b4 Author: Owen Leonard Date: Mon Jul 11 08:51:12 2016 -0400 Bug 16893: Missing closing tag disrupts patron detail page style A missing closing causes the the patron detail page to be in all italics if the patron has a restriction message. This patch corrects it. To test, apply the patch and locate a patron who has a restriction message. The restriction message should be in italics but the rest of the page should display normally. Signed-off-by: Hector Castro Rest of the page displayed normally Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 27a7cdef1a6187fe7814a75e4fc5cee636ed77fa) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 6ba7acf4e0b199a5d043b1e8b762741a41860d63) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 12:50:51 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 10:50:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-72-g9d6ab31 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 9d6ab31cdad75ac701a2d9c4a4e9c1feb583df9b (commit) from f5c2ce2c8231105c34197f8cb685b7d56d600f78 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9d6ab31cdad75ac701a2d9c4a4e9c1feb583df9b Author: Fridolin Somers Date: Mon Jul 11 16:31:18 2016 +0200 Bug 16897 - Re-focus on "Add item" in Lists Bug 11325 add solved a focus on "Add item" missing in Lists page. Since revamping of this page, the add item form exists both in page. The one corrected by Bug 11325 is not visible because it checks a bad var allowaddingitem instead of can_add_biblios. This patch removes the first form and corrects the second form. It moves the form at left part of page so that it is always shown (usefull when there are a lot of items). It does not add the list name after "Add item" besause it whould be huggly for long names and because listname already exists in breadscrumbs and on top of the table. It also adds autocomplete="off" on barcode input because there can be problems with a scanning device. Test instructions: 1. Create a list 2. Make sure you have an object with an assigned barcode 3. Go to the list => The barcode entry interface should be at left and has the focus 4. Enter the barcode and press enter (or use a scanner) => The item is added to the list Signed-off-by: Owen Leonard This is a nice improvement, thanks! Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit fcf2e1325e6cf056b5b7e5e95545adcd322d1b52) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 723711ba9d512349dcbfabab609d0dc9a7a79dfd) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/virtualshelves/shelves.tt | 35 +++++--------------- 1 file changed, 8 insertions(+), 27 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 12:57:51 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 10:57:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-73-g551ae5c Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 551ae5cb17d3b0eb728363199b57300fd92328d9 (commit) from 9d6ab31cdad75ac701a2d9c4a4e9c1feb583df9b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 551ae5cb17d3b0eb728363199b57300fd92328d9 Author: Marc V?ron Date: Fri Jun 10 10:25:54 2016 +0200 Bug 16621: Translatability: Issues in opac-user.tt (sentence splitting) This patch fixes issues due to sentence splitting in koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt Note: This is a string patch. It does not add or change functionallity. To test: - Examine code and verify that the text changes remove sentence splitting and that the changes make sense. - Log in to OPAC and verify that messages look correct - with blocked /debarred user (with and without comment and date) - with user who has to much fines (needs syspref OpacRenewalAllowed and syspref OPACFineNoRenewals) - with user who has his card marked as lost - with user with an account that is about to expire - with user with expired account - with user with uncertain address information (with and without syspref OPACPatronDetails set to Allow) Note: Amended to make patch apply 2016-07-10 mv Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit dc1ff4efff70cabfad5b8e2e69e7a9448cc61e16) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 1c9e281e3981f965d61070644d14456a3a5f630c) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 34 +++++++++----------- opac/opac-user.pl | 7 ++-- 2 files changed, 18 insertions(+), 23 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 13:07:43 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 11:07:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-74-g71008ba Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 71008bac19a242e810e3ae5cf1939c979cb639ad (commit) from 551ae5cb17d3b0eb728363199b57300fd92328d9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 71008bac19a242e810e3ae5cf1939c979cb639ad Author: Marc V?ron Date: Tue Jun 21 09:08:06 2016 +0200 Bug 16701: Translatability: Fix problem with isolated ' in currency.tt This patch moves markup into template variables to avoid sentence splitting. To test: - Apply patch - Verify that currency administration works as before (Home > Administration > Currencies & Exchange rates > Currencies) - Examine code changes Signed-off-by: Hector Castro Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit a83d75b6f2d59c3c2ac8d1b549b364fa79f52efe) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 538535ba7deb871d252b1afaf2ee4cb515350b98) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 13:08:59 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 11:08:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-75-ge8ad81f Message-ID: This is an automated email from the git hooks/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.22.x has been updated via e8ad81f2069c1822f95ca8f092b68745084fb647 (commit) from 71008bac19a242e810e3ae5cf1939c979cb639ad (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e8ad81f2069c1822f95ca8f092b68745084fb647 Author: Marcel de Rooy Date: Mon Jun 20 14:57:25 2016 +0200 Bug 16777: Correct intranet search alias A long-standing typo in our apache config files: [intranet]/search refers to search.pl (which does not exist) This patch refers it to catalogue/search.pl Test plan: Run an install or copy the change from apache-shared-intranet.conf or koha-httpd.conf to your apache config. Restart Apache and check if http://[your staff client]/search works. Signed-off-by: Owen Leonard Tested by making manual changes according to the patch. Did not test a new installation. Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 3fe6abc9d57fc1dc9968af0b25644f4cdb2289e0) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 113aaae895c10faeddebd5bd41fd06c1ca8002c0) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: debian/templates/apache-shared-intranet.conf | 2 +- etc/koha-httpd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 13:11:14 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 11:11:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-77-gde69669 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via de69669cf09e6afee141c16d99200f8c90f451b7 (commit) via 14797379881bef4af57f0be7b8ec9aae1b39ad3f (commit) from e8ad81f2069c1822f95ca8f092b68745084fb647 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit de69669cf09e6afee141c16d99200f8c90f451b7 Author: Hector Castro Date: Mon Jul 11 08:34:38 2016 -0600 Bug 16888: (follow-up)Add Font Awesome Icons to Members Remove fa-ban according with QA comment 4 Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit dba6cfe441a3ee14183287795c0c4293c74b2989) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 160c584100877b3c25d2294180f59013fc7a5043) Signed-off-by: Julian Maurice commit 14797379881bef4af57f0be7b8ec9aae1b39ad3f Author: Hector Castro Date: Fri Jul 8 15:52:06 2016 -0600 Bug 16888: Add Font Awesome Icons to Members Add Font Awesome Icons to: - "Select/Clear all" links to pay.tt (Pay fines tab) - "Filter icon" in "filter paid transactions" to Accout tab (boraccount.tt) - "Trash icon" to Remove option in "Manual restrictions" (borrower_debarments.inc) also add "Ban and plus icon" to "Add manual restriction" To test: -Apply patch -Select a patron who has fines -Go to "Fines->Pay fines" tabs and see the icons in "Select/Clear all" -Choose the "Account" tab and sse the icon in "Filter paid transactions" -Select the "Check out" tab and go to "Restrictions" -Add a manual restriction and notice about the two new icons fa-plus and fa-band -See the new button btn-mini and the fa-trash icon -Verify that all works as expected Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit ae4195207726fb01cebad0d809addaefffe37975) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 24e2de8973a770c5d125de29654976b32bb66ea1) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 13:13:14 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 11:13:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-78-ga992c62 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a992c6275da7caf40d54af39edd50f13e3b3a9cb (commit) from de69669cf09e6afee141c16d99200f8c90f451b7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a992c6275da7caf40d54af39edd50f13e3b3a9cb Author: Aleisha Date: Tue May 17 04:46:31 2016 +0000 Bug 16531: Circ overdue report is showing an empty table if no overdues EDIT: Comment 2 EDIT2: using noreport variable (Comment 5) To test: 1) Ensure you have no items overdue 2) Go to Circ -> Circulation reports -> Overdues 3) Notice empty table, '0 items overdue' heading 4) Ensure syspref FilterBeforeOverdueReport is set to 'Don't require' 5) Apply patch and refresh page 6) Notice empty table is no longer showing and page says "There are no overdues" 7) Apply a filter to search 8) Page now says "There are no overdues matching your search" with a link to reset filter. 9) Click Reset filter -> confirm any filters you applied are cleared. 10) Set FilterBeforeOverdueReport to 'Require' and refresh overdue report 11) Page should say "Please choose one or more filters to proceed" 12) Check out an item to a member, ensure due date is a date that has passed (i.e. yesterday) 13) Refresh overdue report page 14) Page should still say "Please choose one or more filters to proceed" 15) Set FilterBeforeOverdueReport to 'Don't require' 16) Confirm table now shows correctly with '1 items overdue' heading etc. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit b7c61a5d128cc3580ea3ee67bc29e02571923dd3) Signed-off-by: Fr?d?ric Demians (cherry picked from commit de5621dd9b1f2e03ec5d4f37226fa462b2bf6b28) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 86 +++++++++++--------- 1 file changed, 48 insertions(+), 38 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 13:36:40 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 11:36:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-79-gbc6d38d Message-ID: This is an automated email from the git hooks/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.22.x has been updated via bc6d38d258706189c38979501a780f12266430b9 (commit) from a992c6275da7caf40d54af39edd50f13e3b3a9cb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bc6d38d258706189c38979501a780f12266430b9 Author: Jesse Weaver Date: Wed Jul 20 16:51:45 2016 -0600 Bug 15974: Rancor: Correctly select existing authorized value Test plan: 1) Open up a record in Rancor with an itemtype besides the first in the list ('BK' in the sample itemtypes). 2) It will show "Book" instead of the correct itemtype. 3) Apply patch, reload the page. 4) The correct itemtype should now show. NOTE: The scope is only 942$c. This corrects that. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit b01aa596abb91f8679c64e89197fbb2b3d9309cc) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 90dbfef3295130d62adf61b0e9d1dab44a4e0d4f) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 13:39:33 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 11:39:33 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-80-g963cd07 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 963cd07b93d831d5da81061479c9c5af3c9ae054 (commit) from bc6d38d258706189c38979501a780f12266430b9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 963cd07b93d831d5da81061479c9c5af3c9ae054 Author: Srdjan Date: Mon Jun 13 15:35:56 2016 +1200 Bug 16716: Replaced wrong GROUP BY with DISTINCT Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 52ac9a1ca3990102c3c635e3d9af06aae29f73e1) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 16b97e21d0ed13e5f38987c64db55ae15d944dc3) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 5 ++--- C4/Members.pm | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 13:42:45 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 11:42:45 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-81-g86df868 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 86df8681c5a36feb5aed99178a5d4d5ed308e277 (commit) from 963cd07b93d831d5da81061479c9c5af3c9ae054 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 86df8681c5a36feb5aed99178a5d4d5ed308e277 Author: Jonathan Druart Date: Fri Jul 22 08:14:27 2016 +0100 Bug 16958: Fix XSS in opac-imageviewer.pl Test plan: Trigger /opac-imageviewer.pl?biblionumber=14&imagenumber=7"> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 66f81fc2101f194d39592bc28f3e2ff69764bc00) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 542c0dbbaa8bff5a101058e0e2397e21edf8f192) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: reserve/request.pl | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 14:35:57 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 12:35:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-93-ga6350b8 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a6350b8705c98aaecaae3e534dc32325628e5897 (commit) via 1d44cd8225f863d80f7be2e5ef4a55ecd2b29edc (commit) via 9b42a3f9b29c1c09d24067832a14b9af173e0af5 (commit) from 5e301bc138e2278dd1307f947a9416f5c7979f59 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a6350b8705c98aaecaae3e534dc32325628e5897 Author: Jonathan Druart Date: Tue Aug 2 14:00:02 2016 +0100 Bug 17022: Fix XSS in circ/branchtransfers.pl Test plan: Enter the following in the barcode input: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit c63d0b311b5e7ba882d19b9b8a71838256de98cf) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 46322ffc6e683d0583283e7485548d46c9586019) Signed-off-by: Julian Maurice commit 1d44cd8225f863d80f7be2e5ef4a55ecd2b29edc Author: Jonathan Druart Date: Tue Aug 2 14:32:46 2016 +0100 Bug 17024: Fix XSS in tools/viewlog.pl Test plan: Hit /tools/viewlog.pl?do_it=1&modules=CATALOGUING&action=MODIFY&object= => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit f563ba795e4863328ff4930e7877caae9458206c) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 24664b719f9d09210f30d7f96fc025e08da8124e) Signed-off-by: Julian Maurice commit 9b42a3f9b29c1c09d24067832a14b9af173e0af5 Author: Jonathan Druart Date: Tue Aug 2 14:51:49 2016 +0100 Bug 17026: Fix XSS in serials/checkexpiration.pl Test plan: Hit: /serials/checkexpiration.pl?title=">&date=12/02/2002 /serials/checkexpiration.pl?issn=">&date=12/02/2002 => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 9d00353a92487dcde654d88206fd5458448fff1b) Signed-off-by: Fr?d?ric Demians (cherry picked from commit ec78a0d43fe8032d9eeb9272878129085c3c429f) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/biblio-view-menu.inc | 20 ++++++++++---------- .../prog/en/modules/circ/branchtransfers.tt | 6 +++--- .../prog/en/modules/serials/checkexpiration.tt | 8 ++++---- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 16 ++++++++-------- 4 files changed, 25 insertions(+), 25 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 14:50:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 12:50:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-94-ga6d6b95 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a6d6b953e41641e9bfcfa74598a58bf9d5039743 (commit) from a6350b8705c98aaecaae3e534dc32325628e5897 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a6d6b953e41641e9bfcfa74598a58bf9d5039743 Author: Kyle M Hall Date: Wed Jul 27 18:00:53 2016 +0000 Bug 16988 - Suspending a hold with AutoResumeSuspendedHolds disabled results in error iUnless AutoResumeSuspendedHolds is enabled, attempting to suspend a hold from reserve/request.pl results in the following error: The given date (undefined) does not match the date format (us) at /home/vagrant/kohaclone/Koha/DateUtils.pm line 152. Test Plan: 1) Enable SuspendHoldsIntranet 2) Disable AutoResumeSuspendedHolds 3) Attempt to suspend or unsuspend a hold 4) Note the error 5) Apply this patch 6) Repeat step 3 7) The hold should suspend or resume correctly Signed-off-by: Kyle M Hall Signed-off-by: Megan Wianecki Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 91bc9451d0378d65100c828776b09395e4c88199) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 3810c29f61ebcd815066f1be2abc08cbb2bdc0aa) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 14:50:41 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 12:50:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-95-ga503a52 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a503a522c2bfa34f8f64af8dbf2ecba8010b5201 (commit) from a6d6b953e41641e9bfcfa74598a58bf9d5039743 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a503a522c2bfa34f8f64af8dbf2ecba8010b5201 Author: Jonathan Druart Date: Fri Jul 22 08:30:54 2016 +0100 Bug 16878: Fix XSS in opac-memberentry The vars are gotten from the url and sent to the template as it. They must be escaped. Test plan: I have not managed to create the original issue, so there is no test plan for the XSS fix, but you can confirm there is no regression. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 9bdea2e3691fd62e777cc974f89b867a69eec9a8) Signed-off-by: Fr?d?ric Demians (cherry picked from commit b505c6b7d636f262eadef82984b83b5194438724) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: opac/opac-memberentry.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 14:54:14 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 12:54:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-96-g797d32f Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 797d32f0193787b7afcb28fefaabd24422613162 (commit) from a503a522c2bfa34f8f64af8dbf2ecba8010b5201 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 797d32f0193787b7afcb28fefaabd24422613162 Author: Chris Cormack Date: Tue Jul 26 08:57:50 2016 +1200 Bug 16975 : @INC should not have '.' as its last entry To Test 1/ Try using a plugin 2/ Apply patch 3/ Test plugin still works Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 28eae42d2d09c14d0bb1bd3e1655714b33711ab3) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 1cf1c89f304fd2d84a1264041e8834444d1c8bf3) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha/Plugins.pm | 1 + Koha/Plugins/Handler.pm | 1 + 2 files changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 14:58:31 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 12:58:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-99-g10d9c71 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 10d9c7101274d2a303281eeee1b59d9f9e6b892f (commit) via e3175a4f28673fdc0ad333f0b638215d4a583560 (commit) via 970629b23acb46f8746ee2464158dbb8df7504d1 (commit) from 797d32f0193787b7afcb28fefaabd24422613162 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 10d9c7101274d2a303281eeee1b59d9f9e6b892f Author: Fr?d?ric Demians Date: Fri Jun 24 11:53:02 2016 +0000 Bug 11490: Update DB rev (3.22.09.003) Signed-off-by: Julian Maurice commit e3175a4f28673fdc0ad333f0b638215d4a583560 Author: Jonathan Druart Date: Wed May 11 14:10:49 2016 +0100 Bug 11490: Split MaxItemsForBatch into 2 prefs to clarify things Prior to this patch, a single pref (MaxItemsForBatch) was used to restrict the use of the batch item modification and deletion. On the batch modification tool, the pref is used to limit the number of items a librarian is allowed to modify in a batch, but on the batch deletion tool the pref is used to limit the number of items to display. To clarify things, this patch split the pref into 2 new prefs: MaxItemsToDisplayForBatchDel and MaxItemsToProcessForBatchMod. Later we could add a MaxItemsToProcessForBatchDel if needed. Note that this patch should not introduce any changes in the current behaviors. Test plan: 0/ Do not execute the update DB entry 1/ Set a value != 1000 for MaxItemsForBatch 2/ Execute the update DB entry and confirm that the 2 new prefs are initially set with the value of MaxItemsForBatch and that MaxItemsForBatch has been deleted 3/ Set different values for these 2 prefs (2 and 3 for instance to ease the next steps) 4/ Try to delete less than MaxItemsToDisplayForBatchDel items => You must see the items details 5/ Try to delete more than MaxItemsToDisplayForBatchDel items => You must not see the items details but are allowed to delete them 6/ Try to modify less than MaxItemsToProcessForBatchMod items => You must see the items details 7/ Try to modify more than MaxItemsToProcessForBatchMod items => You must be restricted and not allowed to process Signed-off-by: Laurence Rault Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit 6b2c55ecdd7ad128c7ec923e70b13b1f287c7d00) Signed-off-by: Fr?d?ric Demians (cherry picked from commit bb5adfa7f959d80dd079b058ec67f0d3fc276d09) Signed-off-by: Julian Maurice commit 970629b23acb46f8746ee2464158dbb8df7504d1 Author: Jonathan Druart Date: Wed May 11 14:10:41 2016 +0100 Bug 11490: Add prefs MaxItemsToProcessForBatchMod and MaxItemsToDisplayForBatchDel Signed-off-by: Laurence Rault Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit 20f42350488ccd2795af3863ab1954d22b92eeae) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 3e37c9db1760137bfc8a575590125c7d1b6aefa4) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/sysprefs.sql | 3 ++- installer/data/mysql/updatedatabase.pl | 19 +++++++++++++++++++ .../prog/en/modules/admin/preferences/tools.pref | 11 ++++++++--- .../prog/en/modules/tools/batchMod-edit.tt | 3 ++- tools/batchMod.pl | 9 ++++++--- 6 files changed, 38 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 15:32:28 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 13:32:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-100-ga3c8fee Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a3c8feea151208d97ab75b1a9e23f03535bb6b46 (commit) from 10d9c7101274d2a303281eeee1b59d9f9e6b892f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a3c8feea151208d97ab75b1a9e23f03535bb6b46 Author: Jesse Weaver Date: Fri Jul 8 16:01:19 2016 -0600 Bug 16818: External auth redirect broken under Plack Test plan: 0) Have either CAS or Shibboleth authentication enabled under Plack. 1) Hover over the authentication link on the staff client or OPAC, and notice that it has either '.../opac/...' or '.../intranet/...' instead of '.../cgi-bin/koha/...'. (This will be a complete dealbreaker for CAS authentication.) 2) Apply patch. 3) Check links again; they should now have the correct paths. Signed-off-by: Matthias Meusburger Signed-off-by: Jonathan Druart Did not test CAS or Shibboleth, but no regression found. Signed-off-by: Brendan Gallagher (cherry picked from commit d475dae77313e8f0ee11146ce824d019351cbc5f) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 0c5c0a50b87ceeaa8f76e18240e279a96596222a) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 24 +++--------------------- C4/Auth_with_cas.pm | 3 ++- C4/Auth_with_shibboleth.pm | 3 ++- Koha/AuthUtils.pm | 22 +++++++++++++++++++++- 4 files changed, 28 insertions(+), 24 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 15:34:35 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 13:34:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-101-g9a19c7d Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 9a19c7d35af569beb6a40a13d3b35be7506334c2 (commit) from a3c8feea151208d97ab75b1a9e23f03535bb6b46 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9a19c7d35af569beb6a40a13d3b35be7506334c2 Author: Marcel de Rooy Date: Fri Jul 22 11:48:21 2016 +0200 Bug 16971: Missing dependency for HTML::Entities This module is already used in opac-password-recovery.pl. It is loaded in Acquisition, but not used (anymore?). It is not yet listed in PerlDependencies. Note: The module is packaged for Debian Wheezy and Jessie. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 92626f55c88661d1e5b8dea57bdca412df004123) Signed-off-by: Fr?d?ric Demians (cherry picked from commit df0efd70da3486969b0601a5d3018f2f8cd49a52) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 1 - C4/Installer/PerlDependencies.pm | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 15:35:34 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 13:35:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-102-g0b3afee Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 0b3afeef401d7e082c6c43ccfe486f74f29881dc (commit) from 9a19c7d35af569beb6a40a13d3b35be7506334c2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0b3afeef401d7e082c6c43ccfe486f74f29881dc Author: Marc V?ron Date: Tue Jul 5 07:14:26 2016 +0200 Bug 16871: Translatability: Avoid [%%-problem and fix related sentence splitting in catalogue/detail.tt In koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt, fix line splitted TT directives and sentence splitting leading to translatability problems. (See first comment). To test: - Apply patch - Go to detail pages of biblios with waiting holds - Verify that messages in column 'Status' are OK - Examine code in patch to make sure that the simplification in logic makes sense and that no TT directive is splitted - Bonus test: - Go to folder misc/translator. Run perl translate create xx-XX - Verify that monster mentioned in first comment no longer exists (in po/xx-XX-staff-prog.po) Signed-off-by: Hector Castro Works as advertised Amended for wording (comment #5) 2016-07-26 mv Signed-off-by: Brendan Gallagher (cherry picked from commit 13004a8c649f1098f1ddd3be5a02b75bad27f3d8) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 536acf312012b29df27191683a313d097b176c1e) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/detail.tt | 30 ++++---------------- 1 file changed, 5 insertions(+), 25 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 15:39:51 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 13:39:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-103-g8751e36 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 8751e361e65aa15873d86bc179ac7c29a9446e75 (commit) from 0b3afeef401d7e082c6c43ccfe486f74f29881dc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8751e361e65aa15873d86bc179ac7c29a9446e75 Author: Mark Tompsett Date: Wed Jul 6 14:17:20 2016 -0400 Bug 16864: Silence warnings in t/db_dependent/ILSDI_Services.t prove t/db_dependent/ILSDI_Services.t generates noisy output as a result of the ambiguous context of two $cgi->param() calls. By storing into scalar variables, and then using the scalar variables, the code maintains readability and fixes the problem. TEST PLAN --------- 1) prove t/db_dependent/ILSDI_Services.t -- noisy. 2) apply patch 3) prove t/db_dependent/ILSDI_Services.t -- not noisy 4) run koha qa test tools Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit ef0738922005e4235b80e70663d7fa711a87556e) Signed-off-by: Fr?d?ric Demians (cherry picked from commit ad5acf73bc03f2a68ebbaa27c3d9399ce38551ae) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/ILSDI/Services.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 15:41:44 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 13:41:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-104-ga301d22 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a301d22662d790f2c38f2e06abf1a6dddb18bf82 (commit) from 8751e361e65aa15873d86bc179ac7c29a9446e75 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a301d22662d790f2c38f2e06abf1a6dddb18bf82 Author: Nicole C Engard Date: Wed Jul 27 13:27:37 2016 +0000 Bug 16727: Clarify upload category note This patch clarifies the note on the upload tool that states that no categories are defined. To test: * Log in to Koha * Confirm that you have no values set for the UPLOAD authorized value category * Visit Tools > Upload * Check the warning note for typos * Add a authorized value category for UPLOAD * Visit Tools > Upload * Confirm that note is replaced Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher (cherry picked from commit ebaa3543d6278fe31886310cda5b10c807e6ad8a) Signed-off-by: Fr?d?ric Demians (cherry picked from commit fbb6eccabab6fa65bab8d03e4be444e4029faa7c) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 15:44:42 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 13:44:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-105-gb9453cf Message-ID: This is an automated email from the git hooks/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.22.x has been updated via b9453cf0d142100a609020c49e94339a64096652 (commit) from a301d22662d790f2c38f2e06abf1a6dddb18bf82 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b9453cf0d142100a609020c49e94339a64096652 Author: Tomas Cohen Arazi Date: Wed Aug 3 14:34:12 2016 -0300 Bug 17044: Fix wrong destination for 'api' directory The original Makefile.PL tweak missed to trim the directory name thus repeating the 'api' directory like in 'api/api'. To test: - Make a standard install (for example in /usr/share/koha => FAIL: check /usr/share/koha/api/api exists - Make a single install (for example in /home/tcohen/koha-single) => FAIL: check /home/tcohen/koha-single/api/api exists - Apply the patch - Make a standard install (for example in /usr/share/koha => SUCCESS: check /usr/share/koha/api exists and doesn't contain a nested 'api' dir - Make a single install (for example in /home/tcohen/koha-single) => SUCCESS: check /home/tcohen/koha-single/api exists and doesn't contain a nested 'api' dir - Sign off :-D Note: this affects the packages too, as the standard install is used as a basis. Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 72d92be918eae8a9bc3c6723c155d1b0c6ba25e4) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 58fd9fbea35bcdf75c73ef10ee7c38a2fa5dc007) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 15:50:32 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 13:50:32 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-106-g0355140 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 03551408629e865aaaac38394515fd1d960cf30f (commit) from b9453cf0d142100a609020c49e94339a64096652 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 03551408629e865aaaac38394515fd1d960cf30f Author: Mark Tompsett Date: Tue May 31 12:01:46 2016 -0400 Bug 16622: some tests triggered by prove t fail for unset KOHA_CONF TEST PLAN --------- 1) unset KOHA_CONF 2) prove t -- 00-load.t dies miserably 3) prove t/Creators.t -- fails 4) apply patch 5) prove t -- noisy, but all tests successful 6) prove -v t/Creators.t -- 2 skipped tests 7) run koha qa test tools Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 6b3a04da6a2f137ad87e0d39e9cc2c5ab7958850) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 72c6715260e6605be83cced71029ba21be51aba1) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_cas.pm | 1 - t/Creators.t | 19 ++++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 15:55:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 13:55:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-107-g30b1054 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 30b10548b0d896eb620e0d37ed0f8a41432de5aa (commit) from 03551408629e865aaaac38394515fd1d960cf30f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 30b10548b0d896eb620e0d37ed0f8a41432de5aa Author: Eric Phetteplace Date: Sat Aug 6 10:44:53 2016 -0700 Bug 17068: empty
  • in opac-reserve.tt empty HTML list item on 'holds' page, to test: - sign in as user - attempt to place hold - view source in between 'holds note' textarea & comment - note empty
  • - apply patch - repeat process above up until patch - no more empty
  • Signed-off-by: Jason Robb Signed-off-by: Nick Clemens Signed-off-by: Brendan Gallagher (cherry picked from commit 17a5ef51199736235f0c3fd35c84be124ecc166e) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 9fa841b0e10849f89c66a222795aac0d96188aa5) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 -- 1 file changed, 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 15:57:34 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 13:57:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-108-gff06964 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via ff06964fd2b79c9a49c813f49f2f8a0afad25868 (commit) from 30b10548b0d896eb620e0d37ed0f8a41432de5aa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ff06964fd2b79c9a49c813f49f2f8a0afad25868 Author: Mirko Tietgen Date: Sat Aug 6 13:52:26 2016 +0200 Bug 17065 - Rename C4/Auth_cas_servers.yaml.orig C4/Auth_cas_servers.yaml.orig gets cleaned away after every package build because of the .orig extension. This patch moves it. It is only a sample file, there is no functionality to test. Just verify that the file is there with the new name after you applied the patch. Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 30474a321575ffecfd4e2578dce59385267ec8d7) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 0447a6a217f9836e54225f4b6a1fdc13f85409fa) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/{Auth_cas_servers.yaml.orig => Auth_cas_servers.yaml.sample} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename C4/{Auth_cas_servers.yaml.orig => Auth_cas_servers.yaml.sample} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 16:38:58 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 14:38:58 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-109-ga85aea7 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a85aea7a61c0ee87c386c28cca0ee3ce2b2ce4c3 (commit) from ff06964fd2b79c9a49c813f49f2f8a0afad25868 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a85aea7a61c0ee87c386c28cca0ee3ce2b2ce4c3 Author: Owen Leonard Date: Wed May 4 09:34:46 2016 -0400 Bug 16450 - Remove the use of "onclick" from guarantor search template This patch updates the guarantor search template so that event definition is done in the script rather than in an onclick attribute. This patch also increases the size of the popup window to help prevent the need for horizontal scrolling and adds Bootstrap style to the "select" button. To test, apply the patch and clear your browser cache if necessary. - Go to Patrons and add a patron with a "child" category type. - In the "Guarantor information" section, click the "Set to patron" button. - In the pop-up window, search for a patron. - Click the "Select" button next to a patron. - The window should close, and the patron you selected should now appear as the guarantor. The guarantor's address information should be added to the "Main address" section. Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/members.js | 3 +-- .../intranet-tmpl/prog/en/modules/common/patron_search.tt | 8 ++++++++ .../prog/en/modules/members/tables/guarantor_search.tt | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 19:53:55 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 17:53:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-486-gac4a058 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via ac4a058b05fc1a1a6955d025328cca6ae369baeb (commit) from 6df86141425c5d781b3387331c5716b3be0a7a6b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ac4a058b05fc1a1a6955d025328cca6ae369baeb Author: Mark Tompsett Date: Tue Aug 2 23:26:03 2016 -0400 Bug 16885: koha-stop-zebra should be more sure of stopping zebrasrv This patch follows Galen's suggestion in comment #7. TEST PLAN --------- 1) Back up your koha logs as desired. 2) add something to /var/log/koha/{instance name}/intranet-error.log 3) ps aux | grep zebra 4) logrotate -f /etc/logrotate.d/koha-common 5) ps aux | grep zebra -- the zebrasrv and daemon process for zebra indexing didn't restart. 6) apply this patch against /usr/sbin/koha-stop-zebra 7) sudo koha-start-zebra {instance name} 8) ps aux | grep zebra -- the processes should have started up again. 9) add different junk to /var/log/koha/{instance name}/intranet-error.log 10) ps aux | grep zebra 11) logrotate -f /etc/logrotate.d/koha-common 12) ps aux | grep zebra -- the process ids for the zebrasrv and daemon processes should be different, but the number of processes is the same as before. 13) sign off, because its less ugly than comment #3 Sponsored-by: Tulong Aklatan Signed-off-by: Tomas Cohen Arazi Works as expected, no regressions found. Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-stop-zebra | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 19:54:40 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 17:54:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-487-g007d2fe Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 007d2feee6b2fec92f2d6518a3e84de0f6476b3d (commit) from ac4a058b05fc1a1a6955d025328cca6ae369baeb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 007d2feee6b2fec92f2d6518a3e84de0f6476b3d Author: Tomas Cohen Arazi Date: Mon Jul 25 15:08:00 2016 -0300 Bug 16974: Make koha-plack should check and fix log files permissions This patch adds a function to the koha-plack script so it checks for log file existence and its permissions. This function is called from the start_plack function. If some of this conditions are not fulfilled, it solves the situation by either touching and/or changing the permissions accordingly for the instances' plack log files. To test: - Run (on kohadevbox): $ cd kohaclone $ debian/scripts/koha-plack --start kohadev $ debian/scripts/koha-plack --stop kohadev $ ls /var/log/koha/kohadev/plack* - Verify ownership of the created files (they might belong to the root user) - Apply the patch - Run: $ chown root:root /var/log/koha/kohadev/plack* $ debian/scripts/koha-plack --start kohadev $ ls /var/log/koha/kohadev/plack* => SUCCESS: Files belong to kohadev-koha:kohadev-koha - Run: $ debian/scripts/koha-plack --stop kohadev $ rm /var/log/koha/kohadev/plack* $ debian/scripts/koha-plack --start kohadev $ ls /var/log/koha/kohadev/plack* => SUCCESS: Files are created and belong to kohadev-koha:kohadev-koha - Sign off :-D Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-plack | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 19:55:19 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 17:55:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-488-g21593d8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 21593d8e1d92201f581d7168dbf9392dcb65ed7d (commit) from 007d2feee6b2fec92f2d6518a3e84de0f6476b3d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 21593d8e1d92201f581d7168dbf9392dcb65ed7d Author: Mirko Tietgen Date: Thu Aug 11 06:35:47 2016 +0200 Bug 17084 - Automatic debian/control updates (master) Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: debian/control | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 19:56:09 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 17:56:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-489-g6fcd32a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6fcd32a75c41c7815a883cc4952899ea24045b3c (commit) from 21593d8e1d92201f581d7168dbf9392dcb65ed7d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6fcd32a75c41c7815a883cc4952899ea24045b3c Author: Indranil Das Gupta (L2C2 Technologies) Date: Sat Aug 13 05:55:14 2016 +0530 Bug 17103 - Google API Loader jsapi called over http This patch replaces the hardcoded protocol ("http") from the URI with https since that is what Google defacto uses to serve JS resources Prevents MIXED CONTENT failure, allowing GoogleIndicTransliteration to function correctly when used in SSLized OPACs. Test plan --------- 1/ Make sure your OPAC is being served both over HTTP and HTTPS 2/ Set GoogleIndicTransliteration syspref to "Show" 3/ Access the OPAC over http, Google transliteration element will show up in masthead searchbox. 4/ Access the OPAC over https. The element will not show. Console will show MIXED CONTENT error and failure of google loader. 5/ Apply patch. Repeat steps #3 and #4 again. Now in both cases GoogleIndicTransliteration will work. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 19:57:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 17:57:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-490-g9237fe6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 9237fe676336f5908a9acc26a3b70b70d25602ae (commit) from 6fcd32a75c41c7815a883cc4952899ea24045b3c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9237fe676336f5908a9acc26a3b70b70d25602ae Author: Olli-Antti Kivilahti Date: Thu Sep 17 13:23:49 2015 +0300 Bug 14844: Corrupted storable string. When adding/editing an Item, cookie LastCreatedItem might be corrupted. No idea how to replicate this issue but we have been getting several reports about the following error: Software error: Corrupted storable string (binary v2.9) at /usr/lib/perl/5.18/Storable.pm line 417, at /home/koha/kohaclone/cataloguing/additem.pl line 375. TEST PLAN: 1. Add or modify an Item. 2. No observed changes. ?. We don't know what causes this but we know that add/modify Item occasionally crashes due to failure of a cookie thawing. This patch prevents the whole program from dying, because this error is not critical enough to warrant dying. Also there is no centralized mechanism in Koha for showing messages to the user, so there is no easy and convenient way to warn the user that the: 'LastCreatedItem'-cookie or the systempreference 'PrefillItem' is malfunctioning. So we instead just warn to the server logs with the malfunctioning cookie in hopes of nailing down what causes the issues. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: cataloguing/additem.pl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 20:06:13 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 18:06:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-496-g0caed05 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 0caed05779b886229d2a02c168bdb38453c67bb4 (commit) via 3a7aaf1339247689405e769349faaca6fe359950 (commit) via 25cdf478958b4fd6c0e6d2510dce4963cf183f29 (commit) via 95fff37db888ce73a20f0506d5158fb57bcfe1c0 (commit) via baeba970f77dbc75ae859e9cc6ba04afa410f17a (commit) via 8a135fd21a06045075b49b465082dae74086f53f (commit) from 9237fe676336f5908a9acc26a3b70b70d25602ae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0caed05779b886229d2a02c168bdb38453c67bb4 Author: Kyle M Hall Date: Wed Aug 17 18:03:50 2016 +0000 Bug 16829 - DBRev 16.06.00.014 Signed-off-by: Kyle M Hall commit 3a7aaf1339247689405e769349faaca6fe359950 Author: Tomas Cohen Arazi Date: Fri Jul 1 18:53:00 2016 -0300 Bug 16829: Unit tests for logaction's 'interface parameter' This patch introduces tests for the new 'interface' parameter for the C4::Log::logaction and C4::Log::GetLogs functions. In logaction, it falls back to C4::Context->interface if ommited. To test: - Run $ prove t/db_dependent/Log.t => SUCCESS: Tests pass - Sign off Sponsored-by: NEKLS Signed-off-by: Nicole C Engard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 25cdf478958b4fd6c0e6d2510dce4963cf183f29 Author: Tomas Cohen Arazi Date: Fri Jul 1 18:33:15 2016 -0300 Bug 16829: DBIx update Sponsored-by: NEKLS Signed-off-by: Nicole C Engard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 95fff37db888ce73a20f0506d5158fb57bcfe1c0 Author: Tomas Cohen Arazi Date: Fri Jul 1 18:27:03 2016 -0300 Bug 16829: Add 'interface' to the log viewer This patch introduces the 'interface' filter to the log viewer. To test: - Apply the patch - Open the log viewer => SUCCESS: As default, 'All' interfaces are chosen. OPAC, Intranet and SIP are presented - Do a lot of log searches, verify that the interface column shows what is expected. => SUCCESS: The chosen 'interfaces' are kept when rendering results. Sponsored-by: NEKLS Signed-off-by: Nicole C Engard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit baeba970f77dbc75ae859e9cc6ba04afa410f17a Author: Tomas Cohen Arazi Date: Fri Jul 1 18:26:13 2016 -0300 Bug 16829: make logaction and GetLogs aware of the interface column This patch changes the logaction API so it accepts a new 'interface' param. Current code calling logaction is not changed, and this parameter can be ommited in most contexts, and it will correctly fall-back to C4::Context->interface. Unit tests are provided on a different patch. GetLogs gets patched as well, so it can be required to filter by 'interface' param. Sponsored-by: NEKLS Signed-off-by: Nicole C Engard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 8a135fd21a06045075b49b465082dae74086f53f Author: Tomas Cohen Arazi Date: Fri Jul 1 17:48:37 2016 -0300 Bug 16829: Add 'interface' column to action_logs This patch introduces a new column for the action_logs table. It is called 'interface' and it is intended to store the interface in which the action was performed. Sponsored-by: NEKLS Signed-off-by: Nicole C Engard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Log.pm | 13 +++- Koha.pm | 2 +- Koha/Schema/Result/ActionLog.pm | 12 +++- installer/data/mysql/kohastructure.sql | 4 +- installer/data/mysql/updatedatabase.pl | 14 ++++ .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 30 +++++++++ t/db_dependent/Log.t | 69 +++++++++++++++++++- tools/viewlog.pl | 7 +- 8 files changed, 139 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 17 20:39:39 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Aug 2016 18:39:39 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-502-g090c0fc Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 090c0fc6c49e448b1ee506808e5f157c4ba88414 (commit) via b4a08cad608b8b8aebfebd5a6e058554a7b4bf59 (commit) via a61e0a3324ce61f358d51ab882f42539ec82232a (commit) via fde83bd73def033cd7f5059e58ca84621ec25fef (commit) via d1eb7061536d11b382c3256aaefb48fc447bfa72 (commit) via a6bc706ad1fac9e9343c04a9c8ac142d493629a8 (commit) from 0caed05779b886229d2a02c168bdb38453c67bb4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 090c0fc6c49e448b1ee506808e5f157c4ba88414 Author: Kyle M Hall Date: Wed Aug 17 18:40:27 2016 +0000 Bug 14642 - DBRev 16.06.00.015 Signed-off-by: Kyle M Hall commit b4a08cad608b8b8aebfebd5a6e058554a7b4bf59 Author: Jonathan Druart Date: Tue Aug 9 10:14:44 2016 +0100 Bug 14642: Make sure the log will be written only if the hold has been deleted Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit a61e0a3324ce61f358d51ab882f42539ec82232a Author: Tomas Cohen Arazi Date: Mon Aug 8 23:46:48 2016 -0300 Bug 14642: (QA followup) Add tests for Koha::Hold->delete Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit fde83bd73def033cd7f5059e58ca84621ec25fef Author: Tomas Cohen Arazi Date: Tue Jul 26 16:04:16 2016 -0300 Bug 14642: (QA followup) Make HoldsLog default to 0 After a couple comments regarding the default value I picked for the new syspref, I've decided to set it 0, as libraries interested on the fetarue will just enable it. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit d1eb7061536d11b382c3256aaefb48fc447bfa72 Author: Tomas Cohen Arazi Date: Wed Jun 15 14:48:57 2016 -0300 Bug 14642: Add logging for Holds This patch adds logging for several holds actions. Specifically for: - CREATE - CANCEL - DELETE - RESUME - SUSPEND - MODIFY To test: - Enable the HoldsLog syspref - Add a hold on a record/item => SUCCESS: The log view shows the CREATE action - Click on the button => SUCCESS: The log view shows the SUSPEND action - Click on the button => SUCCESS: The log view shows the RESUME action - Click on the red cross, to delete the hold => SUCCESS: The log view shows the CANCEL action Note: The DELETE action is logged when DelMember is called, with bug 16819 patches applied. Sponsored-by: NEKLS Signed-off-by: Liz Rea I also wonder about this going in defaulted on, but since the other logs are as well it seems ok to me. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit a6bc706ad1fac9e9343c04a9c8ac142d493629a8 Author: Tomas Cohen Arazi Date: Fri Jun 24 11:34:01 2016 -0300 Bug 14642: Add HoldsLog syspref This patch introduces a new syspref 'HoldsLog' which is to be used for controlling holds actions logs. Sponsored-by: NEKLS Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Log.pm | 1 + C4/Reserves.pm | 13 ++++++ Koha.pm | 2 +- Koha/Hold.pm | 25 ++++++++++++ installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 11 +++++ .../prog/en/modules/admin/preferences/logs.pref | 6 +++ .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 8 +++- opac/opac-reserve.pl | 4 +- t/db_dependent/Hold.t | 42 +++++++++++++++++++- 10 files changed, 107 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 17:35:48 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 15:35:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-505-g8a7266c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 8a7266cd0d12f8933e9598a4e954ecd2977b89b8 (commit) via c0ac389c1ec5422795bd6976a29e140a945f967d (commit) via 40b9645bf6d822e7e1895587b44889c193af14ac (commit) from 090c0fc6c49e448b1ee506808e5f157c4ba88414 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8a7266cd0d12f8933e9598a4e954ecd2977b89b8 Author: Jonathan Druart Date: Mon Aug 15 13:15:22 2016 +0100 Bug 16615: Update OPACSearchForTitleIn to access openlibrary.org via https Note that we could also update the syspref for existing installs Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit c0ac389c1ec5422795bd6976a29e140a945f967d Author: Mark Tompsett Date: Sun Aug 14 13:01:47 2016 -0400 Bug 16615: Follow up - missed a spot Also, it is recommended to apply bug 17103 before this. Signed-off-by: Mark Tompsett Signed-off-by: Oliver Bock Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 40b9645bf6d822e7e1895587b44889c193af14ac Author: Oliver Bock Date: Mon May 30 07:35:26 2016 +0000 Bug 16615: Open Library API fails for full-site-SSL When running Koha in a full-site-SSL configuration accessing external resouces like Open Library cover images via HTTP doesn't work (mixed SSL/non-SSL content). It thus breaks a core feature of Koha. Referencing such resources always via HTTPS resolves the problem and also enhances privacy as a side-effect. Previous tickets took care of Amazon resources. This ticket is supposed to address the remaining external resource providers, starting with Open Library. TEST PLAN --------- 1) Over https access your OPAC with the Enhanced Content system preferences 'OpenLibraryCovers' set to 'Add', and 'OpenLibrarySearch' set to 'Show'. 2) Search for something (e.g. Mo Willems) -- Your browser console log will show messages about mixed content. 3) Apply the patch 4) Making sure to reload the java script, attempt steps 1 & 2 again. -- no mixed content messages should be given 5) run koha qa test tools Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/sysprefs.sql | 2 +- koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 17:39:16 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 15:39:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-507-g6cd1891 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6cd1891ffe5903a09e2deb04e852e967a2187ba0 (commit) via 8c5cb134ee75aad77a9ba9b9fd84005fc0a9feb3 (commit) from 8a7266cd0d12f8933e9598a4e954ecd2977b89b8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6cd1891ffe5903a09e2deb04e852e967a2187ba0 Author: Jonathan Druart Date: Mon Aug 8 15:11:56 2016 +0100 Bug 16996: (follow-up) Do not explode if mandatory fields are missing When registering a new patron, if something went wrong, the form is resent to the template but without the categorycode (not a dropdown list anymore, but just displayed as a readonly value # TODO LATER). Signed-off-by: Marc Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall commit 8c5cb134ee75aad77a9ba9b9fd84005fc0a9feb3 Author: Jonathan Druart Date: Wed Aug 3 16:28:24 2016 +0100 Bug 16996: Do not explode if mandatory fields are missing At the OPAC, if a patron modify his/her information and at least 1 mandatory field is missing, Koha will crash with Template process failed: undef error - Can't call method "description" It is raised by Koha::Template::Plugin::Categories::GetName called with an undefined categorycode. The problem is that the values sent originaly are not sent back to the template if the user missed something. This patch makes that all info are resent to the template in order to show the same form to the user. Test plan: 0. Apply patch 1. Make sure that the categorycode is not hidden in the OPAC in: PatronSelfRegistrationBorrowerUnwantedField or PatronSelfModificationBorrowerUnwantedField 2. Add a required field in PatronSelfRegistrationBorrowerMandatoryField, for example email. 3. Go to Your Personal Details in the OPAC (opac-memberentry.pl) and leave blank the required field of point 2 4. Press "Submit update request" There should be no software error. NOTE: The warns will be floody on the logs. Signed-off-by: Mark Tompsett Signed-off-by: Marc Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 1 + opac/opac-memberentry.pl | 3 +++ 2 files changed, 4 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 17:45:14 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 15:45:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-508-g8481212 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 84812129c979557cd2232c3a8b5b0f01c368a634 (commit) from 6cd1891ffe5903a09e2deb04e852e967a2187ba0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 84812129c979557cd2232c3a8b5b0f01c368a634 Author: Jonathan Druart Date: Tue Aug 2 09:43:01 2016 +0100 Bug 16955: Do not clear from cache when adding a new framework There are several issues with these lines: 1/ $cache is not defined correctly and it not visible inside duplicate_framework 2/ $frameworkcode is a wrong c/p, it should be $newframeworkcode 3/ these calls are not needed. As we are creating a new framework, the cache should be empty... This patch will simply remove these calls Test plan: Duplicate a framework and confirm that you do not get any error in your logs. Signed-off-by: Christopher Brannon Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: admin/marctagstructure.pl | 4 ---- 1 file changed, 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 17:51:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 15:51:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-512-g23a4b31 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 23a4b3163128592a464d910d94942087da7990f9 (commit) via 0316fc730907c66cdab8e5ee5530a39dcbc4d6fd (commit) via fcf38896bd738767c3a9c4c1e8909a199f480a30 (commit) via 13a61279523b35370f7b3adeb0f47ad30bfa937d (commit) from 84812129c979557cd2232c3a8b5b0f01c368a634 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 23a4b3163128592a464d910d94942087da7990f9 Author: Marcel de Rooy Date: Fri Aug 12 09:15:01 2016 +0200 Bug 17097: [QA Follow-up] Exit after redirect Adds one exit statement, and some whitespace. Signed-off-by: Marcel de Rooy Verified deleting a patron again. Signed-off-by: Kyle M Hall commit 0316fc730907c66cdab8e5ee5530a39dcbc4d6fd Author: Jonathan Druart Date: Wed Aug 10 12:18:04 2016 +0100 Bug 17097: here the var is 'member', not 'borrowernumber' Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall commit fcf38896bd738767c3a9c4c1e8909a199f480a30 Author: Jonathan Druart Date: Tue Aug 9 22:29:25 2016 +0100 Bug 17097: Fix CSRF in deletemem.pl If an attacker can get an authenticated Koha user to visit their page with the url below, they can delete patrons details. /members/deletemem.pl?member=42 Test plan: 0/ Do not apply any patches 1/ Adapt and hit the url above => The patron will be deleted without confirmation 2/ Apply first patch 3/ Hit the url => you will get a confirmation page 4/ Hit /members/deletemem.pl?member=42&delete_confirmed=1 => The patron will be deleted without confirmation 5/ Apply the second patch (this one) 6/ Hit /members/deletemem.pl?member=42&delete_confirmed=1 => you will get a crash "Wrong CSRF token" (no need to stylish) 7/ Delete a patron from the detail page and confirm the deletion => you will be redirected to the patron module home page and the patron has been deleted Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall commit 13a61279523b35370f7b3adeb0f47ad30bfa937d Author: Jonathan Druart Date: Tue Aug 9 22:18:14 2016 +0100 Bug 17097: Add a confirmation page when deleting a patron It won't hurt to have a confirmation page when deleting a patron. Moreover it's the more easy way to protect against CSRF attacks :) Test plan: Make sure you get a confirmation page when deleting a patron Confirm that approving or denying the confirmation work as expected Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/members-toolbar.inc | 10 +---- .../prog/en/modules/members/deletemem.tt | 15 ++++++++ members/deletemem.pl | 40 ++++++++++++++------ 3 files changed, 45 insertions(+), 20 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 17:53:24 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 15:53:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-513-g1bc34e3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 1bc34e31e9c371d8f60a074f13e933d15a31e20e (commit) from 23a4b3163128592a464d910d94942087da7990f9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1bc34e31e9c371d8f60a074f13e933d15a31e20e Author: Jonathan Druart Date: Mon Aug 15 09:26:16 2016 +0100 Bug 17124: Fix tests in DecreaseLoanHighHolds.t One test of DecreaseLoanHighHolds.t does not pass, A hashref representing a patron has a 'borrower' key defined, instead of 'borrowernumber'. Test plan: prove t/db_dependent/DecreaseLoanHighHolds.t must return green Signed-off-by: Claire Gravely Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: t/db_dependent/DecreaseLoanHighHolds.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 17:56:11 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 15:56:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-514-gfb449aa Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via fb449aaede3f23ee71e9e50286a26035bb3ef640 (commit) from 1bc34e31e9c371d8f60a074f13e933d15a31e20e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fb449aaede3f23ee71e9e50286a26035bb3ef640 Author: Jacek Ablewicz Date: Fri Aug 12 16:19:52 2016 +0200 Bug 17117: Patron personal details not displayed unless branch update request is enabled In patron acount ("your personal details" tab, which serves as a form for submitting update requests as well) it's not possible to display some account details like expiration date etc., without enabling the field for branch / library update requests too. To reproduce: 1) set OPACPatronDetails to "Allow" 2) clear PatronSelfModificationBorrowerUnwantedField preference - all possible fields in the update requests form are visible in patron account, including some extra details (card number, expiration date, category) in the "Library" section on top 3) put 'branchcode' in PatronSelfModificationBorrowerUnwantedField preference 4) the whole 'Library' section disappears To test: 1) apply patch 2) put 'branchcode' in PatronSelfModificationBorrowerUnwantedField, 'Library' section should remain visible (sans branch selection option) 3) put 'branchcode|cardnumber|datexpiry|categorycode' in the same preference, 'Library' section should now disappear Signed-off-by: Hector Castro Works as advertised Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 17:59:15 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 15:59:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-515-g739eaa8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 739eaa82e8b52a1ef83e995badc7ddfa3a32e3fc (commit) from fb449aaede3f23ee71e9e50286a26035bb3ef640 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 739eaa82e8b52a1ef83e995badc7ddfa3a32e3fc Author: Jonathan Druart Date: Mon Aug 1 13:46:49 2016 +0100 Bug 17009: Speed up the framework duplication To duplicate frameworks, the code retrieve all the subfields, then execute 1 insert per subfield. It's unnecessary slow, we can use the DBMS to do it. Test plan: Create a new framework and duplicate the structure of another framework. Signed-off-by: Marc Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: admin/marctagstructure.pl | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 18:00:32 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 16:00:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-516-g5ec898b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5ec898b401670c822e159e3ae6f0e0ecb36bc789 (commit) from 739eaa82e8b52a1ef83e995badc7ddfa3a32e3fc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5ec898b401670c822e159e3ae6f0e0ecb36bc789 Author: Jonathan Druart Date: Tue Aug 9 20:08:54 2016 +0100 Bug 17095: (bug 16849 follow-up) Fix regression if patron does not exist Bug 16082, 'Display a friendly "patron does not exist" message if that's the case - circulation.pl' changed the behavior of the checkout page so that if you hit that page with a borrowernumber which doesn't exist a nice message will tell you so. Now when you do that you get an error message: Can't call method "is_debarred" on an undefined value at /circ/circulation.pl line 300. Test plan: confirm that the friendly message is back :) Signed-off-by: Owen Leonard Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 18:02:57 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 16:02:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-517-g4884f3a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 4884f3a00a99c959059b7d12544c271a1e1ab616 (commit) from 5ec898b401670c822e159e3ae6f0e0ecb36bc789 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4884f3a00a99c959059b7d12544c271a1e1ab616 Author: Fridolin Somers Date: Thu Aug 11 10:58:40 2016 +0200 Bug 17107 - Add ident and Identifier-standard to known indexes Add ident and Identifier-standard to known indexes in C4::Search::getIndexes(). Those indexes can be very useful, for example for IdRef feature. Test plan : - Make sure some records have a field indexed with Identifier-standard, ISBN=1234 for example - Perform a search /cgi-bin/koha/opac-search.pl?idx=ident,phr&q=1234 => you find the record - Perform a search /cgi-bin/koha/opac-search.pl?q=ident:1234 => Without patch : you get no results => With patch : you find the record Idem for 'Identifier-standard' Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 18:07:35 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 16:07:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-518-g761001a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 761001add1a95d147a23b74e8d817890ffc08ac5 (commit) from 4884f3a00a99c959059b7d12544c271a1e1ab616 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 761001add1a95d147a23b74e8d817890ffc08ac5 Author: Galen Charlton Date: Fri Jul 29 20:41:19 2016 +0000 Bug 17001: fix due date filter on the overdue report When the TimeFormat system preference is set to "12 hour", setting a filter on the due date can result in: - no overdue loans being reported, even if there are some that meet the criteria OR - overdue loans being omitted from the report if they are due on the "until" date in the filter This patch fixes this by replacing output_pref() with DateTime::Format::MySQL to format the date filter values to pass to the SQL query. To test ------- [1] Run the overdue report (circ/overdue.pl) and set a filter on due date, using values that should bring up one or more overdue loans. [2] Note that zero overdue loans are returned (if using MySQL 5.5, 5.6, or 5.7 or MariaDB 5) or that loans due on the "until" date are omitted (if using MarioDB 10). [3] Apply the patch and repeat step 1. This time, the correct set of overdue loans should be reported. Signed-off-by: Galen Charlton Signed-off-by: Jason Robb Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: circ/overdue.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 18:10:51 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 16:10:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-520-gf8230d5 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via f8230d5d0a6f20f0e054744221d5ad4b1ca467e3 (commit) via 492a64cef95c6afb1644cbb4f1be181c2442cbd8 (commit) from 761001add1a95d147a23b74e8d817890ffc08ac5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f8230d5d0a6f20f0e054744221d5ad4b1ca467e3 Author: Jonathan Druart Date: Mon Aug 15 15:11:19 2016 +0100 Bug 17100: Restore previous logic There is no need to change the previous logic here, so let's restore it. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit 492a64cef95c6afb1644cbb4f1be181c2442cbd8 Author: Marc V?ron Date: Wed Aug 10 11:42:28 2016 +0200 Bug 17100: Do not display payments if patron has nothing to pay This alternative patch moves logic and formatting to the template file. To test: * without patch 1/ find a patron with no lines in accountlines table : print summary shows no "account fines and payments" => OK 2/ find a patron with some lines in accountlines table and the total amount > 0 : print summary shows a table "account fines and payments" with fines to recover => OK 3/ find a patron with some lines in accountlines table but the total amount = 0 : print summary shows a table "account fines and payments" with nothing in it => NOK * with the patch, same cases as before : 1/ same as without patch 2/ same as without patch 3/ print summary does not show "account fines and payments" - Additionally, verify that formatting follows syspref 'CurrencyFormat' - Verify that amount column is right-aligned Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/moremember-print.tt | 12 ++++++------ members/summary-print.pl | 9 +-------- 2 files changed, 7 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 18:14:06 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 16:14:06 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-521-g9755207 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 97552074f028eefe81d27a4cba681bd5f0f1cd95 (commit) from f8230d5d0a6f20f0e054744221d5ad4b1ca467e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 97552074f028eefe81d27a4cba681bd5f0f1cd95 Author: Marc V?ron Date: Wed Aug 10 10:12:55 2016 +0200 Bug 16741 - Remove dead code "sub itemissues" from C4/Circulation.pm To verify: - git grep itemissues Result: Appears in C4/Circulation.pm only To test: - apply patch - git grep itemissues Expected result: No occurences - prove t/db_dependent/Circulation.t Expected result: Pass OK Signed-off-by: Claire Gravely Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 108 ----------------------------------------------------- 1 file changed, 108 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 18 18:14:37 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Aug 2016 16:14:37 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-522-g29b4ee5 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 29b4ee5c74949d9706387b1d02b858cd697a57d6 (commit) from 97552074f028eefe81d27a4cba681bd5f0f1cd95 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 29b4ee5c74949d9706387b1d02b858cd697a57d6 Author: Fridolin Somers Date: Thu Aug 11 10:39:31 2016 +0200 Bug 17106 - DataTables patron search defaulting to 'starts_with' - doc Bug 15930 modified default value for DataTables patron search. The doc text should also be modified : "Can be 'contain' or 'start_with' (default value). Used for the searchmember parameter." Test plan : - install Koha with patch - look at man page man/man3/C4::Utils::DataTables::Members.3pm Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Utils/DataTables/Members.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 22 08:47:57 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Aug 2016 06:47:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-111-gd0c34a3 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via d0c34a3bacc72a0ba8b516e3ea95aa173b7fae34 (commit) via df4e1961721070a12c5659c505150732307a2287 (commit) from a85aea7a61c0ee87c386c28cca0ee3ce2b2ce4c3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d0c34a3bacc72a0ba8b516e3ea95aa173b7fae34 Author: Jonathan Druart Date: Tue Aug 2 14:15:09 2016 +0100 Bug 17023: Fix XSS in acqui/z3950_search.pl Test plan: Enter the following in the different inputs: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit eb543a90848b97d35aa15052c8881134926a3ed0) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 7cb27f092a4c699fcd428083383eef6f515da3e3) Signed-off-by: Julian Maurice commit df4e1961721070a12c5659c505150732307a2287 Author: Jonathan Druart Date: Tue Aug 2 14:06:41 2016 +0100 Bug 17023: Fix XSS in cataloguing/z3950_search.pl Test plan: Enter the following in the different inputs: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit f6e0a619d974fe002ec6a920206c7bc2808bce26) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 98c6d7873535d52609657ecaf256740c95c0e532) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/z3950_search.tt | 56 ++++++++++---------- .../prog/en/modules/cataloguing/z3950_search.tt | 54 +++++++++---------- 2 files changed, 55 insertions(+), 55 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 22 13:42:11 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Aug 2016 11:42:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-526-g68407f4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 68407f4cf06b4063241582183c65cc66278f2c37 (commit) via 7a33e3ba75cdfdf60e3c1403ecc542f084ffc851 (commit) via 5c2f4cc7e08f5be6bbaabc6c86e87050189472cc (commit) via 1016139132000fbbb44ded12eda279d676f260f9 (commit) from 29b4ee5c74949d9706387b1d02b858cd697a57d6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 68407f4cf06b4063241582183c65cc66278f2c37 Author: Jonathan Druart Date: Fri Aug 19 13:39:35 2016 +0100 Bug 16960: Delete previous patron modifications If a patron edit his/her details a second time, we need to delete the first ones to avoid a "duplicate entry for key PRIMARY" error. Test plan: Log in at the OPAC Edit your details Edit them again => Without this patch, Koha will crash => With the patch applied, everything should work as expected Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall commit 7a33e3ba75cdfdf60e3c1403ecc542f084ffc851 Author: Jonathan Druart Date: Mon Aug 8 13:46:43 2016 +0100 Bug 16960: Fix error on validating the registration Followed steps in comment #14, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall commit 5c2f4cc7e08f5be6bbaabc6c86e87050189472cc Author: Jonathan Druart Date: Fri Aug 5 11:43:52 2016 +0100 Bug 16960: Update 1 missing occurrence of GetModifications Signed-off-by: Bob Birchall Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall commit 1016139132000fbbb44ded12eda279d676f260f9 Author: Kyle M Hall Date: Fri Jul 22 16:50:50 2016 +0000 Bug 16960 - Patron::Modifications should be fixed The changes from opac-memberentry do not reach the table, since the Patron::Modifications object does not work well. Test Plan: 1) Apply this patch 2) Create some patron modification requests 3) Ensure you can approve and deny modifications 4) Ensure patron self registration works Signed-off-by: Bob Birchall Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha/Patron/Modification.pm | 36 +++- Koha/Patron/Modifications.pm | 218 +------------------- circ/circulation.pl | 3 +- .../prog/en/modules/circ/circulation.tt | 2 +- mainpage.pl | 3 +- members/members-home.pl | 2 +- members/members-update-do.pl | 10 +- members/members-update.pl | 2 +- opac/opac-memberentry.pl | 25 ++- opac/opac-registration-verify.pl | 13 +- t/db_dependent/Koha_borrower_modifications.t | 137 +++++------- 11 files changed, 127 insertions(+), 324 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 22 14:47:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Aug 2016 12:47:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-527-g3315a88 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 3315a883ed055554627c26ace0581e8fd6426b83 (commit) from 68407f4cf06b4063241582183c65cc66278f2c37 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3315a883ed055554627c26ace0581e8fd6426b83 Author: Jonathan Druart Date: Mon Aug 22 13:07:54 2016 +0100 Bug 17023: Repair "cancel" link The basketno param has been removed in previous patch. Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 22 21:38:18 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Aug 2016 19:38:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.13-15-g4c3c2c8 Message-ID: This is an automated email from the git hooks/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 4c3c2c8ec2dc748e8507ef4d6256b6187b0367c1 (commit) via e552cd64bbb82a5e5dddc57568b6d2018ee59c95 (commit) from 852bc4525370f0dae43275bf3da65dea19fbde83 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4c3c2c8ec2dc748e8507ef4d6256b6187b0367c1 Author: Jonathan Druart Date: Wed Aug 3 08:49:10 2016 +0100 Bug 17036: Fix XSS in circulation.pl Test plan: Enter the following in the "Check out" tab: "> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack commit e552cd64bbb82a5e5dddc57568b6d2018ee59c95 Author: Jonathan Druart Date: Wed Aug 3 13:57:43 2016 +0100 Bug 17038: Fix XSS in catalogue/search.pl Test plan: Search for something like: \";alert(1)//135 => Without this patch you will see the alert => With this patch, no more alert Note that this fix the parameters idx, q and op Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 22 21:41:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Aug 2016 19:41:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.13-16-g947ddcb Message-ID: This is an automated email from the git hooks/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 947ddcba9392d9565b03e911dd1d14e5e23e3bc1 (commit) from 4c3c2c8ec2dc748e8507ef4d6256b6187b0367c1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 947ddcba9392d9565b03e911dd1d14e5e23e3bc1 Author: Jonathan Druart Date: Tue Aug 2 15:46:06 2016 +0100 Bug 17029: Fix XSS in catalogue/*detail.pl Hit /cgi-bin/koha/catalogue/detail.pl?biblionumber=1 /cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/moredetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=1 => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: catalogue/ISBDdetail.pl | 2 ++ catalogue/MARCdetail.pl | 4 +++- catalogue/detail.pl | 2 ++ catalogue/labeledMARCdetail.pl | 2 ++ catalogue/moredetail.pl | 2 ++ 5 files changed, 11 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 00:51:44 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Aug 2016 22:51:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.13-18-ga5b3934 Message-ID: This is an automated email from the git hooks/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 a5b3934e4d1bb922e79a8983501e441794d0ecfa (commit) via 79d6cb440090f0431a0f036448185c9d058ed0f7 (commit) from 947ddcba9392d9565b03e911dd1d14e5e23e3bc1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a5b3934e4d1bb922e79a8983501e441794d0ecfa Author: Chris Cormack Date: Tue Aug 23 10:53:48 2016 +1200 Bumping version number to 3.20.14 commit 79d6cb440090f0431a0f036448185c9d058ed0f7 Author: Chris Cormack Date: Tue Aug 23 10:51:18 2016 +1200 PO file updates ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 5 + misc/translator/po/am-Ethi-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/am-Ethi-pref.po | 4 +- misc/translator/po/am-Ethi-staff-help.po | 2 +- misc/translator/po/am-Ethi-staff-prog.po | 1101 ++- misc/translator/po/ar-Arab-marc-MARC21.po | 18 +- misc/translator/po/ar-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ar-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 837 +- misc/translator/po/ar-Arab-pref.po | 16 +- misc/translator/po/ar-Arab-staff-help.po | 10 +- misc/translator/po/ar-Arab-staff-prog.po | 1175 ++- misc/translator/po/az-AZ-marc-MARC21.po | 2 +- 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 | 787 +- misc/translator/po/az-AZ-pref.po | 4 +- misc/translator/po/az-AZ-staff-help.po | 2 +- misc/translator/po/az-AZ-staff-prog.po | 1130 ++- misc/translator/po/be-BY-marc-MARC21.po | 2 +- 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 | 801 +- misc/translator/po/be-BY-pref.po | 4 +- misc/translator/po/be-BY-staff-help.po | 2 +- misc/translator/po/be-BY-staff-prog.po | 1147 ++- misc/translator/po/bg-Cyrl-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/bg-Cyrl-pref.po | 4 +- misc/translator/po/bg-Cyrl-staff-help.po | 2 +- misc/translator/po/bg-Cyrl-staff-prog.po | 1101 ++- misc/translator/po/bn-IN-marc-MARC21.po | 2 +- 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 | 773 +- misc/translator/po/bn-IN-pref.po | 4 +- misc/translator/po/bn-IN-staff-help.po | 2 +- misc/translator/po/bn-IN-staff-prog.po | 1101 ++- misc/translator/po/ca-ES-marc-MARC21.po | 12 +- misc/translator/po/ca-ES-marc-NORMARC.po | 12 +- misc/translator/po/ca-ES-marc-UNIMARC.po | 10 +- misc/translator/po/ca-ES-opac-bootstrap.po | 791 +- misc/translator/po/ca-ES-pref.po | 4 +- misc/translator/po/ca-ES-staff-help.po | 2 +- misc/translator/po/ca-ES-staff-prog.po | 1122 ++- misc/translator/po/cs-CZ-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/cs-CZ-pref.po | 8 +- misc/translator/po/cs-CZ-staff-help.po | 2 +- misc/translator/po/cs-CZ-staff-prog.po | 1173 ++- misc/translator/po/cy-GB-marc-MARC21.po | 2 +- misc/translator/po/cy-GB-marc-NORMARC.po | 2 +- misc/translator/po/cy-GB-marc-UNIMARC.po | 2 +- misc/translator/po/cy-GB-opac-bootstrap.po | 771 +- misc/translator/po/cy-GB-pref.po | 4 +- misc/translator/po/cy-GB-staff-help.po | 2 +- misc/translator/po/cy-GB-staff-prog.po | 1101 ++- misc/translator/po/da-DK-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/da-DK-pref.po | 4 +- misc/translator/po/da-DK-staff-help.po | 2 +- misc/translator/po/da-DK-staff-prog.po | 1136 ++- misc/translator/po/de-CH-marc-MARC21.po | 2 +- 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 | 3175 +++---- misc/translator/po/de-CH-pref.po | 104 +- misc/translator/po/de-CH-staff-help.po | 54 +- misc/translator/po/de-CH-staff-prog.po |10405 +++++++++++------------ misc/translator/po/de-DE-marc-MARC21.po | 2 +- 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 | 798 +- misc/translator/po/de-DE-pref.po | 18 +- misc/translator/po/de-DE-staff-help.po | 8 +- misc/translator/po/de-DE-staff-prog.po | 1179 ++- misc/translator/po/el-GR-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/el-GR-pref.po | 4 +- misc/translator/po/el-GR-staff-help.po | 2 +- misc/translator/po/el-GR-staff-prog.po | 1161 ++- misc/translator/po/en-GB-marc-MARC21.po | 2 +- 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 | 773 +- misc/translator/po/en-GB-pref.po | 4 +- misc/translator/po/en-GB-staff-help.po | 2 +- misc/translator/po/en-GB-staff-prog.po | 1112 ++- misc/translator/po/en-NZ-marc-MARC21.po | 2 +- misc/translator/po/en-NZ-marc-NORMARC.po | 2 +- misc/translator/po/en-NZ-marc-UNIMARC.po | 2 +- misc/translator/po/en-NZ-opac-bootstrap.po | 783 +- misc/translator/po/en-NZ-pref.po | 8 +- misc/translator/po/en-NZ-staff-help.po | 2 +- misc/translator/po/en-NZ-staff-prog.po | 1166 ++- misc/translator/po/eo-marc-MARC21.po | 2 +- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 2 +- misc/translator/po/eo-opac-bootstrap.po | 821 +- misc/translator/po/eo-pref.po | 4 +- misc/translator/po/eo-staff-help.po | 2 +- misc/translator/po/eo-staff-prog.po | 1101 ++- misc/translator/po/es-ES-marc-MARC21.po | 2 +- misc/translator/po/es-ES-marc-NORMARC.po | 2 +- misc/translator/po/es-ES-marc-UNIMARC.po | 2 +- misc/translator/po/es-ES-opac-bootstrap.po | 805 +- misc/translator/po/es-ES-pref.po | 24 +- misc/translator/po/es-ES-staff-help.po | 2 +- misc/translator/po/es-ES-staff-prog.po | 1191 ++- misc/translator/po/eu-marc-MARC21.po | 2 +- misc/translator/po/eu-marc-NORMARC.po | 2 +- misc/translator/po/eu-marc-UNIMARC.po | 2 +- misc/translator/po/eu-opac-bootstrap.po | 775 +- misc/translator/po/eu-pref.po | 4 +- misc/translator/po/eu-staff-help.po | 2 +- misc/translator/po/eu-staff-prog.po | 1102 ++- misc/translator/po/fa-Arab-marc-MARC21.po | 2 +- misc/translator/po/fa-Arab-marc-NORMARC.po | 2 +- misc/translator/po/fa-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/fa-Arab-opac-bootstrap.po | 785 +- misc/translator/po/fa-Arab-pref.po | 4 +- misc/translator/po/fa-Arab-staff-help.po | 2 +- misc/translator/po/fa-Arab-staff-prog.po | 1125 ++- misc/translator/po/fi-FI-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/fi-FI-pref.po | 8 +- misc/translator/po/fi-FI-staff-help.po | 2 +- misc/translator/po/fi-FI-staff-prog.po | 1170 ++- misc/translator/po/fo-FO-marc-MARC21.po | 2 +- 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 | 789 +- misc/translator/po/fo-FO-pref.po | 4 +- misc/translator/po/fo-FO-staff-help.po | 2 +- misc/translator/po/fo-FO-staff-prog.po | 1117 ++- misc/translator/po/fr-CA-marc-MARC21.po | 2 +- 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 | 786 +- misc/translator/po/fr-CA-pref.po | 8 +- misc/translator/po/fr-CA-staff-help.po | 2 +- misc/translator/po/fr-CA-staff-prog.po | 1187 ++- misc/translator/po/fr-FR-marc-MARC21.po | 145 +- misc/translator/po/fr-FR-marc-NORMARC.po | 20 +- misc/translator/po/fr-FR-marc-UNIMARC.po | 2 +- misc/translator/po/fr-FR-opac-bootstrap.po | 874 +- misc/translator/po/fr-FR-pref.po | 61 +- misc/translator/po/fr-FR-staff-help.po | 38 +- misc/translator/po/fr-FR-staff-prog.po | 1224 ++- misc/translator/po/gl-marc-MARC21.po | 2 +- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 2 +- misc/translator/po/gl-opac-bootstrap.po | 779 +- misc/translator/po/gl-pref.po | 4 +- misc/translator/po/gl-staff-help.po | 2 +- misc/translator/po/gl-staff-prog.po | 1125 ++- misc/translator/po/he-Hebr-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/he-Hebr-pref.po | 4 +- misc/translator/po/he-Hebr-staff-help.po | 2 +- misc/translator/po/he-Hebr-staff-prog.po | 1117 ++- misc/translator/po/hi-marc-MARC21.po | 2 +- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 2 +- misc/translator/po/hi-opac-bootstrap.po | 787 +- misc/translator/po/hi-pref.po | 4 +- misc/translator/po/hi-staff-help.po | 2 +- misc/translator/po/hi-staff-prog.po | 1130 ++- misc/translator/po/hr-HR-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/hr-HR-pref.po | 4 +- misc/translator/po/hr-HR-staff-help.po | 2 +- misc/translator/po/hr-HR-staff-prog.po | 1125 ++- misc/translator/po/hu-HU-marc-MARC21.po | 2 +- 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 | 791 +- misc/translator/po/hu-HU-pref.po | 4 +- misc/translator/po/hu-HU-staff-help.po | 2 +- misc/translator/po/hu-HU-staff-prog.po | 1130 ++- misc/translator/po/hy-Armn-marc-MARC21.po | 2 +- misc/translator/po/hy-Armn-marc-NORMARC.po | 2 +- misc/translator/po/hy-Armn-marc-UNIMARC.po | 2 +- misc/translator/po/hy-Armn-opac-bootstrap.po | 785 +- misc/translator/po/hy-Armn-pref.po | 8 +- misc/translator/po/hy-Armn-staff-help.po | 2 +- misc/translator/po/hy-Armn-staff-prog.po | 1166 ++- misc/translator/po/ia-marc-MARC21.po | 2 +- misc/translator/po/ia-marc-NORMARC.po | 2 +- misc/translator/po/ia-marc-UNIMARC.po | 2 +- misc/translator/po/ia-opac-bootstrap.po | 771 +- misc/translator/po/ia-pref.po | 4 +- misc/translator/po/ia-staff-help.po | 2 +- misc/translator/po/ia-staff-prog.po | 1101 ++- misc/translator/po/id-ID-marc-MARC21.po | 2 +- 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 | 791 +- misc/translator/po/id-ID-pref.po | 4 +- misc/translator/po/id-ID-staff-help.po | 2 +- misc/translator/po/id-ID-staff-prog.po | 1128 ++- misc/translator/po/iq-CA-marc-MARC21.po | 2 +- misc/translator/po/iq-CA-marc-NORMARC.po | 2 +- misc/translator/po/iq-CA-marc-UNIMARC.po | 2 +- misc/translator/po/iq-CA-opac-bootstrap.po | 771 +- misc/translator/po/iq-CA-pref.po | 4 +- misc/translator/po/iq-CA-staff-help.po | 2 +- misc/translator/po/iq-CA-staff-prog.po | 1101 ++- misc/translator/po/is-IS-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/is-IS-pref.po | 4 +- misc/translator/po/is-IS-staff-help.po | 2 +- misc/translator/po/is-IS-staff-prog.po | 1127 ++- misc/translator/po/it-IT-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/it-IT-pref.po | 8 +- misc/translator/po/it-IT-staff-help.po | 2 +- misc/translator/po/it-IT-staff-prog.po | 1183 ++- misc/translator/po/iu-CA-marc-MARC21.po | 2 +- misc/translator/po/iu-CA-marc-NORMARC.po | 2 +- misc/translator/po/iu-CA-marc-UNIMARC.po | 2 +- misc/translator/po/iu-CA-opac-bootstrap.po | 771 +- misc/translator/po/iu-CA-pref.po | 4 +- misc/translator/po/iu-CA-staff-help.po | 2 +- misc/translator/po/iu-CA-staff-prog.po | 1101 ++- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 2 +- 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 | 822 +- misc/translator/po/ja-Jpan-JP-pref.po | 4 +- misc/translator/po/ja-Jpan-JP-staff-help.po | 2 +- misc/translator/po/ja-Jpan-JP-staff-prog.po | 1132 ++- misc/translator/po/ka-marc-MARC21.po | 2 +- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 2 +- misc/translator/po/ka-opac-bootstrap.po | 771 +- misc/translator/po/ka-pref.po | 4 +- misc/translator/po/ka-staff-help.po | 2 +- misc/translator/po/ka-staff-prog.po | 1101 ++- misc/translator/po/km-KH-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/km-KH-pref.po | 4 +- misc/translator/po/km-KH-staff-help.po | 2 +- misc/translator/po/km-KH-staff-prog.po | 1101 ++- misc/translator/po/kn-Knda-marc-MARC21.po | 2 +- 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 | 787 +- misc/translator/po/kn-Knda-pref.po | 4 +- misc/translator/po/kn-Knda-staff-help.po | 2 +- misc/translator/po/kn-Knda-staff-prog.po | 1125 ++- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 2 +- misc/translator/po/ko-Kore-KP-marc-NORMARC.po | 2 +- misc/translator/po/ko-Kore-KP-marc-UNIMARC.po | 2 +- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 787 +- misc/translator/po/ko-Kore-KP-pref.po | 4 +- misc/translator/po/ko-Kore-KP-staff-help.po | 2 +- misc/translator/po/ko-Kore-KP-staff-prog.po | 1142 ++- misc/translator/po/ku-Arab-marc-MARC21.po | 2 +- 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 | 783 +- misc/translator/po/ku-Arab-pref.po | 4 +- misc/translator/po/ku-Arab-staff-help.po | 2 +- misc/translator/po/ku-Arab-staff-prog.po | 1124 ++- misc/translator/po/lo-Laoo-marc-MARC21.po | 2 +- 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 | 788 +- misc/translator/po/lo-Laoo-pref.po | 4 +- misc/translator/po/lo-Laoo-staff-help.po | 2 +- misc/translator/po/lo-Laoo-staff-prog.po | 1128 ++- misc/translator/po/mi-NZ-marc-MARC21.po | 2 +- 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 | 787 +- misc/translator/po/mi-NZ-pref.po | 4 +- misc/translator/po/mi-NZ-staff-help.po | 2 +- misc/translator/po/mi-NZ-staff-prog.po | 1130 ++- misc/translator/po/ml-marc-MARC21.po | 2 +- misc/translator/po/ml-marc-NORMARC.po | 2 +- misc/translator/po/ml-marc-UNIMARC.po | 2 +- misc/translator/po/ml-opac-bootstrap.po | 771 +- misc/translator/po/ml-pref.po | 4 +- misc/translator/po/ml-staff-help.po | 2 +- misc/translator/po/ml-staff-prog.po | 1101 ++- misc/translator/po/mon-marc-MARC21.po | 2 +- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 2 +- misc/translator/po/mon-opac-bootstrap.po | 787 +- misc/translator/po/mon-pref.po | 4 +- misc/translator/po/mon-staff-help.po | 2 +- misc/translator/po/mon-staff-prog.po | 1130 ++- misc/translator/po/mr-marc-MARC21.po | 2 +- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 2 +- misc/translator/po/mr-opac-bootstrap.po | 787 +- misc/translator/po/mr-pref.po | 4 +- misc/translator/po/mr-staff-help.po | 2 +- misc/translator/po/mr-staff-prog.po | 1127 ++- misc/translator/po/ms-MY-marc-MARC21.po | 2 +- 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 | 799 +- misc/translator/po/ms-MY-pref.po | 4 +- misc/translator/po/ms-MY-staff-help.po | 2 +- misc/translator/po/ms-MY-staff-prog.po | 1147 ++- misc/translator/po/my-marc-MARC21.po | 4 +- misc/translator/po/my-marc-NORMARC.po | 4 +- misc/translator/po/my-marc-UNIMARC.po | 4 +- misc/translator/po/my-opac-bootstrap.po | 771 +- misc/translator/po/my-pref.po | 4 +- misc/translator/po/my-staff-help.po | 2 +- misc/translator/po/my-staff-prog.po | 1179 ++- misc/translator/po/nb-NO-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/nb-NO-pref.po | 8 +- misc/translator/po/nb-NO-staff-help.po | 2 +- misc/translator/po/nb-NO-staff-prog.po | 1174 ++- misc/translator/po/ne-NE-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/ne-NE-pref.po | 4 +- misc/translator/po/ne-NE-staff-help.po | 2 +- misc/translator/po/ne-NE-staff-prog.po | 1101 ++- misc/translator/po/nl-BE-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/nl-BE-pref.po | 4 +- misc/translator/po/nl-BE-staff-help.po | 2 +- misc/translator/po/nl-BE-staff-prog.po | 1123 ++- misc/translator/po/nl-NL-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/nl-NL-pref.po | 4 +- misc/translator/po/nl-NL-staff-help.po | 2 +- misc/translator/po/nl-NL-staff-prog.po | 1110 ++- misc/translator/po/nn-NO-marc-MARC21.po | 2 +- 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 | 787 +- misc/translator/po/nn-NO-pref.po | 4 +- misc/translator/po/nn-NO-staff-help.po | 2 +- misc/translator/po/nn-NO-staff-prog.po | 1130 ++- misc/translator/po/oc-marc-MARC21.po | 2 +- misc/translator/po/oc-marc-NORMARC.po | 2 +- misc/translator/po/oc-marc-UNIMARC.po | 2 +- misc/translator/po/oc-opac-bootstrap.po | 783 +- misc/translator/po/oc-pref.po | 4 +- misc/translator/po/oc-staff-help.po | 2 +- misc/translator/po/oc-staff-prog.po | 1110 ++- misc/translator/po/pbr-marc-MARC21.po | 2 +- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 2 +- misc/translator/po/pbr-opac-bootstrap.po | 771 +- misc/translator/po/pbr-pref.po | 4 +- misc/translator/po/pbr-staff-help.po | 2 +- misc/translator/po/pbr-staff-prog.po | 1101 ++- misc/translator/po/pl-PL-marc-MARC21.po | 2 +- misc/translator/po/pl-PL-marc-NORMARC.po | 2 +- misc/translator/po/pl-PL-marc-UNIMARC.po | 2 +- misc/translator/po/pl-PL-opac-bootstrap.po | 785 +- misc/translator/po/pl-PL-pref.po | 8 +- misc/translator/po/pl-PL-staff-help.po | 2 +- misc/translator/po/pl-PL-staff-prog.po | 1187 ++- misc/translator/po/prs-marc-MARC21.po | 2 +- misc/translator/po/prs-marc-NORMARC.po | 2 +- misc/translator/po/prs-marc-UNIMARC.po | 2 +- misc/translator/po/prs-opac-bootstrap.po | 787 +- misc/translator/po/prs-pref.po | 4 +- misc/translator/po/prs-staff-help.po | 2 +- misc/translator/po/prs-staff-prog.po | 1131 ++- misc/translator/po/pt-BR-marc-MARC21.po | 2 +- misc/translator/po/pt-BR-marc-NORMARC.po | 2 +- misc/translator/po/pt-BR-marc-UNIMARC.po | 2 +- misc/translator/po/pt-BR-opac-bootstrap.po | 785 +- misc/translator/po/pt-BR-pref.po | 4 +- misc/translator/po/pt-BR-staff-help.po | 2 +- misc/translator/po/pt-BR-staff-prog.po | 1171 ++- misc/translator/po/pt-PT-marc-MARC21.po | 2 +- misc/translator/po/pt-PT-marc-NORMARC.po | 2 +- misc/translator/po/pt-PT-marc-UNIMARC.po | 2 +- misc/translator/po/pt-PT-opac-bootstrap.po | 795 +- misc/translator/po/pt-PT-pref.po | 16 +- misc/translator/po/pt-PT-staff-help.po | 2 +- misc/translator/po/pt-PT-staff-prog.po | 1175 ++- misc/translator/po/ro-RO-marc-MARC21.po | 2 +- 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 | 787 +- misc/translator/po/ro-RO-pref.po | 4 +- misc/translator/po/ro-RO-staff-help.po | 2 +- misc/translator/po/ro-RO-staff-prog.po | 1134 ++- misc/translator/po/ru-RU-marc-MARC21.po | 2 +- 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 | 801 +- misc/translator/po/ru-RU-pref.po | 4 +- misc/translator/po/ru-RU-staff-help.po | 2 +- misc/translator/po/ru-RU-staff-prog.po | 1147 ++- misc/translator/po/rw-RW-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/rw-RW-pref.po | 4 +- misc/translator/po/rw-RW-staff-help.po | 2 +- misc/translator/po/rw-RW-staff-prog.po | 1101 ++- misc/translator/po/sd-PK-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/sd-PK-pref.po | 4 +- misc/translator/po/sd-PK-staff-help.po | 2 +- misc/translator/po/sd-PK-staff-prog.po | 1101 ++- misc/translator/po/sk-SK-marc-MARC21.po | 6 +- 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 | 797 +- misc/translator/po/sk-SK-pref.po | 10 +- misc/translator/po/sk-SK-staff-help.po | 2 +- misc/translator/po/sk-SK-staff-prog.po | 1210 ++- misc/translator/po/sl-SI-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/sl-SI-pref.po | 4 +- misc/translator/po/sl-SI-staff-help.po | 2 +- misc/translator/po/sl-SI-staff-prog.po | 1101 ++- misc/translator/po/sq-AL-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/sq-AL-pref.po | 4 +- misc/translator/po/sq-AL-staff-help.po | 2 +- misc/translator/po/sq-AL-staff-prog.po | 1111 ++- misc/translator/po/sr-Cyrl-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/sr-Cyrl-pref.po | 4 +- misc/translator/po/sr-Cyrl-staff-help.po | 2 +- misc/translator/po/sr-Cyrl-staff-prog.po | 1101 ++- misc/translator/po/sv-SE-marc-MARC21.po | 2 +- misc/translator/po/sv-SE-marc-NORMARC.po | 2 +- misc/translator/po/sv-SE-marc-UNIMARC.po | 2 +- misc/translator/po/sv-SE-opac-bootstrap.po | 785 +- misc/translator/po/sv-SE-pref.po | 4 +- misc/translator/po/sv-SE-staff-help.po | 2 +- misc/translator/po/sv-SE-staff-prog.po | 1161 ++- misc/translator/po/sw-KE-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/sw-KE-pref.po | 4 +- misc/translator/po/sw-KE-staff-help.po | 2 +- misc/translator/po/sw-KE-staff-prog.po | 1102 ++- misc/translator/po/ta-LK-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/ta-LK-pref.po | 4 +- misc/translator/po/ta-LK-staff-help.po | 2 +- misc/translator/po/ta-LK-staff-prog.po | 1101 ++- misc/translator/po/ta-marc-MARC21.po | 2 +- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 2 +- misc/translator/po/ta-opac-bootstrap.po | 771 +- misc/translator/po/ta-pref.po | 4 +- misc/translator/po/ta-staff-help.po | 2 +- misc/translator/po/ta-staff-prog.po | 1101 ++- misc/translator/po/tet-marc-MARC21.po | 2 +- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 2 +- misc/translator/po/tet-opac-bootstrap.po | 793 +- misc/translator/po/tet-pref.po | 4 +- misc/translator/po/tet-staff-help.po | 2 +- misc/translator/po/tet-staff-prog.po | 1124 ++- misc/translator/po/th-TH-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/th-TH-pref.po | 4 +- misc/translator/po/th-TH-staff-help.po | 2 +- misc/translator/po/th-TH-staff-prog.po | 1105 ++- misc/translator/po/tl-PH-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/tl-PH-pref.po | 4 +- misc/translator/po/tl-PH-staff-help.po | 2 +- misc/translator/po/tl-PH-staff-prog.po | 1110 ++- misc/translator/po/tr-TR-marc-MARC21.po | 2 +- misc/translator/po/tr-TR-marc-NORMARC.po | 2 +- misc/translator/po/tr-TR-marc-UNIMARC.po | 2 +- misc/translator/po/tr-TR-opac-bootstrap.po | 785 +- misc/translator/po/tr-TR-pref.po | 8 +- misc/translator/po/tr-TR-staff-help.po | 2 +- misc/translator/po/tr-TR-staff-prog.po | 1176 ++- misc/translator/po/uk-UA-marc-MARC21.po | 2 +- 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 | 800 +- misc/translator/po/uk-UA-pref.po | 4 +- misc/translator/po/uk-UA-staff-help.po | 2 +- misc/translator/po/uk-UA-staff-prog.po | 1143 ++- misc/translator/po/ur-Arab-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/ur-Arab-pref.po | 4 +- misc/translator/po/ur-Arab-staff-help.po | 2 +- misc/translator/po/ur-Arab-staff-prog.po | 1101 ++- misc/translator/po/vi-VN-marc-MARC21.po | 2 +- 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 | 783 +- misc/translator/po/vi-VN-pref.po | 4 +- misc/translator/po/vi-VN-staff-help.po | 2 +- misc/translator/po/vi-VN-staff-prog.po | 1134 ++- misc/translator/po/zh-Hans-CN-marc-MARC21.po | 2 +- 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 | 782 +- misc/translator/po/zh-Hans-CN-pref.po | 4 +- misc/translator/po/zh-Hans-CN-staff-help.po | 2 +- misc/translator/po/zh-Hans-CN-staff-prog.po | 1160 ++- misc/translator/po/zh-Hans-TW-marc-MARC21.po | 2 +- misc/translator/po/zh-Hans-TW-marc-NORMARC.po | 2 +- misc/translator/po/zh-Hans-TW-marc-UNIMARC.po | 2 +- misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 782 +- misc/translator/po/zh-Hans-TW-pref.po | 8 +- misc/translator/po/zh-Hans-TW-staff-help.po | 2 +- misc/translator/po/zh-Hans-TW-staff-prog.po | 1160 ++- 562 files changed, 82484 insertions(+), 84170 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 01:02:35 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Aug 2016 23:02:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.14 Message-ID: This is an automated email from the git hooks/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 be26297c0e9f43351796f8f83c0860ad95415364 (commit) from a5b3934e4d1bb922e79a8983501e441794d0ecfa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit be26297c0e9f43351796f8f83c0860ad95415364 Author: Chris Cormack Date: Tue Aug 23 11:04:37 2016 +1200 Release notes for 3.20.14 ----------------------------------------------------------------------- Summary of changes: ...tes_3_20_13.html => release_notes_3_20_14.html} | 80 +++++++++++++------- ...e_notes_3_20_13.md => release_notes_3_20_14.md} | 73 +++++++++++------- 2 files changed, 99 insertions(+), 54 deletions(-) copy misc/release_notes/{release_notes_3_20_13.html => release_notes_3_20_14.html} (70%) copy misc/release_notes/{release_notes_3_20_13.md => release_notes_3_20_14.md} (67%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 01:02:35 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Aug 2016 23:02:35 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.20.14 created. v3.20.14 Message-ID: This is an automated email from the git 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.20.14 has been created at c22630bdfac577688cfa6a40459be3c0e5093971 (tag) tagging be26297c0e9f43351796f8f83c0860ad95415364 (commit) replaces v3.20.13 tagged by Chris Cormack on Tue Aug 23 11:05:45 2016 +1200 - Log ----------------------------------------------------------------- Koha Release 3.20.14 -----BEGIN PGP SIGNATURE----- iQI0BAABCAAeBQJXu4VJFxxjaHJpc2NAY2F0YWx5c3QubmV0Lm56AAoJEG5T+NVY EYs1QIEP/juNGcPgM7ls7/Rh4hHgYZc7joSHGjsiucC0ToIJ5FgYipnSz9wgonim qhz2+ejGOpbzPqUTMCic06Vu2IW8O3DO9QkLlSmQ78PVtysUAIOvgb/l4LXERIX+ n9WsxofyPpNCpRhC1HDedQ6j9ytqW8ZJiWe2wlOl5pHOOhX9gFMhKI6p8LZV7Clm uUzi+/O4yxmPAzYXxbGMbuzQPND/8v4qImnTbIQH2X7GuCZM1dOXxp5waiWIBGn1 cAjSu1K37r2ZPbCXWw49csckmJHu7LKWDlgi8ZgpugmXBkRxPl/4ozk7QagU9yni xWQ6yhHsbq4BmzUUG9dtMrHwridhPP6A8K8ht6dpZXCS9Mae5avFAtjwdgdvraRL Ojh0meuemeDOBYorI9b2RZu61jf6jlnBa0gj0KlI2ewWL9tQjXaNL0PXCXM7GW+f Y8T9ZPdycgjX6/FTg1lSrJalgR0xbLUVImzKWqxw7DbvmMtqRGa/nDh7Bvbr7jxU y6YLOU5ryakTDqAhCnW9AJyCCO0d2K+XcIq0dQzX5taEzhw4qKPz/s1x39GIc4B4 L8C4Enyj16CUyzmqV9mO3isx13FOXchRrWGKYArK+Lmjex0FTKfX6S/E7engCB/G 6N1HX0aRA07Fohe70P3GxCTQCB5/fO9fjIT4J7ladO31jLOvslR+ =iFQU -----END PGP SIGNATURE----- Chris Cormack (8): Bug 16587 - opac-sendbasket.pl is open to XSS Bug 16587 opac-sendshelf.pl is vulnerable to XSS Bug 17026 XSS in checkexpiration.pl Bug 16975 : @INC should not have '.' as its last entry FIxing a typo that was busting the upgrade PO file updates Bumping version number to 3.20.14 Release notes for 3.20.14 Jonathan Druart (11): Bug 16476: Do not call CGI->param in list context, some more Bug 16958: Fix XSS in opac-imageviewer.pl Bug 16593: Do not allow patrons to delete search history of others patrons Bug 16587: Same fixes for the staff interface Bug 17028: Fix XSS in reserve/request.pl Bug 17022: Fix XSS in circ/branchtransfers.pl Bug 17023: Fix XSS in cataloguing/z3950_search.pl Bug 17022: Fix XSS in acqui/z3950_search.pl Bug 17038: Fix XSS in catalogue/search.pl Bug 17036: Fix XSS in circulation.pl Bug 17029: Fix XSS in catalogue/*detail.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 12:49:42 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 10:49:42 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.02-01-97-g26a318e Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via 26a318e97ee84c1caf88e1e7820fb0467b754e48 (commit) via 030487d9e341a16b7220d4c45e8f8e3677844906 (commit) via 88b82cd053d6ab86342578a76a628d1ad8e70203 (commit) via 06e37a47df894b42accbd1b98c734515ff3b3e12 (commit) via 7602198e60e0a43c1d35164db2c49d26412bfc08 (commit) via 2ce7bf6ed5c6d74e3635666f93ef9e1f90d091c0 (commit) via 7547ffcc96a43fb4228896a431344155c72bc910 (commit) via 6551bebd939aefb3a4e6c59d3bee83c311cd842d (commit) via 700c602634390f34a3fac86c158d95b30bc03963 (commit) via e97d132cc64fad0f3ef6ddf391f40699ea41ea95 (commit) via c05e2c13552ec9236de8ba8052864d91134516a3 (commit) via dc08197e16e8acf7e53e37fc4f22120a3f1a9c05 (commit) via 803ad5b022e0c469d27336bdcdfb4966f3f01960 (commit) via 1c34dd1b1037cdddcb18e106e732e8d5375a8490 (commit) via ebe7e4e48a128c6d3962ab5c8a6f679dab99bc92 (commit) via 24d83b1bcb6fc595fabb7fb4fcf43645890d24f0 (commit) via d9def60267c1eb8aaacf4958de3bbddbace27621 (commit) via 3a5e20809c191ed5773e70f09c0096d14cade6c9 (commit) via ba5ac05a140f62c6bb8383049bcfeba5c96a7de5 (commit) via 16769bdb1445bcccd3be0221ba69917344f363e9 (commit) via 3b4564001d571304490fe81dbd92e656fc9ad53e (commit) via e091cab5031a21a7a85dc32a52e9ae89fcc74caa (commit) via 1a447ccde4f7e2747a33b77292b2ca12ebb2dd7a (commit) via 672e02bf6bfecabf2301ce2291ca337bac0b7667 (commit) via 527cd879bb832feb1a73afb85ffb948bb4c0ee64 (commit) via a86c2250100b898d0c537497c5b6ad20eb969d28 (commit) via f13a576bf5b1b10d2ea54b89eac44cc95270b386 (commit) via 1adcd737574fcbde4a86c5b3b72718c5e5ba21da (commit) via 7608e82dff0e9ca1b66426632053c4516bd88c2e (commit) via 2dc212beef4f4baa56e2c2cac00cdf038989f884 (commit) via cb53c0bedabfa9590efc95dfabeb375960799d0a (commit) via a82c64a7ec504de92a7fb69282fb8ef27a56dd67 (commit) via 68a4549aa9fd36904c8b7fb321d14ac1946bc485 (commit) via 8ff5f08edd0dc434e56d35cb4956df6027f0eed6 (commit) via 55bdbc09e6a60d417cbc2d88bb90241fcac57aa2 (commit) via e378c47bada7d244f09d354d14df72092ced8f61 (commit) via f81c6770054dab1cb4b4a1ccea1b28bd702b412b (commit) via a42da0108e3f8dee889ef28e0c0d736e23a9aacc (commit) via 2b62fbde3357b396d72cbce7d625b096c0467307 (commit) via 86985bffc49977c97c6de98edc68ad3c3f917039 (commit) via 4267b60311227453335d9c4f64cb9d5c0946ced7 (commit) via e3da772c3cd10ab999b7ee5708c6eab5dfb0599d (commit) via 97f1d825cd4031e0c9077d9d8cf0f0c7f69d894c (commit) via 3bf66eb1a1af1f917ffbf3865762cac64bfdbaef (commit) via 4f5121a99e063fc05fb19caac89e5a56b1ff0afb (commit) via d432c5bba836601b809a9f807af05ef85e952453 (commit) via 990aca1cb7548bcead783f40661acb156952d09a (commit) via f0e08942d79caca7a47dc6bdb8f7ea01a83c5333 (commit) via 57e2a013cc78db4e26367cbfd34bc0054e67a3ba (commit) via 1d2da8fcd06e1f396d63fd834771f2a208fc5b91 (commit) via 17a103d8a06345ad39e3af9c0d3a50c3f24ce5e7 (commit) via 15d16c5273231190e1d9efcce2a2c7ed34f69207 (commit) via 2af25f1c80af547b90106ce6cb4d31d0ba5d63ad (commit) from 3316fbad242cc609aaa306320e68015c1343c60d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 26a318e97ee84c1caf88e1e7820fb0467b754e48 Author: Jonathan Druart Date: Mon Aug 22 13:07:54 2016 +0100 Bug 17023: Repair "cancel" link The basketno param has been removed in previous patch. Signed-off-by: Kyle M Hall (cherry picked from commit 3315a883ed055554627c26ace0581e8fd6426b83) Signed-off-by: Fr?d?ric Demians commit 030487d9e341a16b7220d4c45e8f8e3677844906 Author: Fridolin Somers Date: Thu Aug 11 10:39:31 2016 +0200 Bug 17106 - DataTables patron search defaulting to 'starts_with' - doc Bug 15930 modified default value for DataTables patron search. The doc text should also be modified : "Can be 'contain' or 'start_with' (default value). Used for the searchmember parameter." Test plan : - install Koha with patch - look at man page man/man3/C4::Utils::DataTables::Members.3pm Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 29b4ee5c74949d9706387b1d02b858cd697a57d6) Signed-off-by: Fr?d?ric Demians commit 88b82cd053d6ab86342578a76a628d1ad8e70203 Author: Marc V?ron Date: Wed Aug 10 10:12:55 2016 +0200 Bug 16741 - Remove dead code "sub itemissues" from C4/Circulation.pm To verify: - git grep itemissues Result: Appears in C4/Circulation.pm only To test: - apply patch - git grep itemissues Expected result: No occurences - prove t/db_dependent/Circulation.t Expected result: Pass OK Signed-off-by: Claire Gravely Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 97552074f028eefe81d27a4cba681bd5f0f1cd95) Signed-off-by: Fr?d?ric Demians commit 06e37a47df894b42accbd1b98c734515ff3b3e12 Author: Jonathan Druart Date: Mon Aug 15 15:11:19 2016 +0100 Bug 17100: Restore previous logic There is no need to change the previous logic here, so let's restore it. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit f8230d5d0a6f20f0e054744221d5ad4b1ca467e3) Signed-off-by: Fr?d?ric Demians commit 7602198e60e0a43c1d35164db2c49d26412bfc08 Author: Marc V?ron Date: Wed Aug 10 11:42:28 2016 +0200 Bug 17100: Do not display payments if patron has nothing to pay This alternative patch moves logic and formatting to the template file. To test: * without patch 1/ find a patron with no lines in accountlines table : print summary shows no "account fines and payments" => OK 2/ find a patron with some lines in accountlines table and the total amount > 0 : print summary shows a table "account fines and payments" with fines to recover => OK 3/ find a patron with some lines in accountlines table but the total amount = 0 : print summary shows a table "account fines and payments" with nothing in it => NOK * with the patch, same cases as before : 1/ same as without patch 2/ same as without patch 3/ print summary does not show "account fines and payments" - Additionally, verify that formatting follows syspref 'CurrencyFormat' - Verify that amount column is right-aligned Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 492a64cef95c6afb1644cbb4f1be181c2442cbd8) Signed-off-by: Fr?d?ric Demians commit 2ce7bf6ed5c6d74e3635666f93ef9e1f90d091c0 Author: Galen Charlton Date: Fri Jul 29 20:41:19 2016 +0000 Bug 17001: fix due date filter on the overdue report When the TimeFormat system preference is set to "12 hour", setting a filter on the due date can result in: - no overdue loans being reported, even if there are some that meet the criteria OR - overdue loans being omitted from the report if they are due on the "until" date in the filter This patch fixes this by replacing output_pref() with DateTime::Format::MySQL to format the date filter values to pass to the SQL query. To test ------- [1] Run the overdue report (circ/overdue.pl) and set a filter on due date, using values that should bring up one or more overdue loans. [2] Note that zero overdue loans are returned (if using MySQL 5.5, 5.6, or 5.7 or MariaDB 5) or that loans due on the "until" date are omitted (if using MarioDB 10). [3] Apply the patch and repeat step 1. This time, the correct set of overdue loans should be reported. Signed-off-by: Galen Charlton Signed-off-by: Jason Robb Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 761001add1a95d147a23b74e8d817890ffc08ac5) Signed-off-by: Fr?d?ric Demians commit 7547ffcc96a43fb4228896a431344155c72bc910 Author: Fridolin Somers Date: Thu Aug 11 10:58:40 2016 +0200 Bug 17107 - Add ident and Identifier-standard to known indexes Add ident and Identifier-standard to known indexes in C4::Search::getIndexes(). Those indexes can be very useful, for example for IdRef feature. Test plan : - Make sure some records have a field indexed with Identifier-standard, ISBN=1234 for example - Perform a search /cgi-bin/koha/opac-search.pl?idx=ident,phr&q=1234 => you find the record - Perform a search /cgi-bin/koha/opac-search.pl?q=ident:1234 => Without patch : you get no results => With patch : you find the record Idem for 'Identifier-standard' Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 4884f3a00a99c959059b7d12544c271a1e1ab616) Signed-off-by: Fr?d?ric Demians commit 6551bebd939aefb3a4e6c59d3bee83c311cd842d Author: Jonathan Druart Date: Mon Aug 1 13:46:49 2016 +0100 Bug 17009: Speed up the framework duplication To duplicate frameworks, the code retrieve all the subfields, then execute 1 insert per subfield. It's unnecessary slow, we can use the DBMS to do it. Test plan: Create a new framework and duplicate the structure of another framework. Signed-off-by: Marc Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit 739eaa82e8b52a1ef83e995badc7ddfa3a32e3fc) Signed-off-by: Fr?d?ric Demians commit 700c602634390f34a3fac86c158d95b30bc03963 Author: Jacek Ablewicz Date: Fri Aug 12 16:19:52 2016 +0200 Bug 17117: Patron personal details not displayed unless branch update request is enabled In patron acount ("your personal details" tab, which serves as a form for submitting update requests as well) it's not possible to display some account details like expiration date etc., without enabling the field for branch / library update requests too. To reproduce: 1) set OPACPatronDetails to "Allow" 2) clear PatronSelfModificationBorrowerUnwantedField preference - all possible fields in the update requests form are visible in patron account, including some extra details (card number, expiration date, category) in the "Library" section on top 3) put 'branchcode' in PatronSelfModificationBorrowerUnwantedField preference 4) the whole 'Library' section disappears To test: 1) apply patch 2) put 'branchcode' in PatronSelfModificationBorrowerUnwantedField, 'Library' section should remain visible (sans branch selection option) 3) put 'branchcode|cardnumber|datexpiry|categorycode' in the same preference, 'Library' section should now disappear Signed-off-by: Hector Castro Works as advertised Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit fb449aaede3f23ee71e9e50286a26035bb3ef640) Signed-off-by: Fr?d?ric Demians commit e97d132cc64fad0f3ef6ddf391f40699ea41ea95 Author: Jonathan Druart Date: Mon Aug 15 09:26:16 2016 +0100 Bug 17124: Fix tests in DecreaseLoanHighHolds.t One test of DecreaseLoanHighHolds.t does not pass, A hashref representing a patron has a 'borrower' key defined, instead of 'borrowernumber'. Test plan: prove t/db_dependent/DecreaseLoanHighHolds.t must return green Signed-off-by: Claire Gravely Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit 1bc34e31e9c371d8f60a074f13e933d15a31e20e) Signed-off-by: Fr?d?ric Demians commit c05e2c13552ec9236de8ba8052864d91134516a3 Author: Jonathan Druart Date: Tue Aug 2 09:43:01 2016 +0100 Bug 16955: Do not clear from cache when adding a new framework There are several issues with these lines: 1/ $cache is not defined correctly and it not visible inside duplicate_framework 2/ $frameworkcode is a wrong c/p, it should be $newframeworkcode 3/ these calls are not needed. As we are creating a new framework, the cache should be empty... This patch will simply remove these calls Test plan: Duplicate a framework and confirm that you do not get any error in your logs. Signed-off-by: Christopher Brannon Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit 84812129c979557cd2232c3a8b5b0f01c368a634) Signed-off-by: Fr?d?ric Demians commit dc08197e16e8acf7e53e37fc4f22120a3f1a9c05 Author: Jonathan Druart Date: Mon Aug 8 15:11:56 2016 +0100 Bug 16996: (follow-up) Do not explode if mandatory fields are missing When registering a new patron, if something went wrong, the form is resent to the template but without the categorycode (not a dropdown list anymore, but just displayed as a readonly value # TODO LATER). Signed-off-by: Marc Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit 6cd1891ffe5903a09e2deb04e852e967a2187ba0) Signed-off-by: Fr?d?ric Demians commit 803ad5b022e0c469d27336bdcdfb4966f3f01960 Author: Jonathan Druart Date: Wed Aug 3 16:28:24 2016 +0100 Bug 16996: Do not explode if mandatory fields are missing At the OPAC, if a patron modify his/her information and at least 1 mandatory field is missing, Koha will crash with Template process failed: undef error - Can't call method "description" It is raised by Koha::Template::Plugin::Categories::GetName called with an undefined categorycode. The problem is that the values sent originaly are not sent back to the template if the user missed something. This patch makes that all info are resent to the template in order to show the same form to the user. Test plan: 0. Apply patch 1. Make sure that the categorycode is not hidden in the OPAC in: PatronSelfRegistrationBorrowerUnwantedField or PatronSelfModificationBorrowerUnwantedField 2. Add a required field in PatronSelfRegistrationBorrowerMandatoryField, for example email. 3. Go to Your Personal Details in the OPAC (opac-memberentry.pl) and leave blank the required field of point 2 4. Press "Submit update request" There should be no software error. NOTE: The warns will be floody on the logs. Signed-off-by: Mark Tompsett Signed-off-by: Marc Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit 8c5cb134ee75aad77a9ba9b9fd84005fc0a9feb3) Signed-off-by: Fr?d?ric Demians commit 1c34dd1b1037cdddcb18e106e732e8d5375a8490 Author: Jonathan Druart Date: Mon Aug 15 13:15:22 2016 +0100 Bug 16615: Update OPACSearchForTitleIn to access openlibrary.org via https Note that we could also update the syspref for existing installs Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 8a7266cd0d12f8933e9598a4e954ecd2977b89b8) Signed-off-by: Fr?d?ric Demians commit ebe7e4e48a128c6d3962ab5c8a6f679dab99bc92 Author: Mark Tompsett Date: Sun Aug 14 13:01:47 2016 -0400 Bug 16615: Follow up - missed a spot Also, it is recommended to apply bug 17103 before this. Signed-off-by: Mark Tompsett Signed-off-by: Oliver Bock Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit c0ac389c1ec5422795bd6976a29e140a945f967d) Signed-off-by: Fr?d?ric Demians commit 24d83b1bcb6fc595fabb7fb4fcf43645890d24f0 Author: Oliver Bock Date: Mon May 30 07:35:26 2016 +0000 Bug 16615: Open Library API fails for full-site-SSL When running Koha in a full-site-SSL configuration accessing external resouces like Open Library cover images via HTTP doesn't work (mixed SSL/non-SSL content). It thus breaks a core feature of Koha. Referencing such resources always via HTTPS resolves the problem and also enhances privacy as a side-effect. Previous tickets took care of Amazon resources. This ticket is supposed to address the remaining external resource providers, starting with Open Library. TEST PLAN --------- 1) Over https access your OPAC with the Enhanced Content system preferences 'OpenLibraryCovers' set to 'Add', and 'OpenLibrarySearch' set to 'Show'. 2) Search for something (e.g. Mo Willems) -- Your browser console log will show messages about mixed content. 3) Apply the patch 4) Making sure to reload the java script, attempt steps 1 & 2 again. -- no mixed content messages should be given 5) run koha qa test tools Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 40b9645bf6d822e7e1895587b44889c193af14ac) Signed-off-by: Fr?d?ric Demians commit d9def60267c1eb8aaacf4958de3bbddbace27621 Author: Olli-Antti Kivilahti Date: Thu Sep 17 13:23:49 2015 +0300 Bug 14844: Corrupted storable string. When adding/editing an Item, cookie LastCreatedItem might be corrupted. No idea how to replicate this issue but we have been getting several reports about the following error: Software error: Corrupted storable string (binary v2.9) at /usr/lib/perl/5.18/Storable.pm line 417, at /home/koha/kohaclone/cataloguing/additem.pl line 375. TEST PLAN: 1. Add or modify an Item. 2. No observed changes. ?. We don't know what causes this but we know that add/modify Item occasionally crashes due to failure of a cookie thawing. This patch prevents the whole program from dying, because this error is not critical enough to warrant dying. Also there is no centralized mechanism in Koha for showing messages to the user, so there is no easy and convenient way to warn the user that the: 'LastCreatedItem'-cookie or the systempreference 'PrefillItem' is malfunctioning. So we instead just warn to the server logs with the malfunctioning cookie in hopes of nailing down what causes the issues. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 9237fe676336f5908a9acc26a3b70b70d25602ae) Signed-off-by: Fr?d?ric Demians commit 3a5e20809c191ed5773e70f09c0096d14cade6c9 Author: Indranil Das Gupta (L2C2 Technologies) Date: Sat Aug 13 05:55:14 2016 +0530 Bug 17103 - Google API Loader jsapi called over http This patch replaces the hardcoded protocol ("http") from the URI with https since that is what Google defacto uses to serve JS resources Prevents MIXED CONTENT failure, allowing GoogleIndicTransliteration to function correctly when used in SSLized OPACs. Test plan --------- 1/ Make sure your OPAC is being served both over HTTP and HTTPS 2/ Set GoogleIndicTransliteration syspref to "Show" 3/ Access the OPAC over http, Google transliteration element will show up in masthead searchbox. 4/ Access the OPAC over https. The element will not show. Console will show MIXED CONTENT error and failure of google loader. 5/ Apply patch. Repeat steps #3 and #4 again. Now in both cases GoogleIndicTransliteration will work. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 6fcd32a75c41c7815a883cc4952899ea24045b3c) Signed-off-by: Fr?d?ric Demians commit ba5ac05a140f62c6bb8383049bcfeba5c96a7de5 Author: Tomas Cohen Arazi Date: Mon Jul 25 15:08:00 2016 -0300 Bug 16974: Make koha-plack should check and fix log files permissions This patch adds a function to the koha-plack script so it checks for log file existence and its permissions. This function is called from the start_plack function. If some of this conditions are not fulfilled, it solves the situation by either touching and/or changing the permissions accordingly for the instances' plack log files. To test: - Run (on kohadevbox): $ cd kohaclone $ debian/scripts/koha-plack --start kohadev $ debian/scripts/koha-plack --stop kohadev $ ls /var/log/koha/kohadev/plack* - Verify ownership of the created files (they might belong to the root user) - Apply the patch - Run: $ chown root:root /var/log/koha/kohadev/plack* $ debian/scripts/koha-plack --start kohadev $ ls /var/log/koha/kohadev/plack* => SUCCESS: Files belong to kohadev-koha:kohadev-koha - Run: $ debian/scripts/koha-plack --stop kohadev $ rm /var/log/koha/kohadev/plack* $ debian/scripts/koha-plack --start kohadev $ ls /var/log/koha/kohadev/plack* => SUCCESS: Files are created and belong to kohadev-koha:kohadev-koha - Sign off :-D Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 007d2feee6b2fec92f2d6518a3e84de0f6476b3d) Signed-off-by: Fr?d?ric Demians commit 16769bdb1445bcccd3be0221ba69917344f363e9 Author: Mark Tompsett Date: Tue Aug 2 23:26:03 2016 -0400 Bug 16885: koha-stop-zebra should be more sure of stopping zebrasrv This patch follows Galen's suggestion in comment #7. TEST PLAN --------- 1) Back up your koha logs as desired. 2) add something to /var/log/koha/{instance name}/intranet-error.log 3) ps aux | grep zebra 4) logrotate -f /etc/logrotate.d/koha-common 5) ps aux | grep zebra -- the zebrasrv and daemon process for zebra indexing didn't restart. 6) apply this patch against /usr/sbin/koha-stop-zebra 7) sudo koha-start-zebra {instance name} 8) ps aux | grep zebra -- the processes should have started up again. 9) add different junk to /var/log/koha/{instance name}/intranet-error.log 10) ps aux | grep zebra 11) logrotate -f /etc/logrotate.d/koha-common 12) ps aux | grep zebra -- the process ids for the zebrasrv and daemon processes should be different, but the number of processes is the same as before. 13) sign off, because its less ugly than comment #3 Sponsored-by: Tulong Aklatan Signed-off-by: Tomas Cohen Arazi Works as expected, no regressions found. Signed-off-by: Kyle M Hall (cherry picked from commit ac4a058b05fc1a1a6955d025328cca6ae369baeb) Signed-off-by: Fr?d?ric Demians commit 3b4564001d571304490fe81dbd92e656fc9ad53e Author: Hector Castro Date: Tue Jul 19 14:58:58 2016 -0600 Bug 16944: Add "email" and "url" classes when edit or create a vendor When edit or create a new vendor the two fields "email" and "website" don't test if the data provided is right. When you add a direction like "koha-community.org" without the protocol "https" the program redirect to an 404 error. To reproduce the issue: 1-Go to Acquisition and create a new Vendor 2-Fill the field Website with koha-community.org 3-Use an email without at sing (@) 4-Notice that there is no error 5-Save 6-Go to the vendor created (/cgi-bin/koha/acqui/supplier.pl?booksellerid=1) 7-Click in Website: koha-community.org -> redirect to an 404 error 8-Notice the bad mailto: To test: -Apply patch -Reproduce step 1 to 8 with the same vendor or create a new one -Enter multiple wrong and valid urls -Enter urls with and without protocols http, https, ftp -Enter wrong and valid emails NOTE: The classes used are taken from 'branches.tt' Signed-off-by: Liz Rea no longer allows entering of improper website urls or incomplete email addresses. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 71d20a8c3b48a4dd1c7fb569b3baf2352d9757ac) Signed-off-by: Fr?d?ric Demians commit e091cab5031a21a7a85dc32a52e9ae89fcc74caa Author: Marc Date: Thu Jul 21 11:42:42 2016 +0200 Bug 16953: Acquisitions home: Remove trailing › from breadcrumbs The breadcrumb on the Acquisition's home page reads: Home > Acquisitions > This tiny patch removes the trailing > (›) Amended: Remove the link on 'Acquisitions' as well... Signed-off-by: Claire Gravely Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 865557e05c0fa1951478fbc1551c50b9b928619a) Signed-off-by: Fr?d?ric Demians commit 1a447ccde4f7e2747a33b77292b2ca12ebb2dd7a Author: Hector Castro Date: Fri Jul 22 10:04:48 2016 -0600 Bug 16964: Fix capitalization for "Report Plugins" in reports-home.tt Fix capitalization for "Report Plugins" in reports-home.tt according with Coding Guidelines Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 67a65ba16f9c56161fa936a4f80e3f93cfaef167) Signed-off-by: Fr?d?ric Demians commit 672e02bf6bfecabf2301ce2291ca337bac0b7667 Author: Marc Date: Wed Jul 27 21:19:16 2016 +0200 Bug 16989 - Advanced search form does not display translated itemtype In Staff client, the advanced serach form does not display the translations of item types. (Note: It is not necessary to have translations installed to verify this bug.) Prerequisites: - Go to Home > Administration > Item types administration - Edit e.g. item type "BK" (Book) - Near "Description", click link "Translate into other languages - If you have other languaes installed, add translatons for those - If you have an Englis only installation, add a "translation" for English, make sure that you can identify it while testing (I used "BOOOOOOOOOOOOKS") Verify: - Go to Home ? Advanced search - Verify near "Limit to any of the following" that the description for itemtype BK reads "Book" instead of "BOOOOOOOOOOOOKS" Test: - Apply patch - Verify that the item type description now reads ""BOOOOOOOOOOOOKS" - If you have a multi language installaton, verify that item types you translated display as appropriate Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 4a691fda1622a4702ab34c0a55a56b344d07f109) Signed-off-by: Fr?d?ric Demians commit 527cd879bb832feb1a73afb85ffb948bb4c0ee64 Author: Jonathan Druart Date: Thu Aug 4 17:19:37 2016 +0100 Bug 17052: Display patron category description in the sidebar of paycollect The patron category description is not passed to the template in paycollect.pl Note: The Categories TT plugin should be used here... Test plan: Go on paycollect.pl and confirm that the patron category description is now displayed in the sidebar. Signed-off-by: Owen Leonard Signed-off-by: Brendon Ford Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit c3badb0c570beada485cc71ea6b494da1d59f1b0) Signed-off-by: Fr?d?ric Demians commit a86c2250100b898d0c537497c5b6ad20eb969d28 Author: Kyle M Hall Date: Fri Aug 5 13:56:52 2016 +0000 Bug 17055 - Add classes to different note types to allow for styling on checkins page Returned items may have 3 kinds of notes, patron, item public, and item non-public. However, the html markup for them does not allow us to distinguish which type we are seeing. It would be good to add classes for each of these note types. Test Plan: 1) Check out an item to a patron 2) Add a patron note, a public item note, and a non-public item note to the patron and item you used 3) Check in the item and instead the html, note the each note span now has a class to distinguish which type of note is being displayed. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit dbfda36767c113b8e515e8d2bfedd435ed7bd133) Signed-off-by: Fr?d?ric Demians commit f13a576bf5b1b10d2ea54b89eac44cc95270b386 Author: Marc Date: Mon Aug 8 14:04:44 2016 +0200 Bug 17078 - Format fines on opac-account.pl To verify: - Log in to OPAC as a user who has fines or credits - Go to page "your fines" - Verify that values for "Fine amount", "Amount outstanding" and "Total due" are not formatted as defined in syspref CurrencyFormat (e.g. for FR) To test: - Apply patch - Repeat steps above - Verify that values are formatted as appropriate with different settings for syspref CurrencyFormat Note: This patch does not force text alignment to the right. Text alignement can be done using syspref OPACUserCSS (td.sum, td.credit, td.debit) Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit d76737ba7d41bc261b59a2ea2cf4c591a62a0bc4) Signed-off-by: Fr?d?ric Demians commit 1adcd737574fcbde4a86c5b3b72718c5e5ba21da Author: Marc Date: Mon Aug 8 11:33:50 2016 +0200 Bug 17076 - Format fines in patron search results table Format the values in patron search results following syspref CurrencyFormat. To verify: - Search for patrons who have fines or credits - In result table, column 'Fines' does not respect syspref CurrencyFormat (e.g. for FR) To test: - Apply patch - Repeat steps above, verify that fines display as appropriate - Change syspref Currencyformat, verify display Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 6359922847aa9437bccc1d28fd429d5432517e9a) Signed-off-by: Fr?d?ric Demians commit 7608e82dff0e9ca1b66426632053c4516bd88c2e Author: Colin Campbell Date: Mon Aug 8 16:13:37 2016 +0100 Bug 17081 Incorrect comparison operator used in edifactmsgs.pl Numeric comparison operator is used where string comparison required, resulting in the following warning in the log: 'Argument "delete" isn't numeric in numeric eq (==).' This patch corrects it to use 'eq' not '==' to compare strings. To test, apply the patch and go to Acquisitions -> EDIFACT messages. Delete an EDIFACT message. There should be no error in the error log. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit cc6fc0800cb3446ebe482b7dbb2f6ec4a543d869) Signed-off-by: Fr?d?ric Demians commit 2dc212beef4f4baa56e2c2cac00cdf038989f884 Author: Chris Cormack Date: Sun Jul 24 19:18:51 2016 +1200 Bug 16969 cgi->param used in list context in opac-memberentry.pl To test 1/ Hit the page, notice the warning in the log 2/ Apply patch 3/ Hit page, notice no warning in the log 4/ Test functionality all still works Works as expected. (Note: See Bug 16960 for updating patron details). Signed-off-by: Marc Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit 0ef3b19dbd414539dbc8c45ecc595e399df31781) Signed-off-by: Fr?d?ric Demians commit cb53c0bedabfa9590efc95dfabeb375960799d0a Author: Jonathan Druart Date: Wed Aug 3 15:48:42 2016 +0100 Bug 17040: Fix translation on context menu when editing items Test plan: update and install translated language files On the item list (cataloguing/additem.pl) the context menu should be translated (Edit item/Delete item) Signed-off-by: Fr?d?ric Demians Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 72150ee7596e2644febbab248e6b3c9b7b3af69b) Signed-off-by: Fr?d?ric Demians commit a82c64a7ec504de92a7fb69282fb8ef27a56dd67 Author: Jonathan Druart Date: Thu Jul 28 12:58:30 2016 +0100 Bug 17020: Do no pass findborrower to the template Indeed, it's not used! Test plan: git grep '\[% findborrower' should not return any result. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 5995bd77a630521c360735b22c8573717515e62a) Signed-off-by: Fr?d?ric Demians commit 68a4549aa9fd36904c8b7fb321d14ac1946bc485 Author: Jonathan Druart Date: Wed Aug 3 16:41:48 2016 +0100 Bug 16894: Regression - Display email on patron search results Bug 10318 added the email to the patron search results but it has been removed later. This patch reintroduced it where it was (no new column). Test plan: Search for patrons and confirm that the emails are displayed. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 034f939a44287ae7078d95c15b55368aa98b4216) Signed-off-by: Fr?d?ric Demians commit 8ff5f08edd0dc434e56d35cb4956df6027f0eed6 Author: phette23 Date: Thu Jun 23 16:06:59 2016 -0700 Bug 16806: no error message for 'too_soon' renewal To test: - for a particular item type & patron category, configure a non-zero "no renewal before" date so items can't be immediately renewed - sign in as a patron in aforementioned patron category - check out an item of aforementioned item type - go to your renewals page in OPAC /cgi-bin/koha/opac-user.pl - an error messages appears in the div.alert.dialog up top Sponsored-by: California College of the Arts Signed-off-by: Brendon Ford Signed-off-by: Irma Birchall Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit aa2f56fa1a76d98ab9543a100810c354c4d23554) Signed-off-by: Fr?d?ric Demians commit 55bdbc09e6a60d417cbc2d88bb90241fcac57aa2 Author: Jonathan Druart Date: Mon Jul 25 16:37:03 2016 +0100 Bug 16776: Do not forget external language choice in language switcher If language is set by external link language switcher does not work To reproduce: - Have a multilingual koha installation, let's say en, de-CH, fr-FR and it-IT - Create external links e.g. from your multilingual library website to each language variant of OPAC: ...cgi-bin/koha/opac-main.pl?language=en ...cgi-bin/koha/opac-main.pl?language=de-CH ...cgi-bin/koha/opac-main.pl?language=fr-FR ...cgi-bin/koha/opac-main.pl?language=it-IT Each link opens fine displaying the language as appropriate. Now try to switch language on the page you just opened via the external link. It won't work, it will always stay on the language defined by the external link. To test: - Apply patch - Repeat steps above - Verify that the language switcher works - Verify in browser address field that after switching language, the param 'language= 'has vanished from url string - Try links with multiple params and with params containing 'language', e.g. ...cgi-bin/koha/opac-search.pl?language=fr-FR&q=language&mylanguage=test - Verify that only the parameter 'language=' vanishes Tested counter patch, works as well. Signed-off-by: Marc Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 62d16aa6b750aaade2267596c19292659333f8c8) Signed-off-by: Fr?d?ric Demians commit e378c47bada7d244f09d354d14df72092ced8f61 Author: Marc Date: Mon Aug 8 17:47:31 2016 +0200 Bug 17082: Translatability: Fix sentence splitting in member.tt This patch fixes sentences splitting in file koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt Fix is done with a new .inc file because the code is the same as in koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt To test: - Carefully review code changes - Test on a fresh install without example data (or save database and test with empty tables 'branches' and 'categories') - Go to Home > Patrons (members-home.pl) - Verify that a warnings appears aubout missing libraries and patron categories - Try to add a new patron (memberentry.pl) - Verify that the same messages are triggered - Verify that messages disappear as appropriate as soon as a library and a patron category are defined. Signed-off-by: Owen Leonard Note: Filed Bug 17093 for JS error on patron entry form. Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 5dd9a2546aea0870674bf2190a8f46c280b9beb2) Signed-off-by: Fr?d?ric Demians commit f81c6770054dab1cb4b4a1ccea1b28bd702b412b Author: Jonathan Druart Date: Mon Jul 4 11:53:39 2016 +0100 Bug 16848: Prevent invalid warning to be carped from output_pref From Koha::DateUtils::output_pref: $dt = eval { dt_from_string( $str ) } if $str; carp "Invalid date '$str' passed to output_pref\n" if $@; This second line is wrong: if $str does not exist, the first line is not evaluated and $@ could be filled with previous error. To reproduce: Then: prove t/DateUtils.t will display: t/DateUtils.t .. 20/60 Use of uninitialized value $str in concatenation (.) or string at Koha/DateUtils.pm line 217. Invalid date '' passed to output_pref at t/DateUtils.t line 233. t/DateUtils.t .. ok All tests successful. Files=1, Tests=60, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.40 cusr 0.00 csys = 1.42 CPU) Result: PASS Test plan: Without this patch, you should not see the carp Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit c31213ba4fab0082c6ad556aae424918b62205d0) Signed-off-by: Fr?d?ric Demians commit a42da0108e3f8dee889ef28e0c0d736e23a9aacc Author: Katrin Fischer Date: Mon Aug 8 01:15:23 2016 +0200 Bug 17074: Follow-up: fixing encoding issues with multiple search terms If there was more than one search term you could see that that it was url encoded. Also problems with search terms with umlauts and other diacritics. Patch should fix that. https://bugs.koha-community.org/show_bug.cgi?id=17074 Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 09d7a47f1fb1c645d0e3ffb93fb88409b3310363) Signed-off-by: Fr?d?ric Demians commit 2b62fbde3357b396d72cbce7d625b096c0467307 Author: Katrin Fischer Date: Sun Aug 7 16:03:13 2016 +0200 Bug 17074: Fix links in result list of 'scan indexes' and keep search term visible The 'scan indexes' search that can be reached from the advanced search has 2 problems to begin with: - The search term you searched for is not displayed in the input field. - The links in the result list are missing the index and because of that, are not giving the correct results. To test: - Go to the advanced search, select an index to search in - Enter a search term and check 'scan indexes' - Submit search - Check if the search term is visible in the input box - Check if the result links contain your selected index and give you correct results (count and the number of results should match) Tested both patches together, works as expected. Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 8d7e62b808522b1871d6b704e0ae5def3be886ee) Signed-off-by: Fr?d?ric Demians commit 86985bffc49977c97c6de98edc68ad3c3f917039 Author: Fr?d?ric Demians Date: Sat Aug 6 10:13:18 2016 +0200 Bug 17053 Clearing search term in Reports If you click the clear button to clear the search term it does take the search term away. However, the next time you click on "Saved reports" the search term is still there. TO TEST: 1. Reports > Use saved 2. Filter on anything (date/author/keyword). Let say "foo" in keyword. 3. Click the Clear link on the Filter form. You can see that "foo" is removed from keyword, and all the saved reports are displayed. 4. Click "Saved Reports" on the left. You can see that "foo" reappears in keyword filter. 5. Apply the patch, and repeat steps 2-4. Signed-off-by: Jesse Maseto Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit aa0e27ea08cf0d9a1ff46b061cc38d2b15fa66e7) Signed-off-by: Fr?d?ric Demians commit 4267b60311227453335d9c4f64cb9d5c0946ced7 Author: Mirko Tietgen Date: Tue Aug 9 14:55:43 2016 +0200 Bug 17087 - Set Test::WWW::Mechanize version to 1.42 This was set to a version that is not available in Wheezy or Jessie. The version is not required, the only change to 1.42 (packaged for Wheezy and Jessie) is a fix for Windows, see http://cpansearch.perl.org/src/PETDANCE/Test-WWW-Mechanize-1.44/Changes Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit 893f6cc2633744d4f539fd1b6b9f4b8837277d2d) Signed-off-by: Fr?d?ric Demians commit e3da772c3cd10ab999b7ee5708c6eab5dfb0599d Author: Mark Tompsett Date: Sun Apr 10 23:18:26 2016 -0400 Bug 10148: Marc21 field 007 builder improper reload values The more correct solution is fix that template file. However, in the mean time, this works. TEST PLAN --------- 1) find a record 2) edit record 3) click value builder for 007 4) change everything to pipes as much as possible. (use Motion Picture to get all 00-22 values) 5) save -- should save just fine. 6) click the value builder again -- OOPS! Bad reload. 7) prove t/db_dependent/FrameworkPlugin.t -- NOISY 007 messages. 8) apply patch 9) click the value builder again -- good reload 10) prove t/db_dependent/FrameworkPlugin.t -- No noise related to 007. 11) run koha qa test tools. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 22c851cc2fea3c3868f7643132392f0a34439c65) Signed-off-by: Fr?d?ric Demians commit 97f1d825cd4031e0c9077d9d8cf0f0c7f69d894c Author: Jonathan Druart Date: Wed Aug 3 13:57:43 2016 +0100 Bug 17038: Fix XSS in catalogue/search.pl Test plan: Search for something like: \";alert(1)//135 => Without this patch you will see the alert => With this patch, no more alert Note that this fix the parameters idx, q and op Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit b543fa74fe888b9e53cfc06ac58e2f7ac1689ae5) Signed-off-by: Fr?d?ric Demians commit 3bf66eb1a1af1f917ffbf3865762cac64bfdbaef Author: Jonathan Druart Date: Wed Aug 3 08:49:10 2016 +0100 Bug 17036: Fix XSS in circulation.pl Test plan: Enter the following in the "Check out" tab: "> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 96a9c2715ee2e4388e105e86e221bc280e1d757f) Signed-off-by: Fr?d?ric Demians commit 4f5121a99e063fc05fb19caac89e5a56b1ff0afb Author: Jonathan Druart Date: Thu Jul 28 13:01:43 2016 +0100 Bug 17021: Fix XSS in circ/returns.pl Test plan: Enter the following in the barcode input: => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 12b4c83f5a5c11af635cae83e6837ff80dc02da7) Signed-off-by: Fr?d?ric Demians commit d432c5bba836601b809a9f807af05ef85e952453 Author: Jonathan Druart Date: Tue Aug 2 14:46:11 2016 +0100 Bug 17025: Fix XSS in serials-search.pl Test plan: Hit /serials/serials-search.pl?ISSN_filter="%2F> /cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/moredetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=1 => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit f3a8e5a4117a0e95969ff2856dfcd95a6935ec55) Signed-off-by: Fr?d?ric Demians commit f0e08942d79caca7a47dc6bdb8f7ea01a83c5333 Author: Fr?d?ric Demians Date: Wed Aug 10 13:28:20 2016 +0000 Bug 7441 - DBRev 16.05.02.003 Signed-off-by: Fr?d?ric Demians commit 57e2a013cc78db4e26367cbfd34bc0054e67a3ba Author: Katrin Fischer Date: Wed Aug 10 07:15:03 2016 +0200 Bug 7441: QA follow-up - Add note about missing NORMARC support Adds a note about missing support for NORMARC (only supports MARC21 and UNIMARC) to the system preference text. Signed-off-by: Kyle M Hall (cherry picked from commit 821cb91a80942a85f4d22e6b1a8c700add7bab7d) Signed-off-by: Fr?d?ric Demians commit 1d2da8fcd06e1f396d63fd834771f2a208fc5b91 Author: Jonathan Druart Date: Fri Jun 24 16:08:23 2016 +0100 Bug 7441 - Followup search results showing wrong branch [UNIMARC] Signed-off-by: Fr?d?ric Demians Playing with OPACResultsLibrary syspref, biblio with items having different home/holding library are displayed properly. Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 492d79a7df18efb294bd9bd9da5fa5b4efe1e592) Signed-off-by: Fr?d?ric Demians commit 17a103d8a06345ad39e3af9c0d3a50c3f24ce5e7 Author: Kyle M Hall Date: Thu Jun 2 14:01:56 2016 +0000 Bug 7441 - search results showing wrong branch? When you search in the OPAC it shows you the HOME branch on the location in XSLT, but if you click through to the detail page it shows you the CURRENT BRANCH in the holdings table which is very confusing to patrons. I don't know what's the right solution - home or holding branch, but they should be the same in both places for the patron's sake. If you do the same search in the staff client you see the right branch info on the search results and on the detail page. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Search the catalog, you search should include results with items that have different home and holding libraries. 4) The results should look the same as before the patch 5) Change the system preference OPACResultsLibrary to "current location" 6) Refresh your page of search results 7) The results show now show the holding library instead of the home library Signed-off-by: Barbara Walters Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 4db2e745e244bfc9e8315b4903c30e21142d9cb4) Signed-off-by: Fr?d?ric Demians commit 15d16c5273231190e1d9efcce2a2c7ed34f69207 Author: Marcel de Rooy Date: Thu Aug 20 11:29:01 2015 +0200 Bug 6499: [QA Follow-up] Trivial adjustments Removes commented line from bib1.att. Adjust OCLC-number to Other-control-number in comment of ccl properties. No need to explicitly add 035$a and $z if you index 035 completely in record.abs as well as biblio-koha-indexdefs.xml. Rerun koha-indexdefs-to-zebra.xsl on index defs. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit 5b4259be9c237c7773f6af9f6c83894718be603d) Signed-off-by: Fr?d?ric Demians commit 2af25f1c80af547b90106ce6cb4d31d0ba5d63ad Author: Barton Chittenden Date: Thu Jul 10 09:54:56 2014 -0400 Bug 6499: Add Zebra index "Other-control-number" covering MARC21 035$a, 035$z and 035 (entire tag) 1) Apply patch 2) Make sure that you have a bib that has MARC21 035$a (and possibly also 035$z) populated. pre 3) Replace all modified zebra files and restart zebra server 3) Rebuild zebra: misc/migration_tools/rebuild_zebra.pl -x -b -z 4) Add the following to the intranetuserjs syspref: $(document).ready(function(){ // Add Other Control Number to advanced search if (window.location.href.indexOf("catalogue/search.pl") > -1) { $(".advsearch").append(''); } }); 5) Do an advanced search, select "Other Control Number" from the search menu, then add the Other Control Number in 035$a for the bib specified in step 1. Signed-off-by: Bernardo Gonzalez Kriegel Works, no koha-qa errors Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit 84f51549c94a5f5fdc227e6febb472946ca2b71c) Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 108 -------------------- C4/Installer/PerlDependencies.pm | 2 +- C4/Search.pm | 3 + C4/Utils/DataTables/Members.pm | 2 +- C4/XSLT.pm | 19 ++-- Koha.pm | 2 +- Koha/DateUtils.pm | 7 +- acqui/edifactmsgs.pl | 2 +- admin/marctagstructure.pl | 21 +--- catalogue/ISBDdetail.pl | 2 + catalogue/MARCdetail.pl | 4 +- catalogue/detail.pl | 2 + catalogue/labeledMARCdetail.pl | 2 + catalogue/moredetail.pl | 2 + catalogue/search.pl | 13 ++- cataloguing/additem.pl | 12 ++- cataloguing/value_builder/marc21_field_007.pl | 101 +++++------------- changelanguage.pl | 4 +- circ/circulation.pl | 1 - circ/overdue.pl | 5 +- debian/scripts/koha-plack | 18 ++++ debian/scripts/koha-stop-zebra | 17 ++- etc/zebradb/biblios/etc/bib1.att | 2 +- etc/zebradb/ccl.properties | 3 + .../marc21/biblios/biblio-koha-indexdefs.xml | 6 +- .../marc21/biblios/biblio-zebra-indexdefs.xsl | 13 +++ etc/zebradb/marc_defs/marc21/biblios/record.abs | 2 +- installer/data/mysql/sysprefs.sql | 3 +- installer/data/mysql/updatedatabase.pl | 10 ++ .../prog/en/includes/noadd-warnings.inc | 11 ++ .../prog/en/includes/serials-search.inc | 6 +- .../prog/en/includes/subscriptions-search.inc | 14 +-- .../prog/en/modules/acqui/acqui-home.tt | 2 +- .../prog/en/modules/acqui/supplier.tt | 4 +- .../prog/en/modules/acqui/z3950_search.tt | 2 +- .../prog/en/modules/admin/preferences/opac.pref | 7 ++ .../prog/en/modules/catalogue/results.tt | 10 +- .../prog/en/modules/cataloguing/additem.tt | 6 +- .../prog/en/modules/circ/circulation.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 12 +-- .../prog/en/modules/members/member.tt | 13 +-- .../prog/en/modules/members/memberentrygen.tt | 4 +- .../prog/en/modules/members/moremember-print.tt | 12 +-- .../en/modules/members/tables/members_results.tt | 5 +- .../prog/en/modules/reports/reports-home.tt | 4 +- .../bootstrap/en/includes/opac-bottom.inc | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-account.tt | 7 +- .../bootstrap/en/modules/opac-memberentry.tt | 6 +- .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 + .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 89 ++++++++++------ .../bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl | 58 ++++++++--- koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js | 4 +- members/paycollect.pl | 1 + members/summary-print.pl | 9 +- opac/opac-changelanguage.pl | 7 ++ opac/opac-memberentry.pl | 5 +- reports/guided_reports.pl | 2 +- t/db_dependent/DecreaseLoanHighHolds.t | 2 +- 58 files changed, 338 insertions(+), 358 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/noadd-warnings.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 13:10:25 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 11:10:25 +0000 Subject: [koha-commits] main Koha release repository annotated tag v16.05.03 created. v16.05.03 Message-ID: This is an automated email from the git 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, v16.05.03 has been created at ced688aecaaec38488c455345363f4d89d98fa39 (tag) tagging c4dd8bb08a16e6abfca40f42290dae3acbbd2d31 (commit) replaces v16.05.02-01 tagged by Fr?d?ric Demians on Tue Aug 23 13:20:32 2016 +0200 - Log ----------------------------------------------------------------- Koha release 16.05.03 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJXvDGAAAoJEGOGo5WRV8bu9EsH/1adDNu6wt770p5Z9U8QZsQD 2NObQZLYWEyuOdUhwPlw9/qYzTgj2E1JNk53Z1ktPLU4FCS8YzPVDvxyDhjPXcaz TJqqmwwO/0Lkn5eee8+mOEMQwtRkfh7LGANo+E0dTeFVyABqadnb6DBDRnvPlRlO JopVbbwIc3rgxATk8j+TGBPhzKca8OnooaRHLkD66CcDHj7qZpYsX2KpNAHbva85 AKxJJgdomNT5PGydaIJezPM2a84TtUY/QiKz+QGSldN2ofwJT0GXMGmiFJeelJjV mjj78BWUvlPo/1qw7IVSa5AdI/epMNBYWIVsKmVOIHHXwmy7RWXWXhmqyEXERfA= =DSN1 -----END PGP SIGNATURE----- Barton Chittenden (1): Bug 6499: Add Zebra index "Other-control-number" covering MARC21 035$a, 035$z and 035 (entire tag) Bernardo Gonzalez Kriegel (3): Bug 16573: fix linkid value on marc_subfield_structure Bug 16573: fix structure and sample data for MySQL 5.7 Bug 16573: change created_on type - atomic update Chris Cormack (2): Bug 16975 : @INC should not have '.' as its last entry Bug 16969 cgi->param used in list context in opac-memberentry.pl Colin Campbell (1): Bug 17081 Incorrect comparison operator used in edifactmsgs.pl Eric Phetteplace (1): Bug 17068: empty
  • in opac-reserve.tt Fridolin Somers (2): Bug 17107 - Add ident and Identifier-standard to known indexes Bug 17106 - DataTables patron search defaulting to 'starts_with' - doc Fr?d?ric Demians (7): Bug 16573 - DBRev 16.05.02.001 Bug 11490 - DBRev 16.05.02.002 Bug 16793 [16.05] Add 3 missing css rules Bug 7441 - DBRev 16.05.02.003 Bug 17053 Clearing search term in Reports Version 16.05.03 Translations update Galen Charlton (1): Bug 17001: fix due date filter on the overdue report Hector Castro (2): Bug 16964: Fix capitalization for "Report Plugins" in reports-home.tt Bug 16944: Add "email" and "url" classes when edit or create a vendor Indranil Das Gupta (L2C2 Technologies) (1): Bug 17103 - Google API Loader jsapi called over http Jacek Ablewicz (1): Bug 17117: Patron personal details not displayed unless branch update request is enabled Jesse Weaver (1): Bug 16818: External auth redirect broken under Plack Jonathan Druart (30): Bug 16573: Define virtualshelves.created_on as datetime for existing installs Bug 17028: Fix XSS in reserve/request.pl Bug 17026: Fix XSS in serials/checkexpiration.pl Bug 17024: Fix XSS in tools/viewlog.pl Bug 17023: Fix XSS in cataloguing/z3950_search.pl Bug 17023: Fix XSS in acqui/z3950_search.pl Bug 17022: Fix XSS in circ/branchtransfers.pl Bug 16878: Fix XSS in opac-memberentry Bug 11490: Add prefs MaxItemsToProcessForBatchMod and MaxItemsToDisplayForBatchDel Bug 11490: Split MaxItemsForBatch into 2 prefs to clarify things Bug 7441 - Followup search results showing wrong branch [UNIMARC] Bug 17029: Fix XSS in catalogue/*detail.pl Bug 17025: Fix XSS in serials-search.pl Bug 17021: Fix XSS in circ/returns.pl Bug 17036: Fix XSS in circulation.pl Bug 17038: Fix XSS in catalogue/search.pl Bug 16848: Prevent invalid warning to be carped from output_pref Bug 16776: Do not forget external language choice in language switcher Bug 16894: Regression - Display email on patron search results Bug 17020: Do no pass findborrower to the template Bug 17040: Fix translation on context menu when editing items Bug 17052: Display patron category description in the sidebar of paycollect Bug 16615: Update OPACSearchForTitleIn to access openlibrary.org via https Bug 16996: Do not explode if mandatory fields are missing Bug 16996: (follow-up) Do not explode if mandatory fields are missing Bug 16955: Do not clear from cache when adding a new framework Bug 17124: Fix tests in DecreaseLoanHighHolds.t Bug 17009: Speed up the framework duplication Bug 17100: Restore previous logic Bug 17023: Repair "cancel" link Katrin Fischer (3): Bug 7441: QA follow-up - Add note about missing NORMARC support Bug 17074: Fix links in result list of 'scan indexes' and keep search term visible Bug 17074: Follow-up: fixing encoding issues with multiple search terms Kyle M Hall (6): Bug 15397 - Pay selected does not works as expected Bug 16436 - Allow action logs to be logged to the koha log file Bug 16436 [QA Followup] - Use debug instead of info Bug 16988 - Suspending a hold with AutoResumeSuspendedHolds disabled results in error Bug 7441 - search results showing wrong branch? Bug 17055 - Add classes to different note types to allow for styling on checkins page Lari Taskula (1): Bug 17042: Fix missing column in hold.json Marc (5): Bug 17082: Translatability: Fix sentence splitting in member.tt Bug 17076 - Format fines in patron search results table Bug 17078 - Format fines on opac-account.pl Bug 16989 - Advanced search form does not display translated itemtype Bug 16953: Acquisitions home: Remove trailing › from breadcrumbs Marc V?ron (3): Bug 16871: Translatability: Avoid [%%-problem and fix related sentence splitting in catalogue/detail.tt Bug 17100: Do not display payments if patron has nothing to pay Bug 16741 - Remove dead code "sub itemissues" from C4/Circulation.pm Marcel de Rooy (2): Bug 16971: Missing dependency for HTML::Entities Bug 6499: [QA Follow-up] Trivial adjustments Mark Tompsett (6): Bug 16868: Silence error t/db_dependent/Linker_FirstMatch.t Bug 16864: Silence warnings in t/db_dependent/ILSDI_Services.t Bug 16622: some tests triggered by prove t fail for unset KOHA_CONF Bug 10148: Marc21 field 007 builder improper reload values Bug 16885: koha-stop-zebra should be more sure of stopping zebrasrv Bug 16615: Follow up - missed a spot Mirko Tietgen (8): Bug 17063 - debian/control.in update: change maintainer & add libhtml-parser-perl for 16.05.x Bug 17013 - build-git-snapshot: add basetgz parameter and update master version number Bug 17064 - Delete backup marc21_framework_DEFAULT.sql~ file Bug 17065 - Rename C4/Auth_cas_servers.yaml.orig Bug 17019 - debian/changelog update Bug 17043 - debian/list-deps fixes, 16.05 edition Bug 17043 - Readonly deps Bug 17087 - Set Test::WWW::Mechanize version to 1.42 Nicole C Engard (1): Bug 16727: Clarify upload category note Oliver Bock (1): Bug 16615: Open Library API fails for full-site-SSL Olli-Antti Kivilahti (1): Bug 14844: Corrupted storable string. When adding/editing an Item, cookie LastCreatedItem might be corrupted. Owen Leonard (1): Bug 16310 - Remove the use of "onclick" from audio alerts template Tomas Cohen Arazi (6): Bug 16830: Remove -x usage on koha-indexer Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl Bug 17044: Fix wrong destination for 'api' directory Bug 17030: Enable REST api on packages Bug 17030: Make REST api available on packages with plack enabled Bug 16974: Make koha-plack should check and fix log files permissions Zeno Tajoli (1): Bug 16585: Update Italian installer sample files for 16.05 phette23 (1): Bug 16806: no error message for 'too_soon' renewal ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 15:40:59 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 13:40:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-529-gadbcaa9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via adbcaa99f4f1a0dc3c739cb15b4d3039d2a79c9e (commit) via b5fc3d29373d2b6eecd9f3d26c798d603dae7d84 (commit) from 3315a883ed055554627c26ace0581e8fd6426b83 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit adbcaa99f4f1a0dc3c739cb15b4d3039d2a79c9e Author: Tomas Cohen Arazi Date: Fri Aug 19 14:59:04 2016 -0300 Bug 17050: (QA followup) Use Mojo::Transaction to get the remote address While the original patch fixes the issue, reading at Mojolicious source code, revealed that Mojo::Transaction already has proper processing for detecting the remote address: sub remote_address { my $self = shift; return $self->original_remote_address(@_) if @_; return $self->original_remote_address unless $self->req->reverse_proxy; # Reverse proxy return ($self->req->headers->header('X-Forwarded-For') // '') =~ /([^,\s]+)$/ ? $1 : $self->original_remote_address; } Without this patch, if there's a request without HTTP_X_FORWARDED_FOR, then the remote address would be empty. Such would be the case of a dev/standard setup without Plack. This patch makes Koha::REST::V1::startup use tx->remote_address instead of dealing with the headers on its own. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall commit b5fc3d29373d2b6eecd9f3d26c798d603dae7d84 Author: Jonathan Druart Date: Fri Aug 5 15:03:28 2016 +0000 Bug 17050: Do not kick the session out when accessing the REST API Mojolicious does not set $ENV{REMOTE_ADDR} (neither $ENV{HTTP_*}) as it may share ENV between different requests. Fortunately for us, Plack does not! This is a dirty patch to fix this issue but it seems that there is not lot of solutions. It adds a remote_addr parameter to C4::Auth::check_cookie_authin order to send it from Koha::Rest::V1::startup reading the headers sent by Mojolicious. Test plan: Hit /cgi-bin/koha/mainpage.pl Hit /api/v1/patrons/42 Hit /cgi-bin/koha/mainpage.pl With this patch applied, everything will be fine and you won't be logged out. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Benjamin Rokseth Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 4 +++- Koha/REST/V1.pm | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 16:15:52 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 14:15:52 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-115-gf918724 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f9187241453d88573e1e25881b993566593ab366 (commit) via 6d474177eea68de6e5297fe04ea9862ea138f864 (commit) via da2911d2d9136f59d8230c0f44caf71666ee595a (commit) via 409aecf321eeb9395b45541130640509692604a7 (commit) from d0c34a3bacc72a0ba8b516e3ea95aa173b7fae34 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f9187241453d88573e1e25881b993566593ab366 Author: Fr?d?ric Demians Date: Wed Aug 10 13:28:20 2016 +0000 Bug 7441: Update DB rev (3.22.09.004) Signed-off-by: Julian Maurice commit 6d474177eea68de6e5297fe04ea9862ea138f864 Author: Katrin Fischer Date: Wed Aug 10 07:15:03 2016 +0200 Bug 7441: QA follow-up - Add note about missing NORMARC support Adds a note about missing support for NORMARC (only supports MARC21 and UNIMARC) to the system preference text. Signed-off-by: Kyle M Hall (cherry picked from commit 821cb91a80942a85f4d22e6b1a8c700add7bab7d) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 57e2a013cc78db4e26367cbfd34bc0054e67a3ba) Signed-off-by: Julian Maurice commit da2911d2d9136f59d8230c0f44caf71666ee595a Author: Jonathan Druart Date: Fri Jun 24 16:08:23 2016 +0100 Bug 7441 - Followup search results showing wrong branch [UNIMARC] Signed-off-by: Fr?d?ric Demians Playing with OPACResultsLibrary syspref, biblio with items having different home/holding library are displayed properly. Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 492d79a7df18efb294bd9bd9da5fa5b4efe1e592) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 1d2da8fcd06e1f396d63fd834771f2a208fc5b91) Signed-off-by: Julian Maurice commit 409aecf321eeb9395b45541130640509692604a7 Author: Kyle M Hall Date: Thu Jun 2 14:01:56 2016 +0000 Bug 7441 - search results showing wrong branch? When you search in the OPAC it shows you the HOME branch on the location in XSLT, but if you click through to the detail page it shows you the CURRENT BRANCH in the holdings table which is very confusing to patrons. I don't know what's the right solution - home or holding branch, but they should be the same in both places for the patron's sake. If you do the same search in the staff client you see the right branch info on the search results and on the detail page. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Search the catalog, you search should include results with items that have different home and holding libraries. 4) The results should look the same as before the patch 5) Change the system preference OPACResultsLibrary to "current location" 6) Refresh your page of search results 7) The results show now show the holding library instead of the home library Signed-off-by: Barbara Walters Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 4db2e745e244bfc9e8315b4903c30e21142d9cb4) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 17a103d8a06345ad39e3af9c0d3a50c3f24ce5e7) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/XSLT.pm | 19 +++-- Koha.pm | 2 +- installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 10 +++ .../prog/en/modules/admin/preferences/opac.pref | 7 ++ .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 89 ++++++++++++-------- .../bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl | 58 +++++++++---- 7 files changed, 126 insertions(+), 60 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 16:17:04 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 14:17:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-116-gb99c3c2 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via b99c3c2001993fe112e00e514bdaaaa0c94ce06e (commit) from f9187241453d88573e1e25881b993566593ab366 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b99c3c2001993fe112e00e514bdaaaa0c94ce06e Author: Jonathan Druart Date: Tue Aug 2 15:46:06 2016 +0100 Bug 17029: Fix XSS in catalogue/*detail.pl Hit /cgi-bin/koha/catalogue/detail.pl?biblionumber=1 /cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/moredetail.pl?biblionumber=1 /cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=1 => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit f3a8e5a4117a0e95969ff2856dfcd95a6935ec55) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 990aca1cb7548bcead783f40661acb156952d09a) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: catalogue/ISBDdetail.pl | 2 ++ catalogue/MARCdetail.pl | 4 +++- catalogue/detail.pl | 2 ++ catalogue/labeledMARCdetail.pl | 2 ++ catalogue/moredetail.pl | 2 ++ 5 files changed, 11 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 16:18:02 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 14:18:02 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-117-g422eeb0 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 422eeb01fe83e3e9166406cfb244e3053ad72bd6 (commit) from b99c3c2001993fe112e00e514bdaaaa0c94ce06e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 422eeb01fe83e3e9166406cfb244e3053ad72bd6 Author: Jonathan Druart Date: Tue Aug 2 14:46:11 2016 +0100 Bug 17025: Fix XSS in serials-search.pl Test plan: Hit /serials/serials-search.pl?ISSN_filter="%2F> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 12b4c83f5a5c11af635cae83e6837ff80dc02da7) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 4f5121a99e063fc05fb19caac89e5a56b1ff0afb) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 16:19:22 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 14:19:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-119-g2ad850b Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 2ad850b0b56219d67d25065ece3b4cb2b61361ba (commit) from f4a9e942424524da9251f4d55dd01fd08e05846f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2ad850b0b56219d67d25065ece3b4cb2b61361ba Author: Jonathan Druart Date: Wed Aug 3 08:49:10 2016 +0100 Bug 17036: Fix XSS in circulation.pl Test plan: Enter the following in the "Check out" tab: "> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 96a9c2715ee2e4388e105e86e221bc280e1d757f) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 3bf66eb1a1af1f917ffbf3865762cac64bfdbaef) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 16:19:55 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 14:19:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-120-g2653765 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 26537653657e02e7bc201b55ac49c5186607cd03 (commit) from 2ad850b0b56219d67d25065ece3b4cb2b61361ba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 26537653657e02e7bc201b55ac49c5186607cd03 Author: Jonathan Druart Date: Wed Aug 3 13:57:43 2016 +0100 Bug 17038: Fix XSS in catalogue/search.pl Test plan: Search for something like: \";alert(1)//135 => Without this patch you will see the alert => With this patch, no more alert Note that this fix the parameters idx, q and op Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit b543fa74fe888b9e53cfc06ac58e2f7ac1689ae5) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 97f1d825cd4031e0c9077d9d8cf0f0c7f69d894c) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 17:24:54 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 15:24:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-121-gcddad23 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via cddad2384d6b7cd63fa463ba02c757932aea9e0f (commit) from 26537653657e02e7bc201b55ac49c5186607cd03 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cddad2384d6b7cd63fa463ba02c757932aea9e0f Author: Mark Tompsett Date: Sun Apr 10 23:18:26 2016 -0400 Bug 10148: Marc21 field 007 builder improper reload values The more correct solution is fix that template file. However, in the mean time, this works. TEST PLAN --------- 1) find a record 2) edit record 3) click value builder for 007 4) change everything to pipes as much as possible. (use Motion Picture to get all 00-22 values) 5) save -- should save just fine. 6) click the value builder again -- OOPS! Bad reload. 7) prove t/db_dependent/FrameworkPlugin.t -- NOISY 007 messages. 8) apply patch 9) click the value builder again -- good reload 10) prove t/db_dependent/FrameworkPlugin.t -- No noise related to 007. 11) run koha qa test tools. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 22c851cc2fea3c3868f7643132392f0a34439c65) Signed-off-by: Fr?d?ric Demians (cherry picked from commit e3da772c3cd10ab999b7ee5708c6eab5dfb0599d) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: cataloguing/value_builder/marc21_field_007.pl | 101 ++++++------------------- 1 file changed, 25 insertions(+), 76 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 17:26:10 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 15:26:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-122-g51643e3 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 51643e37fd53e4c5a1b7079c8563a3458915334a (commit) from cddad2384d6b7cd63fa463ba02c757932aea9e0f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 51643e37fd53e4c5a1b7079c8563a3458915334a Author: Mirko Tietgen Date: Tue Aug 9 14:55:43 2016 +0200 Bug 17087 - Set Test::WWW::Mechanize version to 1.42 This was set to a version that is not available in Wheezy or Jessie. The version is not required, the only change to 1.42 (packaged for Wheezy and Jessie) is a fix for Windows, see http://cpansearch.perl.org/src/PETDANCE/Test-WWW-Mechanize-1.44/Changes Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit 893f6cc2633744d4f539fd1b6b9f4b8837277d2d) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 4267b60311227453335d9c4f64cb9d5c0946ced7) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 17:27:44 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 15:27:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-123-g695e20e Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 695e20e947f7f18136b3c10ef1e254fa539e9875 (commit) from 51643e37fd53e4c5a1b7079c8563a3458915334a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 695e20e947f7f18136b3c10ef1e254fa539e9875 Author: Fr?d?ric Demians Date: Sat Aug 6 10:13:18 2016 +0200 Bug 17053 Clearing search term in Reports If you click the clear button to clear the search term it does take the search term away. However, the next time you click on "Saved reports" the search term is still there. TO TEST: 1. Reports > Use saved 2. Filter on anything (date/author/keyword). Let say "foo" in keyword. 3. Click the Clear link on the Filter form. You can see that "foo" is removed from keyword, and all the saved reports are displayed. 4. Click "Saved Reports" on the left. You can see that "foo" reappears in keyword filter. 5. Apply the patch, and repeat steps 2-4. Signed-off-by: Jesse Maseto Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit aa0e27ea08cf0d9a1ff46b061cc38d2b15fa66e7) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 86985bffc49977c97c6de98edc68ad3c3f917039) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: reports/guided_reports.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 17:30:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 15:30:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-125-gad04bca Message-ID: This is an automated email from the git hooks/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.22.x has been updated via ad04bca35e8b228c98baef07363333d097cd75d4 (commit) via df7f0df7400c02a57fb5bf5887eb9cade2ba0510 (commit) from 695e20e947f7f18136b3c10ef1e254fa539e9875 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ad04bca35e8b228c98baef07363333d097cd75d4 Author: Katrin Fischer Date: Mon Aug 8 01:15:23 2016 +0200 Bug 17074: Follow-up: fixing encoding issues with multiple search terms If there was more than one search term you could see that that it was url encoded. Also problems with search terms with umlauts and other diacritics. Patch should fix that. https://bugs.koha-community.org/show_bug.cgi?id=17074 Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 09d7a47f1fb1c645d0e3ffb93fb88409b3310363) Signed-off-by: Fr?d?ric Demians (cherry picked from commit a42da0108e3f8dee889ef28e0c0d736e23a9aacc) Signed-off-by: Julian Maurice commit df7f0df7400c02a57fb5bf5887eb9cade2ba0510 Author: Katrin Fischer Date: Sun Aug 7 16:03:13 2016 +0200 Bug 17074: Fix links in result list of 'scan indexes' and keep search term visible The 'scan indexes' search that can be reached from the advanced search has 2 problems to begin with: - The search term you searched for is not displayed in the input field. - The links in the result list are missing the index and because of that, are not giving the correct results. To test: - Go to the advanced search, select an index to search in - Enter a search term and check 'scan indexes' - Submit search - Check if the search term is visible in the input box - Check if the result links contain your selected index and give you correct results (count and the number of results should match) Tested both patches together, works as expected. Signed-off-by: Marc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 8d7e62b808522b1871d6b704e0ae5def3be886ee) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 2b62fbde3357b396d72cbce7d625b096c0467307) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: catalogue/search.pl | 7 ++++++- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 8 ++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 17:33:34 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 15:33:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-126-g48b1ffc Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 48b1ffc35839e6b35aaad6f9f4e8b45e9e215ebe (commit) from ad04bca35e8b228c98baef07363333d097cd75d4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 48b1ffc35839e6b35aaad6f9f4e8b45e9e215ebe Author: Jonathan Druart Date: Mon Jul 4 11:53:39 2016 +0100 Bug 16848: Prevent invalid warning to be carped from output_pref From Koha::DateUtils::output_pref: $dt = eval { dt_from_string( $str ) } if $str; carp "Invalid date '$str' passed to output_pref\n" if $@; This second line is wrong: if $str does not exist, the first line is not evaluated and $@ could be filled with previous error. To reproduce: Then: prove t/DateUtils.t will display: t/DateUtils.t .. 20/60 Use of uninitialized value $str in concatenation (.) or string at Koha/DateUtils.pm line 217. Invalid date '' passed to output_pref at t/DateUtils.t line 233. t/DateUtils.t .. ok All tests successful. Files=1, Tests=60, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.40 cusr 0.00 csys = 1.42 CPU) Result: PASS Test plan: Without this patch, you should not see the carp Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit c31213ba4fab0082c6ad556aae424918b62205d0) Signed-off-by: Fr?d?ric Demians (cherry picked from commit f81c6770054dab1cb4b4a1ccea1b28bd702b412b) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha/DateUtils.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 17:38:28 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 15:38:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-127-gf50f544 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f50f544998a29883930646894402a7c6a6f9c239 (commit) from 48b1ffc35839e6b35aaad6f9f4e8b45e9e215ebe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f50f544998a29883930646894402a7c6a6f9c239 Author: Jonathan Druart Date: Mon Jul 25 16:37:03 2016 +0100 Bug 16776: Do not forget external language choice in language switcher If language is set by external link language switcher does not work To reproduce: - Have a multilingual koha installation, let's say en, de-CH, fr-FR and it-IT - Create external links e.g. from your multilingual library website to each language variant of OPAC: ...cgi-bin/koha/opac-main.pl?language=en ...cgi-bin/koha/opac-main.pl?language=de-CH ...cgi-bin/koha/opac-main.pl?language=fr-FR ...cgi-bin/koha/opac-main.pl?language=it-IT Each link opens fine displaying the language as appropriate. Now try to switch language on the page you just opened via the external link. It won't work, it will always stay on the language defined by the external link. To test: - Apply patch - Repeat steps above - Verify that the language switcher works - Verify in browser address field that after switching language, the param 'language= 'has vanished from url string - Try links with multiple params and with params containing 'language', e.g. ...cgi-bin/koha/opac-search.pl?language=fr-FR&q=language&mylanguage=test - Verify that only the parameter 'language=' vanishes Tested counter patch, works as well. Signed-off-by: Marc Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 62d16aa6b750aaade2267596c19292659333f8c8) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 55bdbc09e6a60d417cbc2d88bb90241fcac57aa2) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: changelanguage.pl | 4 +++- opac/opac-changelanguage.pl | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 17:39:59 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 15:39:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-128-g4112340 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 411234080fbcc394e46414cd7218646e21265e15 (commit) from f50f544998a29883930646894402a7c6a6f9c239 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 411234080fbcc394e46414cd7218646e21265e15 Author: phette23 Date: Thu Jun 23 16:06:59 2016 -0700 Bug 16806: no error message for 'too_soon' renewal To test: - for a particular item type & patron category, configure a non-zero "no renewal before" date so items can't be immediately renewed - sign in as a patron in aforementioned patron category - check out an item of aforementioned item type - go to your renewals page in OPAC /cgi-bin/koha/opac-user.pl - an error messages appears in the div.alert.dialog up top Sponsored-by: California College of the Arts Signed-off-by: Brendon Ford Signed-off-by: Irma Birchall Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit aa2f56fa1a76d98ab9543a100810c354c4d23554) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 8ff5f08edd0dc434e56d35cb4956df6027f0eed6) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 17:44:45 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 15:44:45 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-129-g8e7ee48 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 8e7ee48b8e7b5461d8dbe78c5be2c082922f5d38 (commit) from 411234080fbcc394e46414cd7218646e21265e15 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8e7ee48b8e7b5461d8dbe78c5be2c082922f5d38 Author: Jonathan Druart Date: Wed Aug 3 16:41:48 2016 +0100 Bug 16894: Regression - Display email on patron search results Bug 10318 added the email to the patron search results but it has been removed later. This patch reintroduced it where it was (no new column). Test plan: Search for patrons and confirm that the emails are displayed. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 034f939a44287ae7078d95c15b55368aa98b4216) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 68a4549aa9fd36904c8b7fb321d14ac1946bc485) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/members/tables/members_results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 23 22:12:55 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Aug 2016 20:12:55 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.03 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via c4dd8bb08a16e6abfca40f42290dae3acbbd2d31 (commit) via d2d720815bb9a23d0590d8c7f290a1ebe7140dd4 (commit) from 26a318e97ee84c1caf88e1e7820fb0467b754e48 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c4dd8bb08a16e6abfca40f42290dae3acbbd2d31 Author: Fr?d?ric Demians Date: Tue Aug 23 13:19:59 2016 +0200 Translations update commit d2d720815bb9a23d0590d8c7f290a1ebe7140dd4 Author: Fr?d?ric Demians Date: Tue Aug 23 13:14:24 2016 +0200 Version 16.05.03 ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 6 + misc/release_notes/release_notes_16_5_3.md | 437 ++ misc/translator/po/am-Ethi-marc-MARC21.po | 2 +- misc/translator/po/am-Ethi-marc-NORMARC.po | 2 +- misc/translator/po/am-Ethi-marc-UNIMARC.po | 381 +- misc/translator/po/am-Ethi-opac-bootstrap.po | 1150 ++-- misc/translator/po/am-Ethi-pref.po | 26 +- misc/translator/po/am-Ethi-staff-help.po | 2 +- misc/translator/po/am-Ethi-staff-prog.po | 6067 ++++++++--------- misc/translator/po/ar-Arab-marc-MARC21.po | 18 +- misc/translator/po/ar-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ar-Arab-marc-UNIMARC.po | 381 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 1181 ++-- misc/translator/po/ar-Arab-pref.po | 53 +- misc/translator/po/ar-Arab-staff-help.po | 2 +- misc/translator/po/ar-Arab-staff-prog.po | 6196 ++++++++--------- misc/translator/po/az-AZ-marc-MARC21.po | 2 +- misc/translator/po/az-AZ-marc-NORMARC.po | 2 +- misc/translator/po/az-AZ-marc-UNIMARC.po | 381 +- misc/translator/po/az-AZ-opac-bootstrap.po | 1173 ++-- misc/translator/po/az-AZ-pref.po | 26 +- misc/translator/po/az-AZ-staff-help.po | 2 +- misc/translator/po/az-AZ-staff-prog.po | 6102 ++++++++--------- misc/translator/po/be-BY-marc-MARC21.po | 2 +- misc/translator/po/be-BY-marc-NORMARC.po | 2 +- misc/translator/po/be-BY-marc-UNIMARC.po | 382 +- misc/translator/po/be-BY-opac-bootstrap.po | 1200 ++-- misc/translator/po/be-BY-pref.po | 26 +- misc/translator/po/be-BY-staff-help.po | 2 +- misc/translator/po/be-BY-staff-prog.po | 6144 ++++++++--------- misc/translator/po/bg-Cyrl-marc-MARC21.po | 2 +- misc/translator/po/bg-Cyrl-marc-NORMARC.po | 2 +- misc/translator/po/bg-Cyrl-marc-UNIMARC.po | 381 +- misc/translator/po/bg-Cyrl-opac-bootstrap.po | 1152 ++-- misc/translator/po/bg-Cyrl-pref.po | 26 +- misc/translator/po/bg-Cyrl-staff-help.po | 2 +- misc/translator/po/bg-Cyrl-staff-prog.po | 6061 ++++++++--------- misc/translator/po/bn-IN-marc-MARC21.po | 2 +- misc/translator/po/bn-IN-marc-NORMARC.po | 2 +- misc/translator/po/bn-IN-marc-UNIMARC.po | 377 +- misc/translator/po/bn-IN-opac-bootstrap.po | 1148 ++-- misc/translator/po/bn-IN-pref.po | 26 +- misc/translator/po/bn-IN-staff-help.po | 2 +- misc/translator/po/bn-IN-staff-prog.po | 6061 ++++++++--------- misc/translator/po/cs-CZ-marc-MARC21.po | 2 +- misc/translator/po/cs-CZ-marc-NORMARC.po | 2 +- misc/translator/po/cs-CZ-marc-UNIMARC.po | 381 +- misc/translator/po/cs-CZ-opac-bootstrap.po | 1177 ++-- misc/translator/po/cs-CZ-pref.po | 36 +- misc/translator/po/cs-CZ-staff-help.po | 2 +- misc/translator/po/cs-CZ-staff-prog.po | 6198 ++++++++--------- misc/translator/po/cy-GB-marc-MARC21.po | 2 +- misc/translator/po/cy-GB-marc-NORMARC.po | 2 +- misc/translator/po/cy-GB-marc-UNIMARC.po | 377 +- misc/translator/po/cy-GB-opac-bootstrap.po | 1146 ++-- misc/translator/po/cy-GB-pref.po | 26 +- misc/translator/po/cy-GB-staff-help.po | 2 +- misc/translator/po/cy-GB-staff-prog.po | 6057 ++++++++--------- misc/translator/po/da-DK-marc-MARC21.po | 2 +- misc/translator/po/da-DK-marc-NORMARC.po | 2 +- misc/translator/po/da-DK-marc-UNIMARC.po | 381 +- misc/translator/po/da-DK-opac-bootstrap.po | 1176 ++-- misc/translator/po/da-DK-pref.po | 26 +- misc/translator/po/da-DK-staff-help.po | 2 +- misc/translator/po/da-DK-staff-prog.po | 6147 ++++++++--------- misc/translator/po/de-DE-marc-MARC21.po | 2 +- misc/translator/po/de-DE-marc-NORMARC.po | 2 +- misc/translator/po/de-DE-marc-UNIMARC.po | 387 +- misc/translator/po/de-DE-opac-bootstrap.po | 1190 ++-- misc/translator/po/de-DE-pref.po | 50 +- misc/translator/po/de-DE-staff-help.po | 8 +- misc/translator/po/de-DE-staff-prog.po | 6227 ++++++++--------- misc/translator/po/el-GR-marc-MARC21.po | 2 +- misc/translator/po/el-GR-marc-NORMARC.po | 2 +- misc/translator/po/el-GR-marc-UNIMARC.po | 381 +- misc/translator/po/el-GR-opac-bootstrap.po | 1189 ++-- misc/translator/po/el-GR-pref.po | 26 +- misc/translator/po/el-GR-staff-help.po | 2 +- misc/translator/po/el-GR-staff-prog.po | 6172 ++++++++--------- misc/translator/po/eo-marc-MARC21.po | 2 +- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 377 +- misc/translator/po/eo-opac-bootstrap.po | 1165 ++-- misc/translator/po/eo-pref.po | 26 +- misc/translator/po/eo-staff-help.po | 2 +- misc/translator/po/eo-staff-prog.po | 6061 ++++++++--------- misc/translator/po/es-ES-marc-MARC21.po | 2 +- misc/translator/po/es-ES-marc-NORMARC.po | 2 +- misc/translator/po/es-ES-marc-UNIMARC.po | 389 +- misc/translator/po/es-ES-opac-bootstrap.po | 1203 ++-- misc/translator/po/es-ES-pref.po | 57 +- misc/translator/po/es-ES-staff-help.po | 2 +- misc/translator/po/es-ES-staff-prog.po | 6233 ++++++++--------- misc/translator/po/eu-marc-MARC21.po | 2 +- misc/translator/po/eu-marc-NORMARC.po | 2 +- misc/translator/po/eu-marc-UNIMARC.po | 381 +- misc/translator/po/eu-opac-bootstrap.po | 1172 ++-- misc/translator/po/eu-pref.po | 26 +- misc/translator/po/eu-staff-help.po | 2 +- misc/translator/po/eu-staff-prog.po | 6067 ++++++++--------- misc/translator/po/fa-Arab-marc-MARC21.po | 2 +- misc/translator/po/fa-Arab-marc-NORMARC.po | 2 +- misc/translator/po/fa-Arab-marc-UNIMARC.po | 381 +- misc/translator/po/fa-Arab-opac-bootstrap.po | 1176 ++-- misc/translator/po/fa-Arab-pref.po | 28 +- misc/translator/po/fa-Arab-staff-help.po | 2 +- misc/translator/po/fa-Arab-staff-prog.po | 6126 ++++++++--------- misc/translator/po/fi-FI-marc-MARC21.po | 2 +- misc/translator/po/fi-FI-marc-NORMARC.po | 2 +- misc/translator/po/fi-FI-marc-UNIMARC.po | 381 +- misc/translator/po/fi-FI-opac-bootstrap.po | 1174 ++-- misc/translator/po/fi-FI-pref.po | 36 +- misc/translator/po/fi-FI-staff-help.po | 2 +- misc/translator/po/fi-FI-staff-prog.po | 6189 ++++++++--------- misc/translator/po/fo-FO-marc-MARC21.po | 2 +- misc/translator/po/fo-FO-marc-NORMARC.po | 2 +- misc/translator/po/fo-FO-marc-UNIMARC.po | 377 +- misc/translator/po/fo-FO-opac-bootstrap.po | 1164 ++-- misc/translator/po/fo-FO-pref.po | 26 +- misc/translator/po/fo-FO-staff-help.po | 2 +- misc/translator/po/fo-FO-staff-prog.po | 6073 ++++++++--------- misc/translator/po/fr-FR-marc-MARC21.po | 227 +- misc/translator/po/fr-FR-marc-NORMARC.po | 22 +- misc/translator/po/fr-FR-marc-UNIMARC.po | 393 +- misc/translator/po/fr-FR-opac-bootstrap.po | 1316 ++-- misc/translator/po/fr-FR-pref.po | 64 +- misc/translator/po/fr-FR-staff-help.po | 803 +-- misc/translator/po/fr-FR-staff-prog.po | 8083 ++++++++++++----------- misc/translator/po/gl-marc-MARC21.po | 2 +- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 379 +- misc/translator/po/gl-opac-bootstrap.po | 1158 ++-- misc/translator/po/gl-pref.po | 26 +- misc/translator/po/gl-staff-help.po | 2 +- misc/translator/po/gl-staff-prog.po | 6102 ++++++++--------- misc/translator/po/he-Hebr-marc-MARC21.po | 2 +- misc/translator/po/he-Hebr-marc-NORMARC.po | 2 +- misc/translator/po/he-Hebr-marc-UNIMARC.po | 379 +- misc/translator/po/he-Hebr-opac-bootstrap.po | 1146 ++-- misc/translator/po/he-Hebr-pref.po | 26 +- misc/translator/po/he-Hebr-staff-help.po | 2 +- misc/translator/po/he-Hebr-staff-prog.po | 6093 ++++++++--------- misc/translator/po/hi-marc-MARC21.po | 2 +- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 381 +- misc/translator/po/hi-opac-bootstrap.po | 1171 ++-- misc/translator/po/hi-pref.po | 26 +- misc/translator/po/hi-staff-help.po | 2 +- misc/translator/po/hi-staff-prog.po | 6102 ++++++++--------- misc/translator/po/hr-HR-marc-MARC21.po | 2 +- misc/translator/po/hr-HR-marc-NORMARC.po | 2 +- misc/translator/po/hr-HR-marc-UNIMARC.po | 381 +- misc/translator/po/hr-HR-opac-bootstrap.po | 1176 ++-- misc/translator/po/hr-HR-pref.po | 26 +- misc/translator/po/hr-HR-staff-help.po | 2 +- misc/translator/po/hr-HR-staff-prog.po | 6107 ++++++++--------- misc/translator/po/hu-HU-marc-MARC21.po | 2 +- misc/translator/po/hu-HU-marc-NORMARC.po | 2 +- misc/translator/po/hu-HU-marc-UNIMARC.po | 381 +- misc/translator/po/hu-HU-opac-bootstrap.po | 1177 ++-- misc/translator/po/hu-HU-pref.po | 26 +- misc/translator/po/hu-HU-staff-help.po | 2 +- misc/translator/po/hu-HU-staff-prog.po | 6094 ++++++++--------- misc/translator/po/hy-Armn-marc-MARC21.po | 2 +- misc/translator/po/hy-Armn-marc-NORMARC.po | 2 +- misc/translator/po/hy-Armn-marc-UNIMARC.po | 381 +- misc/translator/po/hy-Armn-opac-bootstrap.po | 1180 ++-- misc/translator/po/hy-Armn-pref.po | 38 +- misc/translator/po/hy-Armn-staff-help.po | 2 +- misc/translator/po/hy-Armn-staff-prog.po | 6181 ++++++++--------- misc/translator/po/ia-marc-MARC21.po | 2 +- misc/translator/po/ia-marc-NORMARC.po | 2 +- misc/translator/po/ia-marc-UNIMARC.po | 377 +- misc/translator/po/ia-opac-bootstrap.po | 1146 ++-- misc/translator/po/ia-pref.po | 26 +- misc/translator/po/ia-staff-help.po | 2 +- misc/translator/po/ia-staff-prog.po | 6057 ++++++++--------- misc/translator/po/id-ID-marc-MARC21.po | 2 +- misc/translator/po/id-ID-marc-NORMARC.po | 2 +- misc/translator/po/id-ID-marc-UNIMARC.po | 381 +- misc/translator/po/id-ID-opac-bootstrap.po | 1185 ++-- misc/translator/po/id-ID-pref.po | 26 +- misc/translator/po/id-ID-staff-help.po | 2 +- misc/translator/po/id-ID-staff-prog.po | 6130 ++++++++--------- misc/translator/po/iq-CA-marc-MARC21.po | 2 +- misc/translator/po/iq-CA-marc-NORMARC.po | 2 +- misc/translator/po/iq-CA-marc-UNIMARC.po | 377 +- misc/translator/po/iq-CA-opac-bootstrap.po | 1146 ++-- misc/translator/po/iq-CA-pref.po | 26 +- misc/translator/po/iq-CA-staff-help.po | 2 +- misc/translator/po/iq-CA-staff-prog.po | 6057 ++++++++--------- misc/translator/po/is-IS-marc-MARC21.po | 2 +- misc/translator/po/is-IS-marc-NORMARC.po | 2 +- misc/translator/po/is-IS-marc-UNIMARC.po | 377 +- misc/translator/po/is-IS-opac-bootstrap.po | 1178 ++-- misc/translator/po/is-IS-pref.po | 26 +- misc/translator/po/is-IS-staff-help.po | 2 +- misc/translator/po/is-IS-staff-prog.po | 6106 ++++++++--------- misc/translator/po/it-IT-marc-MARC21.po | 2 +- misc/translator/po/it-IT-marc-NORMARC.po | 2 +- misc/translator/po/it-IT-marc-UNIMARC.po | 385 +- misc/translator/po/it-IT-opac-bootstrap.po | 1190 ++-- misc/translator/po/it-IT-pref.po | 50 +- misc/translator/po/it-IT-staff-help.po | 2 +- misc/translator/po/it-IT-staff-prog.po | 6211 ++++++++--------- misc/translator/po/iu-CA-marc-MARC21.po | 2 +- misc/translator/po/iu-CA-marc-NORMARC.po | 2 +- misc/translator/po/iu-CA-marc-UNIMARC.po | 377 +- misc/translator/po/iu-CA-opac-bootstrap.po | 1146 ++-- misc/translator/po/iu-CA-pref.po | 26 +- misc/translator/po/iu-CA-staff-help.po | 2 +- misc/translator/po/iu-CA-staff-prog.po | 6057 ++++++++--------- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 2 +- misc/translator/po/ja-Jpan-JP-marc-NORMARC.po | 2 +- misc/translator/po/ja-Jpan-JP-marc-UNIMARC.po | 377 +- misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 1218 ++-- misc/translator/po/ja-Jpan-JP-pref.po | 26 +- misc/translator/po/ja-Jpan-JP-staff-help.po | 2 +- misc/translator/po/ja-Jpan-JP-staff-prog.po | 6106 ++++++++--------- misc/translator/po/ka-marc-MARC21.po | 2 +- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 377 +- misc/translator/po/ka-opac-bootstrap.po | 1146 ++-- misc/translator/po/ka-pref.po | 26 +- misc/translator/po/ka-staff-help.po | 2 +- misc/translator/po/ka-staff-prog.po | 6061 ++++++++--------- misc/translator/po/km-KH-marc-MARC21.po | 2 +- misc/translator/po/km-KH-marc-NORMARC.po | 2 +- misc/translator/po/km-KH-marc-UNIMARC.po | 377 +- misc/translator/po/km-KH-opac-bootstrap.po | 1146 ++-- misc/translator/po/km-KH-pref.po | 26 +- misc/translator/po/km-KH-staff-help.po | 2 +- misc/translator/po/km-KH-staff-prog.po | 6061 ++++++++--------- misc/translator/po/kn-Knda-marc-MARC21.po | 2 +- misc/translator/po/kn-Knda-marc-NORMARC.po | 2 +- misc/translator/po/kn-Knda-marc-UNIMARC.po | 379 +- misc/translator/po/kn-Knda-opac-bootstrap.po | 1162 ++-- misc/translator/po/kn-Knda-pref.po | 26 +- misc/translator/po/kn-Knda-staff-help.po | 2 +- misc/translator/po/kn-Knda-staff-prog.po | 6108 ++++++++--------- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 2 +- misc/translator/po/ko-Kore-KP-marc-NORMARC.po | 2 +- misc/translator/po/ko-Kore-KP-marc-UNIMARC.po | 377 +- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 1177 ++-- misc/translator/po/ko-Kore-KP-pref.po | 32 +- misc/translator/po/ko-Kore-KP-staff-help.po | 2 +- misc/translator/po/ko-Kore-KP-staff-prog.po | 6143 ++++++++--------- misc/translator/po/ku-Arab-marc-MARC21.po | 2 +- misc/translator/po/ku-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ku-Arab-marc-UNIMARC.po | 381 +- misc/translator/po/ku-Arab-opac-bootstrap.po | 1178 ++-- misc/translator/po/ku-Arab-pref.po | 26 +- misc/translator/po/ku-Arab-staff-help.po | 2 +- misc/translator/po/ku-Arab-staff-prog.po | 6123 ++++++++--------- misc/translator/po/lo-Laoo-marc-MARC21.po | 2 +- misc/translator/po/lo-Laoo-marc-NORMARC.po | 2 +- misc/translator/po/lo-Laoo-marc-UNIMARC.po | 381 +- misc/translator/po/lo-Laoo-opac-bootstrap.po | 1176 ++-- misc/translator/po/lo-Laoo-pref.po | 26 +- misc/translator/po/lo-Laoo-staff-help.po | 2 +- misc/translator/po/lo-Laoo-staff-prog.po | 6111 ++++++++--------- misc/translator/po/mi-NZ-marc-MARC21.po | 2 +- misc/translator/po/mi-NZ-marc-NORMARC.po | 2 +- misc/translator/po/mi-NZ-marc-UNIMARC.po | 377 +- misc/translator/po/mi-NZ-opac-bootstrap.po | 1173 ++-- misc/translator/po/mi-NZ-pref.po | 26 +- misc/translator/po/mi-NZ-staff-help.po | 2 +- misc/translator/po/mi-NZ-staff-prog.po | 6107 ++++++++--------- misc/translator/po/ml-marc-MARC21.po | 2 +- misc/translator/po/ml-marc-NORMARC.po | 2 +- misc/translator/po/ml-marc-UNIMARC.po | 377 +- misc/translator/po/ml-opac-bootstrap.po | 1146 ++-- misc/translator/po/ml-pref.po | 26 +- misc/translator/po/ml-staff-help.po | 2 +- misc/translator/po/ml-staff-prog.po | 6057 ++++++++--------- misc/translator/po/mon-marc-MARC21.po | 2 +- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 381 +- misc/translator/po/mon-opac-bootstrap.po | 1172 ++-- misc/translator/po/mon-pref.po | 26 +- misc/translator/po/mon-staff-help.po | 2 +- misc/translator/po/mon-staff-prog.po | 6102 ++++++++--------- misc/translator/po/mr-marc-MARC21.po | 2 +- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 379 +- misc/translator/po/mr-opac-bootstrap.po | 1165 ++-- misc/translator/po/mr-pref.po | 26 +- misc/translator/po/mr-staff-help.po | 2 +- misc/translator/po/mr-staff-prog.po | 6112 ++++++++--------- misc/translator/po/ms-MY-marc-MARC21.po | 2 +- misc/translator/po/ms-MY-marc-NORMARC.po | 2 +- misc/translator/po/ms-MY-marc-UNIMARC.po | 381 +- misc/translator/po/ms-MY-opac-bootstrap.po | 1192 ++-- misc/translator/po/ms-MY-pref.po | 26 +- misc/translator/po/ms-MY-staff-help.po | 2 +- misc/translator/po/ms-MY-staff-prog.po | 6143 ++++++++--------- misc/translator/po/ne-NE-marc-MARC21.po | 2 +- misc/translator/po/ne-NE-marc-NORMARC.po | 2 +- misc/translator/po/ne-NE-marc-UNIMARC.po | 377 +- misc/translator/po/ne-NE-opac-bootstrap.po | 1146 ++-- misc/translator/po/ne-NE-pref.po | 26 +- misc/translator/po/ne-NE-staff-help.po | 2 +- misc/translator/po/ne-NE-staff-prog.po | 6061 ++++++++--------- misc/translator/po/oc-marc-MARC21.po | 2 +- misc/translator/po/oc-marc-NORMARC.po | 2 +- misc/translator/po/oc-marc-UNIMARC.po | 381 +- misc/translator/po/oc-opac-bootstrap.po | 1177 ++-- misc/translator/po/oc-pref.po | 26 +- misc/translator/po/oc-staff-help.po | 2 +- misc/translator/po/oc-staff-prog.po | 6076 ++++++++--------- misc/translator/po/pbr-marc-MARC21.po | 2 +- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 377 +- misc/translator/po/pbr-opac-bootstrap.po | 1146 ++-- misc/translator/po/pbr-pref.po | 26 +- misc/translator/po/pbr-staff-help.po | 2 +- misc/translator/po/pbr-staff-prog.po | 6061 ++++++++--------- misc/translator/po/ro-RO-marc-MARC21.po | 2 +- misc/translator/po/ro-RO-marc-NORMARC.po | 2 +- misc/translator/po/ro-RO-marc-UNIMARC.po | 381 +- misc/translator/po/ro-RO-opac-bootstrap.po | 1185 ++-- misc/translator/po/ro-RO-pref.po | 26 +- misc/translator/po/ro-RO-staff-help.po | 2 +- misc/translator/po/ro-RO-staff-prog.po | 6099 ++++++++--------- misc/translator/po/ru-RU-marc-MARC21.po | 2 +- misc/translator/po/ru-RU-marc-NORMARC.po | 2 +- misc/translator/po/ru-RU-marc-UNIMARC.po | 382 +- misc/translator/po/ru-RU-opac-bootstrap.po | 1201 ++-- misc/translator/po/ru-RU-pref.po | 26 +- misc/translator/po/ru-RU-staff-help.po | 2 +- misc/translator/po/ru-RU-staff-prog.po | 6148 ++++++++--------- misc/translator/po/sd-PK-marc-MARC21.po | 2 +- misc/translator/po/sd-PK-marc-NORMARC.po | 2 +- misc/translator/po/sd-PK-marc-UNIMARC.po | 377 +- misc/translator/po/sd-PK-opac-bootstrap.po | 1146 ++-- misc/translator/po/sd-PK-pref.po | 26 +- misc/translator/po/sd-PK-staff-help.po | 2 +- misc/translator/po/sd-PK-staff-prog.po | 6061 ++++++++--------- misc/translator/po/sk-SK-marc-MARC21.po | 6 +- misc/translator/po/sk-SK-marc-NORMARC.po | 2 +- misc/translator/po/sk-SK-marc-UNIMARC.po | 395 +- misc/translator/po/sk-SK-opac-bootstrap.po | 1648 ++--- misc/translator/po/sk-SK-pref.po | 110 +- misc/translator/po/sk-SK-staff-help.po | 15 +- misc/translator/po/sk-SK-staff-prog.po | 6189 ++++++++--------- misc/translator/po/sl-SI-marc-MARC21.po | 2 +- misc/translator/po/sl-SI-marc-NORMARC.po | 2 +- misc/translator/po/sl-SI-marc-UNIMARC.po | 377 +- misc/translator/po/sl-SI-opac-bootstrap.po | 1146 ++-- misc/translator/po/sl-SI-pref.po | 26 +- misc/translator/po/sl-SI-staff-help.po | 2 +- misc/translator/po/sl-SI-staff-prog.po | 6057 ++++++++--------- misc/translator/po/sq-AL-marc-MARC21.po | 2 +- misc/translator/po/sq-AL-marc-NORMARC.po | 2 +- misc/translator/po/sq-AL-marc-UNIMARC.po | 377 +- misc/translator/po/sq-AL-opac-bootstrap.po | 2168 +++--- misc/translator/po/sq-AL-pref.po | 26 +- misc/translator/po/sq-AL-staff-help.po | 2 +- misc/translator/po/sq-AL-staff-prog.po | 6096 ++++++++--------- misc/translator/po/sr-Cyrl-marc-MARC21.po | 2 +- misc/translator/po/sr-Cyrl-marc-NORMARC.po | 2 +- misc/translator/po/sr-Cyrl-marc-UNIMARC.po | 381 +- misc/translator/po/sr-Cyrl-opac-bootstrap.po | 1158 ++-- misc/translator/po/sr-Cyrl-pref.po | 26 +- misc/translator/po/sr-Cyrl-staff-help.po | 2 +- misc/translator/po/sr-Cyrl-staff-prog.po | 6067 ++++++++--------- misc/translator/po/sv-SE-marc-MARC21.po | 2 +- misc/translator/po/sv-SE-marc-NORMARC.po | 2 +- misc/translator/po/sv-SE-marc-UNIMARC.po | 381 +- misc/translator/po/sv-SE-opac-bootstrap.po | 1180 ++-- misc/translator/po/sv-SE-pref.po | 32 +- misc/translator/po/sv-SE-staff-help.po | 2 +- misc/translator/po/sv-SE-staff-prog.po | 6170 ++++++++--------- misc/translator/po/sw-KE-marc-MARC21.po | 2 +- misc/translator/po/sw-KE-marc-NORMARC.po | 2 +- misc/translator/po/sw-KE-marc-UNIMARC.po | 377 +- misc/translator/po/sw-KE-opac-bootstrap.po | 1146 ++-- misc/translator/po/sw-KE-pref.po | 26 +- misc/translator/po/sw-KE-staff-help.po | 2 +- misc/translator/po/sw-KE-staff-prog.po | 6058 ++++++++--------- misc/translator/po/ta-marc-MARC21.po | 2 +- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 377 +- misc/translator/po/ta-opac-bootstrap.po | 1146 ++-- misc/translator/po/ta-pref.po | 26 +- misc/translator/po/ta-staff-help.po | 2 +- misc/translator/po/ta-staff-prog.po | 6061 ++++++++--------- misc/translator/po/tet-marc-MARC21.po | 2 +- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 381 +- misc/translator/po/tet-opac-bootstrap.po | 1179 ++-- misc/translator/po/tet-pref.po | 26 +- misc/translator/po/tet-staff-help.po | 2 +- misc/translator/po/tet-staff-prog.po | 6117 ++++++++--------- misc/translator/po/th-TH-marc-MARC21.po | 2 +- misc/translator/po/th-TH-marc-NORMARC.po | 2 +- misc/translator/po/th-TH-marc-UNIMARC.po | 381 +- misc/translator/po/th-TH-opac-bootstrap.po | 1157 ++-- misc/translator/po/th-TH-pref.po | 26 +- misc/translator/po/th-TH-staff-help.po | 2 +- misc/translator/po/th-TH-staff-prog.po | 6076 ++++++++--------- misc/translator/po/tl-PH-marc-MARC21.po | 2 +- misc/translator/po/tl-PH-marc-NORMARC.po | 2 +- misc/translator/po/tl-PH-marc-UNIMARC.po | 377 +- misc/translator/po/tl-PH-opac-bootstrap.po | 1146 ++-- misc/translator/po/tl-PH-pref.po | 26 +- misc/translator/po/tl-PH-staff-help.po | 2 +- misc/translator/po/tl-PH-staff-prog.po | 6079 ++++++++--------- misc/translator/po/tr-TR-marc-MARC21.po | 2 +- misc/translator/po/tr-TR-marc-NORMARC.po | 2 +- misc/translator/po/tr-TR-marc-UNIMARC.po | 381 +- misc/translator/po/tr-TR-opac-bootstrap.po | 1184 ++-- misc/translator/po/tr-TR-pref.po | 38 +- misc/translator/po/tr-TR-staff-help.po | 2 +- misc/translator/po/tr-TR-staff-prog.po | 6197 ++++++++--------- misc/translator/po/uk-UA-marc-MARC21.po | 2 +- misc/translator/po/uk-UA-marc-NORMARC.po | 2 +- misc/translator/po/uk-UA-marc-UNIMARC.po | 382 +- misc/translator/po/uk-UA-opac-bootstrap.po | 1199 ++-- misc/translator/po/uk-UA-pref.po | 26 +- misc/translator/po/uk-UA-staff-help.po | 2 +- misc/translator/po/uk-UA-staff-prog.po | 6146 ++++++++--------- misc/translator/po/ur-Arab-marc-MARC21.po | 2 +- misc/translator/po/ur-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ur-Arab-marc-UNIMARC.po | 377 +- misc/translator/po/ur-Arab-opac-bootstrap.po | 1146 ++-- misc/translator/po/ur-Arab-pref.po | 26 +- misc/translator/po/ur-Arab-staff-help.po | 2 +- misc/translator/po/ur-Arab-staff-prog.po | 6061 ++++++++--------- misc/translator/po/vi-VN-marc-MARC21.po | 2 +- misc/translator/po/vi-VN-marc-NORMARC.po | 2 +- misc/translator/po/vi-VN-marc-UNIMARC.po | 381 +- misc/translator/po/vi-VN-opac-bootstrap.po | 1175 ++-- misc/translator/po/vi-VN-pref.po | 30 +- misc/translator/po/vi-VN-staff-help.po | 2 +- misc/translator/po/vi-VN-staff-prog.po | 6139 ++++++++--------- 437 files changed, 244681 insertions(+), 237587 deletions(-) create mode 100644 misc/release_notes/release_notes_16_5_3.md hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 10:58:44 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 08:58:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-130-g23943d6 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 23943d61fe5c36abb9ff266b092ed6b92a790ff8 (commit) from 8e7ee48b8e7b5461d8dbe78c5be2c082922f5d38 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 23943d61fe5c36abb9ff266b092ed6b92a790ff8 Author: Chris Cormack Date: Sun Jul 24 19:18:51 2016 +1200 Bug 16969 cgi->param used in list context in opac-memberentry.pl To test 1/ Hit the page, notice the warning in the log 2/ Apply patch 3/ Hit page, notice no warning in the log 4/ Test functionality all still works Works as expected. (Note: See Bug 16960 for updating patron details). Signed-off-by: Marc Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit 0ef3b19dbd414539dbc8c45ecc595e399df31781) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 2dc212beef4f4baa56e2c2cac00cdf038989f884) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: opac/opac-memberentry.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 11:17:14 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 09:17:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-131-gf647159 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f6471590a006952f1c58f298cfb5397f540c0ad1 (commit) from 23943d61fe5c36abb9ff266b092ed6b92a790ff8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f6471590a006952f1c58f298cfb5397f540c0ad1 Author: Marc Date: Mon Aug 8 11:33:50 2016 +0200 Bug 17076 - Format fines in patron search results table Format the values in patron search results following syspref CurrencyFormat. To verify: - Search for patrons who have fines or credits - In result table, column 'Fines' does not respect syspref CurrencyFormat (e.g. for FR) To test: - Apply patch - Repeat steps above, verify that fines display as appropriate - Change syspref Currencyformat, verify display Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 6359922847aa9437bccc1d28fd429d5432517e9a) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 1adcd737574fcbde4a86c5b3b72718c5e5ba21da) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/members/tables/members_results.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 11:23:08 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 09:23:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-132-gf0be2ce Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f0be2ce8254b1ef98ba46acc8119afbb9650e310 (commit) from f6471590a006952f1c58f298cfb5397f540c0ad1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f0be2ce8254b1ef98ba46acc8119afbb9650e310 Author: Marc Date: Mon Aug 8 14:04:44 2016 +0200 Bug 17078 - Format fines on opac-account.pl To verify: - Log in to OPAC as a user who has fines or credits - Go to page "your fines" - Verify that values for "Fine amount", "Amount outstanding" and "Total due" are not formatted as defined in syspref CurrencyFormat (e.g. for FR) To test: - Apply patch - Repeat steps above - Verify that values are formatted as appropriate with different settings for syspref CurrencyFormat Note: This patch does not force text alignment to the right. Text alignement can be done using syspref OPACUserCSS (td.sum, td.credit, td.debit) Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit d76737ba7d41bc261b59a2ea2cf4c591a62a0bc4) Signed-off-by: Fr?d?ric Demians (cherry picked from commit f13a576bf5b1b10d2ea54b89eac44cc95270b386) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 11:24:16 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 09:24:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-133-ga3e52fa Message-ID: This is an automated email from the git hooks/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.22.x has been updated via a3e52fafdb175cfaabe1830eb2ab90a0f4464597 (commit) from f0be2ce8254b1ef98ba46acc8119afbb9650e310 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a3e52fafdb175cfaabe1830eb2ab90a0f4464597 Author: Kyle M Hall Date: Fri Aug 5 13:56:52 2016 +0000 Bug 17055 - Add classes to different note types to allow for styling on checkins page Returned items may have 3 kinds of notes, patron, item public, and item non-public. However, the html markup for them does not allow us to distinguish which type we are seeing. It would be good to add classes for each of these note types. Test Plan: 1) Check out an item to a patron 2) Add a patron note, a public item note, and a non-public item note to the patron and item you used 3) Check in the item and instead the html, note the each note span now has a class to distinguish which type of note is being displayed. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit dbfda36767c113b8e515e8d2bfedd435ed7bd133) Signed-off-by: Fr?d?ric Demians (cherry picked from commit a86c2250100b898d0c537497c5b6ad20eb969d28) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 11:25:12 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 09:25:12 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-134-gd6c0ee6 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via d6c0ee64a360a78da37c9ed3924b5b9a035b8302 (commit) from a3e52fafdb175cfaabe1830eb2ab90a0f4464597 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d6c0ee64a360a78da37c9ed3924b5b9a035b8302 Author: Jonathan Druart Date: Thu Aug 4 17:19:37 2016 +0100 Bug 17052: Display patron category description in the sidebar of paycollect The patron category description is not passed to the template in paycollect.pl Note: The Categories TT plugin should be used here... Test plan: Go on paycollect.pl and confirm that the patron category description is now displayed in the sidebar. Signed-off-by: Owen Leonard Signed-off-by: Brendon Ford Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit c3badb0c570beada485cc71ea6b494da1d59f1b0) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 527cd879bb832feb1a73afb85ffb948bb4c0ee64) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: members/paycollect.pl | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 11:33:11 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 09:33:11 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.03-2-ge23307c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via e23307ce6ef1b2d69b13887b73ef58595df88626 (commit) via 594ee80c68bc593c4e92fbeebfdaea3ebe414b8a (commit) from c4dd8bb08a16e6abfca40f42290dae3acbbd2d31 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e23307ce6ef1b2d69b13887b73ef58595df88626 Author: Fr?d?ric Demians Date: Wed Aug 24 11:43:08 2016 +0200 Revert "Bug 17030: Make REST api available on packages with plack enabled" This reverts commit 222496f04550dd4819456d8302ef211897e2d8a7. commit 594ee80c68bc593c4e92fbeebfdaea3ebe414b8a Author: Fr?d?ric Demians Date: Wed Aug 24 11:42:48 2016 +0200 Revert "Bug 17030: Enable REST api on packages" This reverts commit 0f706677bd4016816f903c740a8ac0e361aa9f78. ----------------------------------------------------------------------- Summary of changes: debian/templates/apache-shared-intranet-plack.conf | 7 ++----- debian/templates/apache-shared-intranet.conf | 14 -------------- debian/templates/apache-shared-opac-plack.conf | 7 ++----- debian/templates/apache-shared-opac.conf | 14 -------------- debian/templates/plack.psgi | 16 ++++++---------- 5 files changed, 10 insertions(+), 48 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 11:58:08 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 09:58:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-135-g62113a4 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 62113a4c10e7769f79695f4305afca41915cda7b (commit) from d6c0ee64a360a78da37c9ed3924b5b9a035b8302 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 62113a4c10e7769f79695f4305afca41915cda7b Author: Hector Castro Date: Tue Jul 19 14:58:58 2016 -0600 Bug 16944: Add "email" and "url" classes when edit or create a vendor When edit or create a new vendor the two fields "email" and "website" don't test if the data provided is right. When you add a direction like "koha-community.org" without the protocol "https" the program redirect to an 404 error. To reproduce the issue: 1-Go to Acquisition and create a new Vendor 2-Fill the field Website with koha-community.org 3-Use an email without at sing (@) 4-Notice that there is no error 5-Save 6-Go to the vendor created (/cgi-bin/koha/acqui/supplier.pl?booksellerid=1) 7-Click in Website: koha-community.org -> redirect to an 404 error 8-Notice the bad mailto: To test: -Apply patch -Reproduce step 1 to 8 with the same vendor or create a new one -Enter multiple wrong and valid urls -Enter urls with and without protocols http, https, ftp -Enter wrong and valid emails NOTE: The classes used are taken from 'branches.tt' Signed-off-by: Liz Rea no longer allows entering of improper website urls or incomplete email addresses. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 71d20a8c3b48a4dd1c7fb569b3baf2352d9757ac) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 3b4564001d571304490fe81dbd92e656fc9ad53e) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:06:27 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:06:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-136-g3932480 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 3932480d6f8529481452c03de9f0456e113834ed (commit) from 62113a4c10e7769f79695f4305afca41915cda7b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3932480d6f8529481452c03de9f0456e113834ed Author: Mark Tompsett Date: Tue Aug 2 23:26:03 2016 -0400 Bug 16885: koha-stop-zebra should be more sure of stopping zebrasrv This patch follows Galen's suggestion in comment #7. TEST PLAN --------- 1) Back up your koha logs as desired. 2) add something to /var/log/koha/{instance name}/intranet-error.log 3) ps aux | grep zebra 4) logrotate -f /etc/logrotate.d/koha-common 5) ps aux | grep zebra -- the zebrasrv and daemon process for zebra indexing didn't restart. 6) apply this patch against /usr/sbin/koha-stop-zebra 7) sudo koha-start-zebra {instance name} 8) ps aux | grep zebra -- the processes should have started up again. 9) add different junk to /var/log/koha/{instance name}/intranet-error.log 10) ps aux | grep zebra 11) logrotate -f /etc/logrotate.d/koha-common 12) ps aux | grep zebra -- the process ids for the zebrasrv and daemon processes should be different, but the number of processes is the same as before. 13) sign off, because its less ugly than comment #3 Sponsored-by: Tulong Aklatan Signed-off-by: Tomas Cohen Arazi Works as expected, no regressions found. Signed-off-by: Kyle M Hall (cherry picked from commit ac4a058b05fc1a1a6955d025328cca6ae369baeb) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 16769bdb1445bcccd3be0221ba69917344f363e9) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-stop-zebra | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:24:26 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:24:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-137-gf93adcc Message-ID: This is an automated email from the git hooks/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.22.x has been updated via f93adcc356739a7d09239a19289605e2f058407c (commit) from 3932480d6f8529481452c03de9f0456e113834ed (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f93adcc356739a7d09239a19289605e2f058407c Author: Tomas Cohen Arazi Date: Mon Jul 25 15:08:00 2016 -0300 Bug 16974: Make koha-plack should check and fix log files permissions This patch adds a function to the koha-plack script so it checks for log file existence and its permissions. This function is called from the start_plack function. If some of this conditions are not fulfilled, it solves the situation by either touching and/or changing the permissions accordingly for the instances' plack log files. To test: - Run (on kohadevbox): $ cd kohaclone $ debian/scripts/koha-plack --start kohadev $ debian/scripts/koha-plack --stop kohadev $ ls /var/log/koha/kohadev/plack* - Verify ownership of the created files (they might belong to the root user) - Apply the patch - Run: $ chown root:root /var/log/koha/kohadev/plack* $ debian/scripts/koha-plack --start kohadev $ ls /var/log/koha/kohadev/plack* => SUCCESS: Files belong to kohadev-koha:kohadev-koha - Run: $ debian/scripts/koha-plack --stop kohadev $ rm /var/log/koha/kohadev/plack* $ debian/scripts/koha-plack --start kohadev $ ls /var/log/koha/kohadev/plack* => SUCCESS: Files are created and belong to kohadev-koha:kohadev-koha - Sign off :-D Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 007d2feee6b2fec92f2d6518a3e84de0f6476b3d) Signed-off-by: Fr?d?ric Demians (cherry picked from commit ba5ac05a140f62c6bb8383049bcfeba5c96a7de5) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-plack | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:25:55 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:25:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-138-g63ae15a Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 63ae15ac02fbc6dbf472265a334944b08cdf1fb6 (commit) from f93adcc356739a7d09239a19289605e2f058407c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 63ae15ac02fbc6dbf472265a334944b08cdf1fb6 Author: Indranil Das Gupta (L2C2 Technologies) Date: Sat Aug 13 05:55:14 2016 +0530 Bug 17103 - Google API Loader jsapi called over http This patch replaces the hardcoded protocol ("http") from the URI with https since that is what Google defacto uses to serve JS resources Prevents MIXED CONTENT failure, allowing GoogleIndicTransliteration to function correctly when used in SSLized OPACs. Test plan --------- 1/ Make sure your OPAC is being served both over HTTP and HTTPS 2/ Set GoogleIndicTransliteration syspref to "Show" 3/ Access the OPAC over http, Google transliteration element will show up in masthead searchbox. 4/ Access the OPAC over https. The element will not show. Console will show MIXED CONTENT error and failure of google loader. 5/ Apply patch. Repeat steps #3 and #4 again. Now in both cases GoogleIndicTransliteration will work. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 6fcd32a75c41c7815a883cc4952899ea24045b3c) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 3a5e20809c191ed5773e70f09c0096d14cade6c9) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:27:11 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:27:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-139-g5c36b13 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 5c36b1391ad7c08280fe89a60de70c47cd853849 (commit) from 63ae15ac02fbc6dbf472265a334944b08cdf1fb6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5c36b1391ad7c08280fe89a60de70c47cd853849 Author: Olli-Antti Kivilahti Date: Thu Sep 17 13:23:49 2015 +0300 Bug 14844: Corrupted storable string. When adding/editing an Item, cookie LastCreatedItem might be corrupted. No idea how to replicate this issue but we have been getting several reports about the following error: Software error: Corrupted storable string (binary v2.9) at /usr/lib/perl/5.18/Storable.pm line 417, at /home/koha/kohaclone/cataloguing/additem.pl line 375. TEST PLAN: 1. Add or modify an Item. 2. No observed changes. ?. We don't know what causes this but we know that add/modify Item occasionally crashes due to failure of a cookie thawing. This patch prevents the whole program from dying, because this error is not critical enough to warrant dying. Also there is no centralized mechanism in Koha for showing messages to the user, so there is no easy and convenient way to warn the user that the: 'LastCreatedItem'-cookie or the systempreference 'PrefillItem' is malfunctioning. So we instead just warn to the server logs with the malfunctioning cookie in hopes of nailing down what causes the issues. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 9237fe676336f5908a9acc26a3b70b70d25602ae) Signed-off-by: Fr?d?ric Demians (cherry picked from commit d9def60267c1eb8aaacf4958de3bbddbace27621) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: cataloguing/additem.pl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:35:55 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:35:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-140-g0688481 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 0688481749e474cf87d16e2bbdd6a60eff1ed9ff (commit) from 5c36b1391ad7c08280fe89a60de70c47cd853849 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0688481749e474cf87d16e2bbdd6a60eff1ed9ff Author: Jonathan Druart Date: Wed Aug 3 16:28:24 2016 +0100 Bug 16996: Do not explode if mandatory fields are missing At the OPAC, if a patron modify his/her information and at least 1 mandatory field is missing, Koha will crash with Template process failed: undef error - Can't call method "description" It is raised by Koha::Template::Plugin::Categories::GetName called with an undefined categorycode. The problem is that the values sent originaly are not sent back to the template if the user missed something. This patch makes that all info are resent to the template in order to show the same form to the user. Test plan: 0. Apply patch 1. Make sure that the categorycode is not hidden in the OPAC in: PatronSelfRegistrationBorrowerUnwantedField or PatronSelfModificationBorrowerUnwantedField 2. Add a required field in PatronSelfRegistrationBorrowerMandatoryField, for example email. 3. Go to Your Personal Details in the OPAC (opac-memberentry.pl) and leave blank the required field of point 2 4. Press "Submit update request" There should be no software error. NOTE: The warns will be floody on the logs. Signed-off-by: Mark Tompsett Signed-off-by: Marc Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit 8c5cb134ee75aad77a9ba9b9fd84005fc0a9feb3) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 803ad5b022e0c469d27336bdcdfb4966f3f01960) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: opac/opac-memberentry.pl | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:38:22 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:38:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-141-g32e5f75 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 32e5f75630a85619725482f09e1bae33d9ea7b48 (commit) from 0688481749e474cf87d16e2bbdd6a60eff1ed9ff (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 32e5f75630a85619725482f09e1bae33d9ea7b48 Author: Jonathan Druart Date: Tue Aug 2 09:43:01 2016 +0100 Bug 16955: Do not clear from cache when adding a new framework There are several issues with these lines: 1/ $cache is not defined correctly and it not visible inside duplicate_framework 2/ $frameworkcode is a wrong c/p, it should be $newframeworkcode 3/ these calls are not needed. As we are creating a new framework, the cache should be empty... This patch will simply remove these calls Test plan: Duplicate a framework and confirm that you do not get any error in your logs. Signed-off-by: Christopher Brannon Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit 84812129c979557cd2232c3a8b5b0f01c368a634) Signed-off-by: Fr?d?ric Demians (cherry picked from commit c05e2c13552ec9236de8ba8052864d91134516a3) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: admin/marctagstructure.pl | 3 --- 1 file changed, 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:39:41 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:39:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-142-g767a393 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 767a393aa48870351bff3431cae8e5f03335bbf2 (commit) from 32e5f75630a85619725482f09e1bae33d9ea7b48 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 767a393aa48870351bff3431cae8e5f03335bbf2 Author: Jacek Ablewicz Date: Fri Aug 12 16:19:52 2016 +0200 Bug 17117: Patron personal details not displayed unless branch update request is enabled In patron acount ("your personal details" tab, which serves as a form for submitting update requests as well) it's not possible to display some account details like expiration date etc., without enabling the field for branch / library update requests too. To reproduce: 1) set OPACPatronDetails to "Allow" 2) clear PatronSelfModificationBorrowerUnwantedField preference - all possible fields in the update requests form are visible in patron account, including some extra details (card number, expiration date, category) in the "Library" section on top 3) put 'branchcode' in PatronSelfModificationBorrowerUnwantedField preference 4) the whole 'Library' section disappears To test: 1) apply patch 2) put 'branchcode' in PatronSelfModificationBorrowerUnwantedField, 'Library' section should remain visible (sans branch selection option) 3) put 'branchcode|cardnumber|datexpiry|categorycode' in the same preference, 'Library' section should now disappear Signed-off-by: Hector Castro Works as advertised Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit fb449aaede3f23ee71e9e50286a26035bb3ef640) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 700c602634390f34a3fac86c158d95b30bc03963) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:41:16 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:41:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-143-g0de09d5 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 0de09d5ae77885a822b244efb15c5de45cbc8283 (commit) from 767a393aa48870351bff3431cae8e5f03335bbf2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0de09d5ae77885a822b244efb15c5de45cbc8283 Author: Jonathan Druart Date: Mon Aug 1 13:46:49 2016 +0100 Bug 17009: Speed up the framework duplication To duplicate frameworks, the code retrieve all the subfields, then execute 1 insert per subfield. It's unnecessary slow, we can use the DBMS to do it. Test plan: Create a new framework and duplicate the structure of another framework. Signed-off-by: Marc Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit 739eaa82e8b52a1ef83e995badc7ddfa3a32e3fc) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 6551bebd939aefb3a4e6c59d3bee83c311cd842d) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: admin/marctagstructure.pl | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:41:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:41:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-144-g7f60575 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 7f60575e98ce23e1b5b9fcffc983bd6cac282823 (commit) from 0de09d5ae77885a822b244efb15c5de45cbc8283 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7f60575e98ce23e1b5b9fcffc983bd6cac282823 Author: Fridolin Somers Date: Thu Aug 11 10:58:40 2016 +0200 Bug 17107 - Add ident and Identifier-standard to known indexes Add ident and Identifier-standard to known indexes in C4::Search::getIndexes(). Those indexes can be very useful, for example for IdRef feature. Test plan : - Make sure some records have a field indexed with Identifier-standard, ISBN=1234 for example - Perform a search /cgi-bin/koha/opac-search.pl?idx=ident,phr&q=1234 => you find the record - Perform a search /cgi-bin/koha/opac-search.pl?q=ident:1234 => Without patch : you get no results => With patch : you find the record Idem for 'Identifier-standard' Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 4884f3a00a99c959059b7d12544c271a1e1ab616) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 7547ffcc96a43fb4228896a431344155c72bc910) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:43:00 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:43:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-145-gc149dab Message-ID: This is an automated email from the git hooks/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.22.x has been updated via c149dab5e1a29e891613a191da75e526afbd28f1 (commit) from 7f60575e98ce23e1b5b9fcffc983bd6cac282823 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c149dab5e1a29e891613a191da75e526afbd28f1 Author: Galen Charlton Date: Fri Jul 29 20:41:19 2016 +0000 Bug 17001: fix due date filter on the overdue report When the TimeFormat system preference is set to "12 hour", setting a filter on the due date can result in: - no overdue loans being reported, even if there are some that meet the criteria OR - overdue loans being omitted from the report if they are due on the "until" date in the filter This patch fixes this by replacing output_pref() with DateTime::Format::MySQL to format the date filter values to pass to the SQL query. To test ------- [1] Run the overdue report (circ/overdue.pl) and set a filter on due date, using values that should bring up one or more overdue loans. [2] Note that zero overdue loans are returned (if using MySQL 5.5, 5.6, or 5.7 or MariaDB 5) or that loans due on the "until" date are omitted (if using MarioDB 10). [3] Apply the patch and repeat step 1. This time, the correct set of overdue loans should be reported. Signed-off-by: Galen Charlton Signed-off-by: Jason Robb Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 761001add1a95d147a23b74e8d817890ffc08ac5) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 2ce7bf6ed5c6d74e3635666f93ef9e1f90d091c0) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: circ/overdue.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:47:40 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:47:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-147-g7b32a52 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 7b32a52e4f77487095311e1a830e152616ae23e6 (commit) via 0abbcf2c2c242993db44edd7881bb765041cd62f (commit) from c149dab5e1a29e891613a191da75e526afbd28f1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7b32a52e4f77487095311e1a830e152616ae23e6 Author: Jonathan Druart Date: Mon Aug 15 15:11:19 2016 +0100 Bug 17100: Restore previous logic There is no need to change the previous logic here, so let's restore it. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit f8230d5d0a6f20f0e054744221d5ad4b1ca467e3) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 06e37a47df894b42accbd1b98c734515ff3b3e12) Signed-off-by: Julian Maurice commit 0abbcf2c2c242993db44edd7881bb765041cd62f Author: Marc V?ron Date: Wed Aug 10 11:42:28 2016 +0200 Bug 17100: Do not display payments if patron has nothing to pay This alternative patch moves logic and formatting to the template file. To test: * without patch 1/ find a patron with no lines in accountlines table : print summary shows no "account fines and payments" => OK 2/ find a patron with some lines in accountlines table and the total amount > 0 : print summary shows a table "account fines and payments" with fines to recover => OK 3/ find a patron with some lines in accountlines table but the total amount = 0 : print summary shows a table "account fines and payments" with nothing in it => NOK * with the patch, same cases as before : 1/ same as without patch 2/ same as without patch 3/ print summary does not show "account fines and payments" - Additionally, verify that formatting follows syspref 'CurrencyFormat' - Verify that amount column is right-aligned Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 492a64cef95c6afb1644cbb4f1be181c2442cbd8) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 7602198e60e0a43c1d35164db2c49d26412bfc08) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/moremember-print.tt | 11 ++++++----- members/summary-print.pl | 9 +-------- 2 files changed, 7 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 12:48:58 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 10:48:58 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-148-ge6dde1f Message-ID: This is an automated email from the git hooks/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.22.x has been updated via e6dde1f2ba067364da40024ab205952038cc9dc0 (commit) from 7b32a52e4f77487095311e1a830e152616ae23e6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e6dde1f2ba067364da40024ab205952038cc9dc0 Author: Fridolin Somers Date: Thu Aug 11 10:39:31 2016 +0200 Bug 17106 - DataTables patron search defaulting to 'starts_with' - doc Bug 15930 modified default value for DataTables patron search. The doc text should also be modified : "Can be 'contain' or 'start_with' (default value). Used for the searchmember parameter." Test plan : - install Koha with patch - look at man page man/man3/C4::Utils::DataTables::Members.3pm Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 29b4ee5c74949d9706387b1d02b858cd697a57d6) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 030487d9e341a16b7220d4c45e8f8e3677844906) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: C4/Utils/DataTables/Members.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 13:33:53 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 11:33:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-531-gd44732b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via d44732bacd87fb304990b91d06786eda82b46cba (commit) via 38c461f258292adb6199f2b0f261ecc3280b6aa5 (commit) from adbcaa99f4f1a0dc3c739cb15b4d3039d2a79c9e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d44732bacd87fb304990b91d06786eda82b46cba Author: Tomas Cohen Arazi Date: Mon Jun 27 12:24:15 2016 -0300 Bug 15023: (followup) Remove warnings By setting 'use Modern::Perl' some previously hidden warnings arised. This patch removes them by testing the variable $balance for undef before using it in a comparisson. Sponsored-by: VOKAL Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall commit 38c461f258292adb6199f2b0f261ecc3280b6aa5 Author: Tomas Cohen Arazi Date: Mon Jun 27 12:12:52 2016 -0300 Bug 15023: Allow patron anonymize/bulk delete tool to be limited by branch This patch makes the bulk patron delete/anonymize functionality be limited by branch. It does so by adding a branch selection dropdown and using the already defined APIs for filtering by branch. It makes use of C4::Branches::onlymine for the IndependentBranches use case and it adds a way to call it from the Branches template plugin. To test: - Apply the patch 1) Have a superlibrarian user - Go to Tools > Batch patron deletion/anonymization => SUCCESS: Verify you can pick a branch (or all of them) - Try doing some operations => SUCCESS: Verify the selection is respected, and carried around all steps 2) Have a user with tools/delete_anonymize_patrons permissions - Set IndependentBranches on - Go to Tools > Batch patron deletion/anonymization => SUCCESS: It picks the librarian's branch and doesn't let us choose another one - Try doing some operations => SUCCESS: Verify the user's branch is respected, and carried around all steps - Sign off :-D Sponsored-by: VOKAL Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha/Template/Plugin/Branches.pm | 4 +++ .../prog/en/modules/tools/cleanborrowers.tt | 38 ++++++++++++++++++-- tools/cleanborrowers.pl | 31 +++++++++++----- 3 files changed, 62 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 24 18:21:23 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Aug 2016 16:21:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-536-gfa48df2 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via fa48df281d68fe1d27cc6fb10b41e4504a70afb9 (commit) via 4fa4b8a30649381523fec729b0ee5d40f896155b (commit) via 59d2cd97573c2caa9142bdfdc2be328f9e865429 (commit) via 57e5c70ed4004fe501840db97cc4ffdd47687247 (commit) via fe71eb0811a6271fff568ca6b599514a57ff3206 (commit) from d44732bacd87fb304990b91d06786eda82b46cba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fa48df281d68fe1d27cc6fb10b41e4504a70afb9 Author: Marcel de Rooy Date: Tue Aug 23 16:33:10 2016 +0200 Bug 14390: [Follow-up] Only update FU record in UpdateFine Exclude O, F and M when outstanding == 0. Check if the issue_id points to a FU record. Note: We only warn now when we see a second FU record with this issue id. That should be a rare exception. As before, we are just counting it in our total. Added a FIXME. Signed-off-by: Marcel de Rooy Tested fine on overdue. Renewed and backdated for a second fine. The F and FU can be seen on the Fines tab and are totaled on Check out. Signed-off-by: Jacek Ablewicz Signed-off-by: Kyle M Hall commit 4fa4b8a30649381523fec729b0ee5d40f896155b Author: Marcel de Rooy Date: Fri Aug 19 09:57:13 2016 +0200 Bug 14390: [QA Follow-up] UpdateFine should be passed a hash Renewing an overdue would not work. Log shows: renew: Can't use string ("2144746608") as a HASH ref while "strict refs" in use at C4/Overdues.pm line 508., referer: /cgi-bin/koha/circ/circulation.pl?borrowernumber=1 Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall commit 59d2cd97573c2caa9142bdfdc2be328f9e865429 Author: Kyle M Hall Date: Tue Dec 1 17:59:25 2015 +0000 Bug 14390 [QA Followup] - Fix warning Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall commit 57e5c70ed4004fe501840db97cc4ffdd47687247 Author: Kyle M Hall Date: Tue Dec 1 16:53:03 2015 +0000 Bug 14390 [QA Followup] - Unit Test Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall commit fe71eb0811a6271fff568ca6b599514a57ff3206 Author: Kyle M Hall Date: Fri Nov 6 13:20:56 2015 -0500 Bug 14390 - Fine not updated from 'FU' to 'F' on renewal Test Plan: 1) Find an overdue checkout with a fine 2) Renew item, note fine is not closed out (Account type F) 3) Apply this patch 4) Find another overdue checkout with a fine 5) Renew item, note fine is now correctly closed out 6) Backdate a checkout to be already overdue ( but not have a fine since fines.pl hasn't run yet ) 7) Renew item, note a closed out fine is created Signed-off-by: Sean Minkel Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 160 +++++++++++++++++++++++------------------- C4/Overdues.pm | 8 ++- t/db_dependent/Circulation.t | 28 ++++++-- 3 files changed, 116 insertions(+), 80 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 25 10:38:04 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Aug 2016 08:38:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-153-gfeb30c7 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via feb30c70970ea01095f9d66cfbe45e5c3fd429e0 (commit) via aef0264528becd6c2b994865e9327597f0769fcb (commit) via 4b830608570c796ccf76c416fc42c461b210aae7 (commit) via 8a8d6564e96f6ca4841d40dcd1883114699f93d7 (commit) via 8ea05713726721bbd8e0be4e41556410331c3a37 (commit) from e6dde1f2ba067364da40024ab205952038cc9dc0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit feb30c70970ea01095f9d66cfbe45e5c3fd429e0 Author: Julian Maurice Date: Thu Aug 25 10:29:48 2016 +0200 Bug 14138: Followup for 3.22 commit aef0264528becd6c2b994865e9327597f0769fcb Author: Julian Maurice Date: Thu Aug 25 10:23:08 2016 +0200 Fix use of non-existent variable $borrower commit 4b830608570c796ccf76c416fc42c461b210aae7 Author: Julian Maurice Date: Thu Aug 25 10:08:38 2016 +0200 Fix number of tests for db_structure.t commit 8a8d6564e96f6ca4841d40dcd1883114699f93d7 Author: Julian Maurice Date: Thu Aug 25 10:03:31 2016 +0200 Bug 16573: DBIx update commit 8ea05713726721bbd8e0be4e41556410331c3a37 Author: Julian Maurice Date: Thu Aug 25 10:00:45 2016 +0200 Fix test t/db_dependent/Circulation.t ----------------------------------------------------------------------- Summary of changes: Koha/Schema/Result/Virtualshelve.pm | 10 ++++------ .../intranet-tmpl/prog/en/includes/patroncards-errors.inc | 1 - opac/opac-memberentry.pl | 1 + patroncards/create-pdf.pl | 1 - t/db_dependent/Circulation.t | 4 ++++ t/db_dependent/db_structure.t | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 25 13:52:17 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Aug 2016 11:52:17 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.22.10 created. v3.22.10 Message-ID: This is an automated email from the git 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.10 has been created at 0c554621d5ba087489da16c88e9d7b85c8c646f1 (tag) tagging 0e7d621121821437b28fe24779bcd1cf8f9f6f04 (commit) replaces v3.22.09 tagged by Julian Maurice on Thu Aug 25 13:51:21 2016 +0200 - Log ----------------------------------------------------------------- Koha release 3.22.10 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJXvtu5AAoJELCH1RJUPDmpHmMQAJUCfdb2FLdnT54TkurQtHwr OIkMJD2b6/lzfO17LwK4pCkrBiKBdv1lLc5J78+JQlMmoNkj+q8jq9xE75PH0c69 2zqELBIhP+IsO3Jf9JJl4y44SfciXkYSGELMRQxU0ws/4Kd1YjznLJOsgK5oFKIM HldahX/TNLrYH9zHS+fVGWCP6jjgdH3UM8x5EeeKXs4UDTZIpiKiQBFJs+2/NJXj yMr6pdrz1hdxTScba76qj2LxPalVuxDI3/veMuG81hHV5mdxavsDB55u/pJCqzAY 5XNHZeUHNLDHB5EmwnsEI7oNp3nmO8rTOGfkd2vgwEMONT6jHDDw5TO+gy7Yo3vC 33unRCbDxh9CeF7rt/yFdadSLJoQzfXtbFHqTCXBLgOFaGs9bOZGekMJXgApPhsa 0h5tH5L+Kc8nozE6Rv57yZhL3CgAOTUgqJJb8BJvJjFqfchKo7z5qpYGvcAdJjiI pCeSXdzgIi5En2uMmXBrcKB9C+oBTycEdZ96xeRc1KieikoqaCnVm4vQwlga4EY4 JuRoGs4xJXZX0LUjEuKvmFDu/3EkKoDJDB9pRjfnah/+2Hr4eCj14xuJXYRuSwhH 96itMorvDHcWngivIhtktHfwRATms7vjrIEi6McpgbEFikEpYI6som3pNJcr1+Zc Nj4x4vk/BBPXefbHfrZt =k2VU -----END PGP SIGNATURE----- Aleisha (1): Bug 16531: Circ overdue report is showing an empty table if no overdues Alex Arnaud (1): Bug 14968 - Provides unit test Bernardo Gonzalez Kriegel (3): Bug 16573: fix linkid value on marc_subfield_structure Bug 16573: fix structure and sample data for MySQL 5.7 Bug 16573: change created_on type - atomic update Bouzid Fergani (1): Bug 15636 - DataTables Warning: Requested unknown parameter from opac-detail.tt Chris Cormack (2): Bug 16975 : @INC should not have '.' as its last entry Bug 16969 cgi->param used in list context in opac-memberentry.pl Claire Gravely (1): Bug 15929 - typo in explanation for MaxSearchResultsItemsPerRecordStatusCheck Colin Campbell (5): Bug 13807 Rework main input loop in SIPServer Bug 15006 Drop raw connection if login fails Bug 15006 Remove tabs from sip_protocol_loop Bug 15006: Introduce client_timeout in SIPconfig.xml Bug 15006 Correct indentation of EXPORTs in Sip.pm Eric Phetteplace (1): Bug 17068: empty
  • in opac-reserve.tt Florent Mara (1): Bug 12178: Tests for changes to claimed serial status Fridolin Somers (5): Bug 16736 - Keep branch filter when changing suggestion Bug 16677 - Use abbr for authorities linked headings Bug 16897 - Re-focus on "Add item" in Lists Bug 17107 - Add ident and Identifier-standard to known indexes Bug 17106 - DataTables patron search defaulting to 'starts_with' - doc Fr?d?ric Demians (5): Bug 15006: Update DB rev (3.22.09.001) Bug 16573: Update DB rev (3.22.09.002) Bug 11490: Update DB rev (3.22.09.003) Bug 7441: Update DB rev (3.22.09.004) Bug 17053 Clearing search term in Reports Galen Charlton (2): Bug 16760: fix Circulation Statistics wizard under Plack Bug 17001: fix due date filter on the overdue report Hector Castro (6): Bug 16742: (follow-up)Remove unused template subject.tt Bug 16803: Add Font Awesome Icons to "Select/Clear all" links to shelves.tt Bug 16801 - Include Font Awesome Icons to check/unchek all in Administration > Library transfer limits Bug 16888: Add Font Awesome Icons to Members Bug 16888: (follow-up)Add Font Awesome Icons to Members Bug 16944: Add "email" and "url" classes when edit or create a vendor Indranil Das Gupta (L2C2 Technologies) (1): Bug 17103 - Google API Loader jsapi called over http Jacek Ablewicz (1): Bug 17117: Patron personal details not displayed unless branch update request is enabled Jesse Weaver (2): Bug 15974: Rancor: Correctly select existing authorized value Bug 16818: External auth redirect broken under Plack Jonathan Druart (46): Bug 16534: Add tests for CanBookBeIssued & AllowReturnToBranch Bug 16534: Make CanBookBeIssued test if the issue can be returned Bug 16534: Add tests for AddIssue Bug 16534: Block AddIssue from issuing if the return is not possible Bug 16527: Restore sticky due date behavior Bug 16593: Do not allow patrons to delete search history of others patrons Bug 16624: Add regression tests Bug 16624: Fix regression displaying a letter with hours Bug 16770: Remove wrong caching of 3 subroutines in C4::Lancuages Bug 16770: Remove Memoize::Memcached dependency Bug 16770: Remove 2 other occurrences of libmemoize-memcached-perl Bug 16459: Add patron to a patron card requires catalogue permission Bug 16857: Check on item.branches makes more sense Bug 16860: Remove the comment about the warning Bug 16805: Add test to getalert (no param passed) Bug 2735: Fix authority search pagination at the OPAC Bug 2735: Update opac.css Bug 12178: Update serial status to "claimed" when exporting to CSV Bug 12178: Fix tests not to depend on dateformat syspref Bug 16813: Allow empty string for OPACBaseURL Bug 16958: Fix XSS in opac-imageviewer.pl Bug 16934: Add test for ModOrder Bug 16573: Define virtualshelves.created_on as datetime for existing installs Bug 17028: Fix XSS in reserve/request.pl Bug 17026: Fix XSS in serials/checkexpiration.pl Bug 17024: Fix XSS in tools/viewlog.pl Bug 17022: Fix XSS in circ/branchtransfers.pl Bug 16878: Fix XSS in opac-memberentry Bug 11490: Add prefs MaxItemsToProcessForBatchMod and MaxItemsToDisplayForBatchDel Bug 11490: Split MaxItemsForBatch into 2 prefs to clarify things Bug 17023: Fix XSS in cataloguing/z3950_search.pl Bug 17023: Fix XSS in acqui/z3950_search.pl Bug 7441 - Followup search results showing wrong branch [UNIMARC] Bug 17029: Fix XSS in catalogue/*detail.pl Bug 17025: Fix XSS in serials-search.pl Bug 17021: Fix XSS in circ/returns.pl Bug 17036: Fix XSS in circulation.pl Bug 17038: Fix XSS in catalogue/search.pl Bug 16848: Prevent invalid warning to be carped from output_pref Bug 16776: Do not forget external language choice in language switcher Bug 16894: Regression - Display email on patron search results Bug 17052: Display patron category description in the sidebar of paycollect Bug 16996: Do not explode if mandatory fields are missing Bug 16955: Do not clear from cache when adding a new framework Bug 17009: Speed up the framework duplication Bug 17100: Restore previous logic Julian Maurice (8): Fix test t/db_dependent/Circulation.t Bug 16573: DBIx update Fix number of tests for db_structure.t Fix use of non-existent variable $borrower Bug 14138: Followup for 3.22 Increment version for 3.22.10 release Update release notes for 3.22.10 release Translation updates for Koha 3.22.10 Katrin Fischer (4): Bug 16893 - Missing closing tag disrupts patron checkouts page style Bug 7441: QA follow-up - Add note about missing NORMARC support Bug 17074: Fix links in result list of 'scan indexes' and keep search term visible Bug 17074: Follow-up: fixing encoding issues with multiple search terms Kyle M Hall (8): Bug 16534: (followup) - Tidy AddIssue Bug 16612 - Cannot set "Until date" for "Enrollment period" for Patron Categories Bug 16780 - Specify due date always sets time as AM when using 12 hour time format Bug 16934 - Cannot add notes to canceled and deleted order line Bug 15397 - Pay selected does not works as expected Bug 16988 - Suspending a hold with AutoResumeSuspendedHolds disabled results in error Bug 7441 - search results showing wrong branch? Bug 17055 - Add classes to different note types to allow for styling on checkins page Lyon3 Team (1): Bug 14968 - found shouldn't be set to null when cancelling holds Marc (2): Bug 17076 - Format fines in patron search results table Bug 17078 - Format fines on opac-account.pl Marc V?ron (17): Bug 16534: (followup) Correct tiny typo Bug 16742: Remove unused template subject.tt Bug 16697: Translatability: Fix problem with isolated "'s"in request.tt Bug 16718 - Translatability: Fix problems with sentence splitting by in about.tt Bug 16772 - Change label from 'For:' to 'Library:' to ease translation Bug 16854: request.tt: Logic to display messages broken Bug 16774: Format date on 'Transfers to receive' page to dateformat system preference Bug 16779: Move road type after address in US style address formatting (main address) Bug 16857 - patron-attr-types.tt: Get rid of warnings "Argument "" isn't numeric" Bug 16730 - Use member-display-address-style*-includes in moremember-brief.tt Bug 16682: Fix display if Batch patron modification tool does not get any patrons Bug 16682: (followup) Fix display if Batch patron modification tool does not get any patrons Bug 14138: Patroncard: Warn user if PDF creation fails Bug 16621: Translatability: Issues in opac-user.tt (sentence splitting) Bug 16701: Translatability: Fix problem with isolated ' in currency.tt Bug 16871: Translatability: Avoid [%%-problem and fix related sentence splitting in catalogue/detail.tt Bug 17100: Do not display payments if patron has nothing to pay Marcel de Rooy (8): Bug 16644: Plack: Use to_app to remove warning about Plack::App::CGIBin instance Bug 16751: What is sitemaper? Bug 16859: Fix wrong item field name in export.pl Bug 15006: Centralize timeout logic and allow zero client timeout Bug 15006: [QA Follow-up] Satisfy qa tools with one tab less Bug 15006: [QA Follow-up] Only handle login requests in raw_transport Bug 16777: Correct intranet search alias Bug 16971: Missing dependency for HTML::Entities Mark Tompsett (9): Bug 16869: Silence and catch warnings in t/db_dependent/SuggestionEngine_ExplodedTerms.t Bug 16860: Catch warning t/db_dependent/ClassSource.t Bug 16805: Tweak new test message to say getalert Bug 16805: Log in with database admin user breaks OPAC Bug 16866: Catch warning t/db_dependent/Languages.t Bug 16864: Silence warnings in t/db_dependent/ILSDI_Services.t Bug 16622: some tests triggered by prove t fail for unset KOHA_CONF Bug 10148: Marc21 field 007 builder improper reload values Bug 16885: koha-stop-zebra should be more sure of stopping zebrasrv Mirko Tietgen (2): Bug 17065 - Rename C4/Auth_cas_servers.yaml.orig Bug 17087 - Set Test::WWW::Mechanize version to 1.42 Morgane Alonso (1): Bug 12509 - Fix Untranslatable Restriction added by overdues process NguyenDuyTinh (1): Bug 16705 - Add missing status to serials history in OPAC Nick Clemens (2): Bug 16651: Notes field blank for 952$z in opac-course-details.pl Bug 16855 - Poor performance due to high overhead of SQL call in export.pl Nicole C Engard (1): Bug 16727: Clarify upload category note Olli-Antti Kivilahti (1): Bug 14844: Corrupted storable string. When adding/editing an Item, cookie LastCreatedItem might be corrupted. Owen Leonard (3): Bug 16762: Record matching rules: Remove match check link removes too much Bug 16893: Missing closing tag disrupts patron detail page style Bug 16450 - Remove the use of "onclick" from guarantor search template Srdjan (1): Bug 16716: Replaced wrong GROUP BY with DISTINCT Tomas Cohen Arazi (2): Bug 17044: Fix wrong destination for 'api' directory Bug 16974: Make koha-plack should check and fix log files permissions phette23 (1): Bug 16806: no error message for 'too_soon' renewal ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 25 13:51:58 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Aug 2016 11:51:58 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.10 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 0e7d621121821437b28fe24779bcd1cf8f9f6f04 (commit) via 71e18a211215c036d42def13043fa84e27812eb3 (commit) via 9811be4e63672ab5c05dfffb6201a73f89fb73a4 (commit) from feb30c70970ea01095f9d66cfbe45e5c3fd429e0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0e7d621121821437b28fe24779bcd1cf8f9f6f04 Author: Julian Maurice Date: Tue Aug 23 13:45:11 2016 +0200 Translation updates for Koha 3.22.10 Signed-off-by: Julian Maurice commit 71e18a211215c036d42def13043fa84e27812eb3 Author: Julian Maurice Date: Tue Aug 23 09:08:28 2016 +0200 Update release notes for 3.22.10 release Signed-off-by: Julian Maurice commit 9811be4e63672ab5c05dfffb6201a73f89fb73a4 Author: Julian Maurice Date: Tue Aug 23 08:52:03 2016 +0200 Increment version for 3.22.10 release Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 7 + misc/release_notes/release_notes_3_22_10.md | 500 ++ misc/translator/po/am-Ethi-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/am-Ethi-pref.po | 4 +- misc/translator/po/am-Ethi-staff-help.po | 2 +- misc/translator/po/am-Ethi-staff-prog.po | 1101 ++- misc/translator/po/ar-Arab-marc-MARC21.po | 18 +- misc/translator/po/ar-Arab-marc-NORMARC.po | 2 +- misc/translator/po/ar-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 837 +- misc/translator/po/ar-Arab-pref.po | 16 +- misc/translator/po/ar-Arab-staff-help.po | 10 +- misc/translator/po/ar-Arab-staff-prog.po | 1175 ++- misc/translator/po/az-AZ-marc-MARC21.po | 2 +- 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 | 787 +- misc/translator/po/az-AZ-pref.po | 4 +- misc/translator/po/az-AZ-staff-help.po | 2 +- misc/translator/po/az-AZ-staff-prog.po | 1130 ++- misc/translator/po/be-BY-marc-MARC21.po | 2 +- 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 | 801 +- misc/translator/po/be-BY-pref.po | 4 +- misc/translator/po/be-BY-staff-help.po | 2 +- misc/translator/po/be-BY-staff-prog.po | 1147 ++- misc/translator/po/bg-Cyrl-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/bg-Cyrl-pref.po | 4 +- misc/translator/po/bg-Cyrl-staff-help.po | 2 +- misc/translator/po/bg-Cyrl-staff-prog.po | 1101 ++- misc/translator/po/bn-IN-marc-MARC21.po | 2 +- 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 | 773 +- misc/translator/po/bn-IN-pref.po | 4 +- misc/translator/po/bn-IN-staff-help.po | 2 +- misc/translator/po/bn-IN-staff-prog.po | 1101 ++- misc/translator/po/ca-ES-marc-MARC21.po | 6 +- misc/translator/po/ca-ES-marc-NORMARC.po | 6 +- misc/translator/po/ca-ES-marc-UNIMARC.po | 6 +- misc/translator/po/ca-ES-opac-bootstrap.po | 789 +- misc/translator/po/ca-ES-pref.po | 4 +- misc/translator/po/ca-ES-staff-help.po | 2 +- misc/translator/po/ca-ES-staff-prog.po | 1122 ++- misc/translator/po/cs-CZ-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/cs-CZ-pref.po | 8 +- misc/translator/po/cs-CZ-staff-help.po | 2 +- misc/translator/po/cs-CZ-staff-prog.po | 1173 ++- misc/translator/po/cy-GB-marc-MARC21.po | 2 +- misc/translator/po/cy-GB-marc-NORMARC.po | 2 +- misc/translator/po/cy-GB-marc-UNIMARC.po | 2 +- misc/translator/po/cy-GB-opac-bootstrap.po | 771 +- misc/translator/po/cy-GB-pref.po | 4 +- misc/translator/po/cy-GB-staff-help.po | 2 +- misc/translator/po/cy-GB-staff-prog.po | 1101 ++- misc/translator/po/da-DK-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/da-DK-pref.po | 4 +- misc/translator/po/da-DK-staff-help.po | 2 +- misc/translator/po/da-DK-staff-prog.po | 1136 ++- misc/translator/po/de-CH-marc-MARC21.po | 2 +- 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 | 3175 +++---- misc/translator/po/de-CH-pref.po | 104 +- misc/translator/po/de-CH-staff-help.po | 54 +- misc/translator/po/de-CH-staff-prog.po |10405 +++++++++++------------ misc/translator/po/de-DE-marc-MARC21.po | 2 +- 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 | 798 +- misc/translator/po/de-DE-pref.po | 18 +- misc/translator/po/de-DE-staff-help.po | 8 +- misc/translator/po/de-DE-staff-prog.po | 1179 ++- misc/translator/po/el-GR-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/el-GR-pref.po | 4 +- misc/translator/po/el-GR-staff-help.po | 2 +- misc/translator/po/el-GR-staff-prog.po | 1161 ++- misc/translator/po/en-GB-marc-MARC21.po | 2 +- 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 | 773 +- misc/translator/po/en-GB-pref.po | 4 +- misc/translator/po/en-GB-staff-help.po | 2 +- misc/translator/po/en-GB-staff-prog.po | 1112 ++- misc/translator/po/en-NZ-marc-MARC21.po | 2 +- misc/translator/po/en-NZ-marc-NORMARC.po | 2 +- misc/translator/po/en-NZ-marc-UNIMARC.po | 2 +- misc/translator/po/en-NZ-opac-bootstrap.po | 783 +- misc/translator/po/en-NZ-pref.po | 8 +- misc/translator/po/en-NZ-staff-help.po | 2 +- misc/translator/po/en-NZ-staff-prog.po | 1166 ++- misc/translator/po/eo-marc-MARC21.po | 2 +- misc/translator/po/eo-marc-NORMARC.po | 2 +- misc/translator/po/eo-marc-UNIMARC.po | 2 +- misc/translator/po/eo-opac-bootstrap.po | 821 +- misc/translator/po/eo-pref.po | 4 +- misc/translator/po/eo-staff-help.po | 2 +- misc/translator/po/eo-staff-prog.po | 1101 ++- misc/translator/po/es-ES-marc-MARC21.po | 2 +- misc/translator/po/es-ES-marc-NORMARC.po | 2 +- misc/translator/po/es-ES-marc-UNIMARC.po | 2 +- misc/translator/po/es-ES-opac-bootstrap.po | 805 +- misc/translator/po/es-ES-pref.po | 24 +- misc/translator/po/es-ES-staff-help.po | 2 +- misc/translator/po/es-ES-staff-prog.po | 1191 ++- misc/translator/po/eu-marc-MARC21.po | 2 +- misc/translator/po/eu-marc-NORMARC.po | 2 +- misc/translator/po/eu-marc-UNIMARC.po | 2 +- misc/translator/po/eu-opac-bootstrap.po | 775 +- misc/translator/po/eu-pref.po | 4 +- misc/translator/po/eu-staff-help.po | 2 +- misc/translator/po/eu-staff-prog.po | 1102 ++- misc/translator/po/fa-Arab-marc-MARC21.po | 2 +- misc/translator/po/fa-Arab-marc-NORMARC.po | 2 +- misc/translator/po/fa-Arab-marc-UNIMARC.po | 2 +- misc/translator/po/fa-Arab-opac-bootstrap.po | 785 +- misc/translator/po/fa-Arab-pref.po | 4 +- misc/translator/po/fa-Arab-staff-help.po | 2 +- misc/translator/po/fa-Arab-staff-prog.po | 1125 ++- misc/translator/po/fi-FI-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/fi-FI-pref.po | 8 +- misc/translator/po/fi-FI-staff-help.po | 2 +- misc/translator/po/fi-FI-staff-prog.po | 1170 ++- misc/translator/po/fo-FO-marc-MARC21.po | 2 +- 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 | 789 +- misc/translator/po/fo-FO-pref.po | 4 +- misc/translator/po/fo-FO-staff-help.po | 2 +- misc/translator/po/fo-FO-staff-prog.po | 1117 ++- misc/translator/po/fr-CA-marc-MARC21.po | 2 +- 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 | 786 +- misc/translator/po/fr-CA-pref.po | 8 +- misc/translator/po/fr-CA-staff-help.po | 2 +- misc/translator/po/fr-CA-staff-prog.po | 1187 ++- misc/translator/po/fr-FR-marc-MARC21.po | 145 +- misc/translator/po/fr-FR-marc-NORMARC.po | 20 +- misc/translator/po/fr-FR-marc-UNIMARC.po | 2 +- misc/translator/po/fr-FR-opac-bootstrap.po | 874 +- misc/translator/po/fr-FR-pref.po | 61 +- misc/translator/po/fr-FR-staff-help.po | 38 +- misc/translator/po/fr-FR-staff-prog.po | 1224 ++- misc/translator/po/gl-marc-MARC21.po | 2 +- misc/translator/po/gl-marc-NORMARC.po | 2 +- misc/translator/po/gl-marc-UNIMARC.po | 2 +- misc/translator/po/gl-opac-bootstrap.po | 779 +- misc/translator/po/gl-pref.po | 4 +- misc/translator/po/gl-staff-help.po | 2 +- misc/translator/po/gl-staff-prog.po | 1125 ++- misc/translator/po/he-Hebr-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/he-Hebr-pref.po | 4 +- misc/translator/po/he-Hebr-staff-help.po | 2 +- misc/translator/po/he-Hebr-staff-prog.po | 1117 ++- misc/translator/po/hi-marc-MARC21.po | 2 +- misc/translator/po/hi-marc-NORMARC.po | 2 +- misc/translator/po/hi-marc-UNIMARC.po | 2 +- misc/translator/po/hi-opac-bootstrap.po | 787 +- misc/translator/po/hi-pref.po | 4 +- misc/translator/po/hi-staff-help.po | 2 +- misc/translator/po/hi-staff-prog.po | 1130 ++- misc/translator/po/hr-HR-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/hr-HR-pref.po | 4 +- misc/translator/po/hr-HR-staff-help.po | 2 +- misc/translator/po/hr-HR-staff-prog.po | 1125 ++- misc/translator/po/hu-HU-marc-MARC21.po | 2 +- 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 | 791 +- misc/translator/po/hu-HU-pref.po | 4 +- misc/translator/po/hu-HU-staff-help.po | 2 +- misc/translator/po/hu-HU-staff-prog.po | 1130 ++- misc/translator/po/hy-Armn-marc-MARC21.po | 2 +- misc/translator/po/hy-Armn-marc-NORMARC.po | 2 +- misc/translator/po/hy-Armn-marc-UNIMARC.po | 2 +- misc/translator/po/hy-Armn-opac-bootstrap.po | 785 +- misc/translator/po/hy-Armn-pref.po | 8 +- misc/translator/po/hy-Armn-staff-help.po | 2 +- misc/translator/po/hy-Armn-staff-prog.po | 1166 ++- misc/translator/po/ia-marc-MARC21.po | 2 +- misc/translator/po/ia-marc-NORMARC.po | 2 +- misc/translator/po/ia-marc-UNIMARC.po | 2 +- misc/translator/po/ia-opac-bootstrap.po | 771 +- misc/translator/po/ia-pref.po | 4 +- misc/translator/po/ia-staff-help.po | 2 +- misc/translator/po/ia-staff-prog.po | 1101 ++- misc/translator/po/id-ID-marc-MARC21.po | 2 +- 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 | 791 +- misc/translator/po/id-ID-pref.po | 4 +- misc/translator/po/id-ID-staff-help.po | 2 +- misc/translator/po/id-ID-staff-prog.po | 1128 ++- misc/translator/po/iq-CA-marc-MARC21.po | 2 +- misc/translator/po/iq-CA-marc-NORMARC.po | 2 +- misc/translator/po/iq-CA-marc-UNIMARC.po | 2 +- misc/translator/po/iq-CA-opac-bootstrap.po | 771 +- misc/translator/po/iq-CA-pref.po | 4 +- misc/translator/po/iq-CA-staff-help.po | 2 +- misc/translator/po/iq-CA-staff-prog.po | 1101 ++- misc/translator/po/is-IS-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/is-IS-pref.po | 4 +- misc/translator/po/is-IS-staff-help.po | 2 +- misc/translator/po/is-IS-staff-prog.po | 1127 ++- misc/translator/po/it-IT-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/it-IT-pref.po | 16 +- misc/translator/po/it-IT-staff-help.po | 2 +- misc/translator/po/it-IT-staff-prog.po | 1183 ++- misc/translator/po/iu-CA-marc-MARC21.po | 2 +- misc/translator/po/iu-CA-marc-NORMARC.po | 2 +- misc/translator/po/iu-CA-marc-UNIMARC.po | 2 +- misc/translator/po/iu-CA-opac-bootstrap.po | 771 +- misc/translator/po/iu-CA-pref.po | 4 +- misc/translator/po/iu-CA-staff-help.po | 2 +- misc/translator/po/iu-CA-staff-prog.po | 1101 ++- misc/translator/po/ja-Jpan-JP-marc-MARC21.po | 2 +- 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 | 822 +- misc/translator/po/ja-Jpan-JP-pref.po | 4 +- misc/translator/po/ja-Jpan-JP-staff-help.po | 2 +- misc/translator/po/ja-Jpan-JP-staff-prog.po | 1132 ++- misc/translator/po/ka-marc-MARC21.po | 2 +- misc/translator/po/ka-marc-NORMARC.po | 2 +- misc/translator/po/ka-marc-UNIMARC.po | 2 +- misc/translator/po/ka-opac-bootstrap.po | 771 +- misc/translator/po/ka-pref.po | 4 +- misc/translator/po/ka-staff-help.po | 2 +- misc/translator/po/ka-staff-prog.po | 1101 ++- misc/translator/po/km-KH-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/km-KH-pref.po | 4 +- misc/translator/po/km-KH-staff-help.po | 2 +- misc/translator/po/km-KH-staff-prog.po | 1101 ++- misc/translator/po/kn-Knda-marc-MARC21.po | 2 +- 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 | 787 +- misc/translator/po/kn-Knda-pref.po | 4 +- misc/translator/po/kn-Knda-staff-help.po | 2 +- misc/translator/po/kn-Knda-staff-prog.po | 1125 ++- misc/translator/po/ko-Kore-KP-marc-MARC21.po | 2 +- misc/translator/po/ko-Kore-KP-marc-NORMARC.po | 2 +- misc/translator/po/ko-Kore-KP-marc-UNIMARC.po | 2 +- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 787 +- misc/translator/po/ko-Kore-KP-pref.po | 4 +- misc/translator/po/ko-Kore-KP-staff-help.po | 2 +- misc/translator/po/ko-Kore-KP-staff-prog.po | 1142 ++- misc/translator/po/ku-Arab-marc-MARC21.po | 2 +- 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 | 783 +- misc/translator/po/ku-Arab-pref.po | 4 +- misc/translator/po/ku-Arab-staff-help.po | 2 +- misc/translator/po/ku-Arab-staff-prog.po | 1124 ++- misc/translator/po/lo-Laoo-marc-MARC21.po | 2 +- 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 | 788 +- misc/translator/po/lo-Laoo-pref.po | 4 +- misc/translator/po/lo-Laoo-staff-help.po | 2 +- misc/translator/po/lo-Laoo-staff-prog.po | 1128 ++- misc/translator/po/mi-NZ-marc-MARC21.po | 2 +- 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 | 787 +- misc/translator/po/mi-NZ-pref.po | 4 +- misc/translator/po/mi-NZ-staff-help.po | 2 +- misc/translator/po/mi-NZ-staff-prog.po | 1130 ++- misc/translator/po/ml-marc-MARC21.po | 2 +- misc/translator/po/ml-marc-NORMARC.po | 2 +- misc/translator/po/ml-marc-UNIMARC.po | 2 +- misc/translator/po/ml-opac-bootstrap.po | 771 +- misc/translator/po/ml-pref.po | 4 +- misc/translator/po/ml-staff-help.po | 2 +- misc/translator/po/ml-staff-prog.po | 1101 ++- misc/translator/po/mon-marc-MARC21.po | 2 +- misc/translator/po/mon-marc-NORMARC.po | 2 +- misc/translator/po/mon-marc-UNIMARC.po | 2 +- misc/translator/po/mon-opac-bootstrap.po | 787 +- misc/translator/po/mon-pref.po | 4 +- misc/translator/po/mon-staff-help.po | 2 +- misc/translator/po/mon-staff-prog.po | 1130 ++- misc/translator/po/mr-marc-MARC21.po | 2 +- misc/translator/po/mr-marc-NORMARC.po | 2 +- misc/translator/po/mr-marc-UNIMARC.po | 2 +- misc/translator/po/mr-opac-bootstrap.po | 787 +- misc/translator/po/mr-pref.po | 4 +- misc/translator/po/mr-staff-help.po | 2 +- misc/translator/po/mr-staff-prog.po | 1127 ++- misc/translator/po/ms-MY-marc-MARC21.po | 2 +- 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 | 799 +- misc/translator/po/ms-MY-pref.po | 4 +- misc/translator/po/ms-MY-staff-help.po | 2 +- misc/translator/po/ms-MY-staff-prog.po | 1147 ++- misc/translator/po/my-marc-MARC21.po | 4 +- misc/translator/po/my-marc-NORMARC.po | 4 +- misc/translator/po/my-marc-UNIMARC.po | 4 +- misc/translator/po/my-opac-bootstrap.po | 771 +- misc/translator/po/my-pref.po | 4 +- misc/translator/po/my-staff-help.po | 2 +- misc/translator/po/my-staff-prog.po | 1179 ++- misc/translator/po/nb-NO-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/nb-NO-pref.po | 8 +- misc/translator/po/nb-NO-staff-help.po | 2 +- misc/translator/po/nb-NO-staff-prog.po | 1174 ++- misc/translator/po/ne-NE-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/ne-NE-pref.po | 4 +- misc/translator/po/ne-NE-staff-help.po | 2 +- misc/translator/po/ne-NE-staff-prog.po | 1101 ++- misc/translator/po/nl-BE-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/nl-BE-pref.po | 4 +- misc/translator/po/nl-BE-staff-prog.po | 1123 ++- misc/translator/po/nl-NL-marc-MARC21.po | 2 +- 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 | 785 +- misc/translator/po/nl-NL-pref.po | 4 +- misc/translator/po/nl-NL-staff-help.po | 2 +- misc/translator/po/nl-NL-staff-prog.po | 1110 ++- misc/translator/po/nn-NO-marc-MARC21.po | 2 +- 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 | 787 +- misc/translator/po/nn-NO-pref.po | 4 +- misc/translator/po/nn-NO-staff-help.po | 2 +- misc/translator/po/nn-NO-staff-prog.po | 1130 ++- misc/translator/po/oc-marc-MARC21.po | 2 +- misc/translator/po/oc-marc-NORMARC.po | 2 +- misc/translator/po/oc-marc-UNIMARC.po | 2 +- misc/translator/po/oc-opac-bootstrap.po | 783 +- misc/translator/po/oc-pref.po | 4 +- misc/translator/po/oc-staff-help.po | 2 +- misc/translator/po/oc-staff-prog.po | 1110 ++- misc/translator/po/pbr-marc-MARC21.po | 2 +- misc/translator/po/pbr-marc-NORMARC.po | 2 +- misc/translator/po/pbr-marc-UNIMARC.po | 2 +- misc/translator/po/pbr-opac-bootstrap.po | 771 +- misc/translator/po/pbr-pref.po | 4 +- misc/translator/po/pbr-staff-help.po | 2 +- misc/translator/po/pbr-staff-prog.po | 1101 ++- misc/translator/po/pl-PL-marc-MARC21.po | 2 +- misc/translator/po/pl-PL-marc-NORMARC.po | 2 +- misc/translator/po/pl-PL-marc-UNIMARC.po | 2 +- misc/translator/po/pl-PL-opac-bootstrap.po | 799 +- misc/translator/po/pl-PL-pref.po | 19 +- misc/translator/po/pl-PL-staff-help.po | 2 +- misc/translator/po/pl-PL-staff-prog.po | 1187 ++- misc/translator/po/prs-marc-MARC21.po | 2 +- misc/translator/po/prs-marc-NORMARC.po | 2 +- misc/translator/po/prs-marc-UNIMARC.po | 2 +- misc/translator/po/prs-opac-bootstrap.po | 787 +- misc/translator/po/prs-pref.po | 4 +- misc/translator/po/prs-staff-help.po | 2 +- misc/translator/po/prs-staff-prog.po | 1131 ++- misc/translator/po/pt-BR-marc-MARC21.po | 2 +- misc/translator/po/pt-BR-marc-NORMARC.po | 2 +- misc/translator/po/pt-BR-marc-UNIMARC.po | 2 +- misc/translator/po/pt-BR-opac-bootstrap.po | 785 +- misc/translator/po/pt-BR-pref.po | 4 +- misc/translator/po/pt-BR-staff-help.po | 2 +- misc/translator/po/pt-BR-staff-prog.po | 1171 ++- misc/translator/po/pt-PT-marc-MARC21.po | 2 +- misc/translator/po/pt-PT-marc-NORMARC.po | 2 +- misc/translator/po/pt-PT-marc-UNIMARC.po | 2 +- misc/translator/po/pt-PT-opac-bootstrap.po | 795 +- misc/translator/po/pt-PT-pref.po | 16 +- misc/translator/po/pt-PT-staff-help.po | 2 +- misc/translator/po/pt-PT-staff-prog.po | 1175 ++- misc/translator/po/ro-RO-marc-MARC21.po | 2 +- 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 | 787 +- misc/translator/po/ro-RO-pref.po | 4 +- misc/translator/po/ro-RO-staff-help.po | 2 +- misc/translator/po/ro-RO-staff-prog.po | 1134 ++- misc/translator/po/ru-RU-marc-MARC21.po | 2 +- 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 | 801 +- misc/translator/po/ru-RU-pref.po | 4 +- misc/translator/po/ru-RU-staff-help.po | 2 +- misc/translator/po/ru-RU-staff-prog.po | 1147 ++- misc/translator/po/rw-RW-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/rw-RW-pref.po | 4 +- misc/translator/po/rw-RW-staff-help.po | 2 +- misc/translator/po/rw-RW-staff-prog.po | 1101 ++- misc/translator/po/sd-PK-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/sd-PK-pref.po | 4 +- misc/translator/po/sd-PK-staff-help.po | 2 +- misc/translator/po/sd-PK-staff-prog.po | 1101 ++- misc/translator/po/sk-SK-marc-MARC21.po | 6 +- 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 | 797 +- misc/translator/po/sk-SK-pref.po | 10 +- misc/translator/po/sk-SK-staff-help.po | 2 +- misc/translator/po/sk-SK-staff-prog.po | 1210 ++- misc/translator/po/sl-SI-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/sl-SI-pref.po | 4 +- misc/translator/po/sl-SI-staff-help.po | 2 +- misc/translator/po/sl-SI-staff-prog.po | 1101 ++- misc/translator/po/sq-AL-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/sq-AL-pref.po | 4 +- misc/translator/po/sq-AL-staff-help.po | 2 +- misc/translator/po/sq-AL-staff-prog.po | 1111 ++- misc/translator/po/sr-Cyrl-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/sr-Cyrl-pref.po | 4 +- misc/translator/po/sr-Cyrl-staff-help.po | 2 +- misc/translator/po/sr-Cyrl-staff-prog.po | 1101 ++- misc/translator/po/sv-SE-marc-MARC21.po | 2 +- misc/translator/po/sv-SE-marc-NORMARC.po | 2 +- misc/translator/po/sv-SE-marc-UNIMARC.po | 2 +- misc/translator/po/sv-SE-opac-bootstrap.po | 785 +- misc/translator/po/sv-SE-pref.po | 4 +- misc/translator/po/sv-SE-staff-help.po | 2 +- misc/translator/po/sv-SE-staff-prog.po | 1161 ++- misc/translator/po/sw-KE-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/sw-KE-pref.po | 4 +- misc/translator/po/sw-KE-staff-help.po | 2 +- misc/translator/po/sw-KE-staff-prog.po | 1102 ++- misc/translator/po/ta-LK-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/ta-LK-pref.po | 4 +- misc/translator/po/ta-LK-staff-help.po | 2 +- misc/translator/po/ta-LK-staff-prog.po | 1101 ++- misc/translator/po/ta-marc-MARC21.po | 2 +- misc/translator/po/ta-marc-NORMARC.po | 2 +- misc/translator/po/ta-marc-UNIMARC.po | 2 +- misc/translator/po/ta-opac-bootstrap.po | 771 +- misc/translator/po/ta-pref.po | 4 +- misc/translator/po/ta-staff-help.po | 2 +- misc/translator/po/ta-staff-prog.po | 1101 ++- misc/translator/po/tet-marc-MARC21.po | 2 +- misc/translator/po/tet-marc-NORMARC.po | 2 +- misc/translator/po/tet-marc-UNIMARC.po | 2 +- misc/translator/po/tet-opac-bootstrap.po | 793 +- misc/translator/po/tet-pref.po | 4 +- misc/translator/po/tet-staff-help.po | 2 +- misc/translator/po/tet-staff-prog.po | 1124 ++- misc/translator/po/th-TH-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/th-TH-pref.po | 4 +- misc/translator/po/th-TH-staff-help.po | 2 +- misc/translator/po/th-TH-staff-prog.po | 1105 ++- misc/translator/po/tl-PH-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/tl-PH-pref.po | 4 +- misc/translator/po/tl-PH-staff-help.po | 2 +- misc/translator/po/tl-PH-staff-prog.po | 1110 ++- misc/translator/po/tr-TR-marc-MARC21.po | 2 +- misc/translator/po/tr-TR-marc-NORMARC.po | 2 +- misc/translator/po/tr-TR-marc-UNIMARC.po | 2 +- misc/translator/po/tr-TR-opac-bootstrap.po | 785 +- misc/translator/po/tr-TR-pref.po | 8 +- misc/translator/po/tr-TR-staff-help.po | 2 +- misc/translator/po/tr-TR-staff-prog.po | 1170 ++- misc/translator/po/uk-UA-marc-MARC21.po | 2 +- 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 | 800 +- misc/translator/po/uk-UA-pref.po | 4 +- misc/translator/po/uk-UA-staff-help.po | 2 +- misc/translator/po/uk-UA-staff-prog.po | 1143 ++- misc/translator/po/ur-Arab-marc-MARC21.po | 2 +- 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 | 771 +- misc/translator/po/ur-Arab-pref.po | 4 +- misc/translator/po/ur-Arab-staff-help.po | 2 +- misc/translator/po/ur-Arab-staff-prog.po | 1101 ++- misc/translator/po/vi-VN-marc-MARC21.po | 2 +- 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 | 783 +- misc/translator/po/vi-VN-pref.po | 4 +- misc/translator/po/vi-VN-staff-help.po | 2 +- misc/translator/po/vi-VN-staff-prog.po | 1134 ++- misc/translator/po/zh-Hans-CN-marc-MARC21.po | 2 +- 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 | 782 +- misc/translator/po/zh-Hans-CN-pref.po | 4 +- misc/translator/po/zh-Hans-CN-staff-help.po | 2 +- misc/translator/po/zh-Hans-CN-staff-prog.po | 1160 ++- misc/translator/po/zh-Hans-TW-marc-MARC21.po | 2 +- misc/translator/po/zh-Hans-TW-marc-NORMARC.po | 2 +- misc/translator/po/zh-Hans-TW-marc-UNIMARC.po | 2 +- misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 782 +- misc/translator/po/zh-Hans-TW-pref.po | 8 +- misc/translator/po/zh-Hans-TW-staff-help.po | 2 +- misc/translator/po/zh-Hans-TW-staff-prog.po | 1160 ++- 562 files changed, 82995 insertions(+), 84168 deletions(-) create mode 100644 misc/release_notes/release_notes_3_22_10.md hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 25 15:50:21 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Aug 2016 13:50:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-539-g4b140a2 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 4b140a2e914f76fd283de50fb1c061376e22f444 (commit) via acee02948831d9105e4a7e31a003cf74dfd421be (commit) via 1f71fe9eb5cc3de869643f565392a6705cea8c40 (commit) from fa48df281d68fe1d27cc6fb10b41e4504a70afb9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4b140a2e914f76fd283de50fb1c061376e22f444 Author: Kyle M Hall Date: Thu Aug 25 12:50:01 2016 +0000 Bug 16212 - Generate initial swagger.min.json file Signed-off-by: Kyle M Hall commit acee02948831d9105e4a7e31a003cf74dfd421be Author: Lari Taskula Date: Tue Jun 14 16:01:24 2016 +0300 Bug 16212: Use swagger.min.json insted of swagger.json Our current approach with splitting the Swagger specification brings problems. For example, in swagger.json, if we split the whole "definitions" object with $ref, validations will fail with online.swagger.io validator. (See http://online.swagger.io/validator/debug?url=url_to_your_swagger_json) The problem also occurs with "paths" (Paths Object), because simply $ref to all paths for example in /paths/index.json does not meet the Swagger2 specification. The problem is solved by using the minification script and the minified version of swagger.json after which the swagger.min.json is valid Swagger2 specification, because the minifier resolves the problematic $refs of swagger.json file in the minified version. Signed-off-by: Olli-Antti Kivilahti My name is Olli-Antti Kivilahti and I approve this commit. We have been using the Swagger2.0-driven REST API on Mojolicious for 1 year now in production and I am certain we have a pretty good idea on how to work with the limitations of Swagger2.0 Signed-off-by: Johanna Raisa My name is Johanna R?is? and I approve this commit. We have been using Swagger2.0-driven REST API in production successfully. Signed-off-by: Benjamin Rokseth Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 1f71fe9eb5cc3de869643f565392a6705cea8c40 Author: Julian Maurice Date: Wed Apr 6 13:16:50 2016 +0200 Bug 16212: Add script minifySwagger.pl This patch introduces the misc/devel/minifySwagger.pl script that loads the Swagger files, follows references and produces a compact ("minified") version of the swagger file which is suitable for distribution. The wiki page should be updated with instructions on how to regenerate it so the Release Manager does it on each spec upgrade. Signed-off-by: Olli-Antti Kivilahti My name is Olli-Antti Kivilahti and I approve this commit. We have been using the Swagger2.0-driven REST API on Mojolicious for 1 year now in production and I am certain we have a pretty good idea on how to work with the limitations of Swagger2.0 Signed-off-by: Johanna Raisa My name is Johanna R?is? and I approve this commit. We have been using Swagger2.0-driven REST API in production successfully. Signed-off-by: Benjamin Rokseth Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha/REST/V1.pm | 2 +- api/v1/swagger.min.json | 1 + misc/devel/minifySwagger.pl | 98 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 api/v1/swagger.min.json create mode 100644 misc/devel/minifySwagger.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 26 15:07:50 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Aug 2016 13:07:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-552-gd368059 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via d368059fd5f25a1b1946d0bb6ce4b87d8ebe6691 (commit) via b14b7988f92785734e78c55ceb4ce9137af78ca2 (commit) via d28562c60f1e36f5336a5b2899ee22eb1a8b6977 (commit) via 7514aeb7fb53a58fc15d8631e5bcd5d6fa886f24 (commit) via 11ddbc817d899755cc27b18133c5a46d865c1831 (commit) via 0519b6a6bc73195ab598fa533a48f603bf6aab17 (commit) via 6e452b520f69b7cfea65f682f0821af395362b46 (commit) via c02b33e4254c72d20941f87fe7a5c58bcb5838f9 (commit) via 59ac9be07e70b23c2dfcd009f6d5f689d1065c9b (commit) via 5aa18084238d7cafc2a02c734b88b165011f59a0 (commit) via 8911bd6afff34c62aa92c87b005f52a09d62331d (commit) via 93504aea26054f436a9e98fcbef0274a0ac64f38 (commit) via c8eeadf6644ea3a5c15ba488db28ee2c2725c9ec (commit) from 4b140a2e914f76fd283de50fb1c061376e22f444 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d368059fd5f25a1b1946d0bb6ce4b87d8ebe6691 Author: Tomas Cohen Arazi Date: Mon Aug 22 10:34:48 2016 -0300 Bug 14504: (followup) Make deletion conditional on --commit Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit b14b7988f92785734e78c55ceb4ce9137af78ca2 Author: Barton Chittenden Date: Tue Aug 16 20:36:49 2016 +0000 Bug 14504: (QA followup) Change argument --criteria to --where Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit d28562c60f1e36f5336a5b2899ee22eb1a8b6977 Author: Barton Chittenden Date: Tue Aug 16 20:27:16 2016 +0000 Bug 14504: (QA followup) Fix error causing item not to be deleted Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 7514aeb7fb53a58fc15d8631e5bcd5d6fa886f24 Author: Kyle M Hall Date: Tue Aug 16 16:40:46 2016 +0000 Bug 14504: Changes missed while fixing patches Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 11ddbc817d899755cc27b18133c5a46d865c1831 Author: Tomas Cohen Arazi Date: Fri Jul 8 09:51:18 2016 -0300 Bug 14504: (QA followup) Fix delete_records_via_leader.pl call to DelItemCheck Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 0519b6a6bc73195ab598fa533a48f603bf6aab17 Author: Tomas Cohen Arazi Date: Fri Jul 8 09:45:12 2016 -0300 Bug 14504: (QA followup) Tidy tests This patch re-introduces the transaction into t/db_dependent/Items_DelItemCheck.t and does some cleaning on the touched tests so they raise less warnings. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 6e452b520f69b7cfea65f682f0821af395362b46 Author: Barton Chittenden Date: Wed May 25 07:12:43 2016 -0700 Bug 14504: (QA followup) fix test transaction, book_on_loan Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit c02b33e4254c72d20941f87fe7a5c58bcb5838f9 Author: Barton Chittenden Date: Thu Oct 29 06:06:08 2015 -0700 bug 14504: (QA followup) fixing DelItemCheck arguments Remove $dbh as argument to C4::Items::DelItemCheck and C4::Items::ItemSafeToDelete, also change all calls to these functions throughout the codebase. Also remove remaining reference to 'do_not_commit' in t/db_dependent/Items_DelItemCheck.t Fixed doubled "$$" in C4/ImportBatch.pm Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 59ac9be07e70b23c2dfcd009f6d5f689d1065c9b Author: Barton Chittenden Date: Mon Oct 26 09:01:50 2015 -0700 Bug 14504: (QA followup) use TestBuilder, remove do_not_commit Use t::lib::TestBuilder in t/db_dependent/Items_DelItemCheck.t Remove the option 'do_not_commit' from C4::Items::DelItemCheck. Whitespace cleanup. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 5aa18084238d7cafc2a02c734b88b165011f59a0 Author: Barton Chittenden Date: Thu Oct 22 14:06:10 2015 -0700 bug 14504: use C4::Items::DelItemCheck in delete_items.pl Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 8911bd6afff34c62aa92c87b005f52a09d62331d Author: Barton Chittenden Date: Thu Oct 22 12:24:33 2015 -0700 bug 14504: split logic from DelItemCheck() into ItemSafeToDelete() Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 93504aea26054f436a9e98fcbef0274a0ac64f38 Author: Barton Chittenden Date: Thu Oct 15 13:40:29 2015 -0700 Bug 14504: (QA followup) * Fix POD warning. * Remove redundant 'use stric' and 'use warnings' * Remove $VERSION and --version option. * Remove --dry-run option * Split test for --help and check for @criteria into two separate pod2usage calls, enabling -msg on the latter. * Fix 'target_tiems' typo. * Test for holds on items to be deleted. * Fix whitespace * Fix test for holds. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit c8eeadf6644ea3a5c15ba488db28ee2c2725c9ec Author: Barton Chittenden Date: Tue Jul 7 13:07:52 2015 -0700 Bug 14504: Add delete_items.pl: a command line batch deletion tool http://bugs.koha-community.org/show_bug.cgi?id=14504 Signed-off-by: Heather Braum Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 2 +- C4/ImportBatch.pm | 2 +- C4/Items.pm | 95 +++++++++++----- cataloguing/additem.pl | 4 +- misc/cronjobs/delete_items.pl | 136 ++++++++++++++++++++++ misc/cronjobs/delete_records_via_leader.pl | 2 +- t/db_dependent/Circulation/IsItemIssued.t | 40 +++++-- t/db_dependent/Items_DelItemCheck.t | 170 ++++++++++++++++++++++++++++ t/db_dependent/Reserves.t | 10 +- tools/batchMod.pl | 2 +- tools/batch_delete_records.pl | 2 +- 11 files changed, 415 insertions(+), 50 deletions(-) create mode 100755 misc/cronjobs/delete_items.pl create mode 100644 t/db_dependent/Items_DelItemCheck.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 26 15:08:54 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Aug 2016 13:08:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v16.05.00-560-g53631f9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 53631f9ffdc86c1afbcc3108ac3ddf1f73fef40e (commit) via eeab7d0666677e3bb7ec4e56bcb5a7164aeab48e (commit) via 7b8c7b038f4e40b53bcc861a3f265691a2ccb74d (commit) via c523c1e0563a51087d901cbeed0cd93c839fc9cb (commit) via 55a8389bb3ad28151b0eaeaa3d0d2ff32ad09c24 (commit) via 2aa333fb5fefe3f5fb2eca7bdb435b12cb6ab4cc (commit) via baaeb725d2fced741c84efedb506ab54df3a7f97 (commit) via 0eaf72ab26457929a8485e5f3dc183452300794b (commit) from d368059fd5f25a1b1946d0bb6ce4b87d8ebe6691 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 53631f9ffdc86c1afbcc3108ac3ddf1f73fef40e Author: Tomas Cohen Arazi Date: Thu Aug 25 14:52:47 2016 -0300 Bug 16699: (QA followup) Move minified swagger file into the swagger/ dir Signed-off-by: Tomas Cohen Arazi Signed-off-by: Benjamin Rokseth Signed-off-by: Kyle M Hall commit eeab7d0666677e3bb7ec4e56bcb5a7164aeab48e Author: Lari Taskula Date: Thu Aug 11 15:51:38 2016 +0300 Bug 16699: Remove requirement from borrowernumberQueryParam borrowernumberQueryParam shouldn't be required as also changed in Bug 16271. To test: 1. Don't apply the patch yet, but first minify Swagger and run t/db_dependent/api/v1/holds.t 2. Observe that some tests fail with response code 400 when expecting 200. 3. Apply patch and minify Swagger 4. Run t/db_dependent/api/v1/holds.t 5. Observe that tests pass. Signed-off-by: Benjamin Rokseth Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 7b8c7b038f4e40b53bcc861a3f265691a2ccb74d Author: Lari Taskula Date: Tue Jun 14 17:27:36 2016 +0300 Bug 16699: Move Swagger-related files to api/v1/swagger This patch separates Swagger-specifications and the minifySwagger.pl from other api-files by moving specifications & minifier into api/v1/swagger. Signed-off-by: Olli-Antti Kivilahti My name is Olli-Antti Kivilahti and I approve this commit. We have been using the Swagger2.0-driven REST API on Mojolicious for 1 year now in production and I am certain we have a pretty good idea on how to work with the limitations of Swagger2.0 We participated in the development of the Mojolicious::Plugin::Swagger and know it well. We have made an extension to the plugin to provide full CORS support and have been building all our in-house features on the new REST API. Signed-off-by: Johanna Raisa My name is Johanna R?is? and I approve this commit. We have been using Swagger2.0-driven REST API in production successfully. Signed-off-by: Benjamin Rokseth Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit c523c1e0563a51087d901cbeed0cd93c839fc9cb Author: Lari Taskula Date: Tue Jun 14 14:24:42 2016 +0300 Bug 16699: Reference new x-primitives in currently defined objects Since we have defined some basic x-primitives in x-primitives.json, we can now start to reuse them in our currently defined objects. To test: 1. Apply patch 2. Run minifySwagger.pl 3. Validate your Swagger specifications 4. Observe that validation passes Signed-off-by: Olli-Antti Kivilahti My name is Olli-Antti Kivilahti and I approve this commit. We have been using the Swagger2.0-driven REST API on Mojolicious for 1 year now in production and I am certain we have a pretty good idea on how to work with the limitations of Swagger2.0 We participated in the development of the Mojolicious::Plugin::Swagger and know it well. We have made an extension to the plugin to provide full CORS support and have been building all our in-house features on the new REST API. Signed-off-by: Johanna Raisa My name is Johanna R?is? and I approve this commit. We have been using Swagger2.0-driven REST API in production successfully. Signed-off-by: Benjamin Rokseth Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 55a8389bb3ad28151b0eaeaa3d0d2ff32ad09c24 Author: Lari Taskula Date: Tue Jun 14 12:53:58 2016 +0300 Bug 16699: Support multiple types in primitive definitions Currently it is not possible to define multiple types for primitive definitions in /definitions/*. If you try to use the following "firstname": { "type": ["string", "null"], "description": "patron's first name" } in definitions.json, online.swagger.io validator will not validate it: {"messages":["attribute definitions.firstname.type is not of type `string`"]} One way to get around this issue is to extend definitions with custom "x-primitives" object, where we will define all reusable primitive definitions. To test: 1. Add the "firstname" example above to definitions.json 2. Run minifySwagger.pl 3. Validate your specification 4. Observe that error with description mentioned above is given 5. Apply patch 6. Repeat step 2 and 3 7. Observe that validation passes Signed-off-by: Olli-Antti Kivilahti My name is Olli-Antti Kivilahti and I approve this commit. We have been using the Swagger2.0-driven REST API on Mojolicious for 1 year now in production and I am certain we have a pretty good idea on how to work with the limitations of Swagger2.0 We participated in the development of the Mojolicious::Plugin::Swagger and know it well. We have made an extension to the plugin to provide full CORS support and have been building all our in-house features on the new REST API. Signed-off-by: Johanna Raisa My name is Johanna R?is? and I approve this commit. We have been using Swagger2.0-driven REST API in production successfully. Signed-off-by: Benjamin Rokseth Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 2aa333fb5fefe3f5fb2eca7bdb435b12cb6ab4cc Author: Lari Taskula Date: Fri Jun 10 17:25:40 2016 +0300 Bug 16699: Fix mixed-up indentation from 2-4 spaces to 2 spaces These definitions had indentation of 4 spaces, while rest of the specification uses 2 spaces. This patch simply maintains the consistency in indentations and provides no other modifications to code. Signed-off-by: Olli-Antti Kivilahti My name is Olli-Antti Kivilahti and I approve this commit. We have been using the Swagger2.0-driven REST API on Mojolicious for 1 year now in production and I am certain we have a pretty good idea on how to work with the limitations of Swagger2.0 We participated in the development of the Mojolicious::Plugin::Swagger and know it well. We have made an extension to the plugin to provide full CORS support and have been building all our in-house features on the new REST API. Signed-off-by: Johanna Raisa My name is Johanna R?is? and I approve this commit. We have been using Swagger2.0-driven REST API in production successfully. Signed-off-by: Benjamin Rokseth Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit baaeb725d2fced741c84efedb506ab54df3a7f97 Author: Lari Taskula Date: Fri Jun 10 16:52:54 2016 +0300 Bug 16699: Add borrowernumberQueryParam for reusability The borrowernumber as a query parameter should be defined in parameters.json in order to allow its reusability. To test: 1. Apply patch 2. Run minifySwagger.pl 3. Validate swagger.min.json in online.swagger.io/validator/debug?url=url_to+ _your_swagger_min_json or your local swagger-api/validator-badge validator 4. Observe that validation passes Signed-off-by: Olli-Antti Kivilahti My name is Olli-Antti Kivilahti and I approve this commit. We have been using the Swagger2.0-driven REST API on Mojolicious for 1 year now in production and I am certain we have a pretty good idea on how to work with the limitations of Swagger2.0 We participated in the development of the Mojolicious::Plugin::Swagger and know it well. We have made an extension to the plugin to provide full CORS support and have been building all our in-house features on the new REST API. Signed-off-by: Johanna Raisa My name is Johanna R?is? and I approve this commit. We have been using Swagger2.0-driven REST API in production successfully. Signed-off-by: Benjamin Rokseth Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall commit 0eaf72ab26457929a8485e5f3dc183452300794b Author: Lari Taskula Date: Thu Jun 9 16:13:53 2016 +0300 Bug 16699: Split parameters and paths in Swagger Parameters and paths should be split in our Swagger specification, because otherwise swagger.json would become messy with all the paths and their further specification in the same file. Also parameters should be split for the same reason. Instead of using index.json for definitions, parameters and paths, we define new files "definitions.json", "parameters.json" and "paths.json" in order to simplify the references. If we kept using index.json and try to reference "/definitions/error.json" from "/paths/holds.json", reference would be "../definitions/index.json#/error" instead of now simplified version, "../definitions.json#/error". Here is the proposed structure: . ??? swagger.json ??? definitions.json ??? paths.json ??? parameters.json ??? definitions ? ??? error.json ? ??? patron.json ??? parameters ? ??? patron.json ??? paths ? ??? patrons.json ??? minifySwagger.pl ??? swagger.min.js The swagger.json paths, definitions and parameters will look as follows: ... "paths": { "$ref": "paths.json" }, "definitions": { "$ref": "definitions.json" }, "parameters": { "$ref": "parameters.json" } ... A problem with splitting specification into multiple files directly from swagger.json (e.g. "paths": { "$ref": "paths.json" }) is that it is not following the Swagger specification and an error will be thrown by the Swagger-UI default validator (online.swagger.io/validator). To overcome this problem, we use the minifySwagger.pl script from Buug 16212. This allows the developers to work with the structure introduced in this patch thus allowing developers to split the specification nicely, and still have a valid Swagger specification in the minified swagger.min.json. To test: -2: Apply the minifier-patch in Buug 16212. -1: Make sure you can validate your specification with Swagger2 validator at online.swagger.io/validator/debug?url=url_to_swaggerjson, or install it locally from https://github.com/swagger-api/validator-badge. 1. Don't apply this patch yet, but first validate swagger.json with swagger.io-validator (or your local version, if you installed it) 2. Observe that validation errors are given 3. Run minifySwagger.pl 4. Validate swagger.min.json with the validator you used in step 1 5. Observe that validation passes and we overcame the invalid specification problem in swagger.min.json 6. Apply this patch 7. Run minifySwagger.pl 8. Repeat step 4 9. Observe that validation passes with new structure 10. Run REST tests at t/db_dependents/api/v1 (11. Study the new structure of our Swagger specifications :)) Signed-off-by: Olli-Antti Kivilahti My name is Olli-Antti Kivilahti and I approve this commit. We have been using the Swagger2.0-driven REST API on Mojolicious for 1 year now in production and I am certain we have a pretty good idea on how to work with the limitations of Swagger2.0 We participated in the development of the Mojolicious::Plugin::Swagger and know it well. We have made an extension to the plugin to provide full CORS support and have been building all our in-house features on the new REST API. Signed-off-by: Johanna Raisa My name is Johanna R?is? and I approve this commit. We have been using Swagger2.0-driven REST API in production successfully. Signed-off-by: Benjamin Rokseth Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- Summary of changes: Koha/REST/V1.pm | 2 +- api/v1/definitions/hold.json | 67 ----- api/v1/definitions/holds.json | 4 - api/v1/definitions/index.json | 6 - api/v1/definitions/patron.json | 281 --------------------- api/v1/swagger.json | 356 --------------------------- api/v1/swagger/definitions.json | 14 ++ api/v1/{ => swagger}/definitions/error.json | 0 api/v1/swagger/definitions/hold.json | 63 +++++ api/v1/swagger/definitions/holds.json | 6 + api/v1/swagger/definitions/patron.json | 274 +++++++++++++++++++++ api/v1/swagger/parameters.json | 11 + api/v1/swagger/parameters/hold.json | 9 + api/v1/swagger/parameters/patron.json | 15 ++ api/v1/swagger/paths.json | 14 ++ api/v1/swagger/paths/holds.json | 280 +++++++++++++++++++++ api/v1/swagger/paths/patrons.json | 61 +++++ api/v1/swagger/swagger.json | 28 +++ api/v1/{ => swagger}/swagger.min.json | 0 api/v1/swagger/x-primitives.json | 41 +++ 20 files changed, 817 insertions(+), 715 deletions(-) delete mode 100644 api/v1/definitions/hold.json delete mode 100644 api/v1/definitions/holds.json delete mode 100644 api/v1/definitions/index.json delete mode 100644 api/v1/definitions/patron.json delete mode 100644 api/v1/swagger.json create mode 100644 api/v1/swagger/definitions.json rename api/v1/{ => swagger}/definitions/error.json (100%) create mode 100644 api/v1/swagger/definitions/hold.json create mode 100644 api/v1/swagger/definitions/holds.json create mode 100644 api/v1/swagger/definitions/patron.json create mode 100644 api/v1/swagger/parameters.json create mode 100644 api/v1/swagger/parameters/hold.json create mode 100644 api/v1/swagger/parameters/patron.json create mode 100644 api/v1/swagger/paths.json create mode 100644 api/v1/swagger/paths/holds.json create mode 100644 api/v1/swagger/paths/patrons.json create mode 100644 api/v1/swagger/swagger.json rename api/v1/{ => swagger}/swagger.min.json (100%) create mode 100644 api/v1/swagger/x-primitives.json hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 28 10:37:27 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 28 Aug 2016 08:37:27 +0000 Subject: [koha-commits] main Koha release repository branch 16.05.x updated. v16.05.03-3-g91d347f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 16.05.x has been updated via 91d347ff7828ca9c0699d3a05ae29814e7652a7c (commit) from e23307ce6ef1b2d69b13887b73ef58595df88626 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 91d347ff7828ca9c0699d3a05ae29814e7652a7c Author: Fr?d?ric Demians Date: Sun Aug 28 10:40:36 2016 +0200 [16.05] Bug 16996 Fix a bug introduced in 16.05 Signed-off-by: Fr?d?ric Demians ----------------------------------------------------------------------- Summary of changes: opac/opac-memberentry.pl | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 31 11:22:22 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Aug 2016 09:22:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.14-1-g6a1488b Message-ID: This is an automated email from the git hooks/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 6a1488b23a827f9ada68a4f94142b43697579ded (commit) from be26297c0e9f43351796f8f83c0860ad95415364 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6a1488b23a827f9ada68a4f94142b43697579ded Author: Chris Cormack Date: Sun Jul 24 19:18:51 2016 +1200 Bug 16969 cgi->param used in list context in opac-memberentry.pl To test 1/ Hit the page, notice the warning in the log 2/ Apply patch 3/ Hit page, notice no warning in the log 4/ Test functionality all still works Works as expected. (Note: See Bug 16960 for updating patron details). Signed-off-by: Marc Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: opac/opac-memberentry.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 31 11:34:21 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Aug 2016 09:34:21 +0000 Subject: [koha-commits] main Koha release repository branch 3.22.x updated. v3.22.10-3-g6ea5931 Message-ID: This is an automated email from the git hooks/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.22.x has been updated via 6ea5931cf1b1883526936015c35eca0fec07ca3d (commit) via 7328543f23986206751f624032f6036fbe8c0e41 (commit) via 64353ccb2dd4f276d3adb6d770daff2294614618 (commit) from 0e7d621121821437b28fe24779bcd1cf8f9f6f04 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6ea5931cf1b1883526936015c35eca0fec07ca3d Author: Jonathan Druart Date: Wed May 25 17:05:58 2016 +0100 Bug 16587: Same fixes for the staff interface Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher (cherry picked from commit 120967a6a9e777d0f99300fdbb6552943ce6e9af) Signed-off-by: Julian Maurice commit 7328543f23986206751f624032f6036fbe8c0e41 Author: Chris Cormack Date: Wed May 25 14:06:28 2016 +0000 Bug 16587 opac-sendshelf.pl is vulnerable to XSS To test 1/ Hit a url like http://localhost:8080/cgi-bin/koha/opac-sendshelf.pl?email=%3Cscript%3Ealert(%27XSS%27)%3C%2Fscript%3Ezz%40zz&comment=tes&shelfid=4 2/ Notice you get a js alert 3/ Apply patch 4/ Notice the js is now escaped Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher (cherry picked from commit 4e817ee04c2b5fbc2353ff382c6630322e57d8ae) Signed-off-by: Julian Maurice commit 64353ccb2dd4f276d3adb6d770daff2294614618 Author: Chris Cormack Date: Wed May 25 14:01:41 2016 +0000 Bug 16587 - opac-sendbasket.pl is open to XSS To test 1/ Hit a url like http://localhost:8080/cgi-bin/koha/opac-sendbasket.pl?email_add=%3Cscript%3Ealert(%27XSS%27)%3C%2Fscript%3Ezz%40zz&comment=tes&bib_list=3 Where bib_list is a valid basket number 2/ Notice you get a javascript alert showing 3/ Apply patch 4/ Notice the text is now escaped Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher (cherry picked from commit 05a014b7668e0c4fa662821f7774ac733fd0cc7f) Signed-off-by: Julian Maurice ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt | 2 +- .../intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 31 11:47:49 2016 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Aug 2016 09:47:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.20.x updated. v3.20.14-3-ge763349 Message-ID: This is an automated email from the git hooks/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 e763349bfc2579f70fd4ecc989aeeeb51c56623c (commit) via 8c18b0053fa74525ffc0306b6a459ed9c4e72e56 (commit) from 6a1488b23a827f9ada68a4f94142b43697579ded (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e763349bfc2579f70fd4ecc989aeeeb51c56623c Author: Jonathan Druart Date: Tue Aug 2 14:46:11 2016 +0100 Bug 17025: Fix XSS in serials-search.pl Test plan: Hit /serials/serials-search.pl?ISSN_filter="%2F> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 12b4c83f5a5c11af635cae83e6837ff80dc02da7) Signed-off-by: Fr?d?ric Demians (cherry picked from commit 4f5121a99e063fc05fb19caac89e5a56b1ff0afb) Signed-off-by: Julian Maurice (cherry picked from commit f4a9e942424524da9251f4d55dd01fd08e05846f) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/serials-search.inc | 6 +++--- .../prog/en/includes/subscriptions-search.inc | 14 +++++++------- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository