From gitmaster at git.koha-community.org Thu Nov 1 10:57:54 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 09:57:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-32-g28145b6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 28145b63d824f6ab3698e10f3c25cd5b10747689 (commit) from 2a2011193ea36c894f88d1b3eb4724855ad628f7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 28145b63d824f6ab3698e10f3c25cd5b10747689 Author: Chris Cormack Date: Thu Nov 1 23:01:33 2012 +1300 Bug 8987 : JS error Revert "Bug 8596 - Reports interface date picker doesn't force ISO formatted dates" This reverts commit 3b82db781f8f779be0c29dc5b4d526a83cb2d0bf. ----------------------------------------------------------------------- Summary of changes: .../en/modules/reports/guided_reports_start.tt | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 15:30:12 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 14:30:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8846 created. v3.08.00-1147-gf352b05 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8846 has been created at f352b05610eacab3e3145f017b12b1586f7ae533 (commit) - Log ----------------------------------------------------------------- commit f352b05610eacab3e3145f017b12b1586f7ae533 Author: Jared Camins-Esakov Date: Wed Oct 31 17:07:03 2012 -0400 Bug 8846 conflict resolution: correct path The test was moved since the original patch was written, making the revised test fail. This patch corrects the mocked template patch so that the test will pass. To test: 1) Before applying patch, run `prove t/db_dependent/SuggestionEngine_ExplodedTerms.t` 2) Note that it fails. 3) Apply patch. 4) Run `prove t/db_dependent/SuggestionEngine_ExplodedTerms.t` 5) Note that it passes. 6) Celebrate. Signed-off-by: Chris Cormack commit e2a702653d7d1db52e02c6f0e4f2e2850312b481 Author: Jared Camins-Esakov Date: Sat Sep 29 09:28:43 2012 -0400 Bug 8846: Exploded Terms test sneakily uses database Even though there is no need for anything stored in the database for the test, C4::Templates requires the database and a koha-conf.xml. The solution is to mock all database- and koha-conf-using routines. To test: 1) Stop MySQL 2) Unset KOHA_CONF 3) Run test Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 15:31:27 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 14:31:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8931 created. v3.08.00-1146-g1ce2386 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8931 has been created at 1ce2386e3686e26747c50c31189636565cc500d2 (commit) - Log ----------------------------------------------------------------- commit 1ce2386e3686e26747c50c31189636565cc500d2 Author: Owen Leonard Date: Tue Oct 16 14:12:13 2012 -0400 Bug 8931 - submit buttons have blue background This patch specifies a transparent background for fieldsets and divs with the class "action," which are typically containers for the submit/cancel actions. For testers, a good example page to view is the "set library" page. Signed-off-by: Nicole C. Engard Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 15:31:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 14:31:53 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7455 created. v3.08.00-1149-g9b55ebf Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7455 has been created at 9b55ebff65971919a539b060b1aa5ba2de4b94c3 (commit) - Log ----------------------------------------------------------------- commit 9b55ebff65971919a539b060b1aa5ba2de4b94c3 Author: Fridolyn SOMERS Date: Thu Sep 27 10:14:55 2012 +0200 Bug 7455: Authority subfields are cloned in the wrong field (follow-up 3) Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov commit 7cf5e2e954b8874b5ddc3d9ecb1bf50ed0b11293 Author: Fridolyn SOMERS Date: Tue Sep 18 17:34:51 2012 +0200 Bug 7455: Authority subfields are cloned in the wrong field (follow-up 2) Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov commit eabe69870556466ff86920a10568df8ca7ae90f4 Author: Fridolyn SOMERS Date: Tue Aug 28 14:55:01 2012 +0200 Bug 7455: Authority subfields are cloned in the wrong field (follow-up) Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov commit 2f860e36f6184011db71818eb282cf3035845c93 Author: Fridolyn SOMERS Date: Fri Jul 13 15:26:34 2012 +0200 Bug 7455: Authority subfields are cloned in the wrong field Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 15:42:58 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 14:42:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1155-g4db3611 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 4db3611ee6210d549e5dda5f705a02310c93e500 (commit) via 9b55ebff65971919a539b060b1aa5ba2de4b94c3 (commit) via 7cf5e2e954b8874b5ddc3d9ecb1bf50ed0b11293 (commit) via eabe69870556466ff86920a10568df8ca7ae90f4 (commit) via 2f860e36f6184011db71818eb282cf3035845c93 (commit) via 9bcc1f909557cdded766f7ec44293238998b884d (commit) via 1ce2386e3686e26747c50c31189636565cc500d2 (commit) via ba8be1f2f9985c371b09664f082bf665279f5e5d (commit) via f352b05610eacab3e3145f017b12b1586f7ae533 (commit) via e2a702653d7d1db52e02c6f0e4f2e2850312b481 (commit) from 43ba461f3905dc07e7e97bb23dc230fdd69ca2d7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4db3611ee6210d549e5dda5f705a02310c93e500 Merge: 9bcc1f9 9b55ebf Author: Jared Camins-Esakov Date: Thu Nov 1 10:31:14 2012 -0400 Merge branch 'bug_7455' into 3.12-master commit 9bcc1f909557cdded766f7ec44293238998b884d Merge: ba8be1f 1ce2386 Author: Jared Camins-Esakov Date: Thu Nov 1 09:32:53 2012 -0400 Merge branch 'bug_8931' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 5 + authorities/authorities.pl | 18 +- cataloguing/addbiblio.pl | 25 +- cataloguing/additem.pl | 6 +- debian/control | 160 +++++- koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css | 10 +- .../intranet-tmpl/prog/en/css/staff-global.css | 1 + koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js | 466 ++++++++++++++ .../prog/en/modules/authorities/authorities.tt | 656 +++++--------------- .../authorities/blinddetail-biblio-search.tt | 2 +- .../prog/en/modules/cataloguing/addbiblio.tt | 597 ++++-------------- .../prog/en/modules/cataloguing/additem.tt | 77 +--- .../prog/en/modules/serials/serials-edit.tt | 82 +--- .../prog/en/modules/tools/batchMod-edit.tt | 5 +- t/db_dependent/SuggestionEngine_ExplodedTerms.t | 59 ++ tools/batchMod.pl | 6 +- 16 files changed, 1015 insertions(+), 1160 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 20:07:34 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 19:07:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1141-gb81be8c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via b81be8cc480d313c59fa59663b5f9fbeeaee9d9f (commit) from 715c52977a8d4a25cc91aabd22224c66956c6f33 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b81be8cc480d313c59fa59663b5f9fbeeaee9d9f Author: Jared Camins-Esakov Date: Wed Oct 31 15:10:02 2012 -0400 Correct a typo in docs/history.txt and add 3.6.x releases Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 20:22:31 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 19:22:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1144-g0840343 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 084034388a9fdeb83481e81f97a94d6f7b9ea38c (commit) via f191782d9869582fb12ec15bea4a3c36ae4f3552 (commit) via 5994dd21f780a384de0497c7208df9e6bc77b7d4 (commit) from b81be8cc480d313c59fa59663b5f9fbeeaee9d9f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 084034388a9fdeb83481e81f97a94d6f7b9ea38c Merge: b81be8c f191782 Author: Paul Poulain Date: Thu Nov 1 20:26:14 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8707' into 3.10.x ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/tags/review.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 22:02:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 21:02:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8804 created. v3.08.00-1156-g5b8e154 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8804 has been created at 5b8e1548e44b66b8d9206b206ee0e768d3c5c12b (commit) - Log ----------------------------------------------------------------- commit 5b8e1548e44b66b8d9206b206ee0e768d3c5c12b Author: Owen Leonard Date: Fri Sep 21 16:49:51 2012 -0400 Bug 8804 [Revised] Quiet errors in the log from Auth.pm Found three cases where variables were being referenced which did not (in each case) exist. Adding checks for those variables' existence. Errors appeared when logged in and viewing a detail page in the OPAC. Revision simplifies logic as per RM suggestion. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 22:03:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 21:03:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1156-g5b8e154 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5b8e1548e44b66b8d9206b206ee0e768d3c5c12b (commit) from 4db3611ee6210d549e5dda5f705a02310c93e500 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 22:29:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 21:29:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1152-gbe021c6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via be021c627d4b1d330516655355cf813f4202c89e (commit) via ba587ff1cdb711d3a6562155fb321a3e7727cbfc (commit) via bfbc0c840fa32889124b5aa2ba9c2ce451673694 (commit) via f352b05610eacab3e3145f017b12b1586f7ae533 (commit) via e2a702653d7d1db52e02c6f0e4f2e2850312b481 (commit) via 43ba461f3905dc07e7e97bb23dc230fdd69ca2d7 (commit) via ea9e867a591f051db314ae5dc63eecac191cf724 (commit) via 80c75dcc8f3aa11625e5cdb2d153306be10f72cb (commit) from 084034388a9fdeb83481e81f97a94d6f7b9ea38c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit be021c627d4b1d330516655355cf813f4202c89e Merge: ba587ff f352b05 Author: Paul Poulain Date: Thu Nov 1 22:32:17 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8846' into 3.10.x Signed-off-by: Paul Poulain commit ba587ff1cdb711d3a6562155fb321a3e7727cbfc Merge: bfbc0c8 43ba461 Author: Paul Poulain Date: Thu Nov 1 20:32:19 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8978' into 3.10.x commit bfbc0c840fa32889124b5aa2ba9c2ce451673694 Merge: 0840343 80c75dc Author: Paul Poulain Date: Thu Nov 1 20:30:02 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8982' into 3.10.x ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-create | 2 +- .../prog/en/modules/members/memberentrygen.tt | 6 +- t/db_dependent/SuggestionEngine_ExplodedTerms.t | 59 ++++++++++++++++++++ 3 files changed, 64 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 22:37:01 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 21:37:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1156-gddd3004 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via ddd3004c3c075bd31219fdeda5e8baec4907f331 (commit) via beb71dc3068f6cbe1958ba9ce28f461643003d28 (commit) via 1ce2386e3686e26747c50c31189636565cc500d2 (commit) via ba8be1f2f9985c371b09664f082bf665279f5e5d (commit) from be021c627d4b1d330516655355cf813f4202c89e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ddd3004c3c075bd31219fdeda5e8baec4907f331 Merge: beb71dc 1ce2386 Author: Paul Poulain Date: Thu Nov 1 22:36:28 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8931' into 3.10.x Signed-off-by: Paul Poulain commit beb71dc3068f6cbe1958ba9ce28f461643003d28 Merge: be021c6 ba8be1f Author: Paul Poulain Date: Thu Nov 1 22:35:15 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8636' into 3.10.x Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 5 + debian/control | 160 +++++++++++++++++++- .../intranet-tmpl/prog/en/css/staff-global.css | 1 + 3 files changed, 164 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 1 22:44:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Nov 2012 21:44:21 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1165-g9d15697 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 9d15697fe8ccc1abf26b8324eccfe89107353c34 (commit) via 235ee021c4dfe2737cab9d4e86e57fedbe4e766f (commit) via 5b8e1548e44b66b8d9206b206ee0e768d3c5c12b (commit) via 4db3611ee6210d549e5dda5f705a02310c93e500 (commit) via 9b55ebff65971919a539b060b1aa5ba2de4b94c3 (commit) via 7cf5e2e954b8874b5ddc3d9ecb1bf50ed0b11293 (commit) via eabe69870556466ff86920a10568df8ca7ae90f4 (commit) via 2f860e36f6184011db71818eb282cf3035845c93 (commit) via 9bcc1f909557cdded766f7ec44293238998b884d (commit) from ddd3004c3c075bd31219fdeda5e8baec4907f331 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9d15697fe8ccc1abf26b8324eccfe89107353c34 Merge: 235ee02 5b8e154 Author: Paul Poulain Date: Thu Nov 1 22:48:27 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8804' into 3.10.x Signed-off-by: Paul Poulain commit 235ee021c4dfe2737cab9d4e86e57fedbe4e766f Merge: ddd3004 9b55ebf Author: Paul Poulain Date: Thu Nov 1 22:41:58 2012 +0100 Merge remote-tracking branch 'origin/new/bug_7455' into 3.10.x Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 4 +- authorities/authorities.pl | 18 +- cataloguing/addbiblio.pl | 25 +- cataloguing/additem.pl | 6 +- koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css | 10 +- koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js | 466 ++++++++++++++ .../prog/en/modules/authorities/authorities.tt | 656 +++++--------------- .../authorities/blinddetail-biblio-search.tt | 2 +- .../prog/en/modules/cataloguing/addbiblio.tt | 597 ++++-------------- .../prog/en/modules/cataloguing/additem.tt | 77 +--- .../prog/en/modules/serials/serials-edit.tt | 82 +--- .../prog/en/modules/tools/batchMod-edit.tt | 5 +- tools/batchMod.pl | 6 +- 13 files changed, 794 insertions(+), 1160 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 2 16:56:03 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Nov 2012 15:56:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8945 updated. v3.08.00-1103-gbe0f16a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8945 has been updated via be0f16aaac1a5dd2c18c0ba18d388de67fe1c467 (commit) via c075970daa27d770ec807bad1467d25761106623 (commit) via fbc7b11d5dc10a01742167be75406da5e846061e (commit) via e15ea308994205f5cadb9ea917b4fbb98d131248 (commit) via 0d0d5c48bca1c9e77f4092b44d79387939796acc (commit) from e242a3a6965c0391ba1677e45fe8b2047284abe1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit be0f16aaac1a5dd2c18c0ba18d388de67fe1c467 Author: Nicole C. Engard Date: Fri Oct 26 11:12:18 2012 -0400 Bug 8945: Update Tags help files for 3.10 Signed-off-by: Owen Leonard Signed-off-by: Jared Camins-Esakov commit c075970daa27d770ec807bad1467d25761106623 Author: Nicole C. Engard Date: Fri Oct 26 11:44:24 2012 -0400 Bug 8945: Tools Help Files This patch updates the help files for 3.10 in the Tools section and adds a help file for the patron modification tool Signed-off-by: Owen Leonard Signed off patch includes one small fix: Profilemarcfields -> Profile MARC fields Signed-off-by: Jared Camins-Esakov commit fbc7b11d5dc10a01742167be75406da5e846061e Author: Nicole C. Engard Date: Fri Oct 26 11:46:20 2012 -0400 Bug 8945: Update lists help for 3.10 Signed-off-by: Owen Leonard Signed-off-by: Jared Camins-Esakov commit e15ea308994205f5cadb9ea917b4fbb98d131248 Author: Nicole C. Engard Date: Fri Oct 26 11:08:46 2012 -0400 Bug 8945: Update suggestion help file for 3.10 Signed-off-by: Owen Leonard Signed-off-by: Jared Camins-Esakov commit 0d0d5c48bca1c9e77f4092b44d79387939796acc Author: Nicole C. Engard Date: Fri Oct 26 11:04:04 2012 -0400 Bug 8945: Serials Help Files for 3.10 Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: .../en/modules/help/serials/checkexpiration.tt | 2 +- .../prog/en/modules/help/serials/claims.tt | 2 +- .../prog/en/modules/help/serials/routing.tt | 2 +- .../en/modules/help/serials/serials-collection.tt | 2 +- .../prog/en/modules/help/serials/serials-edit.tt | 2 +- .../prog/en/modules/help/serials/serials-home.tt | 2 +- .../en/modules/help/serials/subscription-add.tt | 2 +- .../en/modules/help/serials/subscription-detail.tt | 2 +- .../prog/en/modules/help/suggestion/suggestion.tt | 24 ++++++----- .../prog/en/modules/help/tags/review.tt | 12 +++--- .../prog/en/modules/help/tools/batchMod.tt | 16 +++++-- .../prog/en/modules/help/tools/cleanborrowers.tt | 2 +- .../prog/en/modules/help/tools/csv-profiles.tt | 28 +++++++----- .../prog/en/modules/help/tools/export.tt | 43 ++++++++++++++++--- .../prog/en/modules/help/tools/holidays.tt | 2 +- .../prog/en/modules/help/tools/import_borrowers.tt | 2 +- .../prog/en/modules/help/tools/inventory.tt | 2 +- .../prog/en/modules/help/tools/koha-news.tt | 2 +- .../prog/en/modules/help/tools/letter.tt | 29 +++++++------ .../en/modules/help/tools/manage-marc-import.tt | 2 +- .../prog/en/modules/help/tools/modborrowers.tt | 19 +++++++++ .../prog/en/modules/help/tools/overduerules.tt | 2 +- .../prog/en/modules/help/tools/picture-upload.tt | 2 +- .../prog/en/modules/help/tools/quotes-upload.tt | 7 ++- .../prog/en/modules/help/tools/quotes.tt | 7 ++- .../prog/en/modules/help/tools/scheduler.tt | 2 +- .../en/modules/help/tools/stage-marc-import.tt | 2 +- .../prog/en/modules/help/tools/tools-home.tt | 2 +- .../en/modules/help/tools/upload-cover-image.tt | 2 +- .../prog/en/modules/help/tools/viewlog.tt | 2 +- .../prog/en/modules/help/virtualshelves/shelves.tt | 2 +- 31 files changed, 147 insertions(+), 82 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/modborrowers.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 2 16:57:27 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Nov 2012 15:57:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1162-g369c538 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 369c5382a48ab2faab1f49e710681681e718ab40 (commit) via be0f16aaac1a5dd2c18c0ba18d388de67fe1c467 (commit) via c075970daa27d770ec807bad1467d25761106623 (commit) via fbc7b11d5dc10a01742167be75406da5e846061e (commit) via e15ea308994205f5cadb9ea917b4fbb98d131248 (commit) via 0d0d5c48bca1c9e77f4092b44d79387939796acc (commit) from 5b8e1548e44b66b8d9206b206ee0e768d3c5c12b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 369c5382a48ab2faab1f49e710681681e718ab40 Merge: 5b8e154 be0f16a Author: Jared Camins-Esakov Date: Fri Nov 2 12:00:32 2012 -0400 Merge branch 'bug_8945' into 3.12-master ----------------------------------------------------------------------- Summary of changes: .../en/modules/help/serials/checkexpiration.tt | 2 +- .../prog/en/modules/help/serials/claims.tt | 2 +- .../prog/en/modules/help/serials/routing.tt | 2 +- .../en/modules/help/serials/serials-collection.tt | 2 +- .../prog/en/modules/help/serials/serials-edit.tt | 2 +- .../prog/en/modules/help/serials/serials-home.tt | 2 +- .../en/modules/help/serials/subscription-add.tt | 2 +- .../en/modules/help/serials/subscription-detail.tt | 2 +- .../prog/en/modules/help/suggestion/suggestion.tt | 24 ++++++----- .../prog/en/modules/help/tags/review.tt | 12 +++--- .../prog/en/modules/help/tools/batchMod.tt | 16 +++++-- .../prog/en/modules/help/tools/cleanborrowers.tt | 2 +- .../prog/en/modules/help/tools/csv-profiles.tt | 28 +++++++----- .../prog/en/modules/help/tools/export.tt | 43 ++++++++++++++++--- .../prog/en/modules/help/tools/holidays.tt | 2 +- .../prog/en/modules/help/tools/import_borrowers.tt | 2 +- .../prog/en/modules/help/tools/inventory.tt | 2 +- .../prog/en/modules/help/tools/koha-news.tt | 2 +- .../prog/en/modules/help/tools/letter.tt | 29 +++++++------ .../en/modules/help/tools/manage-marc-import.tt | 2 +- .../prog/en/modules/help/tools/modborrowers.tt | 19 +++++++++ .../prog/en/modules/help/tools/overduerules.tt | 2 +- .../prog/en/modules/help/tools/picture-upload.tt | 2 +- .../prog/en/modules/help/tools/quotes-upload.tt | 7 ++- .../prog/en/modules/help/tools/quotes.tt | 7 ++- .../prog/en/modules/help/tools/scheduler.tt | 2 +- .../en/modules/help/tools/stage-marc-import.tt | 2 +- .../prog/en/modules/help/tools/tools-home.tt | 2 +- .../en/modules/help/tools/upload-cover-image.tt | 2 +- .../prog/en/modules/help/tools/viewlog.tt | 2 +- .../prog/en/modules/help/virtualshelves/shelves.tt | 2 +- 31 files changed, 147 insertions(+), 82 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/modborrowers.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 2 17:07:55 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Nov 2012 16:07:55 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8826 created. v3.08.00-1164-g5011479 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8826 has been created at 5011479de33e56aa27c74fd60befe4e4963ce013 (commit) - Log ----------------------------------------------------------------- commit 5011479de33e56aa27c74fd60befe4e4963ce013 Author: Kyle M Hall Date: Fri Sep 28 09:19:29 2012 -0400 Bug 8826 - Initialization of hash triggers error log entries - Followup Signed-off-by: Chris Cormack Signed-off-by: Jared Camins-Esakov commit bf4a7bd65c8529b5eaf3cbea6d7111bef634cc22 Author: Mark Tompsett Date: Thu Sep 27 14:52:14 2012 +0800 Bug 8826 - Initialization of hash triggers error log entries. Changed: our %renew_failed = {}; To: our %renew_failed = (); This prevents an error log about Reference found where even-sized list expected. Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 2 17:08:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Nov 2012 16:08:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1164-g5011479 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5011479de33e56aa27c74fd60befe4e4963ce013 (commit) via bf4a7bd65c8529b5eaf3cbea6d7111bef634cc22 (commit) from 369c5382a48ab2faab1f49e710681681e718ab40 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 2 17:41:28 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Nov 2012 16:41:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1175-gdb1ae46 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via db1ae46b00b6d2fa78efa426272d4c4c192149e0 (commit) via b7257e62f2f757ff0f697a119df4810aca94768d (commit) via 5011479de33e56aa27c74fd60befe4e4963ce013 (commit) via bf4a7bd65c8529b5eaf3cbea6d7111bef634cc22 (commit) via 369c5382a48ab2faab1f49e710681681e718ab40 (commit) via be0f16aaac1a5dd2c18c0ba18d388de67fe1c467 (commit) via c075970daa27d770ec807bad1467d25761106623 (commit) via fbc7b11d5dc10a01742167be75406da5e846061e (commit) via e15ea308994205f5cadb9ea917b4fbb98d131248 (commit) via 0d0d5c48bca1c9e77f4092b44d79387939796acc (commit) from 9d15697fe8ccc1abf26b8324eccfe89107353c34 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit db1ae46b00b6d2fa78efa426272d4c4c192149e0 Merge: b7257e6 5011479 Author: Paul Poulain Date: Fri Nov 2 17:42:58 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8826' into 3.10.x commit b7257e62f2f757ff0f697a119df4810aca94768d Merge: 9d15697 be0f16a Author: Paul Poulain Date: Fri Nov 2 17:42:45 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8945' into 3.10.x ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 4 +- .../en/modules/help/serials/checkexpiration.tt | 2 +- .../prog/en/modules/help/serials/claims.tt | 2 +- .../prog/en/modules/help/serials/routing.tt | 2 +- .../en/modules/help/serials/serials-collection.tt | 2 +- .../prog/en/modules/help/serials/serials-edit.tt | 2 +- .../prog/en/modules/help/serials/serials-home.tt | 2 +- .../en/modules/help/serials/subscription-add.tt | 2 +- .../en/modules/help/serials/subscription-detail.tt | 2 +- .../prog/en/modules/help/suggestion/suggestion.tt | 24 ++++++----- .../prog/en/modules/help/tags/review.tt | 12 +++--- .../prog/en/modules/help/tools/batchMod.tt | 16 +++++-- .../prog/en/modules/help/tools/cleanborrowers.tt | 2 +- .../prog/en/modules/help/tools/csv-profiles.tt | 28 +++++++----- .../prog/en/modules/help/tools/export.tt | 43 ++++++++++++++++--- .../prog/en/modules/help/tools/holidays.tt | 2 +- .../prog/en/modules/help/tools/import_borrowers.tt | 2 +- .../prog/en/modules/help/tools/inventory.tt | 2 +- .../prog/en/modules/help/tools/koha-news.tt | 2 +- .../prog/en/modules/help/tools/letter.tt | 29 +++++++------ .../en/modules/help/tools/manage-marc-import.tt | 2 +- .../prog/en/modules/help/tools/modborrowers.tt | 19 +++++++++ .../prog/en/modules/help/tools/overduerules.tt | 2 +- .../prog/en/modules/help/tools/picture-upload.tt | 2 +- .../prog/en/modules/help/tools/quotes-upload.tt | 7 ++- .../prog/en/modules/help/tools/quotes.tt | 7 ++- .../prog/en/modules/help/tools/scheduler.tt | 2 +- .../en/modules/help/tools/stage-marc-import.tt | 2 +- .../prog/en/modules/help/tools/tools-home.tt | 2 +- .../en/modules/help/tools/upload-cover-image.tt | 2 +- .../prog/en/modules/help/tools/viewlog.tt | 2 +- .../prog/en/modules/help/virtualshelves/shelves.tt | 2 +- 32 files changed, 149 insertions(+), 84 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/modborrowers.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 2 18:08:57 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Nov 2012 17:08:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-33-g4e0af00 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 4e0af00bfae05d6a48d218b7638fcbedca010267 (commit) from 28145b63d824f6ab3698e10f3c25cd5b10747689 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4e0af00bfae05d6a48d218b7638fcbedca010267 Author: Owen Leonard Date: Fri Sep 21 16:49:51 2012 -0400 Bug 8804 [Revised] Quiet errors in the log from Auth.pm Found three cases where variables were being referenced which did not (in each case) exist. Adding checks for those variables' existence. Errors appeared when logged in and viewing a detail page in the OPAC. Revision simplifies logic as per RM suggestion. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 2 18:14:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Nov 2012 17:14:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-34-gd392831 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via d39283175622ddecaa3797566d1b4bc910ecdaa0 (commit) from 4e0af00bfae05d6a48d218b7638fcbedca010267 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d39283175622ddecaa3797566d1b4bc910ecdaa0 Author: Mark Tompsett Date: Thu Sep 27 14:52:14 2012 +0800 Bug 8826 - Initialization of hash triggers error log entries. Changed: our %renew_failed = {}; To: our %renew_failed = (); This prevents an error log about Reference found where even-sized list expected. Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 5 01:54:35 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Nov 2012 00:54:35 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8904 created. v3.08.00-1165-gb6b6329 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8904 has been created at b6b63294351847a1326b7772c105d84aaa60f493 (commit) - Log ----------------------------------------------------------------- commit b6b63294351847a1326b7772c105d84aaa60f493 Author: Paul Poulain Date: Fri Nov 2 09:53:57 2012 +0100 Bug 8904: fix Plack scoping for overduerules.pl There are 2 Plack scoping errors in tools/overduerules.pl: the local sub blank_row require that @rule_params and input are global Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James y Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 5 01:55:02 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Nov 2012 00:55:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1165-gb6b6329 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via b6b63294351847a1326b7772c105d84aaa60f493 (commit) from 5011479de33e56aa27c74fd60befe4e4963ce013 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: tools/overduerules.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 5 09:47:14 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Nov 2012 08:47:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1177-g7f382e3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 7f382e3693974539248b48921adaab2b7466ddaa (commit) via b6b63294351847a1326b7772c105d84aaa60f493 (commit) from db1ae46b00b6d2fa78efa426272d4c4c192149e0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7f382e3693974539248b48921adaab2b7466ddaa Merge: db1ae46 b6b6329 Author: Paul Poulain Date: Mon Nov 5 09:51:46 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8904' into 3.10.x ----------------------------------------------------------------------- Summary of changes: tools/overduerules.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 5 14:44:42 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Nov 2012 13:44:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8490 created. v3.08.00-1166-g7002e5d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8490 has been created at 7002e5d86af573359700d582c829af83acf87bc5 (commit) - Log ----------------------------------------------------------------- commit 7002e5d86af573359700d582c829af83acf87bc5 Author: Paul Poulain Date: Fri Nov 2 12:16:19 2012 +0100 Bug 8490: fix Plack error when creating label layout This patch fixes "Error message "Can't bless non-reference value at /home/pi/koha/C4/Creators/Layout.pm line 111." when trying to add a label layout while using plack." The $layout_id variable is set to 5001 on my setup. And 5001 is the Unix port where I run Plack. WTH is this value stored in this variable ? Because of > my $layout_id = $cgi->param('layout_id') || $cgi->param('element_id') || $ARGV[1] || ''; in label-edit-layout.pl Removing $ARGV[1] solves the problem Also removing $ARG[0] because I also don't think it's useful Signed-off-by: Jared Camins-Esakov Signed off after confirming with Chris Nighswonger that these scripts were not intended to be run from the command line. Works as promised. Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 5 14:44:58 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Nov 2012 13:44:58 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8949 created. v3.08.00-1166-g039a1e9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8949 has been created at 039a1e96c1bca601426792185e63f38b9172ca45 (commit) - Log ----------------------------------------------------------------- commit 039a1e96c1bca601426792185e63f38b9172ca45 Author: Paul Poulain Date: Fri Nov 2 11:19:23 2012 +0100 Bug 8949: Trying to view help on a page without any help results in a nasty error The problem was probably a side effect of bug 7038 I've checked that things are OK in translated languages. Test plan: * open help on a page with help in english (mainpage.pl) * open help on a page with help in another language (mainpage.pl) => you'll see the online help, as usual * open help on a page without help in english (acqui/addorderiso2709.pl) * open help on a page without help in another language (acqui/addorderiso2709.pl) => you'll get the "oops, no help available, sorry", no more the Perl error Signed-off-by: Jared Camins-Esakov Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 5 14:45:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Nov 2012 13:45:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8842 created. v3.08.00-1166-g4e5922b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8842 has been created at 4e5922b38798c565e80e421175247aea0d92da1c (commit) - Log ----------------------------------------------------------------- commit 4e5922b38798c565e80e421175247aea0d92da1c Author: Paul Poulain Date: Fri Nov 2 10:02:30 2012 +0100 Bug 8842 fix Plack scoping for holidays the internal sub add_holiday uses some variables that are defined in the main script, usual fix Signed-off-by: Jared Camins-Esakov Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 5 14:45:40 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Nov 2012 13:45:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1170-g62ce0ba Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 62ce0ba1b004b6ea56dc19fa343a5943e7593eb4 (commit) via 4e5922b38798c565e80e421175247aea0d92da1c (commit) via f47ad199a2c65849d0ed3b0d12d1604860105eb5 (commit) via 039a1e96c1bca601426792185e63f38b9172ca45 (commit) via 7002e5d86af573359700d582c829af83acf87bc5 (commit) from b6b63294351847a1326b7772c105d84aaa60f493 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 62ce0ba1b004b6ea56dc19fa343a5943e7593eb4 Merge: f47ad19 4e5922b Author: Jared Camins-Esakov Date: Mon Nov 5 08:41:50 2012 -0500 Merge branch 'bug_8842' into 3.12-master commit f47ad199a2c65849d0ed3b0d12d1604860105eb5 Merge: 7002e5d 039a1e9 Author: Jared Camins-Esakov Date: Mon Nov 5 08:39:58 2012 -0500 Merge branch 'bug_8949' into 3.12-master ----------------------------------------------------------------------- Summary of changes: help.pl | 10 ++++++++++ labels/label-edit-layout.pl | 4 ++-- tools/newHolidays.pl | 18 +++++++++--------- 3 files changed, 21 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 5 16:53:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Nov 2012 15:53:53 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1183-gb1ad679 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via b1ad679c19a507f80364f710ea5659b873e56b0f (commit) via 5877be4d34ffe595bbe5b32cf92fef42930e8ec2 (commit) via d4233455a00b591cf3998ec3fd140e42436d74ca (commit) via 4e5922b38798c565e80e421175247aea0d92da1c (commit) via 039a1e96c1bca601426792185e63f38b9172ca45 (commit) via 7002e5d86af573359700d582c829af83acf87bc5 (commit) from 7f382e3693974539248b48921adaab2b7466ddaa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b1ad679c19a507f80364f710ea5659b873e56b0f Merge: 5877be4 039a1e9 Author: Paul Poulain Date: Mon Nov 5 16:58:30 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8949' into 3.10.x commit 5877be4d34ffe595bbe5b32cf92fef42930e8ec2 Merge: d423345 4e5922b Author: Paul Poulain Date: Mon Nov 5 16:58:03 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8842' into 3.10.x commit d4233455a00b591cf3998ec3fd140e42436d74ca Merge: 7f382e3 7002e5d Author: Paul Poulain Date: Mon Nov 5 16:57:34 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8490' into 3.10.x ----------------------------------------------------------------------- Summary of changes: help.pl | 10 ++++++++++ labels/label-edit-layout.pl | 4 ++-- tools/newHolidays.pl | 18 +++++++++--------- 3 files changed, 21 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 6 13:25:40 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Nov 2012 12:25:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8872 created. v3.08.00-1174-gff38060 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8872 has been created at ff380600393dab48ca11d168d79e1c4d4545bad0 (commit) - Log ----------------------------------------------------------------- commit ff380600393dab48ca11d168d79e1c4d4545bad0 Author: Marcel de Rooy Date: Thu Oct 4 13:34:51 2012 +0200 Bug 8872: Changes for intranet showmarc Simplifies template (eliminating intranet-bottom include). Makes encoding for card view more consistent with approach in Templates module. Rearranges a few lines in script for consistency and performance. Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov commit 8c6da900f48833a57378d97a45250d0ecde350b4 Author: Marcel de Rooy Date: Thu Oct 4 13:40:51 2012 +0200 Bug 8872: Changes for opac-showmarc Simplifies template (eliminating opac-bottom include). Makes encoding for card and html view more consistent with approach in Templates module. Rearranges a few lines in script for consistency and performance. Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov commit 98c6639aa9d87092190d6ae2224207bc22e7db44 Author: Marcel de Rooy Date: Thu Oct 4 12:05:10 2012 +0200 Bug 8872 Add UTF-8 encoding to opac xslt files Does also fix head and body tags in MARC21slim2OPACMARCdetail.xsl. Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov commit d8ca248848c3aef6f34e369f203ae7367580d3fb Author: Marcel de Rooy Date: Thu Oct 4 12:00:28 2012 +0200 Bug 8872: Add UTF-8 encoding to intranet xslt files Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 6 13:26:10 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Nov 2012 12:26:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1174-gff38060 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via ff380600393dab48ca11d168d79e1c4d4545bad0 (commit) via 8c6da900f48833a57378d97a45250d0ecde350b4 (commit) via 98c6639aa9d87092190d6ae2224207bc22e7db44 (commit) via d8ca248848c3aef6f34e369f203ae7367580d3fb (commit) from 62ce0ba1b004b6ea56dc19fa343a5943e7593eb4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: catalogue/showmarc.pl | 65 ++++++++------------ .../prog/en/modules/catalogue/showmarc.tt | 4 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl | 2 +- .../prog/en/xslt/MARC21slim2OAIDC.xsl | 2 +- .../prog/en/xslt/MARC21slim2RDFDC.xsl | 2 +- .../prog/en/xslt/MARC21slim2RDFDC.xsl.1 | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 2 +- .../prog/en/xslt/MARC21slim9522852.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OAIDC.xsl | 2 +- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2intranetResults.xsl | 2 +- .../intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OAIDC.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetResults.xsl | 2 +- .../prog/en/xslt/oilsMARC21slim2HTML.xsl | 2 +- .../opac-tmpl/prog/en/modules/opac-showmarc.tt | 8 ++- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- .../prog/en/xslt/MARC21slim2OPACMARCdetail.xsl | 7 ++- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 2 +- opac/opac-showmarc.pl | 43 ++++++------- 29 files changed, 82 insertions(+), 93 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 6 18:06:14 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Nov 2012 17:06:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1190-g6108d7a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 6108d7a72181fb90b86a6deff18fb1a684eed05b (commit) via ff380600393dab48ca11d168d79e1c4d4545bad0 (commit) via 8c6da900f48833a57378d97a45250d0ecde350b4 (commit) via 98c6639aa9d87092190d6ae2224207bc22e7db44 (commit) via d8ca248848c3aef6f34e369f203ae7367580d3fb (commit) via 62ce0ba1b004b6ea56dc19fa343a5943e7593eb4 (commit) via f47ad199a2c65849d0ed3b0d12d1604860105eb5 (commit) from b1ad679c19a507f80364f710ea5659b873e56b0f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6108d7a72181fb90b86a6deff18fb1a684eed05b Merge: b1ad679 ff38060 Author: Paul Poulain Date: Tue Nov 6 18:10:51 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8872' into 3.10.x ----------------------------------------------------------------------- Summary of changes: catalogue/showmarc.pl | 65 ++++++++------------ .../prog/en/modules/catalogue/showmarc.tt | 4 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl | 2 +- .../prog/en/xslt/MARC21slim2OAIDC.xsl | 2 +- .../prog/en/xslt/MARC21slim2RDFDC.xsl | 2 +- .../prog/en/xslt/MARC21slim2RDFDC.xsl.1 | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 2 +- .../prog/en/xslt/MARC21slim9522852.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OAIDC.xsl | 2 +- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2intranetResults.xsl | 2 +- .../intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OAIDC.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetResults.xsl | 2 +- .../prog/en/xslt/oilsMARC21slim2HTML.xsl | 2 +- .../opac-tmpl/prog/en/modules/opac-showmarc.tt | 8 ++- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- .../prog/en/xslt/MARC21slim2OPACMARCdetail.xsl | 7 ++- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 2 +- opac/opac-showmarc.pl | 43 ++++++------- 29 files changed, 82 insertions(+), 93 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 6 22:37:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Nov 2012 21:37:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9001 created. v3.08.00-1175-g44c3657 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9001 has been created at 44c3657cfc7768c4c1597c04a4daef3a53b427c6 (commit) - Log ----------------------------------------------------------------- commit 44c3657cfc7768c4c1597c04a4daef3a53b427c6 Author: Tomas Cohen Arazi Date: Wed Oct 31 14:47:25 2012 -0400 Bug 9001: Remove Zebraqueue_daemon [This patch was split out from tcohen's excellent patches for bug 8519 --jcamins] It removes the obsolete zebraqueue_daemon.pl and koha-zebraqueue-ctl.sh obsolete scripts too. Several files are modified to address te removal/addition of these files. I didn't run the install procedure as I was working on my laptop with a dev setup, just set the symlinks. Now fixed things as proposed by wajasu on comment #4. Any other suggestion please let me know. Tested to work on an up-to-date Ubuntu 12.04. Asked by wajasu, remove remaining obsolete zebraqueue stuff. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: wajasu Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 6 22:42:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Nov 2012 21:42:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1175-g44c3657 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 44c3657cfc7768c4c1597c04a4daef3a53b427c6 (commit) from ff380600393dab48ca11d168d79e1c4d4545bad0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 1 - install_misc/install_koha_on_fresh_debian | 2 - misc/bin/koha-zebraqueue-ctl.sh | 40 --- misc/bin/zebraqueue_daemon.pl | 475 ----------------------------- misc/cronjobs/zebraqueue_start.pl | 176 ----------- t/Makefile | 2 +- t/db_dependent/lib/KohaTest.pm | 4 +- 7 files changed, 3 insertions(+), 697 deletions(-) delete mode 100755 misc/bin/koha-zebraqueue-ctl.sh delete mode 100755 misc/bin/zebraqueue_daemon.pl delete mode 100755 misc/cronjobs/zebraqueue_start.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 8 04:05:11 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Nov 2012 03:05:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-36-g71164aa Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 71164aa14e9b1323c68f6bc79d374ca4a55e060e (commit) via bb3c997c20e9c6543d6956da5dafd8d6cf3ef8df (commit) from d39283175622ddecaa3797566d1b4bc910ecdaa0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 71164aa14e9b1323c68f6bc79d374ca4a55e060e Author: Marcel de Rooy Date: Thu Jun 14 12:40:08 2012 +0200 7805 Followup for perlcritic messages Signed-off-by: Chris Cormack commit bb3c997c20e9c6543d6956da5dafd8d6cf3ef8df Author: Marcel de Rooy Date: Thu Mar 22 11:59:01 2012 +0100 7805 Exposing the new list permissions in opac and staff This report builds on 7310. Had to correct some lines in ModShelf and AddShelf as well in order to save 0 values correctly for the permission columns. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves.pm | 56 ++++++++------------ C4/VirtualShelves/Page.pm | 21 ++++++-- .../prog/en/modules/virtualshelves/shelves.tt | 39 +++++++++++++- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 30 +++++++++++ 4 files changed, 107 insertions(+), 39 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 8 17:26:57 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Nov 2012 16:26:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1192-g349ee39 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 349ee39bfd6a3c356370d198e67322a201f55603 (commit) via 44c3657cfc7768c4c1597c04a4daef3a53b427c6 (commit) from 6108d7a72181fb90b86a6deff18fb1a684eed05b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 349ee39bfd6a3c356370d198e67322a201f55603 Merge: 6108d7a 44c3657 Author: Paul Poulain Date: Thu Nov 8 17:31:36 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9001' into 3.10.x ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 1 - install_misc/install_koha_on_fresh_debian | 2 - misc/bin/koha-zebraqueue-ctl.sh | 40 --- misc/bin/zebraqueue_daemon.pl | 475 ----------------------------- misc/cronjobs/zebraqueue_start.pl | 176 ----------- t/Makefile | 2 +- t/db_dependent/lib/KohaTest.pm | 4 +- 7 files changed, 3 insertions(+), 697 deletions(-) delete mode 100755 misc/bin/koha-zebraqueue-ctl.sh delete mode 100755 misc/bin/zebraqueue_daemon.pl delete mode 100755 misc/cronjobs/zebraqueue_start.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 8 18:32:06 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Nov 2012 17:32:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8805 created. v3.08.00-1176-g9270d84 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8805 has been created at 9270d84c93a1feb8fbfb1d2dcea829130de30581 (commit) - Log ----------------------------------------------------------------- commit 9270d84c93a1feb8fbfb1d2dcea829130de30581 Author: Magnus Enger Date: Wed Oct 31 09:06:31 2012 +0100 Bug 8805 - Add a biblio-zebra-indexdefs.xsl for NORMARC This is required in order for Koha to support DOM indexing of the NORMARC dialect, cf Bug "Bug 7818 - support DOM mode for Zebra indexing of bibliographic records". The two files in this patch were generated from the NORMARC record.abs by doing the steps suggested at the bottom here: http://wiki.koha-community.org/wiki/Switching_to_dom_indexing No manual editing was involved. To test: - Do a fresh install, choosing NORMARC as the MARC dialect - Run rebuild_zebra.pl and check it does not complain about missing files or other things - Check that search works as expected. Using MARC21 records for the testing should be OK. 2012-10-31: New patch after an update to Bug 8665 Signed-off-by: Jared Camins-Esakov Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 8 18:34:55 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Nov 2012 17:34:55 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8784 created. v3.08.00-1176-g93b90b2 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8784 has been created at 93b90b28283f6e3bfc27895a31d644562cfea532 (commit) - Log ----------------------------------------------------------------- commit 93b90b28283f6e3bfc27895a31d644562cfea532 Author: Mark Tompsett Date: Tue Sep 18 20:53:32 2012 +0800 Bug 8784 - Missing files in debian.packages list Added missing items based on ./koha_perl_deps.pl -m -u Signed-off-by: Chris Cormack Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 8 18:35:31 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Nov 2012 17:35:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1178-g612fa3f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 612fa3f1584338b4eaf4f91ab0cac9d86395cf35 (commit) via 93b90b28283f6e3bfc27895a31d644562cfea532 (commit) via 9270d84c93a1feb8fbfb1d2dcea829130de30581 (commit) from 44c3657cfc7768c4c1597c04a4daef3a53b427c6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 612fa3f1584338b4eaf4f91ab0cac9d86395cf35 Merge: 9270d84 93b90b2 Author: Jared Camins-Esakov Date: Thu Nov 8 12:39:47 2012 -0500 Merge branch 'bug_8784' into 3.12-master ----------------------------------------------------------------------- Summary of changes: .../biblios/biblio-zebra-indexdefs.xml} | 745 ++++++-------------- .../biblios/biblio-zebra-indexdefs.xsl | 737 +++----------------- install_misc/debian.packages | 24 +- 3 files changed, 321 insertions(+), 1185 deletions(-) copy etc/zebradb/marc_defs/{marc21/biblios/biblio-koha-indexdefs.xml => normarc/biblios/biblio-zebra-indexdefs.xml} (58%) copy etc/zebradb/marc_defs/{marc21 => normarc}/biblios/biblio-zebra-indexdefs.xsl (72%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 8 18:41:14 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Nov 2012 17:41:14 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8919 created. v3.08.00-1179-g24125d4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8919 has been created at 24125d4be39a3b6f19b1b0ae3f51855575a01759 (commit) - Log ----------------------------------------------------------------- commit 24125d4be39a3b6f19b1b0ae3f51855575a01759 Author: Dobrica Pavlinusic Date: Mon Oct 15 14:55:05 2012 +0200 Bug 8919 - ExtendedPatronAttributes not populated from LDAP Current code is overly complex and assumes that C4::Members::AttributeTypes::GetAttributeTypes returns array of attribute codes which is not true. Instead it return array of hashes so none of extended attributes will be replicated from LDAP. This code correctly extracts extended attributes from borrower data provides simpler code which fills same structure. It also skips empty values (" ") which are result of mapping without any default value. This is needed to make unique extended patron values work. If not handled it would insert empty value for first user and fail for all others on uniqueness constraint. Test scenario: 1. define Patron attribute types in administration 2. define mapping from LDAP fields to attributes in koha-conf.xml 3. login as new user with LDAP fields and verify that extended attributes are replicated from LDAP Signed-off-by: Chris Cormack Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 8 18:41:34 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Nov 2012 17:41:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1179-g24125d4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 24125d4be39a3b6f19b1b0ae3f51855575a01759 (commit) from 612fa3f1584338b4eaf4f91ab0cac9d86395cf35 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_ldap.pm | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 8 18:41:49 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Nov 2012 17:41:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9005 created. v3.08.00-1179-g4b65389 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9005 has been created at 4b65389d5e850dbae5fa729d18fe08b6367b2754 (commit) - Log ----------------------------------------------------------------- commit 4b65389d5e850dbae5fa729d18fe08b6367b2754 Author: Jared Camins-Esakov Date: Thu Nov 1 14:46:57 2012 -0400 Bug 9005: Allow user to disable syspref cache Because C4::Context uses an in-memory hash for caching sysprefs, changing a syspref under a multi-threaded persistent environment requires a server restart. This patch makes it possible disable the syspref cache. To test: 1) If you are using a multi-threaded persistent server (Starman, etc.), change a syspref and note that the effects of the syspref change may or may not be visible on any given request before applying this patch. You will need to choose a syspref with obvious effects that can be seen by simply refreshing the page. I recommend enabling or disabling additional languages in the OPAC, since you can refresh the page a dozen times and reasonably expect to see the new behavior you set only 1/n of the time. 2) Apply patch. 3) Add "C4::Context->disable_syspref_cache();" to your koha.psgi file 4) Repeat step 1, noting that you never see the stale behavior. 5) Run test at t/db_dependent/Context.t. Signed-off-by: Kyle M Hall All tests passed. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 8 18:42:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Nov 2012 17:42:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1181-g92bdb73 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 92bdb7367795445a2a211e116cdb1d6dd59d5ce7 (commit) via 4b65389d5e850dbae5fa729d18fe08b6367b2754 (commit) from 24125d4be39a3b6f19b1b0ae3f51855575a01759 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 92bdb7367795445a2a211e116cdb1d6dd59d5ce7 Merge: 24125d4 4b65389 Author: Jared Camins-Esakov Date: Thu Nov 8 12:47:04 2012 -0500 Merge branch 'bug_9005' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 32 +++++++++++++++++++++++- t/db_dependent/Context.t | 60 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 8 22:10:54 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Nov 2012 21:10:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-40-g0b278ea Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 0b278eabd73056711901bbb169531d97b4344b06 (commit) via 782cbd572c091b4706aacf7fc6a9d6ee4390f50e (commit) via bd90fba35b59ff3f75e98d938b7334b32f73afcd (commit) via 8ca539e8fb8bc6466c3068f8ab489cf6914f6149 (commit) from 71164aa14e9b1323c68f6bc79d374ca4a55e060e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0b278eabd73056711901bbb169531d97b4344b06 Author: Marcel de Rooy Date: Thu Oct 4 13:34:51 2012 +0200 Bug 8872: Changes for intranet showmarc Simplifies template (eliminating intranet-bottom include). Makes encoding for card view more consistent with approach in Templates module. Rearranges a few lines in script for consistency and performance. Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 782cbd572c091b4706aacf7fc6a9d6ee4390f50e Author: Marcel de Rooy Date: Thu Oct 4 13:40:51 2012 +0200 Bug 8872: Changes for opac-showmarc Simplifies template (eliminating opac-bottom include). Makes encoding for card and html view more consistent with approach in Templates module. Rearranges a few lines in script for consistency and performance. Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit bd90fba35b59ff3f75e98d938b7334b32f73afcd Author: Marcel de Rooy Date: Thu Oct 4 12:05:10 2012 +0200 Bug 8872 Add UTF-8 encoding to opac xslt files Does also fix head and body tags in MARC21slim2OPACMARCdetail.xsl. Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 8ca539e8fb8bc6466c3068f8ab489cf6914f6149 Author: Marcel de Rooy Date: Thu Oct 4 12:00:28 2012 +0200 Bug 8872: Add UTF-8 encoding to intranet xslt files Signed-off-by: Jared Camins-Esakov Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: catalogue/showmarc.pl | 65 ++++++++------------ .../prog/en/modules/catalogue/showmarc.tt | 4 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl | 2 +- .../prog/en/xslt/MARC21slim2OAIDC.xsl | 2 +- .../prog/en/xslt/MARC21slim2RDFDC.xsl | 2 +- .../prog/en/xslt/MARC21slim2RDFDC.xsl.1 | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 2 +- .../prog/en/xslt/MARC21slim9522852.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OAIDC.xsl | 2 +- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2intranetResults.xsl | 2 +- .../intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OAIDC.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetResults.xsl | 2 +- .../prog/en/xslt/oilsMARC21slim2HTML.xsl | 2 +- .../opac-tmpl/prog/en/modules/opac-showmarc.tt | 8 ++- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- .../prog/en/xslt/MARC21slim2OPACMARCdetail.xsl | 7 ++- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 2 +- opac/opac-showmarc.pl | 43 ++++++------- 29 files changed, 82 insertions(+), 93 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 9 05:24:51 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Nov 2012 04:24:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8832 created. v3.08.00-1183-g0601605 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8832 has been created at 06016055c6689f29d28f6e5053d76ccfc041a436 (commit) - Log ----------------------------------------------------------------- commit 06016055c6689f29d28f6e5053d76ccfc041a436 Author: Jared Camins-Esakov Date: Thu Nov 8 23:17:21 2012 -0500 Bug 8832: Increment version number Database update for bug 8832 has been given version 3.09.00.063 commit 3ca887bed227d70a3cde38a5352cdca0019a9ccc Author: Jonathan Druart Date: Mon Oct 15 15:49:30 2012 +0200 Bug 8832: Update the gist pref and hide the tax rate value if not needed The gist system preference will be updated with the existing values and with the supplier's gstrate values. The "Tax rate" part becomes hidden if the syspref is not filled. Signed-off-by: Kyle M Hall Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 9 05:25:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Nov 2012 04:25:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8989 created. v3.08.00-1182-g79262f4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8989 has been created at 79262f450224cd873feb50459bcb08332e4322ad (commit) - Log ----------------------------------------------------------------- commit 79262f450224cd873feb50459bcb08332e4322ad Author: Owen Leonard Date: Wed Oct 31 12:02:56 2012 -0400 Bug 8989 - Availability facet needs an id This patch adds an id to the
  • which contains the "limit to available" facet in the OPAC and staff client. To test, add custom CSS for the staff client and OPAC to hide the id "availability_facet" and confirm that the link is no longer visible. Signed-off-by: Gaetan Boisson Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 9 05:25:45 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Nov 2012 04:25:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8972 created. v3.08.00-1182-gca9f182 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8972 has been created at ca9f182601d8b4142b0c5bcdae1d11ef90d76637 (commit) - Log ----------------------------------------------------------------- commit ca9f182601d8b4142b0c5bcdae1d11ef90d76637 Author: Owen Leonard Date: Wed Nov 7 09:41:03 2012 -0500 Bug 8972 - Due Date set to 100 years ago In order to prevent submission of dates with ambiguous two-digit years this patch makes date-due input fields read-only so that users must use date/time picker. Other minor fixes: - Adding missing labels - Adding common class wrapper to datepicker for checkout and renewal - Correcting focus handling on "specify due date" field (should focus on barcode field after a date has been selected). - Removing trailing comma from JavaScript (breaks IE) To test, try typing an invalid number in any of the date due entry fields: Under 'specify due date,' 'renewal due date,' or the confirm "invalid" date dialog (after specifying a date in the past). Manual entry should not work. Choosing a date/time using the widget should work. Signed-off-by: Melia Meggs Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 9 05:26:33 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Nov 2012 04:26:33 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1186-g736baf6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 736baf6ade69449dd42a62e77ed44cb0c83a09df (commit) via 06016055c6689f29d28f6e5053d76ccfc041a436 (commit) via 1bf83bae8415443505e687220ece1e886c2e4f2d (commit) via 2a73ced61d02a2a06a5aa570bbf149eb1e620faa (commit) via 3ca887bed227d70a3cde38a5352cdca0019a9ccc (commit) from 92bdb7367795445a2a211e116cdb1d6dd59d5ce7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 736baf6ade69449dd42a62e77ed44cb0c83a09df Merge: 1bf83ba 0601605 Author: Jared Camins-Esakov Date: Thu Nov 8 23:23:52 2012 -0500 Merge branch 'bug_8832' into 3.12-master commit 1bf83bae8415443505e687220ece1e886c2e4f2d Author: Owen Leonard Date: Wed Oct 31 12:02:56 2012 -0400 Bug 8989 - Availability facet needs an id This patch adds an id to the
  • which contains the "limit to available" facet in the OPAC and staff client. To test, add custom CSS for the staff client and OPAC to hide the id "availability_facet" and confirm that the link is no longer visible. Signed-off-by: Gaetan Boisson Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov commit 2a73ced61d02a2a06a5aa570bbf149eb1e620faa Author: Owen Leonard Date: Wed Nov 7 09:41:03 2012 -0500 Bug 8972 - Due Date set to 100 years ago In order to prevent submission of dates with ambiguous two-digit years this patch makes date-due input fields read-only so that users must use date/time picker. Other minor fixes: - Adding missing labels - Adding common class wrapper to datepicker for checkout and renewal - Correcting focus handling on "specify due date" field (should focus on barcode field after a date has been selected). - Removing trailing comma from JavaScript (breaks IE) To test, try typing an invalid number in any of the date due entry fields: Under 'specify due date,' 'renewal due date,' or the confirm "invalid" date dialog (after specifying a date in the past). Manual entry should not work. Choosing a date/time using the widget should work. Signed-off-by: Melia Meggs Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 21 +++++++++++ .../intranet-tmpl/prog/en/css/staff-global.css | 17 +++++---- .../prog/en/includes/checkouts-table-footer.inc | 6 ++-- .../intranet-tmpl/prog/en/includes/facets.inc | 2 +- .../prog/en/modules/acqui/neworderempty.tt | 36 +++++++++++--------- .../prog/en/modules/acqui/supplier.tt | 12 ++++-- .../prog/en/modules/circ/circulation.tt | 14 +++++--- .../prog/en/modules/members/moremember.tt | 7 +++- .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- kohaversion.pl | 2 +- 10 files changed, 79 insertions(+), 40 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Nov 10 02:02:55 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Nov 2012 01:02:55 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9010 created. v3.08.00-1188-g6812cc1 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9010 has been created at 6812cc14b574fa983644c0cd7c9d145d4ba0d95e (commit) - Log ----------------------------------------------------------------- commit 6812cc14b574fa983644c0cd7c9d145d4ba0d95e Author: Marc Veron Date: Tue Nov 6 13:56:30 2012 +0100 Bug 9010 - Follou up Quote of the day: Umlauts do not display correctly After applying Serhij's patch I had still troubles with umlauts, e.g. while editing or adding a new quote. Added explicit utf-8 encoding at 3 places. Signed-off-by: Chris Cormack Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov commit 0680433872d111331f13ab98a72d4efabe1834d8 Author: Serhij Dubyk {?????? ?????} Date: Tue Nov 6 14:16:39 2012 +0200 Bug 9010 - Quote of the day: Umlauts do not display correctly Added utf8-encoding in json-header for correct view quotes in quotes editor. Signed-off-by: Chris Cormack Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Nov 10 02:04:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Nov 2012 01:04:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8931 updated. v3.08.00-1147-g6f69e80 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8931 has been updated via 6f69e809b4fb3c61e6797c9f9b9a2245ea3541fa (commit) from 1ce2386e3686e26747c50c31189636565cc500d2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6f69e809b4fb3c61e6797c9f9b9a2245ea3541fa Author: Owen Leonard Date: Thu Nov 8 11:40:58 2012 -0500 Bug 8931 [Follow-up] submit buttons have blue background This follow-up removes the white background from fieldsets with class "action" when they are embedded inside another fieldset (Comment 4). Signed-off-by: Melia Meggs Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Nov 10 02:05:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Nov 2012 01:05:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1190-g239a5f7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 239a5f76cb9082c0b7653e37449f5ea5a13ed3ad (commit) via 6f69e809b4fb3c61e6797c9f9b9a2245ea3541fa (commit) via 6812cc14b574fa983644c0cd7c9d145d4ba0d95e (commit) via 0680433872d111331f13ab98a72d4efabe1834d8 (commit) from 736baf6ade69449dd42a62e77ed44cb0c83a09df (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 239a5f76cb9082c0b7653e37449f5ea5a13ed3ad Merge: 6812cc1 6f69e80 Author: Jared Camins-Esakov Date: Fri Nov 9 20:08:49 2012 -0500 Merge branch 'bug_8931' into 3.12-master ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- tools/quotes/quotes_ajax.pl | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Nov 10 02:09:06 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Nov 2012 01:09:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8988 created. v3.08.00-1191-g33403b6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8988 has been created at 33403b61d7190d02d26c35adba927f384bdc76b7 (commit) - Log ----------------------------------------------------------------- commit 33403b61d7190d02d26c35adba927f384bdc76b7 Author: Fridolyn SOMERS Date: Tue Oct 30 17:12:33 2012 +0100 Bug 8988: item status uses authorized value description for intranet Signed-off-by: Owen Leonard Passed-QA-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Nov 10 02:19:33 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Nov 2012 01:19:33 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7921 created. v3.08.00-1191-g1aeff20 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7921 has been created at 1aeff203be9a2aac073a07c4052ffff22000b3ab (commit) - Log ----------------------------------------------------------------- commit 1aeff203be9a2aac073a07c4052ffff22000b3ab Author: Fridolyn SOMERS Date: Wed Oct 31 14:26:31 2012 +0100 Bug 7921: Software error while placing order Signed-off-by: Chris Cormack Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Nov 10 02:33:38 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Nov 2012 01:33:38 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6428 created. v3.08.00-1192-g8b3f78a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_6428 has been created at 8b3f78a5b9a3764ff424dfb887152179a923626c (commit) - Log ----------------------------------------------------------------- commit 8b3f78a5b9a3764ff424dfb887152179a923626c Author: Jared Camins-Esakov Date: Fri Nov 9 20:36:13 2012 -0500 Bug 6428: Increment version number Database update for bug 6428 has been given version 3.09.00.064 commit 6b14cd71f68a0c7f9a534be848d4b4e4c35f5004 Author: Nu?o L?pez Ans?tegui Date: Tue Oct 23 13:32:43 2012 +0200 Bug 6428 - refered column 'items.coded_location_qualifier' does not exist Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Nov 10 03:25:40 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Nov 2012 02:25:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8996 created. v3.08.00-1191-g2421613 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8996 has been created at 24216136f4cdfe308e165af7450d3471cd8bc98e (commit) - Log ----------------------------------------------------------------- commit 24216136f4cdfe308e165af7450d3471cd8bc98e Author: Fridolyn SOMERS Date: Wed Oct 31 16:45:14 2012 +0100 Bug 8996: In result page items with negative notforloan are available Signed-off-by: Owen Leonard Passed-QA-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Nov 10 03:25:58 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Nov 2012 02:25:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1198-ga1bba47 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via a1bba47177d086aa804b61a47387a8686b9dca13 (commit) via 24216136f4cdfe308e165af7450d3471cd8bc98e (commit) via 25bc645c16765a597e6639643b7a6dc350bee40d (commit) via 8b3f78a5b9a3764ff424dfb887152179a923626c (commit) via 6b14cd71f68a0c7f9a534be848d4b4e4c35f5004 (commit) via c254d0eb33e89cdef96636142026f4897a5d31ab (commit) via 1aeff203be9a2aac073a07c4052ffff22000b3ab (commit) via 33403b61d7190d02d26c35adba927f384bdc76b7 (commit) from 239a5f76cb9082c0b7653e37449f5ea5a13ed3ad (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a1bba47177d086aa804b61a47387a8686b9dca13 Merge: 25bc645 2421613 Author: Jared Camins-Esakov Date: Fri Nov 9 21:30:30 2012 -0500 Merge branch 'bug_8996' into 3.12-master commit 25bc645c16765a597e6639643b7a6dc350bee40d Merge: c254d0e 8b3f78a Author: Jared Camins-Esakov Date: Fri Nov 9 20:37:26 2012 -0500 Merge branch 'bug_6428' into 3.12-master commit c254d0eb33e89cdef96636142026f4897a5d31ab Merge: 33403b6 1aeff20 Author: Jared Camins-Esakov Date: Fri Nov 9 20:24:24 2012 -0500 Merge branch 'bug_7921' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 7 ++++--- C4/Items.pm | 8 ++++++-- C4/Search.pm | 4 ++-- acqui/neworderempty.pl | 2 +- installer/data/mysql/kohastructure.sql | 1 + installer/data/mysql/updatedatabase.pl | 8 ++++++++ .../opac-tmpl/prog/en/includes/item-status.inc | 4 ++-- kohaversion.pl | 2 +- 8 files changed, 25 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Nov 10 03:40:14 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Nov 2012 02:40:14 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5490 created. v3.08.00-1199-gc75cb86 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_5490 has been created at c75cb8686cff336ee18e963f64fd73704b89bae6 (commit) - Log ----------------------------------------------------------------- commit c75cb8686cff336ee18e963f64fd73704b89bae6 Author: Jared Camins-Esakov Date: Wed Oct 31 19:23:35 2012 -0400 Bug 5490: smsoverdues.pl is an orphan The script misc/cronjobs/smsoverdues.pl requires HTML::Template::Pro and uses templates that do not exist in Koha. Since this has been true for at least a year and a half, and no one is aware of anyone who is using it, it seems prudent to remove the script so that no one is confused and/or distressed by its non-functioning nature. Signed-off-by: Chris Cormack Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Nov 10 03:40:32 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 10 Nov 2012 02:40:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1199-gc75cb86 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via c75cb8686cff336ee18e963f64fd73704b89bae6 (commit) from a1bba47177d086aa804b61a47387a8686b9dca13 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/smsoverdues.pl | 360 ------------------------------------------ 1 files changed, 0 insertions(+), 360 deletions(-) delete mode 100755 misc/cronjobs/smsoverdues.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Nov 11 06:43:02 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 11 Nov 2012 05:43:02 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-41-g5736d78 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 5736d789bee820ec319170c2a7cf3c369443fdaa (commit) from 0b278eabd73056711901bbb169531d97b4344b06 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5736d789bee820ec319170c2a7cf3c369443fdaa Author: Magnus Enger Date: Wed Oct 31 09:06:31 2012 +0100 Bug 8805 - Add a biblio-zebra-indexdefs.xsl for NORMARC This is required in order for Koha to support DOM indexing of the NORMARC dialect, cf Bug "Bug 7818 - support DOM mode for Zebra indexing of bibliographic records". The two files in this patch were generated from the NORMARC record.abs by doing the steps suggested at the bottom here: http://wiki.koha-community.org/wiki/Switching_to_dom_indexing No manual editing was involved. To test: - Do a fresh install, choosing NORMARC as the MARC dialect - Run rebuild_zebra.pl and check it does not complain about missing files or other things - Check that search works as expected. Using MARC21 records for the testing should be OK. 2012-10-31: New patch after an update to Bug 8665 Signed-off-by: Jared Camins-Esakov Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../biblios/biblio-zebra-indexdefs.xml} | 745 ++++++-------------- .../biblios/biblio-zebra-indexdefs.xsl | 737 +++----------------- 2 files changed, 298 insertions(+), 1184 deletions(-) copy etc/zebradb/marc_defs/{marc21/biblios/biblio-koha-indexdefs.xml => normarc/biblios/biblio-zebra-indexdefs.xml} (58%) copy etc/zebradb/marc_defs/{marc21 => normarc}/biblios/biblio-zebra-indexdefs.xsl (72%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Nov 11 06:52:07 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 11 Nov 2012 05:52:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-42-g16c2e43 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 16c2e437939cc3938c0262699d69c7f6897b7d82 (commit) from 5736d789bee820ec319170c2a7cf3c369443fdaa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 16c2e437939cc3938c0262699d69c7f6897b7d82 Author: Fridolyn SOMERS Date: Tue Oct 30 17:12:33 2012 +0100 Bug 8988: item status uses authorized value description for intranet Signed-off-by: Owen Leonard Passed-QA-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 5 +++-- .../opac-tmpl/prog/en/includes/item-status.inc | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Nov 11 06:56:26 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 11 Nov 2012 05:56:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-44-g9cc0e57 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 9cc0e57996b4ecd0220ad20f29eaba749e3d77ad (commit) via 1b9c25f741549be307f5d247a0561d722270baa3 (commit) from 16c2e437939cc3938c0262699d69c7f6897b7d82 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9cc0e57996b4ecd0220ad20f29eaba749e3d77ad Author: Fridolyn SOMERS Date: Wed Oct 31 16:45:14 2012 +0100 Bug 8996: In result page items with negative notforloan are available Signed-off-by: Owen Leonard Passed-QA-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 1b9c25f741549be307f5d247a0561d722270baa3 Author: Fridolyn SOMERS Date: Wed Oct 31 14:26:31 2012 +0100 Bug 7921: Software error while placing order Signed-off-by: Chris Cormack Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 7 ++++--- C4/Search.pm | 4 ++-- acqui/neworderempty.pl | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 12 14:43:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Nov 2012 13:43:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1222-gc283a6a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via c283a6a6cd11b7d63fd84bd942ffd93145d48ff1 (commit) via 2892f8025930d552f4c7c10a500d63903205d758 (commit) via 3ac2fc63d2f1890ad099f5073a083b010ad89a22 (commit) via ee1b3526dd8bcfbaf63def0452316d6a6333ecdd (commit) via a7ad4aa440b6f0461ba9a3b1dab9f3cde055f4cf (commit) via 7d00fcc7f5dcc9aa440aacca0329b1395c990f29 (commit) via 2c3e313ff1ecf25b261426f6156a28ef97d8daf7 (commit) via 9a8d24b99b9dbf30b88609f44c1a0134ef645d55 (commit) via 9d314a37e344b2be7fc338c63983209a3640e2fa (commit) via e1ed00f17d6682ab77f03392fdeda4b3b3241161 (commit) via ff8b666e301da344361c2956bfdeec99c23afdd4 (commit) via 1aeff203be9a2aac073a07c4052ffff22000b3ab (commit) via 33403b61d7190d02d26c35adba927f384bdc76b7 (commit) via 239a5f76cb9082c0b7653e37449f5ea5a13ed3ad (commit) via 6f69e809b4fb3c61e6797c9f9b9a2245ea3541fa (commit) via 6812cc14b574fa983644c0cd7c9d145d4ba0d95e (commit) via 0680433872d111331f13ab98a72d4efabe1834d8 (commit) via 736baf6ade69449dd42a62e77ed44cb0c83a09df (commit) via 06016055c6689f29d28f6e5053d76ccfc041a436 (commit) via 1bf83bae8415443505e687220ece1e886c2e4f2d (commit) via 2a73ced61d02a2a06a5aa570bbf149eb1e620faa (commit) via ca9f182601d8b4142b0c5bcdae1d11ef90d76637 (commit) via 3ca887bed227d70a3cde38a5352cdca0019a9ccc (commit) via 79262f450224cd873feb50459bcb08332e4322ad (commit) via 92bdb7367795445a2a211e116cdb1d6dd59d5ce7 (commit) via 24125d4be39a3b6f19b1b0ae3f51855575a01759 (commit) via 4b65389d5e850dbae5fa729d18fe08b6367b2754 (commit) via 612fa3f1584338b4eaf4f91ab0cac9d86395cf35 (commit) via 93b90b28283f6e3bfc27895a31d644562cfea532 (commit) via 9270d84c93a1feb8fbfb1d2dcea829130de30581 (commit) from 349ee39bfd6a3c356370d198e67322a201f55603 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c283a6a6cd11b7d63fd84bd942ffd93145d48ff1 Merge: 2892f80 1aeff20 Author: Paul Poulain Date: Mon Nov 12 14:45:25 2012 +0100 Merge remote-tracking branch 'origin/new/bug_7921' into 3.10.x commit 2892f8025930d552f4c7c10a500d63903205d758 Merge: 3ac2fc6 33403b6 Author: Paul Poulain Date: Mon Nov 12 14:44:00 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8988' into 3.10.x commit 3ac2fc63d2f1890ad099f5073a083b010ad89a22 Merge: ee1b352 6f69e80 Author: Paul Poulain Date: Mon Nov 12 14:27:46 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8931' into 3.10.x commit ee1b3526dd8bcfbaf63def0452316d6a6333ecdd Merge: a7ad4aa 6812cc1 Author: Paul Poulain Date: Mon Nov 12 14:27:08 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9010' into 3.10.x commit a7ad4aa440b6f0461ba9a3b1dab9f3cde055f4cf Merge: 7d00fcc 79262f4 Author: Paul Poulain Date: Mon Nov 12 14:25:22 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8989' into 3.10.x commit 7d00fcc7f5dcc9aa440aacca0329b1395c990f29 Merge: 2c3e313 ca9f182 Author: Paul Poulain Date: Mon Nov 12 14:24:23 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8972' into 3.10.x commit 2c3e313ff1ecf25b261426f6156a28ef97d8daf7 Merge: 9a8d24b 0601605 Author: Paul Poulain Date: Mon Nov 12 14:23:14 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8832' into 3.10.x commit 9a8d24b99b9dbf30b88609f44c1a0134ef645d55 Merge: 9d314a3 24125d4 Author: Paul Poulain Date: Mon Nov 12 14:22:15 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8919' into 3.10.x commit 9d314a37e344b2be7fc338c63983209a3640e2fa Merge: e1ed00f 4b65389 Author: Paul Poulain Date: Mon Nov 12 14:21:44 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9005' into 3.10.x commit e1ed00f17d6682ab77f03392fdeda4b3b3241161 Merge: ff8b666 93b90b2 Author: Paul Poulain Date: Mon Nov 12 14:21:03 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8784' into 3.10.x commit ff8b666e301da344361c2956bfdeec99c23afdd4 Merge: 349ee39 9270d84 Author: Paul Poulain Date: Mon Nov 12 14:20:28 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8805' into 3.10.x ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_ldap.pm | 10 +- C4/Biblio.pm | 7 +- C4/Context.pm | 32 +- C4/Items.pm | 5 +- acqui/neworderempty.pl | 2 +- .../biblios/biblio-zebra-indexdefs.xml} | 745 ++++++-------------- .../biblios/biblio-zebra-indexdefs.xsl | 737 +++----------------- install_misc/debian.packages | 24 +- installer/data/mysql/updatedatabase.pl | 21 + .../intranet-tmpl/prog/en/css/staff-global.css | 19 +- .../prog/en/includes/checkouts-table-footer.inc | 6 +- .../intranet-tmpl/prog/en/includes/facets.inc | 2 +- .../prog/en/modules/acqui/neworderempty.tt | 36 +- .../prog/en/modules/acqui/supplier.tt | 12 +- .../prog/en/modules/circ/circulation.tt | 14 +- .../prog/en/modules/members/moremember.tt | 7 +- .../opac-tmpl/prog/en/includes/item-status.inc | 4 +- .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- kohaversion.pl | 2 +- t/db_dependent/Context.t | 60 ++ tools/quotes/quotes_ajax.pl | 11 +- 21 files changed, 515 insertions(+), 1243 deletions(-) copy etc/zebradb/marc_defs/{marc21/biblios/biblio-koha-indexdefs.xml => normarc/biblios/biblio-zebra-indexdefs.xml} (58%) copy etc/zebradb/marc_defs/{marc21 => normarc}/biblios/biblio-zebra-indexdefs.xsl (72%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 12 15:44:09 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Nov 2012 14:44:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9053 created. v3.08.00-1200-g6456162 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9053 has been created at 6456162544a20bf3c0ddec20b53739401ab46825 (commit) - Log ----------------------------------------------------------------- commit 6456162544a20bf3c0ddec20b53739401ab46825 Author: Jared Camins-Esakov Date: Sat Nov 10 14:03:11 2012 -0500 Bug 9053: Test::MockModule and DBD::Mock should be required Test::MockModule and DBD::Mock are required for the unit tests in t/ to run. This is good, but means they should be required. Signed-off-by: Chris Cormack Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 12 15:59:44 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Nov 2012 14:59:44 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8915 created. v3.08.00-1201-g58e1ea9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8915 has been created at 58e1ea91a192ae73ab26607d1a73a00a1619f591 (commit) - Log ----------------------------------------------------------------- commit 58e1ea91a192ae73ab26607d1a73a00a1619f591 Author: Jonathan Druart Date: Fri Nov 9 14:11:41 2012 +0100 Bug 8915: Followup FIX QA issues Before this patch: * misc/maintenance/fix_mysql_constraints.pl FAIL pod FAIL *** ERROR: unterminated B<...> in file misc/maintenance/fix_mysql_constraints.pl forbidden patterns OK valid OK critic FAIL "require" statement with library name as string at line 25, column 12. Use a bareword instead. + I add a die on the open statement Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 0e8b11ac07febd883b956f6e52e1b9044788f306 Author: Fr?d?ric Demians Date: Sat Oct 13 16:45:56 2012 +0200 Bug 8915 A script fixing missing MySQL contraints Help: fix_mysql_contraints.pl -h Signed-off-by: Chris Cormack Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 12 16:00:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Nov 2012 15:00:29 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1203-gbc9c8c4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via bc9c8c4124e6fe61ce0b3afe3b2d37c00fc7268a (commit) via 58e1ea91a192ae73ab26607d1a73a00a1619f591 (commit) via 0e8b11ac07febd883b956f6e52e1b9044788f306 (commit) via 6456162544a20bf3c0ddec20b53739401ab46825 (commit) from c75cb8686cff336ee18e963f64fd73704b89bae6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bc9c8c4124e6fe61ce0b3afe3b2d37c00fc7268a Merge: 6456162 58e1ea9 Author: Jared Camins-Esakov Date: Mon Nov 12 10:04:42 2012 -0500 Merge branch 'bug_8915' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 4 +- misc/maintenance/fix_mysql_constraints.pl | 166 +++++++++++++++++++++++++++++ 2 files changed, 168 insertions(+), 2 deletions(-) create mode 100755 misc/maintenance/fix_mysql_constraints.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 00:45:26 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Nov 2012 23:45:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7119 created. v3.08.00-1204-g78b1721 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7119 has been created at 78b1721144dc7ed2bb9c3ebc7c2eb2247a3377cb (commit) - Log ----------------------------------------------------------------- commit 78b1721144dc7ed2bb9c3ebc7c2eb2247a3377cb Author: Christopher Nighswonger Date: Thu Nov 8 15:29:48 2012 -0500 Bug 7119 - tidy t/00-load.t Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 00:46:06 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Nov 2012 23:46:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9054 created. v3.08.00-1207-g3ce1772 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9054 has been created at 3ce177263b3178db4e8640fe832fe15466de25b0 (commit) - Log ----------------------------------------------------------------- commit 3ce177263b3178db4e8640fe832fe15466de25b0 Author: Jared Camins-Esakov Date: Sat Nov 10 14:05:13 2012 -0500 Bug 9054: 00-load should not try to load modules with optional dependencies Prior to this patch, t/00-load.t was trying to load Koha::SearchEngine, which fails when Moose is not installed. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov commit 8263f5bdb4959100fbff494be03f8fc1b8c73de1 Merge: 78b1721 2fda5d0 Author: Jared Camins-Esakov Date: Mon Nov 12 18:40:00 2012 -0500 Merge branch 'bug_9036' into 3.12-master commit 2fda5d04c1dd3d24acb02c79cd99194a634eaef2 Author: Chris Nighswonger Date: Thu Nov 8 16:06:47 2012 -0500 Bug 9036 - 00-load.t checks Koha::Cache::Memcached when it should not this patch adds code to skip this module during this test Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 00:46:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Nov 2012 23:46:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9036 created. v3.08.00-1204-g2fda5d0 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9036 has been created at 2fda5d04c1dd3d24acb02c79cd99194a634eaef2 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 00:46:43 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Nov 2012 23:46:43 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8945 updated. v3.08.00-1104-g18012c7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8945 has been updated via 18012c7443b46eb37808810da2a96ee35cb569c9 (commit) from be0f16aaac1a5dd2c18c0ba18d388de67fe1c467 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 18012c7443b46eb37808810da2a96ee35cb569c9 Author: Nicole C. Engard Date: Fri Nov 9 10:48:16 2012 -0500 Bug 8945: Add missing acq help file This adds the missing order from staged file help doc to Koha. Signed-off-by: Chris Cormack Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/help/acqui/addorderiso2709.tt | 24 ++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 00:47:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Nov 2012 23:47:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8892 created. v3.08.00-1204-g702aa83 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8892 has been created at 702aa839521f15c734c66070543d5e61f5983396 (commit) - Log ----------------------------------------------------------------- commit 702aa839521f15c734c66070543d5e61f5983396 Author: Paul Poulain Date: Fri Nov 2 10:21:24 2012 +0100 Bug 8892 fix Plack scoping in acquisition basket.pl has a local sub get_order_infos that require our-ing the basketno variable. Note that I had no problem with this variable. It may be some dead code, but I couldn't be sure it is, so I just switched basketno to "our" neworderempty.pl has 2 local sub that require our-ing some variables: subs MARCfindbreeding and Load_Duplicate Signed-off-by: Jared Camins-Esakov Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 00:49:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Nov 2012 23:49:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9050 created. v3.08.00-1204-gdeeeb06 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9050 has been created at deeeb068d9c92b2f46689230398d8ad2611a5517 (commit) - Log ----------------------------------------------------------------- commit deeeb068d9c92b2f46689230398d8ad2611a5517 Author: Jared Camins-Esakov Date: Sat Nov 10 08:40:19 2012 -0500 Bug 9050: Use safer adelete when deleting records from Zebra index Previously we used the "delete" command in zebraidx, which fails when you try to delete a record that doesn't exist in the index. By changing to the "adelete" command, we can reduce the likelihood of a failed delete causing ghost records. A symptom of this problem is the warning message occasionally encountered when indexing from the zebraqueue, "[warn] cannot delete record above (seems new)." To test: 1) Add a recordDelete action for a record that does not exist to zebraqueue in MySQL: INSERT INTO zebraqueue (biblio_auth_number, operation, server) \ VALUES (999999999, 'recordDelete', 'biblioserver'); 2) Run `rebuild_zebra.pl -b -z -v [-x]`. 3) Note that you do not get the message "[warn] cannot delete record above (seems new)". Signed-off-by: Chris Cormack Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 02:01:33 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Nov 2012 01:01:33 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9039 created. v3.08.00-1204-g0f65d04 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9039 has been created at 0f65d046591ecc2d07a4dd1e1aa2711e73a10e85 (commit) - Log ----------------------------------------------------------------- commit 0f65d046591ecc2d07a4dd1e1aa2711e73a10e85 Author: Chris Nighswonger Date: Thu Nov 8 16:14:52 2012 -0500 Bug 9039 - Tests in the basic test suite should only test code based on required dependencies/modules Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 02:01:54 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Nov 2012 01:01:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1215-g3b8a750 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 3b8a750ee2646bbf72767c49c6e96ee48c753918 (commit) via 0f65d046591ecc2d07a4dd1e1aa2711e73a10e85 (commit) via e23b481d08fafb3a391db151571d82e0275ce36a (commit) via deeeb068d9c92b2f46689230398d8ad2611a5517 (commit) via 94f361f9ea554b660974abc37a7eacb1c2ddfd0d (commit) via 18012c7443b46eb37808810da2a96ee35cb569c9 (commit) via a0f03eaaecfc9103165d28531ab9a16234b5a35f (commit) via 702aa839521f15c734c66070543d5e61f5983396 (commit) via 3ce177263b3178db4e8640fe832fe15466de25b0 (commit) via 8263f5bdb4959100fbff494be03f8fc1b8c73de1 (commit) via 2fda5d04c1dd3d24acb02c79cd99194a634eaef2 (commit) via 78b1721144dc7ed2bb9c3ebc7c2eb2247a3377cb (commit) from bc9c8c4124e6fe61ce0b3afe3b2d37c00fc7268a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3b8a750ee2646bbf72767c49c6e96ee48c753918 Merge: e23b481 0f65d04 Author: Jared Camins-Esakov Date: Mon Nov 12 20:06:31 2012 -0500 Merge branch 'bug_9039' into 3.12-master commit e23b481d08fafb3a391db151571d82e0275ce36a Merge: 94f361f deeeb06 Author: Jared Camins-Esakov Date: Mon Nov 12 18:54:24 2012 -0500 Merge branch 'bug_9050' into 3.12-master commit 94f361f9ea554b660974abc37a7eacb1c2ddfd0d Merge: a0f03ea 18012c7 Author: Jared Camins-Esakov Date: Mon Nov 12 18:49:43 2012 -0500 Merge branch 'bug_8945' into 3.12-master commit a0f03eaaecfc9103165d28531ab9a16234b5a35f Merge: 3ce1772 702aa83 Author: Jared Camins-Esakov Date: Mon Nov 12 18:44:59 2012 -0500 Merge branch 'bug_8892' into 3.12-master ----------------------------------------------------------------------- Summary of changes: acqui/basket.pl | 2 +- acqui/neworderempty.pl | 14 ++++---- .../prog/en/modules/help/acqui/addorderiso2709.tt | 24 +++++++++++++ misc/migration_tools/rebuild_zebra.pl | 2 +- t/00-load.t | 37 ++++++++++--------- t/{ => optional}/Cache_Memcached.t | 0 6 files changed, 52 insertions(+), 27 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt rename t/{ => optional}/Cache_Memcached.t (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 15:42:51 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Nov 2012 14:42:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6428 updated. v3.08.00-1194-g5feeda3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_6428 has been updated via 5feeda3e17f9a70350dcd60aa1187484d24a4ce2 (commit) via 57239bd345cb4017caeff68973d9659bab47af78 (commit) from 8b3f78a5b9a3764ff424dfb887152179a923626c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5feeda3e17f9a70350dcd60aa1187484d24a4ce2 Author: Jared Camins-Esakov Date: Tue Nov 13 09:45:19 2012 -0500 Bug 6428 follow-up: Increment version number Database update for bug 6428 (follow-up) has been given version 3.09.00.065 commit 57239bd345cb4017caeff68973d9659bab47af78 Author: Nu?o L?pez Ans?tegui Date: Mon Nov 12 09:36:35 2012 +0100 Bug 6428 [Follow-up] refered column 'items.coded_location_qualifier' does not exist Signed-off-by: Jonathan Druart ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 1 + installer/data/mysql/updatedatabase.pl | 8 +++++++- kohaversion.pl | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 15:43:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Nov 2012 14:43:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1218-g765cebf Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 765cebfbeb0af34747622de2200ed6de337a7ed9 (commit) via 5feeda3e17f9a70350dcd60aa1187484d24a4ce2 (commit) via 57239bd345cb4017caeff68973d9659bab47af78 (commit) from 3b8a750ee2646bbf72767c49c6e96ee48c753918 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 765cebfbeb0af34747622de2200ed6de337a7ed9 Merge: 3b8a750 5feeda3 Author: Jared Camins-Esakov Date: Tue Nov 13 09:48:16 2012 -0500 Merge branch 'bug_6428' into 3.12-master ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 1 + installer/data/mysql/updatedatabase.pl | 8 +++++++- kohaversion.pl | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 15:50:41 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Nov 2012 14:50:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8977 created. v3.08.00-1219-gbbdb2b0 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8977 has been created at bbdb2b06a375a282bebdb4e522b114d0626ddac2 (commit) - Log ----------------------------------------------------------------- commit bbdb2b06a375a282bebdb4e522b114d0626ddac2 Author: St?phane Delaune Date: Mon Oct 29 10:09:48 2012 +0100 Bug 8977:replace unitialized directory var in printoverdues Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 15:50:54 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Nov 2012 14:50:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1219-g8b10505 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 8b1050579734515d29b4fdcb9e3e4cd1aeb9fece (commit) from 765cebfbeb0af34747622de2200ed6de337a7ed9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 15:56:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Nov 2012 14:56:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8968 created. v3.08.00-1220-ga7ff2a2 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8968 has been created at a7ff2a2e4d6deaf63922dd5568f466e878923b67 (commit) - Log ----------------------------------------------------------------- commit a7ff2a2e4d6deaf63922dd5568f466e878923b67 Author: Fr?d?ric Demians Date: Thu Oct 25 10:07:54 2012 +0200 Bug 8968 "Add to cart" translatable on OPAC result page Signed-off-by: Owen Leonard Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 15:56:47 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Nov 2012 14:56:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1220-ga7ff2a2 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via a7ff2a2e4d6deaf63922dd5568f466e878923b67 (commit) from 8b1050579734515d29b4fdcb9e3e4cd1aeb9fece (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 13 22:54:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Nov 2012 21:54:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-45-gb17765f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via b17765f2f9d02055eaf9f06af3a1c794f4b3bf42 (commit) from 9cc0e57996b4ecd0220ad20f29eaba749e3d77ad (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b17765f2f9d02055eaf9f06af3a1c794f4b3bf42 Author: Fr?d?ric Demians Date: Thu Oct 25 10:07:54 2012 +0200 Bug 8968 "Add to cart" translatable on OPAC result page Signed-off-by: Owen Leonard Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 15 04:26:05 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Nov 2012 03:26:05 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.10-2-g4ca53b9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.6.x has been updated via 4ca53b9dd150445debf429aff2e57bee5f10bb72 (commit) via 6b927aeb46ae0743c6823c4f5c8bd1dabbad5469 (commit) from 4dda07d2523f0bd1a186a9eb409e9552fd737a94 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4ca53b9dd150445debf429aff2e57bee5f10bb72 Author: Paul Poulain Date: Fri Oct 12 22:19:25 2012 +0200 Bug 8862 follow-up s/\t/4spaces/g Signed-off-by: Chris Cormack Signed-off-by: Liz Rea - Catalyst commit 6b927aeb46ae0743c6823c4f5c8bd1dabbad5469 Author: Kyle M Hall Date: Tue Oct 2 08:58:40 2012 -0400 Bug 8862 - merge.pl contains untranslatable strings Signed-off-by: Fr?d?ric Demians It works: (1) merging's still effective, and (2) two new error messages appear in staff .po file after update it. Signed-off-by: Paul Poulain Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt Signed-off-by: Chris Cormack Signed-off-by: Liz Rea - Catalyst ----------------------------------------------------------------------- Summary of changes: cataloguing/merge.pl | 129 ++++++++++---------- .../prog/en/modules/cataloguing/merge.tt | 34 ++++-- 2 files changed, 89 insertions(+), 74 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 15 21:21:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Nov 2012 20:21:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.10-4-g557aa66 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.6.x has been updated via 557aa668ee53f8d21abd23bdeeca98b964d91d50 (commit) via 0feb80368ab98cccade354bf944ded356cd110c6 (commit) from 4ca53b9dd150445debf429aff2e57bee5f10bb72 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 557aa668ee53f8d21abd23bdeeca98b964d91d50 Author: Jonathan Druart Date: Wed Sep 19 15:05:03 2012 +0200 Bug 8792 : Babeltheque: Remove the unused tab on the opac detail page Signed-off-by: Marc Veron Babeltheque tab is removed as expected Signed-off-by: Paul Poulain Conflicts: koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt Signed-off-by: Chris Cormack Signed-off-by: Liz Rea - Catalyst commit 0feb80368ab98cccade354bf944ded356cd110c6 Author: Mirko Tietgen Date: Thu Oct 4 13:26:26 2012 +0200 Bug 4177 opaccloud missing from the system preferences interface There is no option to toggle the (existing) syspref OpacCloud. This patch adds one. Signed-off-by: Kyle M Hall Inserted tags manually, enabled system preference, tag subject cloud displays nicely. Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack Signed-off-by: Liz Rea - Catalyst ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/preferences/opac.pref | 6 ++++++ koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 11 +++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 16 18:30:17 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Nov 2012 17:30:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1262-g0f44c29 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 0f44c295020ee115c2568fe29311def06d025759 (commit) via 8cc738fc09e824f92ed80dbaf7e74706eb051d85 (commit) via 84b66effa14ab841d0a9f4f0aacb5f555db8ed64 (commit) via c84655f999217b3138eb99cb29078ef452e4750f (commit) via 8fed84c847f4e67fc63ce67d6da1bf8a6ca42d0b (commit) via d672f6ce3b0bc8e96d9bcbf280ed153e4d26c321 (commit) via d6b7775c7eee1b3e2edca0f468859572ac29411b (commit) via bf404ffe515367a85945d22602b3ba60b4c43476 (commit) via 1657214dec4df219c136701919f97e68bfe01d98 (commit) via ec0a973e326aa17196e633b1a1b38eab09ed18f8 (commit) via 42e65a97d4a7c9b9dc3be745c893f5b16c96338c (commit) via dcfde3f38f5684c68351f62a3cc76829f4ffec57 (commit) via a7ff2a2e4d6deaf63922dd5568f466e878923b67 (commit) via 8b1050579734515d29b4fdcb9e3e4cd1aeb9fece (commit) via 765cebfbeb0af34747622de2200ed6de337a7ed9 (commit) via 5feeda3e17f9a70350dcd60aa1187484d24a4ce2 (commit) via 57239bd345cb4017caeff68973d9659bab47af78 (commit) via 3b8a750ee2646bbf72767c49c6e96ee48c753918 (commit) via 0f65d046591ecc2d07a4dd1e1aa2711e73a10e85 (commit) via e23b481d08fafb3a391db151571d82e0275ce36a (commit) via deeeb068d9c92b2f46689230398d8ad2611a5517 (commit) via 94f361f9ea554b660974abc37a7eacb1c2ddfd0d (commit) via 18012c7443b46eb37808810da2a96ee35cb569c9 (commit) via a0f03eaaecfc9103165d28531ab9a16234b5a35f (commit) via 702aa839521f15c734c66070543d5e61f5983396 (commit) via 3ce177263b3178db4e8640fe832fe15466de25b0 (commit) via 8263f5bdb4959100fbff494be03f8fc1b8c73de1 (commit) via 2fda5d04c1dd3d24acb02c79cd99194a634eaef2 (commit) via 78b1721144dc7ed2bb9c3ebc7c2eb2247a3377cb (commit) via bc9c8c4124e6fe61ce0b3afe3b2d37c00fc7268a (commit) via 58e1ea91a192ae73ab26607d1a73a00a1619f591 (commit) via 0e8b11ac07febd883b956f6e52e1b9044788f306 (commit) via 6456162544a20bf3c0ddec20b53739401ab46825 (commit) via c75cb8686cff336ee18e963f64fd73704b89bae6 (commit) via a1bba47177d086aa804b61a47387a8686b9dca13 (commit) via 24216136f4cdfe308e165af7450d3471cd8bc98e (commit) via 25bc645c16765a597e6639643b7a6dc350bee40d (commit) via 8b3f78a5b9a3764ff424dfb887152179a923626c (commit) via 6b14cd71f68a0c7f9a534be848d4b4e4c35f5004 (commit) via c254d0eb33e89cdef96636142026f4897a5d31ab (commit) from c283a6a6cd11b7d63fd84bd942ffd93145d48ff1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0f44c295020ee115c2568fe29311def06d025759 Merge: 8cc738f a7ff2a2 Author: Paul Poulain Date: Fri Nov 16 18:35:28 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8968' into 3.10.x commit 8cc738fc09e824f92ed80dbaf7e74706eb051d85 Merge: 84b66ef 8b10505 Author: Paul Poulain Date: Fri Nov 16 18:34:39 2012 +0100 Merge remote-tracking branch 'origin/new/bug_7500' into 3.10.x commit 84b66effa14ab841d0a9f4f0aacb5f555db8ed64 Merge: c84655f 5feeda3 Author: Paul Poulain Date: Fri Nov 16 18:33:53 2012 +0100 Merge remote-tracking branch 'origin/new/bug_6428' into 3.10.x commit c84655f999217b3138eb99cb29078ef452e4750f Merge: 8fed84c 0f65d04 Author: Paul Poulain Date: Fri Nov 16 18:33:38 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9039' into 3.10.x commit 8fed84c847f4e67fc63ce67d6da1bf8a6ca42d0b Merge: d672f6c deeeb06 Author: Paul Poulain Date: Fri Nov 16 18:32:52 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9050' into 3.10.x commit d672f6ce3b0bc8e96d9bcbf280ed153e4d26c321 Merge: d6b7775 18012c7 Author: Paul Poulain Date: Fri Nov 16 18:32:29 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8945' into 3.10.x commit d6b7775c7eee1b3e2edca0f468859572ac29411b Merge: bf404ff 702aa83 Author: Paul Poulain Date: Fri Nov 16 18:31:04 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8892' into 3.10.x commit bf404ffe515367a85945d22602b3ba60b4c43476 Merge: 1657214 3ce1772 Author: Paul Poulain Date: Fri Nov 16 18:29:32 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9054' into 3.10.x commit 1657214dec4df219c136701919f97e68bfe01d98 Merge: ec0a973 2fda5d0 Author: Paul Poulain Date: Fri Nov 16 18:29:13 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9036' into 3.10.x commit ec0a973e326aa17196e633b1a1b38eab09ed18f8 Merge: 42e65a9 78b1721 Author: Paul Poulain Date: Fri Nov 16 18:28:26 2012 +0100 Merge remote-tracking branch 'origin/new/bug_7119' into 3.10.x commit 42e65a97d4a7c9b9dc3be745c893f5b16c96338c Merge: dcfde3f 58e1ea9 Author: Paul Poulain Date: Fri Nov 16 18:27:50 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8915' into 3.10.x commit dcfde3f38f5684c68351f62a3cc76829f4ffec57 Merge: c283a6a 6456162 Author: Paul Poulain Date: Fri Nov 16 18:18:39 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9053' into 3.10.x ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 4 +- C4/Items.pm | 3 + C4/Search.pm | 4 +- acqui/basket.pl | 2 +- acqui/neworderempty.pl | 14 +- installer/data/mysql/kohastructure.sql | 2 + installer/data/mysql/updatedatabase.pl | 14 + .../prog/en/modules/help/acqui/addorderiso2709.tt | 24 ++ .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- kohaversion.pl | 2 +- misc/cronjobs/smsoverdues.pl | 360 -------------------- misc/maintenance/fix_mysql_constraints.pl | 166 +++++++++ misc/migration_tools/rebuild_zebra.pl | 2 +- t/00-load.t | 37 +- t/{ => optional}/Cache_Memcached.t | 0 16 files changed, 244 insertions(+), 394 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt delete mode 100755 misc/cronjobs/smsoverdues.pl create mode 100755 misc/maintenance/fix_mysql_constraints.pl rename t/{ => optional}/Cache_Memcached.t (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 19 00:44:30 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Nov 2012 23:44:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.10-7-g8f24168 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.6.x has been updated via 8f241685b9bfe98101ec271d4de5fcfab7a724f2 (commit) via 202a2c43817a2f0c6039c43ca1f0edd2dc4a72f2 (commit) via b6ad71796481d11367018e5abca9f1c2af830f62 (commit) from 557aa668ee53f8d21abd23bdeeca98b964d91d50 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8f241685b9bfe98101ec271d4de5fcfab7a724f2 Author: Mark Tompsett Date: Fri Oct 12 14:29:59 2012 +0800 Bug 8910 - silent warnings triggered in about.pl In order to detect the apache version, there are multiple commands used. These may not all exist, which triggers error log entries. By simply adding " 2> /dev/null", the errors are no longer generated. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack Signed-off-by: Liz Rea - Catalyst commit 202a2c43817a2f0c6039c43ca1f0edd2dc4a72f2 Author: Jonathan Druart Date: Wed Sep 19 09:59:59 2012 +0200 But 8787: don't load the page if OpacMaintenance is ON If the syspref OpacMaintenance is ON, it is useless to loaded the requested page. To test: - switch on the syspref OpacMaintenace - check in your apache access log, zebra log, etc. the requested page is not loaded (i.e. on the opac-search.pl page) Signed-off-by: Marc Veron Checked by watching other_vhosts_access.log Works as expected Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack Signed-off-by: Liz Rea - Catalyst commit b6ad71796481d11367018e5abca9f1c2af830f62 Author: Dobrica Pavlinusic Date: Mon Oct 22 14:13:12 2012 +0200 Bug 8953 - opac-userupdate encoding issues This script has various encoding problems: 1. parametars from CGI are not encoded in utf-8, so when they are compared with utf-8 strings from database every field with utf-8 characters will be reported in e-mail as changed 2. when sending e-mail, wide characters are passed to Mail::Sendmail which results in software error if edited field has utf-8 characters (because of first point, this happend if ANY fields has utf-8 chars) 3. when declaring encoding for outgoing e-mail utf-8 is more correct than just utf8 Test scenario: 1. open opac-userupdate and edit user which has utf-8 characters in at least one field (firstname and surname are common examples) 2. edit one of other fields and add utf-8 character to it 3. verify that e-mail with changes arrived with just edited field Signed-off-by: Mirko Tietgen Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack Signed-off-by: Liz Rea - Catalyst ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + about.pl | 4 ++-- opac/opac-userupdate.pl | 7 ++++--- 3 files changed, 7 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 01:50:49 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 00:50:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.10-10-g6c8d6f9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.6.x has been updated via 6c8d6f932a66eab836d77e24fcfd5f492005a401 (commit) via b28598369ac95a971293ec79157593bb22b38ee7 (commit) via 1c9fa798db4575e0b645ed0dad930b8f88ee6f7c (commit) from 8f241685b9bfe98101ec271d4de5fcfab7a724f2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6c8d6f932a66eab836d77e24fcfd5f492005a401 Merge: b285983 8f24168 Author: Liz Rea - Catalyst Date: Tue Nov 20 13:54:57 2012 +1300 Merge branch '3.6.x' of git://git.koha-community.org/koha into 3.6.x commit b28598369ac95a971293ec79157593bb22b38ee7 Author: Owen Leonard Date: Mon Nov 19 08:46:46 2012 -0500 Bug 8973 [3.6.x] HTML and URL escape missing in OPAC templates Adding HTML filter to some template variables which require them. This patch is for 3.6.x, based on Fridolyn SOMERS patch for master. Signed-off-by: Liz Rea - Catalyst commit 1c9fa798db4575e0b645ed0dad930b8f88ee6f7c Author: Adrien Saurat Date: Fri Sep 21 15:48:53 2012 +0200 Bug 8234: fixes date sort on 'Transfers to receive' page Signed-off-by: Melia Meggs Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack Signed-off-by: Liz Rea - Catalyst ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/transferstoreceive.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt | 4 ++-- .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:08:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:08:04 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9066 created. v3.08.00-1221-g49c7d69 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9066 has been created at 49c7d69561dcfccf36194a32a25962fa33df8c95 (commit) - Log ----------------------------------------------------------------- commit 49c7d69561dcfccf36194a32a25962fa33df8c95 Author: Jared Camins-Esakov Date: Tue Nov 13 09:25:42 2012 -0500 Bug 9066: VirtualShelves db access not Plack+MariaDB compatible The $dbh database handle in C4::VirtualShelves was declared at the module level, which means under Plack it is initialized only once, when the server first starts. With the default MySQL configuration this is not a problem, since the MySQL connection does not time out, but the MariaDB default configuration does time out, resulting in every page that calls any sub in C4::VirtualShelves failing after a certain period. This patch eliminates the module-level $dbh variable and replaces it with $dbh handles in each subroutine that requires it. To test: Confirm that Virtual Shelves functionality still works as expected. The problem is not reproducible when using Apache or Plack+MySQL, but if everything works after the patch has been applied, the changes are safe. Signed-off-by: Mason James Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:08:38 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:08:38 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9085 created. v3.08.00-1221-gcb6870d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9085 has been created at cb6870d8d137611e37ccd1cade4e257072c20bed (commit) - Log ----------------------------------------------------------------- commit cb6870d8d137611e37ccd1cade4e257072c20bed Author: Chris Nighswonger Date: Wed Nov 14 15:36:21 2012 -0500 Bug 9085 - Installer will not run with DEBUG set This is due to raising all db errors combined with the fact that attempts to make selections from a non-existent systempreferences table raises db errors. The installer should run even with DEBUG set, otherwise dropping and recreating a development database becomes somewhat of a chore. This patch adds code to check for the existence of the systempreferece table. If the table exists, then RaiseError is enabled on the database handle. Otherwise it is disabled to allow the installer to run without throwing an error. Signed-off-by: Jared Camins-Esakov The installer can now be run both with and without DEBUG set. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:08:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:08:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9107 created. v3.08.00-1223-g563942a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9107 has been created at 563942ab8431bf1675174e1a14e02400af4a1552 (commit) - Log ----------------------------------------------------------------- commit 563942ab8431bf1675174e1a14e02400af4a1552 Author: Jared Camins-Esakov Date: Tue Nov 20 06:57:22 2012 -0500 Bug 9107: Increment version number Database update for bug 9107 has been given version 3.09.00.066 commit c1c3f898cd994495e64e884e70ea470d4da960f5 Author: Paul Poulain Date: Tue Nov 20 11:44:18 2012 +0100 Bug 9107: remove the syspref from the database, as well The syspref has been introduced during 3.9, so only a few libraries should have it, but for consistency it must be removed. Signed-off-by: Jared Camins-Esakov commit 734dbff692851426b610c7966d405ba7fa8bf5be Author: Jared Camins-Esakov Date: Mon Nov 19 11:29:30 2012 -0500 Bug 9107: Remove the obsolete DidYouMeanFromAuthorities syspref Even though the DidYouMeanFromAuthorities syspref was replaced by a "Did You Mean?" configuration page, the syspref was showing up in the syspref editor on the Searching tab. Signed-off-by: Melia Meggs Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:09:17 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:09:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9058 created. v3.08.00-1221-g3691639 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9058 has been created at 369163925f68efbc074e18fe5f114c86bf1c266e (commit) - Log ----------------------------------------------------------------- commit 369163925f68efbc074e18fe5f114c86bf1c266e Author: Magnus Enger Date: Mon Nov 12 12:16:48 2012 +0100 Bug 9058 - Norwegian default for CalendarFirstDayOfWeek Sets a sensible default for CalendarFirstDayOfWeek in installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql To test: - Do a complete web install in Norwegian OR - Load installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql into MySQL from the command line - Check that CalendarFirstDayOfWeek is set to 'Monday' and that calendars display Monday as the first day of the week. Signed-off-by: Katrin Fischer Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:09:44 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:09:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1229-g90ddc20 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 90ddc20c074e05c416d2acb02c6a92d11e5cd3ce (commit) via 369163925f68efbc074e18fe5f114c86bf1c266e (commit) via f3eb27ad75a0aba7749786df30caadc1b20b1e3f (commit) via 563942ab8431bf1675174e1a14e02400af4a1552 (commit) via c1c3f898cd994495e64e884e70ea470d4da960f5 (commit) via 734dbff692851426b610c7966d405ba7fa8bf5be (commit) via e85631e5ec5e65c3c985ba94938564042ddc3895 (commit) via cb6870d8d137611e37ccd1cade4e257072c20bed (commit) via 49c7d69561dcfccf36194a32a25962fa33df8c95 (commit) from a7ff2a2e4d6deaf63922dd5568f466e878923b67 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 90ddc20c074e05c416d2acb02c6a92d11e5cd3ce Merge: f3eb27a 3691639 Author: Jared Camins-Esakov Date: Tue Nov 20 07:02:00 2012 -0500 Merge branch 'bug_9058' into 3.12-master commit f3eb27ad75a0aba7749786df30caadc1b20b1e3f Merge: e85631e 563942a Author: Jared Camins-Esakov Date: Tue Nov 20 06:57:38 2012 -0500 Merge branch 'bug_9107' into 3.12-master commit e85631e5ec5e65c3c985ba94938564042ddc3895 Merge: 49c7d69 cb6870d Author: Jared Camins-Esakov Date: Tue Nov 20 06:50:46 2012 -0500 Merge branch 'bug_9085' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 17 ++++++++++++++++- C4/VirtualShelves.pm | 14 ++++++++++++-- .../nb-NO/1-Obligatorisk/system_preferences.sql | 2 +- installer/data/mysql/updatedatabase.pl | 8 ++++++++ .../en/modules/admin/preferences/searching.pref | 6 ------ kohaversion.pl | 2 +- 6 files changed, 38 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:29:16 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:29:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8997 created. v3.08.00-1230-ge2cf59a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8997 has been created at e2cf59ac581fad905ee30c3abe00784a7521f1ee (commit) - Log ----------------------------------------------------------------- commit e2cf59ac581fad905ee30c3abe00784a7521f1ee Author: Paul Poulain Date: Wed Oct 31 18:22:14 2012 +0100 Bug 8997: Unnecessary call to getAllLanguages In C4/Language, getTranslatedLanguages calls getAllLanguage, passes it to _build_languages_arrayref, that does nothing of it. Removing this dead code will clean & reduce SQL overhead Signed-off-by: Jared Camins-Esakov I tried switching between languages and enabling and disabling languages, and could not see any change with the patch applied. Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:29:42 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:29:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8880 created. v3.08.00-1230-g37efde5 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8880 has been created at 37efde57d22540666873aa517ff1ff867897646e (commit) - Log ----------------------------------------------------------------- commit 37efde57d22540666873aa517ff1ff867897646e Author: Mark Tompsett Date: Fri Oct 5 20:33:47 2012 +0800 Bug 8880 - Uninitialized variables trigger error log entries Simply by logging in, clicking Circulation, clicking the 'Check out' link, error log entries were generated. This patch ensures $findborrower, $barcode, and $print are all initialized by adding "|| q{}" onto their initializations. This reduces the silent error log entries generated. As this patch would overlap with bug 8826 in the initialization of hashes to prevent other error logs, those changes are in this patch. Applying this patch without having applied the patch for bug 8826. Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:30:39 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:30:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8750 created. v3.08.00-1230-g2624a45 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8750 has been created at 2624a4538606a852b6d860623b251cdb86bf7ac2 (commit) - Log ----------------------------------------------------------------- commit 2624a4538606a852b6d860623b251cdb86bf7ac2 Author: Tomas Cohen Arazi Date: Mon Sep 10 15:27:53 2012 -0300 Bug 8750 - Chronological terms authorities not correctly indexed (trivial fix) Patch re-done so it applies, had that double-utf8 problem There was no entry in authority's record.abs for indexing chronological terms. They couldn't be searched and (obviously) linked. I've added those entries using the index names defined in authorities/etc/bib1.att Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Jared Camins-Esakov Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:33:45 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:33:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9046 created. v3.08.00-1222-gff61e9f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9046 has been created at ff61e9f16fc26e3299adf8d724f50e31c478c365 (commit) - Log ----------------------------------------------------------------- commit ff61e9f16fc26e3299adf8d724f50e31c478c365 Author: Jonathan Druart Date: Mon Nov 12 10:18:30 2012 +0100 Bug 9046: Followup FIX perl v5.10 raises an error if itemnumbers if undefined If the itemnumbers parameter is undef, perl raises an error : "Can't use an undefined value as an ARRAY reference" Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov commit 0215736bccd621a55ad3ee57ef8fabb4b83005c2 Author: Jonathan Druart Date: Fri Nov 9 18:34:40 2012 +0100 Bug 9046: FIX wrong test on an arrayref instead of an array EmbedItemsInMarcBiblio does not embed items when the itemnumbers param is given. That breaks the export tools (used from commandline). Signed-off-by: Chris Cormack Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:34:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:34:29 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1239-gd44b552 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via d44b552b3f22c7423038f831d622bfe67a543936 (commit) via ff61e9f16fc26e3299adf8d724f50e31c478c365 (commit) via fdde1586783ce5e049469ef3595dd1cef4abc6a4 (commit) via d3b50910dabf490c22287e348ccb8c50bdb4a6bf (commit) via a3ac7fe48b44e77cb97ef91f364073683d74eab8 (commit) via e2cf59ac581fad905ee30c3abe00784a7521f1ee (commit) via 982a1d7e1ba5676c5c47946ffd3cf20260c8a14b (commit) via 37efde57d22540666873aa517ff1ff867897646e (commit) via 2624a4538606a852b6d860623b251cdb86bf7ac2 (commit) via 0215736bccd621a55ad3ee57ef8fabb4b83005c2 (commit) from 90ddc20c074e05c416d2acb02c6a92d11e5cd3ce (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d44b552b3f22c7423038f831d622bfe67a543936 Merge: fdde158 ff61e9f Author: Jared Camins-Esakov Date: Tue Nov 20 07:32:29 2012 -0500 Merge branch 'bug_9046' into 3.12-master commit fdde1586783ce5e049469ef3595dd1cef4abc6a4 Merge: a3ac7fe d3b5091 Author: Jared Camins-Esakov Date: Tue Nov 20 07:24:55 2012 -0500 Merge branch 'bug_7368' into 3.12-master commit a3ac7fe48b44e77cb97ef91f364073683d74eab8 Merge: 982a1d7 e2cf59a Author: Jared Camins-Esakov Date: Tue Nov 20 07:20:23 2012 -0500 Merge branch 'bug_8997' into 3.12-master commit 982a1d7e1ba5676c5c47946ffd3cf20260c8a14b Merge: 2624a45 37efde5 Author: Jared Camins-Esakov Date: Tue Nov 20 07:19:17 2012 -0500 Merge branch 'bug_8880' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 4 +++- C4/Languages.pm | 5 ++--- circ/circulation.pl | 6 +++--- .../marc_defs/marc21/authorities/record.abs | 6 ++++++ .../prog/en/includes/virtualshelves-toolbar.inc | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/js/basket.js | 6 +++--- koha-tmpl/opac-tmpl/ccsr/en/js/basket.js | 6 +++--- koha-tmpl/opac-tmpl/prog/en/js/basket.js | 4 ++-- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 4 ++-- 9 files changed, 26 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:39:01 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:39:01 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7932 created. v3.08.00-1240-g7f45bb3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7932 has been created at 7f45bb37dde58991b1b7521c5dac69f6fbd25e67 (commit) - Log ----------------------------------------------------------------- commit 7f45bb37dde58991b1b7521c5dac69f6fbd25e67 Author: Owen Leonard Date: Thu Nov 1 11:21:37 2012 -0400 Bug 7932 [Revised] Twitter share doesn't work with socialnetworks The only way I can get this to work consistently is to use Twitter's own code as documented here: https://dev.twitter.com/docs/tweet-button This requires that we use the tweet button generated by Twitter rather than the smaller image we were using before. Using the documented options for generating a custom button produced the same inconsistent behavior this patch attempts to fix. Because of the change of appearance I moved the Twitter button to last in line so that similarly-sized buttons were grouped. I also changed the configuration of the Google+ button to exclude the count, saving some horizontal space. Revision removes explicit declaration of share URL. I think when testing this previously I assumed it was required when in fact the share URL wasn't working because it was a localhost address. Localhost addresses are apparently rejected by Twitter. Testers beware. Signed-off-by: Nicole C. Engard Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 13:43:55 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 12:43:55 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8975 created. v3.08.00-1240-g4f986f3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8975 has been created at 4f986f34e211d16330d38fa393250b1bbf55597e (commit) - Log ----------------------------------------------------------------- commit 4f986f34e211d16330d38fa393250b1bbf55597e Author: Owen Leonard Date: Fri Nov 2 11:40:52 2012 -0400 Bug 8975 - search results should say on order in staff client In order to allow holds on items with notforloan = -1, processing of "unavailable" items in Search.pm was altered to exclude items with notforloan < 0. (See Bug 2341: items marked 'on order' not reserveable from search results). Doing so meant that such items were excluded from the list, in staff client search results, of items which are unavailable. This patch changes the logic of that processing so that items with notforloan < 0 are considered unavailable, but can still be placed on hold. To test, edit a record with a single item and view that record in search results. When the item is is on order (notforloan -1) it should say so. The holds link should be INactive only if: - item is withdrawn AND/OR - item is lost AND/OR - item is damaged (and AllowHoldsOnDamagedItems is off) AND/OR - item is not for loan, with notforloan > 0 Signed-off-by: Nicole C. Engard All tests pass (note that a reindex is required if changing item statuses - which is why my first tests failed). Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 14:01:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 13:01:04 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9020 created. v3.08.00-1241-g86eda8c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9020 has been created at 86eda8c34130277b99030527c1af32b209ab0142 (commit) - Log ----------------------------------------------------------------- commit 86eda8c34130277b99030527c1af32b209ab0142 Author: Magnus Enger Date: Mon Nov 12 12:00:44 2012 +0100 Bug 9020 - Translate new permissions for 3.10 nb-NO To test: - Apply the patch - Check that installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.sql can be loaded into the DB without errors (you might have to do "DELETE FROM permissions" first) - Check that there are no English strings when you edit the permissions of a patron Signed-off-by: Katrin Fischer Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 3f2c47ab5882a4bd11b04a2bd91298a74b3cf1f1 Author: Katrin Fischer Date: Wed Nov 7 14:01:49 2012 +0100 Bug 9020: [SIGNED-OFF] Translate new permissions for 3.10 de-DE To test: - Run the web installer in German - Check that all permissions for a staff patron are translated Signed-off-by: Magnus Enger I did not do a complete install, but I: - Applied the patch - Loaded installer/data/mysql/de-DE/mandatory/userpermissions.sql into MySQL without any trouble - Logged in to the staff client and found no untranslated permissions Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 14:06:38 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 13:06:38 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9023 created. v3.08.00-1241-g9e5fe6d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9023 has been created at 9e5fe6df1e3e8ca20bf5473a650a5f5f4038ba69 (commit) - Log ----------------------------------------------------------------- commit 9e5fe6df1e3e8ca20bf5473a650a5f5f4038ba69 Author: Katrin Fischer Date: Wed Nov 7 15:21:17 2012 +0100 Bug 9023: Update installer text files Corrected some information about the provided sample data and corrected text files to obey capitalization rules. To test: I suggest taking a look at the patch file and also taking a look at the English web installer, checking if it works, if there are typos or wrong information. Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 990adad28447e6244cc1f54d87520ca6570fa373 Author: Katrin Fischer Date: Wed Nov 7 14:54:52 2012 +0100 Bug 9023: Remove NY Z39.50 servers from installer txt files Broken Z39.50 targets were removed with patch for bug 3782, but are still mentioned in the text files. This patch corrects that mistake. Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 14:07:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 13:07:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1248-g8ae00e6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 8ae00e638b3de13671e341afc6ec5ff0bb7de7d0 (commit) via 9e5fe6df1e3e8ca20bf5473a650a5f5f4038ba69 (commit) via 990adad28447e6244cc1f54d87520ca6570fa373 (commit) via f8ee9953abce019fb2d670212fe9497a4902a9c5 (commit) via 86eda8c34130277b99030527c1af32b209ab0142 (commit) via 3f2c47ab5882a4bd11b04a2bd91298a74b3cf1f1 (commit) via 515e9d15f6c99987f9e0ad2f9b26f7df5d375eac (commit) via 4f986f34e211d16330d38fa393250b1bbf55597e (commit) via 7f45bb37dde58991b1b7521c5dac69f6fbd25e67 (commit) from d44b552b3f22c7423038f831d622bfe67a543936 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8ae00e638b3de13671e341afc6ec5ff0bb7de7d0 Merge: f8ee995 9e5fe6d Author: Jared Camins-Esakov Date: Tue Nov 20 08:05:28 2012 -0500 Merge branch 'bug_9023' into 3.12-master commit f8ee9953abce019fb2d670212fe9497a4902a9c5 Merge: 515e9d1 86eda8c Author: Jared Camins-Esakov Date: Tue Nov 20 08:00:32 2012 -0500 Merge branch 'bug_9020' into 3.12-master commit 515e9d15f6c99987f9e0ad2f9b26f7df5d375eac Merge: 7f45bb3 4f986f3 Author: Jared Camins-Esakov Date: Tue Nov 20 07:42:48 2012 -0500 Merge branch 'bug_8975' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 22 +++++++++++---- .../data/mysql/de-DE/mandatory/userpermissions.sql | 10 +++--- .../mysql/de-DE/optional/sample_z3950_servers.txt | 4 +-- .../mysql/en/mandatory/message_transport_types.txt | 2 +- .../data/mysql/en/mandatory/sample_notices.txt | 2 +- .../sample_notices_message_attributes.txt | 3 +- .../sample_notices_message_transports.txt | 5 +-- .../data/mysql/en/mandatory/subtag_registry.txt | 4 +- installer/data/mysql/en/optional/auth_val.txt | 2 +- .../en/optional/marc21_holdings_coded_values.txt | 2 +- .../data/mysql/en/optional/marc21_relatorterms.txt | 2 +- .../data/mysql/en/optional/patron_categories.txt | 28 ++++++++++---------- .../data/mysql/en/optional/sample_creator_data.txt | 2 +- .../data/mysql/en/optional/sample_holidays.txt | 2 +- .../data/mysql/en/optional/sample_itemtypes.txt | 2 +- .../data/mysql/en/optional/sample_libraries.txt | 2 +- installer/data/mysql/en/optional/sample_news.txt | 2 +- installer/data/mysql/en/optional/sample_quotes.txt | 2 +- .../mysql/en/optional/sample_z3950_servers.txt | 2 - .../mysql/es-ES/optional/sample_z3950_servers.txt | 2 - .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql | 13 ++++----- .../mysql/pl-PL/optional/sample_z3950_servers.txt | 2 - koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 5 ++- 23 files changed, 61 insertions(+), 61 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 14:12:48 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 13:12:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8971 created. v3.08.00-1249-g29d1aa1 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8971 has been created at 29d1aa1be0d3c073fbedd8143b4354dd8da96dcc (commit) - Log ----------------------------------------------------------------- commit 29d1aa1be0d3c073fbedd8143b4354dd8da96dcc Author: Owen Leonard Date: Thu Oct 25 12:38:46 2012 -0400 Bug 8971 - Sort holds queue report using DataTables Replacing the old tablesorter plugin with DataTables on this page will fix sorting bugs related to whitespace and markup in table cells which tablesorter couldn't handle. I have also taken the liberty of changing the default sort from patron to call number, assuming that the librarian uses this list to pull items from the shelf, and the shelf is organized by call number. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 14:13:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 13:13:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1249-g29d1aa1 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 29d1aa1be0d3c073fbedd8143b4354dd8da96dcc (commit) from 8ae00e638b3de13671e341afc6ec5ff0bb7de7d0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/view_holdsqueue.tt | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 16:54:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 15:54:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1305-gd63150f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via d63150f7e30d4bf73ef34d709f5c779c8a64626d (commit) via da8ffabf34dc8042ed99b4d0c3bc17678c45b2f6 (commit) via 21b486a6292734ef07d7d8a7de2290d199d7642e (commit) via 78f2d1ea3f404ef30f7075a717d2b5559daa534b (commit) via e49206fbbdc35494c1db980c0eb2c1998a3e8467 (commit) via bb40553c0d63c6f69bfefc1b642f3880c8543f07 (commit) via 1c843e94e1e2d075d8861d4933a4058d4329c93e (commit) via 3d7d0412957943754be7f1cc0c8349b5e1cd6176 (commit) via bca7a6dcd5fb8e1e2aae7df299bbd2cbe19149ea (commit) via da8f95113f1893b8f951fe5c7133afabecdfc666 (commit) via ce31c74b5c34d1677f06f0ac868c9e17e5a7d0fd (commit) via 4ada0a41a2faedd0661103fd549181db2c2471fa (commit) via 7433ac41eae3ce7732cee9d0879a2d053ebc0a41 (commit) via 6667ea9e2d09d7cd88d13e39581fcec686769889 (commit) via 29d1aa1be0d3c073fbedd8143b4354dd8da96dcc (commit) via 8ae00e638b3de13671e341afc6ec5ff0bb7de7d0 (commit) via 9e5fe6df1e3e8ca20bf5473a650a5f5f4038ba69 (commit) via 990adad28447e6244cc1f54d87520ca6570fa373 (commit) via f8ee9953abce019fb2d670212fe9497a4902a9c5 (commit) via 86eda8c34130277b99030527c1af32b209ab0142 (commit) via 3f2c47ab5882a4bd11b04a2bd91298a74b3cf1f1 (commit) via 515e9d15f6c99987f9e0ad2f9b26f7df5d375eac (commit) via 4f986f34e211d16330d38fa393250b1bbf55597e (commit) via 7f45bb37dde58991b1b7521c5dac69f6fbd25e67 (commit) via d44b552b3f22c7423038f831d622bfe67a543936 (commit) via ff61e9f16fc26e3299adf8d724f50e31c478c365 (commit) via fdde1586783ce5e049469ef3595dd1cef4abc6a4 (commit) via d3b50910dabf490c22287e348ccb8c50bdb4a6bf (commit) via a3ac7fe48b44e77cb97ef91f364073683d74eab8 (commit) via e2cf59ac581fad905ee30c3abe00784a7521f1ee (commit) via 982a1d7e1ba5676c5c47946ffd3cf20260c8a14b (commit) via 37efde57d22540666873aa517ff1ff867897646e (commit) via 2624a4538606a852b6d860623b251cdb86bf7ac2 (commit) via 90ddc20c074e05c416d2acb02c6a92d11e5cd3ce (commit) via 369163925f68efbc074e18fe5f114c86bf1c266e (commit) via f3eb27ad75a0aba7749786df30caadc1b20b1e3f (commit) via 563942ab8431bf1675174e1a14e02400af4a1552 (commit) via c1c3f898cd994495e64e884e70ea470d4da960f5 (commit) via 734dbff692851426b610c7966d405ba7fa8bf5be (commit) via 0215736bccd621a55ad3ee57ef8fabb4b83005c2 (commit) via e85631e5ec5e65c3c985ba94938564042ddc3895 (commit) via cb6870d8d137611e37ccd1cade4e257072c20bed (commit) via 49c7d69561dcfccf36194a32a25962fa33df8c95 (commit) from 0f44c295020ee115c2568fe29311def06d025759 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d63150f7e30d4bf73ef34d709f5c779c8a64626d Merge: da8ffab 29d1aa1 Author: Paul Poulain Date: Tue Nov 20 16:59:03 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8971' into 3.10.x commit da8ffabf34dc8042ed99b4d0c3bc17678c45b2f6 Merge: 21b486a 9e5fe6d Author: Paul Poulain Date: Tue Nov 20 16:58:48 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9023' into 3.10.x commit 21b486a6292734ef07d7d8a7de2290d199d7642e Merge: 78f2d1e 86eda8c Author: Paul Poulain Date: Tue Nov 20 16:45:38 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9020' into 3.10.x commit 78f2d1ea3f404ef30f7075a717d2b5559daa534b Merge: e49206f 4f986f3 Author: Paul Poulain Date: Tue Nov 20 16:45:09 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8975' into 3.10.x commit e49206fbbdc35494c1db980c0eb2c1998a3e8467 Merge: bb40553 7f45bb3 Author: Paul Poulain Date: Tue Nov 20 16:29:04 2012 +0100 Merge remote-tracking branch 'origin/new/bug_7932' into 3.10.x commit bb40553c0d63c6f69bfefc1b642f3880c8543f07 Merge: 1c843e9 d3b5091 Author: Paul Poulain Date: Tue Nov 20 16:28:13 2012 +0100 Merge remote-tracking branch 'origin/new/bug_7368' into 3.10.x commit 1c843e94e1e2d075d8861d4933a4058d4329c93e Merge: 3d7d041 e2cf59a Author: Paul Poulain Date: Tue Nov 20 16:27:48 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8997' into 3.10.x commit 3d7d0412957943754be7f1cc0c8349b5e1cd6176 Merge: bca7a6d 37efde5 Author: Paul Poulain Date: Tue Nov 20 16:27:30 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8880' into 3.10.x commit bca7a6dcd5fb8e1e2aae7df299bbd2cbe19149ea Merge: da8f951 2624a45 Author: Paul Poulain Date: Tue Nov 20 16:26:38 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8750' into 3.10.x commit da8f95113f1893b8f951fe5c7133afabecdfc666 Merge: ce31c74 3691639 Author: Paul Poulain Date: Tue Nov 20 16:26:04 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9058' into 3.10.x commit ce31c74b5c34d1677f06f0ac868c9e17e5a7d0fd Merge: 4ada0a4 563942a Author: Paul Poulain Date: Tue Nov 20 16:24:43 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9107' into 3.10.x commit 4ada0a41a2faedd0661103fd549181db2c2471fa Merge: 7433ac4 ff61e9f Author: Paul Poulain Date: Tue Nov 20 16:24:12 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9046' into 3.10.x commit 7433ac41eae3ce7732cee9d0879a2d053ebc0a41 Merge: 6667ea9 cb6870d Author: Paul Poulain Date: Tue Nov 20 16:23:24 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9085' into 3.10.x commit 6667ea9e2d09d7cd88d13e39581fcec686769889 Merge: 0f44c29 49c7d69 Author: Paul Poulain Date: Tue Nov 20 16:22:49 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9066' into 3.10.x ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 4 ++- C4/Context.pm | 17 +++++++++++- C4/Languages.pm | 5 +-- C4/Search.pm | 22 +++++++++++---- C4/VirtualShelves.pm | 14 ++++++++- circ/circulation.pl | 6 ++-- .../marc_defs/marc21/authorities/record.abs | 6 ++++ .../data/mysql/de-DE/mandatory/userpermissions.sql | 10 +++--- .../mysql/de-DE/optional/sample_z3950_servers.txt | 4 +-- .../mysql/en/mandatory/message_transport_types.txt | 2 +- .../data/mysql/en/mandatory/sample_notices.txt | 2 +- .../sample_notices_message_attributes.txt | 3 +- .../sample_notices_message_transports.txt | 5 +-- .../data/mysql/en/mandatory/subtag_registry.txt | 4 +- installer/data/mysql/en/optional/auth_val.txt | 2 +- .../en/optional/marc21_holdings_coded_values.txt | 2 +- .../data/mysql/en/optional/marc21_relatorterms.txt | 2 +- .../data/mysql/en/optional/patron_categories.txt | 28 ++++++++++---------- .../data/mysql/en/optional/sample_creator_data.txt | 2 +- .../data/mysql/en/optional/sample_holidays.txt | 2 +- .../data/mysql/en/optional/sample_itemtypes.txt | 2 +- .../data/mysql/en/optional/sample_libraries.txt | 2 +- installer/data/mysql/en/optional/sample_news.txt | 2 +- installer/data/mysql/en/optional/sample_quotes.txt | 2 +- .../mysql/en/optional/sample_z3950_servers.txt | 2 - .../mysql/es-ES/optional/sample_z3950_servers.txt | 2 - .../nb-NO/1-Obligatorisk/system_preferences.sql | 2 +- .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql | 13 ++++----- .../mysql/pl-PL/optional/sample_z3950_servers.txt | 2 - installer/data/mysql/updatedatabase.pl | 8 +++++ .../prog/en/includes/virtualshelves-toolbar.inc | 4 +- koha-tmpl/intranet-tmpl/prog/en/js/basket.js | 6 ++-- .../en/modules/admin/preferences/searching.pref | 6 ---- .../prog/en/modules/circ/view_holdsqueue.tt | 18 +++++++++--- koha-tmpl/opac-tmpl/ccsr/en/js/basket.js | 6 ++-- koha-tmpl/opac-tmpl/prog/en/js/basket.js | 4 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 5 ++- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 4 +- kohaversion.pl | 2 +- 39 files changed, 138 insertions(+), 96 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 20:16:07 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 19:16:07 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9024 created. v3.08.00-1252-gf5703f8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9024 has been created at f5703f8bc7665fa6a7c3a81bac3480c8fdb94b70 (commit) - Log ----------------------------------------------------------------- commit f5703f8bc7665fa6a7c3a81bac3480c8fdb94b70 Author: Mirko Tietgen Date: Tue Nov 20 17:39:01 2012 +0100 Bug 9024: Fix typo Signed-off-by: Jared Camins-Esakov commit a0819d9baa8167d18bd442a4b64964cbc888095d Author: Katrin Fischer Date: Wed Nov 7 16:04:06 2012 +0100 Bug 9024: Add missing sample data to existing files Adds missing authorised values (enhancement) Adds missing slip notice templates (bug fix) Koha will complain if you try to print a slip and there is no notice defined for them, so this is not really an improvement, but kind of a bug fix. Signed-off-by: Mirko Tietgen Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov commit 27e2f67898881fcd54ec12d9eff7e6e6a81f059e Author: Katrin Fischer Date: Wed Nov 7 15:39:48 2012 +0100 Bug 9024: Adding sample patron attributes to German web installer Adds SHOW_BCODE as sample patron attribute to the German web installer. To test: - Run the web installer in German, make sure the new sample data shows up and can be installed. Signed-off-by: Mirko Tietgen Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 20:16:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 19:16:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9017 created. v3.08.00-1250-gabf7294 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9017 has been created at abf72944ddb5f60e4f94d13682890f20e4c29832 (commit) - Log ----------------------------------------------------------------- commit abf72944ddb5f60e4f94d13682890f20e4c29832 Author: Marc Veron Date: Wed Nov 7 13:56:42 2012 +0100 Bug 9017 - Quote of the day: Table footer not translated The strings for the table footer of the QOD feature are translated in /datatables-strings.inc, but they did not show up in staff client due to missing code in quotes.tt -> $(document).ready(function(), part "oLanguage" Code added as appropriate. See: http://datatables.net/usage/i18n Additionally, quotes.tt had a stray tag after [% INCLUDE 'datatables-strings.inc' %] Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 20:16:31 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 19:16:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9070 created. v3.08.00-1250-gaf02e22 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9070 has been created at af02e22ce565531dcc3893089b28ab8c85f7ebb9 (commit) - Log ----------------------------------------------------------------- commit af02e22ce565531dcc3893089b28ab8c85f7ebb9 Author: Jared Camins-Esakov Date: Tue Nov 13 11:02:24 2012 -0500 Bug 9070: [SIGNED-OFF] authority searches in auth_finder error out When using authority records imported into Koha from elsewhere, you can get an error like: Can't use string ("HASH(0xbc6c{30)") as a HASH ref while "strict refs" in use at /usr/share/koha/lib/C4/AuthoritiesMarc.pm line 363. in authorities/auth_finder.pl. This patch fixes that error. To test: 1) You will need records imported from elsewhere. 2) Use the authority control plugin in a bib record to search for one of those headings. 3) Observe you get a nasty error. 4) Apply patch. 5) Repeat step 2. 6) Observe the error is gone. 7) Sign off. Signed-off-by: Magnus Enger Works as advertised. No warning about "defined(%hash) is deprecated" under perl v5.10.1. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 20:26:40 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 19:26:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8844 created. v3.08.00-1240-g724bb2c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8844 has been created at 724bb2c846805329551136b9547b15e79bcfe4cf (commit) - Log ----------------------------------------------------------------- commit 724bb2c846805329551136b9547b15e79bcfe4cf Author: Fridolyn SOMERS Date: Fri Sep 28 18:43:50 2012 +0200 Bug 8844: UNIMARC_sync_date_created_with_marc_biblio.pl creates a modification log Signed-off by : Mathieu Saby Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 20:37:42 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 19:37:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-46-g987d9bd Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 987d9bd1104aa77d02e3051c7e71eef3f7910842 (commit) from b17765f2f9d02055eaf9f06af3a1c794f4b3bf42 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 987d9bd1104aa77d02e3051c7e71eef3f7910842 Author: Chris Nighswonger Date: Wed Nov 14 15:36:21 2012 -0500 Bug 9085 - Installer will not run with DEBUG set This is due to raising all db errors combined with the fact that attempts to make selections from a non-existent systempreferences table raises db errors. The installer should run even with DEBUG set, otherwise dropping and recreating a development database becomes somewhat of a chore. This patch adds code to check for the existence of the systempreferece table. If the table exists, then RaiseError is enabled on the database handle. Otherwise it is disabled to allow the installer to run without throwing an error. Signed-off-by: Jared Camins-Esakov The installer can now be run both with and without DEBUG set. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 20:42:09 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 19:42:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8954 created. v3.08.00-1250-g8718629 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8954 has been created at 8718629c5cd7387c39788a6a550c400769a9f8dc (commit) - Log ----------------------------------------------------------------- commit 8718629c5cd7387c39788a6a550c400769a9f8dc Author: Mathieu Saby Date: Fri Nov 9 00:49:49 2012 +0100 Bug 8954: Make languages list in advanced search translatable (revision 1) In opac-search.pl and search.pl, this patch moves the $lang variable from the end to the begining of the script, and use it as a parameter for getAllLanguages. In Languages.pm, getAllLanguages function is modified : - if no parameter is passed to the function, it returns english languages names - if a $lang parameter conforming to RFC4646 syntax is passed : -- the function returns languages names translated in $lang if possible -- if a language name is not translated in $lang in database, the function returns english language name To test, set your opac and staff interface in english and in other languages and check search.pl and opac-search.pl : - If language names in your languages_description table are translated in the same language you use for your GUI, the language names in dropdown list will be translated in this language (+native name). - If your GUI is in english, or in a language into whitch languages names are not translated in languages_description, the dropdown list will stay in english (+native name). Signed-off-by: Marc Veron Patch behaves as expected. With Opac language set to French I got all languages with French language name. With German (de-DE), I got only a few with German language names (and all other with English ones), this was due to missing entries for de-DE in table language_descriptions. This behaviour is consistent with the description above. Signed-off-by: Katrin Fischer Tested language list in OPAC and staff advanced search is translated properly after applying the patch. Checked that language switcher still works like it should. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Fixed typo in POD. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 20:43:05 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 19:43:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1260-gbe19f11 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via be19f11e9787554e65dfbbc6252a85b55158b44e (commit) via 8718629c5cd7387c39788a6a550c400769a9f8dc (commit) via c11b8c144d6bd499bad02585c01f8c5dbd66da03 (commit) via c085b9eb919f65010a866136f865d498fd03a5b1 (commit) via f5703f8bc7665fa6a7c3a81bac3480c8fdb94b70 (commit) via a0819d9baa8167d18bd442a4b64964cbc888095d (commit) via 27e2f67898881fcd54ec12d9eff7e6e6a81f059e (commit) via 86dfc69e8e84fd3d5f8a2a84e0c49e9c944ead9d (commit) via abf72944ddb5f60e4f94d13682890f20e4c29832 (commit) via af02e22ce565531dcc3893089b28ab8c85f7ebb9 (commit) via 724bb2c846805329551136b9547b15e79bcfe4cf (commit) from 29d1aa1be0d3c073fbedd8143b4354dd8da96dcc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit be19f11e9787554e65dfbbc6252a85b55158b44e Merge: c11b8c1 8718629 Author: Jared Camins-Esakov Date: Tue Nov 20 14:40:15 2012 -0500 Merge branch 'bug_8954' into 3.12-master commit c11b8c144d6bd499bad02585c01f8c5dbd66da03 Merge: c085b9e 724bb2c Author: Jared Camins-Esakov Date: Tue Nov 20 14:24:46 2012 -0500 Merge branch 'bug_8844' into 3.12-master commit c085b9eb919f65010a866136f865d498fd03a5b1 Merge: 86dfc69 f5703f8 Author: Jared Camins-Esakov Date: Tue Nov 20 14:14:15 2012 -0500 Merge branch 'bug_9024' into 3.12-master commit 86dfc69e8e84fd3d5f8a2a84e0c49e9c944ead9d Merge: af02e22 abf7294 Author: Jared Camins-Esakov Date: Tue Nov 20 14:10:59 2012 -0500 Merge branch 'bug_9017' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 6 +- C4/Languages.pm | 28 ++- catalogue/search.pl | 5 +- .../data/mysql/de-DE/mandatory/sample_notices.sql | 90 ++++++++ installer/data/mysql/de-DE/optional/auth_val.sql | 4 + .../{en => de-DE}/optional/patron_atributes.sql | 2 +- .../data/mysql/de-DE/optional/patron_atributes.txt | 2 + .../intranet-tmpl/prog/en/modules/tools/quotes.tt | 17 ++- .../UNIMARC_sync_date_created_with_marc_biblio.pl | 232 ++++++++++++++++--- opac/opac-search.pl | 5 +- 10 files changed, 337 insertions(+), 54 deletions(-) copy installer/data/mysql/{en => de-DE}/optional/patron_atributes.sql (63%) create mode 100644 installer/data/mysql/de-DE/optional/patron_atributes.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Nov 20 23:52:28 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Nov 2012 22:52:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-47-g0dac375 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 0dac375b514e3b6d17894db2d2fa4f808b6bdae3 (commit) from 987d9bd1104aa77d02e3051c7e71eef3f7910842 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0dac375b514e3b6d17894db2d2fa4f808b6bdae3 Author: Magnus Enger Date: Mon Nov 12 12:16:48 2012 +0100 Bug 9058 - Norwegian default for CalendarFirstDayOfWeek Sets a sensible default for CalendarFirstDayOfWeek in installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql To test: - Do a complete web install in Norwegian OR - Load installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql into MySQL from the command line - Check that CalendarFirstDayOfWeek is set to 'Monday' and that calendars display Monday as the first day of the week. Signed-off-by: Katrin Fischer Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../nb-NO/1-Obligatorisk/system_preferences.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 22 15:21:38 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Nov 2012 14:21:38 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8800 created. v3.08.00-1261-g7b18e21 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8800 has been created at 7b18e2146cbb1f4d0f9a87002e5ec8580bc188d6 (commit) - Log ----------------------------------------------------------------- commit 7b18e2146cbb1f4d0f9a87002e5ec8580bc188d6 Author: Tomas Cohen Arazi Date: Fri Sep 21 12:50:26 2012 -0300 Bug 8800 - useDaysMode=Datedue wrong behaviour (revisited) useDaysMode=Datedue wasn't used as advertised in the docs. Added next_open_day and prev_open_day subs to Koha::Calendar and some tests for them. - Koha::Calendar->addDate was rewritten in a more sane way (also split into addHours and addDays for convenience). - Fixed a bug introduced in Bug 8966 regarding dt truncation and dtSets->contains - Minor docs typos - Use the passed Calendar mode or default to 'Calendar' in Koha::Calendar->_mockinit. - Tests I'm writing some db-dependent tests for is_holiday, and hopefully for CalcDateDue so any rewrite/followup doesn't break things. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 22 18:07:16 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Nov 2012 17:07:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1330-gf0da77b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via f0da77b87285fc1a2fc12abe564ed3d23cdc9d6a (commit) via f5dbb253832947cfb65569bcf13926a169895e61 (commit) via 28ab5f95971ef04b6808b924f5c99d49e218ea57 (commit) via 07d440ca517dac6c561154d4f9523920afbb40c8 (commit) via 348030267c62c6089484bdc0f2bc522fb8e099c7 (commit) via e9df8806676ad2963bd2e8b3293dc843f0d744ff (commit) via 5ca8a9e768748e6858c2ac0af83dfd7328d5e96a (commit) via 81a512073d9c2751479e85a4d3811cf0e0b788d3 (commit) via afc860d66bd706a80fe1b6404b648aa4592f3f79 (commit) via 8615996749d84c1b54327d74aec2dd423650a4f5 (commit) via f7fabc661cbd7ba1a79e4e1e93911316714e3d68 (commit) via 7b18e2146cbb1f4d0f9a87002e5ec8580bc188d6 (commit) via 64b9bc74bfd8219b14f16847702cb7be5c4660db (commit) via b5474b7f95dca834640e086ed17b1a2223722168 (commit) via be19f11e9787554e65dfbbc6252a85b55158b44e (commit) via 8718629c5cd7387c39788a6a550c400769a9f8dc (commit) via c11b8c144d6bd499bad02585c01f8c5dbd66da03 (commit) via c085b9eb919f65010a866136f865d498fd03a5b1 (commit) via f5703f8bc7665fa6a7c3a81bac3480c8fdb94b70 (commit) via a0819d9baa8167d18bd442a4b64964cbc888095d (commit) via 27e2f67898881fcd54ec12d9eff7e6e6a81f059e (commit) via 86dfc69e8e84fd3d5f8a2a84e0c49e9c944ead9d (commit) via abf72944ddb5f60e4f94d13682890f20e4c29832 (commit) via af02e22ce565531dcc3893089b28ab8c85f7ebb9 (commit) via 724bb2c846805329551136b9547b15e79bcfe4cf (commit) from d63150f7e30d4bf73ef34d709f5c779c8a64626d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f0da77b87285fc1a2fc12abe564ed3d23cdc9d6a Merge: f5dbb25 afc860d Author: Paul Poulain Date: Thu Nov 22 16:42:47 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9078' into 3.10.x commit f5dbb253832947cfb65569bcf13926a169895e61 Merge: 28ab5f9 7b18e21 Author: Paul Poulain Date: Thu Nov 22 16:41:35 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8800' into 3.10.x commit 28ab5f95971ef04b6808b924f5c99d49e218ea57 Merge: 07d440c b5474b7 Author: Paul Poulain Date: Thu Nov 22 16:41:09 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9064' into 3.10.x commit 07d440ca517dac6c561154d4f9523920afbb40c8 Merge: 3480302 8718629 Author: Paul Poulain Date: Thu Nov 22 16:40:50 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8954' into 3.10.x commit 348030267c62c6089484bdc0f2bc522fb8e099c7 Merge: e9df880 724bb2c Author: Paul Poulain Date: Thu Nov 22 16:39:22 2012 +0100 Merge remote-tracking branch 'origin/new/bug_8844' into 3.10.x commit e9df8806676ad2963bd2e8b3293dc843f0d744ff Merge: 5ca8a9e f5703f8 Author: Paul Poulain Date: Thu Nov 22 16:38:43 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9024' into 3.10.x commit 5ca8a9e768748e6858c2ac0af83dfd7328d5e96a Merge: 81a5120 abf7294 Author: Paul Poulain Date: Thu Nov 22 16:38:28 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9017' into 3.10.x commit 81a512073d9c2751479e85a4d3811cf0e0b788d3 Merge: d63150f af02e22 Author: Paul Poulain Date: Thu Nov 22 16:34:17 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9070' into 3.10.x ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 6 +- C4/Circulation.pm | 5 +- C4/Languages.pm | 28 ++- Koha/Calendar.pm | 213 ++++++++++++++---- catalogue/search.pl | 5 +- .../data/mysql/de-DE/mandatory/sample_notices.sql | 90 ++++++++ installer/data/mysql/de-DE/optional/auth_val.sql | 4 + .../{en => de-DE}/optional/patron_atributes.sql | 2 +- .../data/mysql/de-DE/optional/patron_atributes.txt | 2 + installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 7 + .../intranet-tmpl/prog/en/modules/tools/quotes.tt | 17 ++- kohaversion.pl | 2 +- .../UNIMARC_sync_date_created_with_marc_biblio.pl | 232 ++++++++++++++++--- opac/opac-search.pl | 5 +- t/Calendar.t | 73 +++++- 16 files changed, 575 insertions(+), 118 deletions(-) copy installer/data/mysql/{en => de-DE}/optional/patron_atributes.sql (63%) create mode 100644 installer/data/mysql/de-DE/optional/patron_atributes.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 22 15:04:03 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Nov 2012 14:04:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9064 created. v3.08.00-1261-gb5474b7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9064 has been created at b5474b7f95dca834640e086ed17b1a2223722168 (commit) - Log ----------------------------------------------------------------- commit b5474b7f95dca834640e086ed17b1a2223722168 Author: Paul Poulain Date: Wed Nov 21 13:46:59 2012 +0100 Bug 9064: fix statistics.ccode column From updatedatabase.pl: $dbh->do("ALTER TABLE statistics ADD COLUMN ccode VARCHAR ( 10 ) NULL AFTER associatedborrower"); From kohastructure.sql: `ccode` int(11) default NULL, -- foreign key from the items table, links transaction to a specific collection code The variant in updatedatabase.pl is probably what was wanted. This patch fixes the kohastructure and add another updatedatabase.pl, in case someone has a broken install. This should not happen, because 3.10.0 still not released, but just in case... Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 22 08:16:40 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Nov 2012 07:16:40 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.08.07 created. v3.08.07 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.08.07 has been created at 82450d280431a8d712325db78fb2d2c5cc5f1383 (tag) tagging c151fac643fcae8d6cb239180e208e59f1c29c60 (commit) replaces v3.08.06 tagged by Chris Cormack on Thu Nov 22 20:21:48 2012 +1300 - Log ----------------------------------------------------------------- Koha release 3.8.7 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlCt0owACgkQZgbcHEvgMLMXLACgnLfHXnJAfGeHXMBu4007Wp/+ 7HoAn0xzx9/OhC39G7Zu63G86oZ/t8r7 =JHfr -----END PGP SIGNATURE----- Adrien Saurat (1): Bug 8234: fixes date sort on 'Transfers to receive' page Chris Cormack (4): Bug 3652 - Fixing a mistake in conflict resolution and closing an issue Bug 8987 : JS error Release notes and bumping version for release Merge remote-tracking branch 'tamil/3.8.7-translate' into 3.8.x Chris Nighswonger (1): Bug 9085 - Installer will not run with DEBUG set Colin Campbell (1): Bug 8841 Duedate should be set to end of expiry day Dobrica Pavlinusic (1): Bug 8953 - opac-userupdate encoding issues Fridolyn SOMERS (5): Bug 8973: HTML and URL escape missing in OPAC templates Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox Bug 8988: item status uses authorized value description for intranet Bug 7921: Software error while placing order Bug 8996: In result page items with negative notforloan are available Fr?d?ric Demians (2): Bug 8968 "Add to cart" translatable on OPAC result page 3.8.7 Translation Update Jared Camins-Esakov (3): Bug 8823: CatalogModuleRelink Creates Multiple Links between Bib and Auth record Bug 8665: DOM indexing fails to index some bib records Bug 8665 follow-up: add missing line to XSLT Jonathan Druart (2): Bug 8792 : Babeltheque: Remove the unused tab on the opac detail page But 8787: don't load the page if OpacMaintenance is ON Kyle M Hall (3): Bug 8862 - merge.pl contains untranslatable strings Bug 8213 - "Cancel All" button on holds over tab cancels both holds over and holds waiting Bug 8253 - fix fine doubling, when upgrading from 3.6 to 3.8 - Add de-duplication script Lyon3 Team (1): Bug 8888 : Question marks in series title facet links Magnus Enger (4): Bug 8568 - Fix some errors in docs for scripts provided by the Debian packages Bug 8941 - Make title display properly for NORMARC OPAC detail view Bug 8805 - Add a biblio-zebra-indexdefs.xsl for NORMARC Bug 9058 - Norwegian default for CalendarFirstDayOfWeek Marcel de Rooy (6): 7805 Exposing the new list permissions in opac and staff 7805 Followup for perlcritic messages Bug 8872: Add UTF-8 encoding to intranet xslt files Bug 8872 Add UTF-8 encoding to opac xslt files Bug 8872: Changes for opac-showmarc Bug 8872: Changes for intranet showmarc Mark Tompsett (5): Bug 8849 - Error log generated when not a demo system Bug 8834 - Call to C4::Context::preference fails to pass $self in Circulation.pm Bug 8910 - silent warnings triggered in about.pl Bug 8749 - Missing Ubuntu library files in ubuntu.*.packages Bug 8826 - Initialization of hash triggers error log entries. Mason James (1): Bug 8253 - Fine doubling Mathieu Saby (1): Bug 8958: Make facets more UNIMARC compliant (revision 1) Maxime Pelletier (1): Bug 8966 Koha::Calendar::is_holiday truncates the date Mirko Tietgen (1): Bug 4177 opaccloud missing from the system preferences interface Owen Leonard (4): Bug 8898 - Remove unused mainmenu include and related styles in the staff client Bug 8912 - Remove unused hold-menu.inc Bug 8907 - Last updated date does not appear on currency edit form Bug 8804 [Revised] Quiet errors in the log from Auth.pm Paul Poulain (2): Bug 8862 follow-up s/\t/4spaces/g Bug 8939 follow-up welcome to Robert Williams 194th contributor Robert Williams (1): Bug 8939 : Fines being charged during the grace period ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 22 08:12:55 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Nov 2012 07:12:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-50-gc151fac Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via c151fac643fcae8d6cb239180e208e59f1c29c60 (commit) via a689399e631229c5b5cf1d95edad508880fca1a8 (commit) via 19998368fe86f2edcf6b92435cf508f4fd563fb5 (commit) from 0dac375b514e3b6d17894db2d2fa4f808b6bdae3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c151fac643fcae8d6cb239180e208e59f1c29c60 Merge: a689399 1999836 Author: Chris Cormack Date: Thu Nov 22 20:16:30 2012 +1300 Merge remote-tracking branch 'tamil/3.8.7-translate' into 3.8.x commit a689399e631229c5b5cf1d95edad508880fca1a8 Author: Chris Cormack Date: Thu Nov 22 20:15:38 2012 +1300 Release notes and bumping version for release commit 19998368fe86f2edcf6b92435cf508f4fd563fb5 Author: Fr?d?ric Demians Date: Thu Nov 22 07:56:27 2012 +0100 3.8.7 Translation Update ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 5 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_8_7.txt | 331 + .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 4928 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po |41556 +++--- misc/translator/po/am-Ethi-pref.po | 12 + .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 5089 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po |41832 +++--- misc/translator/po/ar-Arab-pref.po | 35 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 4928 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po |41620 +++--- misc/translator/po/az-AZ-pref.po | 12 + misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 4925 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po |41557 +++--- misc/translator/po/ben-pref.po | 12 + .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 4928 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po |41557 +++--- misc/translator/po/ca-VA-pref.po | 12 + .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 5087 +- .../po/da-DK-i-staff-t-prog-v-3006000.po |41831 +++--- misc/translator/po/da-DK-pref.po | 12 + .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 5067 +- .../po/de-CH-i-staff-t-prog-v-3006000.po |41875 +++--- misc/translator/po/de-CH-pref.po | 12 + .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 4994 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |41891 +++--- misc/translator/po/de-DE-pref.po | 26 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 5089 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |41870 +++--- misc/translator/po/el-GR-pref.po | 12 + .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 5174 +- .../po/en-GB-i-staff-t-prog-v-3006000.po |41627 +++--- misc/translator/po/en-GB-pref.po | 12 + .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 5012 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po |41863 +++--- misc/translator/po/en-NZ-pref.po | 24 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 5114 +- .../po/es-ES-i-staff-t-prog-v-3006000.po |41899 +++--- misc/translator/po/es-ES-pref.po | 26 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 5211 +- misc/translator/po/eu-pref.po | 1690 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 5462 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po |42477 +++--- misc/translator/po/fi-FI-pref.po | 14 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 5044 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po |41835 +++--- misc/translator/po/fr-CA-pref.po | 12 + .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 4960 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po |41837 +++--- misc/translator/po/fr-FR-pref.po | 34 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 4928 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po |41605 +++--- misc/translator/po/hi-pref.po | 12 + .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 5092 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po |41589 +++--- misc/translator/po/hr-HR-pref.po | 12 + .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 5162 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po |41580 +++--- misc/translator/po/hu-HU-pref.po | 12 + .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 5130 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po |41885 +++--- misc/translator/po/hy-Armn-pref.po | 34 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 5071 +- .../po/id-ID-i-staff-t-prog-v-3006000.po |41601 +++--- misc/translator/po/id-ID-pref.po | 12 + .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 5000 +- misc/translator/po/is-IS-pref.po | 12 + .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 5110 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |41920 +++--- misc/translator/po/it-IT-pref.po | 24 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 5224 +- misc/translator/po/ja-Jpan-JP-pref.po | 12 + .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 5159 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po |41656 +++--- misc/translator/po/lo-Laoo-pref.po | 12 + .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 4928 +- misc/translator/po/mi-NZ-pref.po | 12 + misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 4928 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po |41605 +++--- misc/translator/po/mon-pref.po | 12 + misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 4837 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po |41599 +++--- misc/translator/po/mr-pref.po | 12 + .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 5158 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po |41557 +++--- misc/translator/po/ms-MY-pref.po | 12 + .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 5076 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po |41844 +++--- misc/translator/po/nb-NO-pref.po | 12 + .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 5099 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po |41746 +++--- misc/translator/po/nl-BE-pref.po | 34 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 5073 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po |41557 +++--- misc/translator/po/nl-NL-pref.po | 12 + .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 4932 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po |41673 +++--- misc/translator/po/nn-NO-pref.po | 12 + .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 5071 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po |41738 +++--- misc/translator/po/pl-PL-pref.po | 12 + .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 5094 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po |41863 +++--- misc/translator/po/pt-BR-pref.po | 32 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 9758 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po |42887 +++--- misc/translator/po/pt-PT-pref.po | 12 + .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 5004 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po |41639 +++--- misc/translator/po/ro-RO-pref.po | 12 + .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 5124 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po |42029 +++--- misc/translator/po/ru-RU-pref.po | 12 + .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 4925 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po |41556 +++--- misc/translator/po/sd-PK-pref.po | 12 + .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po |29872 ++-- .../po/sk-SK-i-staff-t-prog-v-3006000.po |180764 ++++++++++++-------- misc/translator/po/sk-SK-pref.po | 2643 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 5000 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po |41571 +++--- misc/translator/po/sv-SE-pref.po | 12 + misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 5085 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |41787 +++--- misc/translator/po/tet-pref.po | 12 + .../po/th-THA-i-opac-t-prog-v-3006000.po | 5114 +- .../po/th-THA-i-staff-t-prog-v-3006000.po |41557 +++--- misc/translator/po/th-THA-pref.po | 12 + .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 6774 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po |41441 +++--- misc/translator/po/tr-TR-pref.po | 2199 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 5110 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po |41932 +++--- misc/translator/po/uk-UA-pref.po | 12 + .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 4833 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po |41557 +++--- misc/translator/po/ur-Arab-pref.po | 12 + .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 4990 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po |41565 +++--- misc/translator/po/vi-VN-pref.po | 12 + misc/translator/po/zh-Hans-CN-pref.po | 12 + .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 5026 +- misc/translator/po/zh-Hans-TW-pref.po | 12 + 143 files changed, 1132503 insertions(+), 1083211 deletions(-) create mode 100644 misc/release_notes/release_notes_3_8_7.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 22 15:42:26 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Nov 2012 14:42:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9106 created. v3.08.00-1267-g91a88e6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9106 has been created at 91a88e6f0012e290f7d6655e5cda0035d4567e83 (commit) - Log ----------------------------------------------------------------- commit 91a88e6f0012e290f7d6655e5cda0035d4567e83 Author: Owen Leonard Date: Mon Nov 19 11:00:15 2012 -0500 Bug 9106 - Filtering list of uncertain price list by owner empties order information The form which filters the list of orders with uncertain prices includes a parameter which tells the script to modify the orders, resulting in order information being lost. This patch removes the unnecessary form field. To test you must have orders with uncertain prices, preferably from more than one user. Go to the uncertain prices page. Before applying this patch, submitting the "orders from" form would cause the page to refresh with no results. This is because the script cleared the orders of price, quantity, etc. information. After applying this patch the uncertain prices list should refresh and show the correct results, either your orders ("me") or all ("Everyone"). Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 22 15:31:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Nov 2012 14:31:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1266-gafc860d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via afc860d66bd706a80fe1b6404b648aa4592f3f79 (commit) via 8615996749d84c1b54327d74aec2dd423650a4f5 (commit) from f7fabc661cbd7ba1a79e4e1e93911316714e3d68 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Koha/Calendar.pm | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 22 15:21:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Nov 2012 14:21:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1264-gf7fabc6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via f7fabc661cbd7ba1a79e4e1e93911316714e3d68 (commit) via 7b18e2146cbb1f4d0f9a87002e5ec8580bc188d6 (commit) via 64b9bc74bfd8219b14f16847702cb7be5c4660db (commit) via b5474b7f95dca834640e086ed17b1a2223722168 (commit) from be19f11e9787554e65dfbbc6252a85b55158b44e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f7fabc661cbd7ba1a79e4e1e93911316714e3d68 Merge: 64b9bc7 7b18e21 Author: Jared Camins-Esakov Date: Thu Nov 22 09:20:07 2012 -0500 Merge branch 'bug_8800' into 3.12-master commit 64b9bc74bfd8219b14f16847702cb7be5c4660db Author: Jared Camins-Esakov Date: Thu Nov 22 09:04:05 2012 -0500 Bug 9064: Increment version number Database update for bug 9064 has been given version 3.09.00.067 ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 5 +- Koha/Calendar.pm | 190 +++++++++++++++++++++++++------- installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 7 + kohaversion.pl | 2 +- t/Calendar.t | 73 ++++++++++-- 6 files changed, 222 insertions(+), 57 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 22 15:30:38 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Nov 2012 14:30:38 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9078 created. v3.08.00-1266-gafc860d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9078 has been created at afc860d66bd706a80fe1b6404b648aa4592f3f79 (commit) - Log ----------------------------------------------------------------- commit afc860d66bd706a80fe1b6404b648aa4592f3f79 Author: Tomas Cohen Arazi Date: Wed Nov 21 12:54:46 2012 -0300 Bug 9078 - fixing exceptions broke tests Fixing the holiday exceptions arised a problem with how the test data was constructed. This made several tests fail. This patch fixes the add_holiday function. Tests should pass now. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov commit 8615996749d84c1b54327d74aec2dd423650a4f5 Author: Tomas Cohen Arazi Date: Wed Nov 21 10:43:11 2012 -0300 Bug 9078 - is_holiday should honour holiday exceptions Make is_holiday return 0 for holiday exceptions. Note: This patch makes several current ok tests fail. My first guess is test data is not constructed ok. More on this later. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 15:12:36 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 14:12:36 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9122 created. v3.08.00-1267-gab159bd Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9122 has been created at ab159bd8a2eecc3e602343fbeb37b97f79998be1 (commit) - Log ----------------------------------------------------------------- commit ab159bd8a2eecc3e602343fbeb37b97f79998be1 Author: Paul Poulain Date: Fri Nov 23 14:32:42 2012 +0100 Bug 9122: fix the problem when writing-off a fine The problem was introduced by the addition of accountlines_id in bug 7671 The WriteOffFee sub was called with accountlines_id as second parameter but still dealing with the accountno column. As a result, the UPDATE was failing (updating nothing), and the fine note written off even if the writeoff itself was saved. In other words: the writeoff was not "attached" to the fine. This patch fixes the problem. Test plan: do what katrin says in initial description of the problem: - add some fines manually, I did 'new card' and sundry - try writing off all of them or one of them - the fine is correctly written off Signed-off-by: Jared Camins-Esakov Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 15:13:46 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 14:13:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1267-gab159bd Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via ab159bd8a2eecc3e602343fbeb37b97f79998be1 (commit) from afc860d66bd706a80fe1b6404b648aa4592f3f79 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 15:46:51 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 14:46:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1337-ge261ec3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via e261ec301df6d178d03675d117976f74c7ee6b21 (commit) via f41cd9e9a7cf0caa45425cd9d18630444676943e (commit) via 4fd58d8e9dc444b6443ab86039b556f42f52c92c (commit) via aa4899c97f1e86812a179c62a2cd522235e83420 (commit) via d9cd1d9368d8467c4dfa24ff01907a8455ce0da4 (commit) via ab159bd8a2eecc3e602343fbeb37b97f79998be1 (commit) via 0bf8e93da815708de18092264c498bce0f2923d6 (commit) from f0da77b87285fc1a2fc12abe564ed3d23cdc9d6a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e261ec301df6d178d03675d117976f74c7ee6b21 Author: Paul Poulain Date: Mon Nov 19 17:16:33 2012 +0100 Bumping version to 3.10.0 and adding sponsors that are were not already written Sponsored-by: Central Kansas Library System (CKLS), Plum Creek Library System and Washoe County Library System Sponsored-by: Los Gatos Public Library and Harrison Carmel Public Library Sponsored-by: Talking Tech Sponsored-by: VOKAL Sponsored-by: Brooklyn Law School Library Sponsored-by: North Central Regional Library (NCRL) Sponsored-by: Washoe County Library System Sponsored-by: Corpus Christi Public Libraries Sponsored-by: Northeast Kansas Library System (NEKLS) Sponsored-by: Universit? d'Aix-Marseille Sponsored-by: Universit? de Rennes 2 Sponsored-by: Universit? de Lyon 3 Sponsored-by: Universit? de St Etienne Sponsored-by: BdP de la Meuse commit f41cd9e9a7cf0caa45425cd9d18630444676943e Merge: 4fd58d8 0bf8e93 Author: Paul Poulain Date: Fri Nov 23 15:50:26 2012 +0100 Merge remote-tracking branch 'tamil/3.10.0-translate' into 3.10.xb commit 4fd58d8e9dc444b6443ab86039b556f42f52c92c Author: Paul Poulain Date: Fri Nov 23 11:06:44 2012 +0100 Bug 9018 Italian translation of ccsr.po commit aa4899c97f1e86812a179c62a2cd522235e83420 Author: Paul Poulain Date: Fri Nov 23 11:15:44 2012 +0100 Bug 9018 generated ccsr translation file (see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9018#c13 that explain how I made them) commit d9cd1d9368d8467c4dfa24ff01907a8455ce0da4 Merge: f0da77b ab159bd Author: Paul Poulain Date: Fri Nov 23 15:41:35 2012 +0100 Merge remote-tracking branch 'origin/new/bug_9122' into 3.10.xb commit 0bf8e93da815708de18092264c498bce0f2923d6 Author: Fr?d?ric Demians Date: Fri Nov 23 12:46:19 2012 +0100 3.10.0 Translation Update ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 12 +- installer/data/mysql/updatedatabase.pl | 5 + kohaversion.pl | 2 +- .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 8569 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po |36086 +++--- misc/translator/po/am-Ethi-opac-ccsr.po | 2764 + misc/translator/po/am-Ethi-pref.po | 598 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po |13638 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po |70571 ++++++----- misc/translator/po/ar-Arab-opac-ccsr.po | 2948 + misc/translator/po/ar-Arab-pref.po | 2526 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 8439 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po |38318 +++--- misc/translator/po/az-AZ-opac-ccsr.po | 2849 + misc/translator/po/az-AZ-pref.po | 602 +- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 8210 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po |36090 +++--- misc/translator/po/ben-opac-ccsr.po | 1142 + misc/translator/po/ben-pref.po | 604 +- misc/translator/po/bg-Cyrl-opac-ccsr.po | 2240 + .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 8454 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po |36090 +++--- misc/translator/po/ca-VA-opac-ccsr.po | 2822 + misc/translator/po/ca-VA-pref.po | 604 +- misc/translator/po/cs-CZ-opac-ccsr.po | 1128 + .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 9149 +- .../po/da-DK-i-staff-t-prog-v-3006000.po |38266 +++--- misc/translator/po/da-DK-opac-ccsr.po | 1097 + misc/translator/po/da-DK-pref.po | 626 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po |17702 +++ .../po/de-CH-i-staff-t-prog-v-3006000.po |102041 ++++++++++++++ misc/translator/po/de-CH-pref.po | 5750 + .../translator/po/de-DE-i-opac-t-prog-v-3006000.po |10489 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |62830 +++++---- misc/translator/po/de-DE-opac-ccsr.po | 838 + misc/translator/po/de-DE-pref.po | 748 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 9830 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |38277 +++--- misc/translator/po/el-GR-opac-ccsr.po | 1562 + misc/translator/po/el-GR-pref.po | 630 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 8481 +- .../po/en-GB-i-staff-t-prog-v-3006000.po |37863 +++--- misc/translator/po/en-GB-opac-ccsr.po | 2670 + misc/translator/po/en-GB-pref.po | 1005 +- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 9826 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po |48803 ++++---- misc/translator/po/en-NZ-opac-ccsr.po | 1610 + misc/translator/po/en-NZ-pref.po | 1038 +- misc/translator/po/en-USACADEMIC-opac-ccsr.po | 846 + .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 8860 +- .../po/es-ES-i-staff-t-prog-v-3006000.po |48731 +++++--- misc/translator/po/es-ES-opac-ccsr.po | 828 + misc/translator/po/es-ES-pref.po | 1087 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 8319 +- misc/translator/po/eu-opac-ccsr.po | 1479 + misc/translator/po/eu-pref.po | 600 +- misc/translator/po/fa-Arab-opac-ccsr.po | 2756 + .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po |10371 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po |38201 +++--- misc/translator/po/fi-FI-opac-ccsr.po | 1748 + misc/translator/po/fi-FI-pref.po | 2552 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 9645 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po |39172 ++++--- misc/translator/po/fr-CA-opac-ccsr.po | 1672 + misc/translator/po/fr-CA-pref.po | 624 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po |13838 ++- .../po/fr-FR-i-staff-t-prog-v-3006000.po |139333 +++++++++++--------- misc/translator/po/fr-FR-opac-ccsr.po | 912 + misc/translator/po/fr-FR-opac-ccsr.po.ini | 824 + misc/translator/po/fr-FR-pref.po | 822 +- misc/translator/po/gl-opac-ccsr.po | 1823 + misc/translator/po/he-Hebr-opac-ccsr.po | 1781 + misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 8451 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po |38251 +++--- misc/translator/po/hi-opac-ccsr.po | 2784 + misc/translator/po/hi-pref.po | 602 +- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 9185 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po |37153 +++--- misc/translator/po/hr-HR-opac-ccsr.po | 1480 + misc/translator/po/hr-HR-pref.po | 602 +- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 8666 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po |38014 +++--- misc/translator/po/hu-HU-opac-ccsr.po | 2750 + misc/translator/po/hu-HU-pref.po | 608 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po |11252 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po |49167 ++++--- misc/translator/po/hy-Armn-opac-ccsr.po | 3073 + misc/translator/po/hy-Armn-pref.po | 2530 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po |12259 +- .../po/id-ID-i-staff-t-prog-v-3006000.po |36679 +++--- misc/translator/po/id-ID-opac-ccsr.po | 1128 + misc/translator/po/id-ID-pref.po | 2478 +- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 8366 +- misc/translator/po/is-IS-opac-ccsr.po | 2708 + misc/translator/po/is-IS-pref.po | 616 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po |11444 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |51560 ++++---- misc/translator/po/it-IT-opac-ccsr.po | 834 + misc/translator/po/it-IT-pref.po | 2879 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 8897 +- misc/translator/po/ja-Jpan-JP-opac-ccsr.po | 3365 + misc/translator/po/ja-Jpan-JP-pref.po | 604 +- misc/translator/po/ko-Kore-KP-opac-ccsr.po | 2646 + .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 8391 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po |36462 +++--- misc/translator/po/lo-Laoo-opac-ccsr.po | 1607 + misc/translator/po/lo-Laoo-pref.po | 604 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 8541 +- misc/translator/po/mi-NZ-opac-ccsr.po | 2827 + misc/translator/po/mi-NZ-pref.po | 600 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 8454 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po |38673 +++--- misc/translator/po/mon-opac-ccsr.po | 2825 + misc/translator/po/mon-pref.po | 604 +- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 8269 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po |36316 +++--- misc/translator/po/mr-opac-ccsr.po | 1929 + misc/translator/po/mr-pref.po | 604 +- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po |12791 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po |36607 +++--- misc/translator/po/ms-MY-opac-ccsr.po | 1453 + misc/translator/po/ms-MY-pref.po | 632 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po |12419 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po |36006 +++--- misc/translator/po/nb-NO-opac-ccsr.po | 854 + misc/translator/po/nb-NO-pref.po | 311 +- misc/translator/po/ne-NE-opac-ccsr.po | 1009 + .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 9410 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po |40622 ++++--- misc/translator/po/nl-BE-opac-ccsr.po | 1625 + misc/translator/po/nl-BE-pref.po | 1048 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po |12656 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po |36096 +++--- misc/translator/po/nl-NL-opac-ccsr.po | 2665 + misc/translator/po/nl-NL-pref.po | 604 +- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 8327 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po |37411 +++--- misc/translator/po/nn-NO-opac-ccsr.po | 2877 + misc/translator/po/nn-NO-pref.po | 604 +- misc/translator/po/pbr-opac-ccsr.po | 1074 + .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 9270 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po |39904 ++++--- misc/translator/po/pl-PL-opac-ccsr.po | 1604 + misc/translator/po/pl-PL-pref.po | 652 +- misc/translator/po/prs-opac-ccsr.po | 1163 + .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po |10069 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po |45816 ++++--- misc/translator/po/pt-BR-opac-ccsr.po | 1550 + misc/translator/po/pt-BR-pref.po | 1002 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 9281 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po |39262 +++--- misc/translator/po/pt-PT-opac-ccsr.po | 2947 + misc/translator/po/pt-PT-pref.po | 616 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 8405 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po |37167 +++--- misc/translator/po/ro-RO-opac-ccsr.po | 2794 + misc/translator/po/ro-RO-pref.po | 608 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 8410 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po |41218 ++++--- misc/translator/po/ru-RU-opac-ccsr.po | 1034 + misc/translator/po/ru-RU-pref.po | 693 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 8202 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po |36086 +++--- misc/translator/po/sd-PK-opac-ccsr.po | 952 + misc/translator/po/sd-PK-pref.po | 604 +- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po |21799 ++-- .../po/sk-SK-i-staff-t-prog-v-3006000.po |132538 ++++++++++++------- misc/translator/po/sk-SK-opac-ccsr.po | 2257 + misc/translator/po/sk-SK-pref.po |10569 +-- misc/translator/po/sl-SI-opac-ccsr.po | 826 + misc/translator/po/sq-AL-opac-ccsr.po | 829 + misc/translator/po/sr-Cyrl-opac-ccsr.po | 2519 + .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 8403 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po |36358 +++--- misc/translator/po/sv-SE-opac-ccsr.po | 2610 + misc/translator/po/sv-SE-pref.po | 604 +- misc/translator/po/ta-LK-opac-ccsr.po | 824 + misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 8840 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |37277 +++--- misc/translator/po/tet-opac-ccsr.po | 1447 + misc/translator/po/tet-pref.po | 604 +- .../po/th-THA-i-opac-t-prog-v-3006000.po | 8461 +- .../po/th-THA-i-staff-t-prog-v-3006000.po |36113 +++--- misc/translator/po/th-THA-opac-ccsr.po | 2930 + misc/translator/po/th-THA-pref.po | 604 +- misc/translator/po/tl-PH-opac-ccsr.po | 926 + .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 8851 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po |38196 +++--- misc/translator/po/tr-TR-opac-ccsr.po | 2056 + misc/translator/po/tr-TR-pref.po | 1514 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 8400 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po |41752 ++++--- misc/translator/po/uk-UA-opac-ccsr.po | 1060 + misc/translator/po/uk-UA-pref.po | 693 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 8258 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po |36086 +++--- misc/translator/po/ur-Arab-opac-ccsr.po | 1197 + misc/translator/po/ur-Arab-pref.po | 606 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po |14339 ++- .../po/vi-VN-i-staff-t-prog-v-3006000.po |62463 ++++++---- misc/translator/po/vi-VN-opac-ccsr.po | 830 + misc/translator/po/vi-VN-pref.po |34860 +----- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po |32872 +++--- misc/translator/po/zh-Hans-CN-opac-ccsr.po | 824 + misc/translator/po/zh-Hans-CN-pref.po | 2350 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po |12290 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |69769 +---------- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 1477 + misc/translator/po/zh-Hans-TW-pref.po | 1330 +- 209 files changed, 1636196 insertions(+), 1180628 deletions(-) create mode 100644 misc/translator/po/am-Ethi-opac-ccsr.po create mode 100644 misc/translator/po/ar-Arab-opac-ccsr.po create mode 100644 misc/translator/po/az-AZ-opac-ccsr.po create mode 100644 misc/translator/po/ben-opac-ccsr.po create mode 100644 misc/translator/po/bg-Cyrl-opac-ccsr.po create mode 100644 misc/translator/po/ca-VA-opac-ccsr.po create mode 100644 misc/translator/po/cs-CZ-opac-ccsr.po create mode 100644 misc/translator/po/da-DK-opac-ccsr.po create mode 100644 misc/translator/po/de-CH-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/de-CH-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/de-CH-pref.po create mode 100644 misc/translator/po/de-DE-opac-ccsr.po create mode 100644 misc/translator/po/el-GR-opac-ccsr.po create mode 100644 misc/translator/po/en-GB-opac-ccsr.po create mode 100644 misc/translator/po/en-NZ-opac-ccsr.po create mode 100644 misc/translator/po/en-USACADEMIC-opac-ccsr.po create mode 100644 misc/translator/po/es-ES-opac-ccsr.po create mode 100644 misc/translator/po/eu-opac-ccsr.po create mode 100644 misc/translator/po/fa-Arab-opac-ccsr.po create mode 100644 misc/translator/po/fi-FI-opac-ccsr.po create mode 100644 misc/translator/po/fr-CA-opac-ccsr.po create mode 100644 misc/translator/po/fr-FR-opac-ccsr.po create mode 100644 misc/translator/po/fr-FR-opac-ccsr.po.ini create mode 100644 misc/translator/po/gl-opac-ccsr.po create mode 100644 misc/translator/po/he-Hebr-opac-ccsr.po create mode 100644 misc/translator/po/hi-opac-ccsr.po create mode 100644 misc/translator/po/hr-HR-opac-ccsr.po create mode 100644 misc/translator/po/hu-HU-opac-ccsr.po create mode 100644 misc/translator/po/hy-Armn-opac-ccsr.po create mode 100644 misc/translator/po/id-ID-opac-ccsr.po create mode 100644 misc/translator/po/is-IS-opac-ccsr.po create mode 100644 misc/translator/po/it-IT-opac-ccsr.po create mode 100644 misc/translator/po/ja-Jpan-JP-opac-ccsr.po create mode 100644 misc/translator/po/ko-Kore-KP-opac-ccsr.po create mode 100644 misc/translator/po/lo-Laoo-opac-ccsr.po create mode 100644 misc/translator/po/mi-NZ-opac-ccsr.po create mode 100644 misc/translator/po/mon-opac-ccsr.po create mode 100644 misc/translator/po/mr-opac-ccsr.po create mode 100644 misc/translator/po/ms-MY-opac-ccsr.po create mode 100644 misc/translator/po/nb-NO-opac-ccsr.po create mode 100644 misc/translator/po/ne-NE-opac-ccsr.po create mode 100644 misc/translator/po/nl-BE-opac-ccsr.po create mode 100644 misc/translator/po/nl-NL-opac-ccsr.po create mode 100644 misc/translator/po/nn-NO-opac-ccsr.po create mode 100644 misc/translator/po/pbr-opac-ccsr.po create mode 100644 misc/translator/po/pl-PL-opac-ccsr.po create mode 100644 misc/translator/po/prs-opac-ccsr.po create mode 100644 misc/translator/po/pt-BR-opac-ccsr.po create mode 100644 misc/translator/po/pt-PT-opac-ccsr.po create mode 100644 misc/translator/po/ro-RO-opac-ccsr.po create mode 100644 misc/translator/po/ru-RU-opac-ccsr.po create mode 100644 misc/translator/po/sd-PK-opac-ccsr.po create mode 100644 misc/translator/po/sk-SK-opac-ccsr.po create mode 100644 misc/translator/po/sl-SI-opac-ccsr.po create mode 100644 misc/translator/po/sq-AL-opac-ccsr.po create mode 100644 misc/translator/po/sr-Cyrl-opac-ccsr.po create mode 100644 misc/translator/po/sv-SE-opac-ccsr.po create mode 100644 misc/translator/po/ta-LK-opac-ccsr.po create mode 100644 misc/translator/po/tet-opac-ccsr.po create mode 100644 misc/translator/po/th-THA-opac-ccsr.po create mode 100644 misc/translator/po/tl-PH-opac-ccsr.po create mode 100644 misc/translator/po/tr-TR-opac-ccsr.po create mode 100644 misc/translator/po/uk-UA-opac-ccsr.po create mode 100644 misc/translator/po/ur-Arab-opac-ccsr.po create mode 100644 misc/translator/po/vi-VN-opac-ccsr.po create mode 100644 misc/translator/po/zh-Hans-CN-opac-ccsr.po create mode 100644 misc/translator/po/zh-Hans-TW-opac-ccsr.po hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 17:18:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 16:18:53 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1338-g5d92ab3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 5d92ab39a681e370635324f1fdb9e69b187e7842 (commit) from e261ec301df6d178d03675d117976f74c7ee6b21 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5d92ab39a681e370635324f1fdb9e69b187e7842 Author: Paul Poulain Date: Fri Nov 23 16:27:57 2012 +0100 Adding 3.10 release notes ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_10_0.txt | 2231 +++++++++++++++++++++++++++ 1 files changed, 2231 insertions(+), 0 deletions(-) create mode 100644 misc/release_notes/release_notes_3_10_0.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 17:25:24 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 16:25:24 +0000 Subject: [koha-commits] main Koha release repository tag v3.10.00 created. v3.08.00-1338-g5d92ab3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The tag, v3.10.00 has been created at 5d92ab39a681e370635324f1fdb9e69b187e7842 (commit) - Log ----------------------------------------------------------------- commit 5d92ab39a681e370635324f1fdb9e69b187e7842 Author: Paul Poulain Date: Fri Nov 23 16:27:57 2012 +0100 Adding 3.10 release notes ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 17:41:18 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 16:41:18 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1270-g8445934 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 844593461226710f2d72ccaaa1d99a5776b84a34 (commit) via 7703dd6ce3f3454e0a4a2c31093e0a48bf0fc8a5 (commit) via 9a0e4911e61ec4a6c6a5c9c3f388fff3d20d5fd8 (commit) from ab159bd8a2eecc3e602343fbeb37b97f79998be1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 844593461226710f2d72ccaaa1d99a5776b84a34 Author: Jared Camins-Esakov Date: Fri Nov 23 11:38:29 2012 -0500 Update history to reflect 3.10.0 and 3.8.7 releases Signed-off-by: Jared Camins-Esakov commit 7703dd6ce3f3454e0a4a2c31093e0a48bf0fc8a5 Author: Paul Poulain Date: Fri Nov 23 16:27:57 2012 +0100 Adding 3.10 release notes commit 9a0e4911e61ec4a6c6a5c9c3f388fff3d20d5fd8 Author: Paul Poulain Date: Mon Nov 19 17:16:33 2012 +0100 Bumping version to 3.10.0 and adding sponsors that are were not already written Sponsored-by: Central Kansas Library System (CKLS), Plum Creek Library System and Washoe County Library System Sponsored-by: Los Gatos Public Library and Harrison Carmel Public Library Sponsored-by: Talking Tech Sponsored-by: VOKAL Sponsored-by: Brooklyn Law School Library Sponsored-by: North Central Regional Library (NCRL) Sponsored-by: Washoe County Library System Sponsored-by: Corpus Christi Public Libraries Sponsored-by: Northeast Kansas Library System (NEKLS) Sponsored-by: Universit? d'Aix-Marseille Sponsored-by: Universit? de Rennes 2 Sponsored-by: Universit? de Lyon 3 Sponsored-by: Universit? de St Etienne Sponsored-by: BdP de la Meuse ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 2 + installer/data/mysql/updatedatabase.pl | 5 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_10_0.txt | 2231 +++++++++++++++++++++++++++ 4 files changed, 2239 insertions(+), 1 deletions(-) create mode 100644 misc/release_notes/release_notes_3_10_0.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 17:47:50 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 16:47:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9008 created. v3.08.00-1172-g3f60328 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9008 has been created at 3f60328b4f943fd340d6374980333ffd6ad0baa6 (commit) - Log ----------------------------------------------------------------- commit 3f60328b4f943fd340d6374980333ffd6ad0baa6 Author: Owen Leonard Date: Fri Nov 2 08:52:01 2012 -0400 Bug 9008 [Follow-up] Warn if librarian logged-in with mysql/admin account - Correcting typo - Adding markup tweaks - Adjusting the wording of the warning Signed-off-by: Chris Cormack Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 5293bb554076dd2e6d100b119857737be8951ac6 Author: Paul Poulain Date: Fri Nov 2 12:49:32 2012 +0100 Bug 9008: warn if user is logged-in with admin account Test plan: * log-in staff interface with admin (mysql) account => there's a large warning on the homepage * log-in with another account => nothing displayed Signed-off-by: Jared Camins-Esakov Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 17:48:05 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 16:48:05 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_2832 created. v3.08.00-1173-g2c65bdc Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_2832 has been created at 2c65bdcdcc735b273dc7479638989da4593368f2 (commit) - Log ----------------------------------------------------------------- commit 2c65bdcdcc735b273dc7479638989da4593368f2 Author: Jared Camins-Esakov Date: Fri Nov 23 11:42:34 2012 -0500 Update kohaversion for 3.11.000.001 commit 5511dad7028439f38e8197e54610b96c03f7848f Author: Jared Camins-Esakov Date: Mon Nov 5 10:53:10 2012 -0500 Bug 2832: Increment version number Database update for bug 2832 has been given version 3.11.00.001 commit aafcebef8fde3ef82d789dbac09e3eb9863a56bd Author: Magnus Enger Date: Wed Oct 10 16:43:19 2012 +0200 Bug 2832 - Make alphabet localizable Adds the "alphabet" syspref, which can hold a space separated list of charachters, which can be expanded into browse links when needed. To test: - Make sure to run updatedatabase - Check that the "alphabet" syspref was added under "I18N/L10N preferences" - Check that browse links are displayed Home ? Patrons - Add some weird charachters like ??? to "alphabet" and check that the browse links are still displayed ok Signed-off-by: Mirko Tietgen Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 17:48:30 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 16:48:30 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8758 created. v3.08.00-1171-g99ad107 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8758 has been created at 99ad10712e061d37c82d333849eb6fa78a275296 (commit) - Log ----------------------------------------------------------------- commit 99ad10712e061d37c82d333849eb6fa78a275296 Author: Jonathan Druart Date: Tue Sep 11 15:08:01 2012 +0200 Bug 8758: Remove useless code in circ/returns.pl Signed-off-by: Owen Leonard Before applying the patch I removed the [% IF %] from around the markup which is removed by this patch. A table of title and patron information appeared which I don't remember ever seeing before. This tells me it's really unused. After applying the patch I performed some check-ins on both checked out items and items which were on hold. All operations completed normally. Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 18:15:12 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 17:15:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8664 created. v3.08.00-1271-g4fbadba Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8664 has been created at 4fbadbaed42f6a5045246a13d228cbb678a9ab84 (commit) - Log ----------------------------------------------------------------- commit 4fbadbaed42f6a5045246a13d228cbb678a9ab84 Author: Owen Leonard Date: Wed Aug 22 08:48:38 2012 -0400 Bug 8664 - Add floating toolbar with save button to system preferences editor This patch adds a copy of the "save" button in a toolbar at the top of the system preferences editor. The toolbar becomes fixed at the top of the page when you scroll down, exactly like the toolbar on addbiblio.pl. Because multiple save buttons might appear when the system prefs page displays search results, the toolbar does not appear in this case. To test, open the system preferences editor and change a setting. Try saving both with the button in the toolbar and the button at the top of the page. Test scrolling to confirm that the toolbar "sticks" to the top of the page when you scroll down. Signed-off-by: Mirko Tietgen Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 18:16:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 17:16:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1282-g48ce46e Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 48ce46e8fbcc2a249930bb8ee84b1aabc9667050 (commit) via 4fbadbaed42f6a5045246a13d228cbb678a9ab84 (commit) via 2512581533399bccbf785209918260f9b5031119 (commit) via ea418af20558801d8ee6bad2e18327e4390df077 (commit) via 2c65bdcdcc735b273dc7479638989da4593368f2 (commit) via e93cc449410f6c8d90b616f3d8e002e9ade4dadd (commit) via 6a265eb793bd8b4bb91339b1beb05a317bcf1df8 (commit) via 99ad10712e061d37c82d333849eb6fa78a275296 (commit) via 5511dad7028439f38e8197e54610b96c03f7848f (commit) via aafcebef8fde3ef82d789dbac09e3eb9863a56bd (commit) via 3f60328b4f943fd340d6374980333ffd6ad0baa6 (commit) via 5293bb554076dd2e6d100b119857737be8951ac6 (commit) from 844593461226710f2d72ccaaa1d99a5776b84a34 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 48ce46e8fbcc2a249930bb8ee84b1aabc9667050 Merge: 2512581 4fbadba Author: Jared Camins-Esakov Date: Fri Nov 23 12:12:59 2012 -0500 Merge branch 'bug_8664' into 3.12-master commit 2512581533399bccbf785209918260f9b5031119 Merge: ea418af 99ad107 Author: Jared Camins-Esakov Date: Fri Nov 23 11:44:55 2012 -0500 Merge branch 'bug_8758' into 3.12-master commit ea418af20558801d8ee6bad2e18327e4390df077 Merge: e93cc44 2c65bdc Author: Jared Camins-Esakov Date: Fri Nov 23 11:44:26 2012 -0500 Merge branch 'bug_2832' into 3.12-master Conflicts: kohaversion.pl Signed-off-by: Jared Camins-Esakov commit e93cc449410f6c8d90b616f3d8e002e9ade4dadd Merge: 6a265eb 5511dad Author: Jared Camins-Esakov Date: Fri Nov 23 11:41:48 2012 -0500 Merge branch 'bug_2832' into 3.12-master Conflicts: installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql installer/data/mysql/updatedatabase.pl Signed-off-by: Jared Camins-Esakov commit 6a265eb793bd8b4bb91339b1beb05a317bcf1df8 Merge: 8445934 3f60328 Author: Jared Camins-Esakov Date: Fri Nov 23 11:40:46 2012 -0500 Merge branch 'bug_9008' into 3.12-master ----------------------------------------------------------------------- Summary of changes: circ/returns.pl | 66 -------------------- .../nb-NO/1-Obligatorisk/system_preferences.sql | 1 + installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 8 +++ .../intranet-tmpl/prog/en/css/preferences.css | 4 + .../prog/en/modules/admin/preferences.tt | 5 ++ .../en/modules/admin/preferences/i18n_l10n.pref | 5 ++ .../intranet-tmpl/prog/en/modules/circ/returns.tt | 18 ----- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 7 ++ .../prog/en/modules/members/member.tt | 4 +- kohaversion.pl | 2 +- mainpage.pl | 7 ++ members/members-home.pl | 3 +- 13 files changed, 42 insertions(+), 89 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 18:30:32 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 17:30:32 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8163 created. v3.08.00-1283-gc5e91b8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8163 has been created at c5e91b8060b21e497a1bf4455fe4559278d534d8 (commit) - Log ----------------------------------------------------------------- commit c5e91b8060b21e497a1bf4455fe4559278d534d8 Author: Owen Leonard Date: Tue May 29 15:07:32 2012 -0400 Bug 8163: Click to populate XSLT preferences with "default" or empty values This patch adds markup and JavaScript to the system preferences interface so that the user can click "default" or "empty" to populate an XSLT-related pref with those vaules. To test, open system preferences for the OPAC or staff client. In the description for an XSLT-related preference click the "default" link to populate the field with "default." Click the "leave empty" link to empty the field. Revised according to Julian Maurice's suggestion for a more generic, flexible way to implement it. Signed-off-by: Melia Meggs Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 18:31:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 17:31:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1283-gc5e91b8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via c5e91b8060b21e497a1bf4455fe4559278d534d8 (commit) from 48ce46e8fbcc2a249930bb8ee84b1aabc9667050 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/js/pages/preferences.js | 10 ++++++++++ .../prog/en/modules/admin/preferences/opac.pref | 4 ++-- .../en/modules/admin/preferences/staff_client.pref | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 19:01:24 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 18:01:24 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8983 created. v3.08.00-1284-g19ce907 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8983 has been created at 19ce907384fa3ae351e0ca3921b52dc40fa5e1b8 (commit) - Log ----------------------------------------------------------------- commit 19ce907384fa3ae351e0ca3921b52dc40fa5e1b8 Author: Fridolyn SOMERS Date: Tue Oct 30 11:20:05 2012 +0100 Bug 8983: Typo in UNIMARCslim2OPACResults.xsl Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 19:04:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 18:04:52 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8546 created. v3.08.00-1284-g8c1aa96 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8546 has been created at 8c1aa96d02e9c0cc8b9389213ad0b1a496172d29 (commit) - Log ----------------------------------------------------------------- commit 8c1aa96d02e9c0cc8b9389213ad0b1a496172d29 Author: Owen Leonard Date: Fri Nov 2 14:48:25 2012 -0400 Bug 8546 - Error in description of OPAC Advanced Search Publication date range search The publication date range search description in the OPAC suggests that a search like "-1987" or "2008-" is not inclusive when it actually is. This patch corrects the description. Signed-off-by: Melia Meggs Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 19:05:17 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 18:05:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1286-g560e2d7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 560e2d7f6739f6f5112d32725ae1c82f1beedf73 (commit) via 8c1aa96d02e9c0cc8b9389213ad0b1a496172d29 (commit) via 19ce907384fa3ae351e0ca3921b52dc40fa5e1b8 (commit) from c5e91b8060b21e497a1bf4455fe4559278d534d8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 560e2d7f6739f6f5112d32725ae1c82f1beedf73 Merge: 19ce907 8c1aa96 Author: Jared Camins-Esakov Date: Fri Nov 23 13:02:31 2012 -0500 Merge branch 'bug_8546' into 3.12-master ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 2 +- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 19:08:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 18:08:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5521 created. v3.08.00-1287-g4e97465 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_5521 has been created at 4e974654638bbec190e6272f152c85a5240b56b6 (commit) - Log ----------------------------------------------------------------- commit 4e974654638bbec190e6272f152c85a5240b56b6 Author: Owen Leonard Date: Tue Oct 30 10:53:39 2012 -0400 Bug 5521 - item edit form appears if no items found This patch changes the template so that if no items are found the page doesn't show "The following barcodes were found" and doesn't show the item edit form. To test, submit a batch which contains no valid barcodes. Compare to a batch which contains some or all valid barcodes. Signed-off-by: Nicole C. Engard All tests succeed. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 19:32:46 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 18:32:46 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8899 created. v3.08.00-1287-gcb535ea Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8899 has been created at cb535ea6f7ea2c7f71b40f51390c1eae64b22329 (commit) - Log ----------------------------------------------------------------- commit cb535ea6f7ea2c7f71b40f51390c1eae64b22329 Author: Owen Leonard Date: Fri Oct 12 10:26:52 2012 -0400 Bug 8899 [Revised] Remove unused CSS declarations from staff client CSS Using an add-on for Firefox called CSS Usage I found some instances of CSS in staff-global.css which are unused. Unused selectors were confirmed by a search of the code. Testers can't exactly check the whole staff client for things which look off, but can confirm by their own search that the removed CSS has no corresponding markup. Revision adds back lines which were discoverd by QA to be in use. Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 19:37:40 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 18:37:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8986 created. v3.08.00-1288-g2b5000c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8986 has been created at 2b5000c7d47b59fdc1d228ff13e80ee52013dfa4 (commit) - Log ----------------------------------------------------------------- commit 2b5000c7d47b59fdc1d228ff13e80ee52013dfa4 Author: Jonathan Druart Date: Mon Nov 19 17:11:21 2012 +0100 Bug 8986: Followup FIX a JS error if there is no valid card number Signed-off-by: Owen Leonard I can't reproduce the JS error but the template changes are correct with regard to how the page should handle errors. Signed-off-by: Jared Camins-Esakov commit a6c01759672a68eba3d18abda91c4c95bba551a6 Author: Owen Leonard Date: Tue Oct 30 09:51:31 2012 -0400 Bug 8986: Batch patron modification template corrections Many minor template changes: - Correcting title and headings - Adding translation to string in JavaScript - Tweaking table sorter - Wrapping card number in link to patron detail page - Adding standard styles to "clear" links (see patron attributes) - Terminiology corrections (borrower-> patron, cardnumber -> card number) - Capitalization corrections - Improve display of extended attributes Signed-off-by: Melia Meggs Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 22:41:58 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 21:41:58 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8660 created. v3.08.00-1288-gdd5ce61 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8660 has been created at dd5ce614aae53032c08cd161eb1d1392a87fdf85 (commit) - Log ----------------------------------------------------------------- commit dd5ce614aae53032c08cd161eb1d1392a87fdf85 Author: Fridolyn SOMERS Date: Thu Oct 18 12:23:32 2012 +0200 Bug 8660: follow-up: Porting changes to ccsr theme Signed-off-by: Mason James Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 02755f6c551d6b8d6d104b7cb27d99f6dbf999bc Author: Fridolyn SOMERS Date: Wed Aug 22 16:10:06 2012 +0200 Bug 8660: Tag status does not show on multiple tag add Signed-off-by: Owen Leonard Passed-QA-by: Paul Poulain Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 23 22:43:41 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Nov 2012 21:43:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1295-gf13b13d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via f13b13dc16729a0d5839a47cadd1aeaff3a5fdfb (commit) via dd5ce614aae53032c08cd161eb1d1392a87fdf85 (commit) via 02755f6c551d6b8d6d104b7cb27d99f6dbf999bc (commit) via 986a18c82b8cb2af27f96081a1e9ada39999ea58 (commit) via 2b5000c7d47b59fdc1d228ff13e80ee52013dfa4 (commit) via a6c01759672a68eba3d18abda91c4c95bba551a6 (commit) via 83da56662d9482148ef08ba7ae8acdf93555a692 (commit) via cb535ea6f7ea2c7f71b40f51390c1eae64b22329 (commit) via 4e974654638bbec190e6272f152c85a5240b56b6 (commit) from 560e2d7f6739f6f5112d32725ae1c82f1beedf73 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f13b13dc16729a0d5839a47cadd1aeaff3a5fdfb Merge: 986a18c dd5ce61 Author: Jared Camins-Esakov Date: Fri Nov 23 16:39:37 2012 -0500 Merge branch 'bug_8660' into 3.12-master commit 986a18c82b8cb2af27f96081a1e9ada39999ea58 Merge: 83da566 2b5000c Author: Jared Camins-Esakov Date: Fri Nov 23 13:35:24 2012 -0500 Merge branch 'bug_8986' into 3.12-master commit 83da56662d9482148ef08ba7ae8acdf93555a692 Merge: 4e97465 cb535ea Author: Jared Camins-Esakov Date: Fri Nov 23 13:30:32 2012 -0500 Merge branch 'bug_8899' into 3.12-master ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 105 +--------------- .../prog/en/modules/tools/batchMod-edit.tt | 10 ++- .../prog/en/modules/tools/modborrowers.tt | 88 ++++++++------ koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 27 +++- .../opac-tmpl/ccsr/en/includes/doc-head-close.inc | 3 +- koha-tmpl/opac-tmpl/ccsr/en/js/tags.js | 20 ++-- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 25 +++- .../opac-tmpl/prog/en/includes/doc-head-close.inc | 3 +- koha-tmpl/opac-tmpl/prog/en/js/tags.js | 20 ++-- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 96 ++++++--------- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 72 ++++++----- .../opac-tmpl/prog/en/modules/opac-results.tt | 87 +++++++------ .../opac-tmpl/prog/en/modules/opac-shelves.tt | 132 ++++++++++++-------- .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 4 +- 14 files changed, 336 insertions(+), 356 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 00:11:06 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 25 Nov 2012 23:11:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9115 created. v3.08.00-1296-g3247c17 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9115 has been created at 3247c1774fe810d579610652d241f158fd715908 (commit) - Log ----------------------------------------------------------------- commit 3247c1774fe810d579610652d241f158fd715908 Author: Owen Leonard Date: Tue Nov 20 09:49:19 2012 -0500 Bug 9115 - basket window should close automatically when placing a hold If you choose to place a hold from the Cart pop-up, the entire holds process (possibly including login) takes place in the cart window. Upon completion of the operation you're left with a second window which has lost its context as the Cart. This patch revises the hold process so that when you click the hold link in the cart the operation is moved to the main window and the Cart window closes. Since the holdSel() function doesn't require interaction with template variables I have moved it to basket.js along with the described changes. To test, put items in your Cart and open it. Select items to place on hold and click the "Place hold" link. The cart should close, and the items you selected should appear on the place hold screen in the main window. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Checked in Firefox and Chromium in Ubuntu, works nicely. All tests pass. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 00:13:37 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 25 Nov 2012 23:13:37 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9073 created. v3.08.00-1296-g3a7488f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9073 has been created at 3a7488f8749f7aae4d91b49134077781cc02b5d0 (commit) - Log ----------------------------------------------------------------- commit 3a7488f8749f7aae4d91b49134077781cc02b5d0 Author: Owen Leonard Date: Tue Nov 20 12:27:25 2012 -0500 Bug 9073 - Download option from the cart should match the menu button in lists This patch moves the staff client Cart download choices into a toolbar menu button instead of requiring that the user make the choice via a form in the pop-up window. To test, add items to Cart in the staff client. Open the cart and choose a download option from the Download menu. Your download should complete correctly without the page changing or reloading. Unrelated edit: Eliminating duplicate document.ready() block by consolidating a couple of lines of JavaScript. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Checked all export formats can be selected and downloaded, including CSV profiles. All tests and perlcritic pass. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 00:24:26 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 25 Nov 2012 23:24:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7358 created. v3.08.00-1296-gd57194e Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7358 has been created at d57194e24dc99ac62ef15327b5af6a3c4e0fae87 (commit) - Log ----------------------------------------------------------------- commit d57194e24dc99ac62ef15327b5af6a3c4e0fae87 Author: Jonathan Druart Date: Wed Aug 22 13:37:31 2012 +0200 Bug 7358: reaffect a closed basket to a closed basketgroup The list of basketgroups when looking at a closed basket show all the basketgroups. It should not be possible to affect a basket to a closed basketgroup, since this basketgroup should have been sent to a supplier. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 00:25:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 25 Nov 2012 23:25:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1300-geb27e40 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via eb27e4084d21f18e4ed8abeacdfc0538c58760d6 (commit) via d57194e24dc99ac62ef15327b5af6a3c4e0fae87 (commit) via de84bd9e46ae1ba0f42deec077f4e45c368676bf (commit) via 3a7488f8749f7aae4d91b49134077781cc02b5d0 (commit) via 3247c1774fe810d579610652d241f158fd715908 (commit) from f13b13dc16729a0d5839a47cadd1aeaff3a5fdfb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eb27e4084d21f18e4ed8abeacdfc0538c58760d6 Merge: de84bd9 d57194e Author: Jared Camins-Esakov Date: Sun Nov 25 18:20:32 2012 -0500 Merge branch 'bug_7358' into 3.12-master commit de84bd9e46ae1ba0f42deec077f4e45c368676bf Merge: 3247c17 3a7488f Author: Jared Camins-Esakov Date: Sun Nov 25 18:09:14 2012 -0500 Merge branch 'bug_9073' into 3.12-master ----------------------------------------------------------------------- Summary of changes: acqui/basket.pl | 4 +- basket/basket.pl | 3 + .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 48 +++++++++++++------- .../intranet-tmpl/prog/en/modules/basket/basket.tt | 40 ++++++++++------ koha-tmpl/opac-tmpl/prog/en/js/basket.js | 10 ++++ koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 11 +---- 6 files changed, 73 insertions(+), 43 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 00:34:45 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 25 Nov 2012 23:34:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8515 created. v3.08.00-1301-g85c4cd4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8515 has been created at 85c4cd4712026a554817564dcd7fea70a27ad0e1 (commit) - Log ----------------------------------------------------------------- commit 85c4cd4712026a554817564dcd7fea70a27ad0e1 Author: Owen Leonard Date: Fri Nov 2 12:40:08 2012 -0400 Bug 8515 - OPAC password change does not obey OpacPasswordChange The OPAC change password template enforces the OpacPasswordChange preference by preventing the form from appearing. However, the script doesn't contain any check for OpacPasswordChange so it is vulnerable to someone submitting data to it by some other means. This patch adds a check for OpacPasswordChange to the script and revises the template logic in order to show the right warning in all circumstances. To test, turn off OpacPasswordChange and navigate manually to opac-passwd.pl. You should see a warning that you can't change your password. Turn on OpacPasswordChange load the change password page and save the page to your desktop. Turn off OpacPasswordChange and submit a password change via the saved page. Without the patch this would result in a password change. After the patch it should not. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Confirmed bug and made sure patch fixes it. Passes all tests and perlcritic. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 00:37:55 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 25 Nov 2012 23:37:55 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9059 created. v3.08.00-1302-gdf1db0d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9059 has been created at df1db0d4dc6661d20717cc2299ca89a5055c8743 (commit) - Log ----------------------------------------------------------------- commit df1db0d4dc6661d20717cc2299ca89a5055c8743 Author: Marcel de Rooy Date: Wed Nov 14 14:02:54 2012 +0100 Bug 9059: Followup Removes last occurrence of dependent= parameter. See also report 7368. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Passes all tests. Tested successfully in Chromium and Firefox in Ubuntu. Signed-off-by: Jared Camins-Esakov commit 7ff10e2e142c75bd5803341ad51f04d896129fc3 Author: Marcel de Rooy Date: Mon Nov 12 12:20:20 2012 +0100 Bug 9059: Increase size of opac-sendbasket window Change window settings for opac-sendbasket. If you need to login first, the window should be much larger. Typo dependant should be dependent. Note that this setting is ignored in much browsers. Will submit another patch to cover more occurrences. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 00:40:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 25 Nov 2012 23:40:29 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9020 updated. v3.08.00-1242-ga853db6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9020 has been updated via a853db6adb6aadbc3779f7e20115ecccb738ec1e (commit) from 86eda8c34130277b99030527c1af32b209ab0142 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a853db6adb6aadbc3779f7e20115ecccb738ec1e Author: Paul Poulain Date: Tue Nov 20 17:02:36 2012 +0100 Bug 9020: follow-up fixes french translation for permissions Signed-off-by: Paul Poulain Signed-off-by: Katrin Fischer All tests pass. Installed Koha with all French sample data and checked that all permissions were translated and diacritics were displayed correctly. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: .../mysql/fr-FR/1-Obligatoire/userpermissions.sql | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 00:46:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 25 Nov 2012 23:46:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9025 created. v3.08.00-1301-g00d7f44 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9025 has been created at 00d7f44f9842a6c1bfe1b4e5e845df21ab6c3105 (commit) - Log ----------------------------------------------------------------- commit 00d7f44f9842a6c1bfe1b4e5e845df21ab6c3105 Author: Sophie Meynieux Date: Wed Nov 7 18:48:43 2012 +0100 Bug 9025: Adding new icons for itemtypes from Sudoc Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Checked that new images show up when managing itemtypes and authorised values and can be selected and used. Checked about page for license information. All tests pass. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 01:06:34 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 00:06:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1308-g081e1ba Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 081e1ba4c31151db8a3c52a8daa96931a5ac544f (commit) via 00d7f44f9842a6c1bfe1b4e5e845df21ab6c3105 (commit) via 7e25faace8d70c2e81272cb3eacd41fa7215719d (commit) via a853db6adb6aadbc3779f7e20115ecccb738ec1e (commit) via db15627b7a6f8bb61f408e20b14bafd901e65cf7 (commit) via df1db0d4dc6661d20717cc2299ca89a5055c8743 (commit) via 7ff10e2e142c75bd5803341ad51f04d896129fc3 (commit) via 85c4cd4712026a554817564dcd7fea70a27ad0e1 (commit) from eb27e4084d21f18e4ed8abeacdfc0538c58760d6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 081e1ba4c31151db8a3c52a8daa96931a5ac544f Merge: 7e25faa 00d7f44 Author: Jared Camins-Esakov Date: Sun Nov 25 18:41:55 2012 -0500 Merge branch 'bug_9025' into 3.12-master commit 7e25faace8d70c2e81272cb3eacd41fa7215719d Merge: db15627 a853db6 Author: Jared Camins-Esakov Date: Sun Nov 25 18:36:09 2012 -0500 Merge branch 'bug_9020' into 3.12-master commit db15627b7a6f8bb61f408e20b14bafd901e65cf7 Merge: 85c4cd4 df1db0d Author: Jared Camins-Esakov Date: Sun Nov 25 18:34:00 2012 -0500 Merge branch 'bug_9059' into 3.12-master ----------------------------------------------------------------------- Summary of changes: .../mysql/fr-FR/1-Obligatoire/userpermissions.sql | 6 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 7 ++ .../prog/img/itemtypeimg/sudoc/article_b.gif | Bin 0 -> 1174 bytes .../prog/img/itemtypeimg/sudoc/audiovisual_b.gif | Bin 0 -> 1054 bytes .../prog/img/itemtypeimg/sudoc/binary_b.gif | Bin 0 -> 1095 bytes .../prog/img/itemtypeimg/sudoc/book_b.gif | Bin 0 -> 1140 bytes .../prog/img/itemtypeimg/sudoc/handwriting_b.gif | Bin 0 -> 1096 bytes .../prog/img/itemtypeimg/sudoc/map_b.gif | Bin 0 -> 1156 bytes .../prog/img/itemtypeimg/sudoc/periodical_b.gif | Bin 0 -> 1198 bytes .../prog/img/itemtypeimg/sudoc/picture_b.gif | Bin 0 -> 1074 bytes .../prog/img/itemtypeimg/sudoc/score_b.gif | Bin 0 -> 1102 bytes .../prog/img/itemtypeimg/sudoc/sons_b.gif | Bin 0 -> 1126 bytes .../prog/img/itemtypeimg/sudoc/sound_b.gif | Bin 0 -> 1117 bytes .../prog/img/itemtypeimg/sudoc/thesis_b.gif | Bin 0 -> 1017 bytes .../prog/img/itemtypeimg/sudoc/unknown_b.gif | Bin 0 -> 1085 bytes koha-tmpl/opac-tmpl/prog/en/js/basket.js | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-passwd.tt | 10 +- .../opac-tmpl/prog/itemtypeimg/sudoc/article_b.gif | Bin 0 -> 1174 bytes .../prog/itemtypeimg/sudoc/audiovisual_b.gif | Bin 0 -> 1054 bytes .../opac-tmpl/prog/itemtypeimg/sudoc/binary_b.gif | Bin 0 -> 1095 bytes .../opac-tmpl/prog/itemtypeimg/sudoc/book_b.gif | Bin 0 -> 1140 bytes .../prog/itemtypeimg/sudoc/handwriting_b.gif | Bin 0 -> 1096 bytes .../opac-tmpl/prog/itemtypeimg/sudoc/map_b.gif | Bin 0 -> 1156 bytes .../prog/itemtypeimg/sudoc/periodical_b.gif | Bin 0 -> 1198 bytes .../opac-tmpl/prog/itemtypeimg/sudoc/picture_b.gif | Bin 0 -> 1074 bytes .../opac-tmpl/prog/itemtypeimg/sudoc/score_b.gif | Bin 0 -> 1102 bytes .../opac-tmpl/prog/itemtypeimg/sudoc/sons_b.gif | Bin 0 -> 1126 bytes .../opac-tmpl/prog/itemtypeimg/sudoc/sound_b.gif | Bin 0 -> 1117 bytes .../opac-tmpl/prog/itemtypeimg/sudoc/thesis_b.gif | Bin 0 -> 1017 bytes .../opac-tmpl/prog/itemtypeimg/sudoc/unknown_b.gif | Bin 0 -> 1085 bytes opac/opac-passwd.pl | 81 ++++++++++---------- 31 files changed, 57 insertions(+), 49 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/article_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/audiovisual_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/binary_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/book_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/handwriting_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/map_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/periodical_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/picture_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/score_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/sons_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/sound_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/thesis_b.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/sudoc/unknown_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/article_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/audiovisual_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/binary_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/book_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/handwriting_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/map_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/periodical_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/picture_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/score_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/sons_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/sound_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/thesis_b.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/sudoc/unknown_b.gif hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 01:23:22 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 00:23:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-9-g3d0b417 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 3d0b417cb0bcbfd39f7f63ab19b7a4acbb013b41 (commit) via bd60418f9d767987971ec5cd18be383294c8f64d (commit) via 1d69301468a50e6154e0c4de0ebc6cfbf0c3e4a2 (commit) via 4718ea1a3ff8ce51a1824a0d95288893b92abdbe (commit) via 9d945a07f08d90bb212388619d17649959c568b5 (commit) via ed8ca32b32bf41ac8128980ae7fe221f68f065a4 (commit) via febf0512b36cbbb23e31afd68163c285b29e0ddc (commit) via ece7fa151ff07d2fe8f6102f8d9b20e70fc553f9 (commit) via aaf3b8ce8570bcc8b0ab6114850ba9e5d754350a (commit) from c151fac643fcae8d6cb239180e208e59f1c29c60 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3d0b417cb0bcbfd39f7f63ab19b7a4acbb013b41 Author: Tomas Cohen Arazi Date: Wed Nov 21 12:54:46 2012 -0300 Bug 9078 - fixing exceptions broke tests Fixing the holiday exceptions arised a problem with how the test data was constructed. This made several tests fail. This patch fixes the add_holiday function. Tests should pass now. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit bd60418f9d767987971ec5cd18be383294c8f64d Author: Tomas Cohen Arazi Date: Wed Nov 21 10:43:11 2012 -0300 Bug 9078 - is_holiday should honour holiday exceptions Make is_holiday return 0 for holiday exceptions. Note: This patch makes several current ok tests fail. My first guess is test data is not constructed ok. More on this later. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 1d69301468a50e6154e0c4de0ebc6cfbf0c3e4a2 Author: Tomas Cohen Arazi Date: Fri Sep 21 12:50:26 2012 -0300 Bug 8800 - useDaysMode=Datedue wrong behaviour (revisited) useDaysMode=Datedue wasn't used as advertised in the docs. Added next_open_day and prev_open_day subs to Koha::Calendar and some tests for them. - Koha::Calendar->addDate was rewritten in a more sane way (also split into addHours and addDays for convenience). - Fixed a bug introduced in Bug 8966 regarding dt truncation and dtSets->contains - Minor docs typos - Use the passed Calendar mode or default to 'Calendar' in Koha::Calendar->_mockinit. - Tests I'm writing some db-dependent tests for is_holiday, and hopefully for CalcDateDue so any rewrite/followup doesn't break things. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Conflicts: t/Calendar.t Signed-off-by: Chris Cormack commit 4718ea1a3ff8ce51a1824a0d95288893b92abdbe Author: Mathieu Saby Date: Fri Nov 9 00:49:49 2012 +0100 Bug 8954: Make languages list in advanced search translatable (revision 1) In opac-search.pl and search.pl, this patch moves the $lang variable from the end to the begining of the script, and use it as a parameter for getAllLanguages. In Languages.pm, getAllLanguages function is modified : - if no parameter is passed to the function, it returns english languages names - if a $lang parameter conforming to RFC4646 syntax is passed : -- the function returns languages names translated in $lang if possible -- if a language name is not translated in $lang in database, the function returns english language name To test, set your opac and staff interface in english and in other languages and check search.pl and opac-search.pl : - If language names in your languages_description table are translated in the same language you use for your GUI, the language names in dropdown list will be translated in this language (+native name). - If your GUI is in english, or in a language into whitch languages names are not translated in languages_description, the dropdown list will stay in english (+native name). Signed-off-by: Marc Veron Patch behaves as expected. With Opac language set to French I got all languages with French language name. With German (de-DE), I got only a few with German language names (and all other with English ones), this was due to missing entries for de-DE in table language_descriptions. This behaviour is consistent with the description above. Signed-off-by: Katrin Fischer Tested language list in OPAC and staff advanced search is translated properly after applying the patch. Checked that language switcher still works like it should. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Fixed typo in POD. Signed-off-by: Chris Cormack commit 9d945a07f08d90bb212388619d17649959c568b5 Author: Owen Leonard Date: Wed Nov 14 12:31:47 2012 -0500 Bug 9077 [3.8.x] OPAC Social media links broken by fix for Bug 8973 This patch returns the structure of the social media icons markup to the state it was in before the application of the patch for Bug 8973 and adds the missing filters which would have been added by that patch. To test, view any OPAC detail page in origin/3.8.x. After applying this patch the social media icons should appear normally. Signed-off-by: Srikanth Dhondi Signed-off-by: Chris Cormack commit ed8ca32b32bf41ac8128980ae7fe221f68f065a4 Author: Mirko Tietgen Date: Tue Nov 20 17:39:01 2012 +0100 Bug 9024: Fix typo Signed-off-by: Jared Camins-Esakov commit febf0512b36cbbb23e31afd68163c285b29e0ddc Author: Katrin Fischer Date: Wed Nov 7 16:04:06 2012 +0100 Bug 9024: Add missing sample data to existing files Adds missing authorised values (enhancement) Adds missing slip notice templates (bug fix) Koha will complain if you try to print a slip and there is no notice defined for them, so this is not really an improvement, but kind of a bug fix. Signed-off-by: Mirko Tietgen Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit ece7fa151ff07d2fe8f6102f8d9b20e70fc553f9 Author: Katrin Fischer Date: Wed Nov 7 15:39:48 2012 +0100 Bug 9024: Adding sample patron attributes to German web installer Adds SHOW_BCODE as sample patron attribute to the German web installer. To test: - Run the web installer in German, make sure the new sample data shows up and can be installed. Signed-off-by: Mirko Tietgen Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit aaf3b8ce8570bcc8b0ab6114850ba9e5d754350a Author: Jared Camins-Esakov Date: Tue Nov 13 11:02:24 2012 -0500 Bug 9070: [SIGNED-OFF] authority searches in auth_finder error out When using authority records imported into Koha from elsewhere, you can get an error like: Can't use string ("HASH(0xbc6c{30)") as a HASH ref while "strict refs" in use at /usr/share/koha/lib/C4/AuthoritiesMarc.pm line 363. in authorities/auth_finder.pl. This patch fixes that error. To test: 1) You will need records imported from elsewhere. 2) Use the authority control plugin in a bib record to search for one of those headings. 3) Observe you get a nasty error. 4) Apply patch. 5) Repeat step 2. 6) Observe the error is gone. 7) Sign off. Signed-off-by: Magnus Enger Works as advertised. No warning about "defined(%hash) is deprecated" under perl v5.10.1. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Conflicts: C4/AuthoritiesMarc.pm Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 6 + C4/Circulation.pm | 5 +- C4/Languages.pm | 28 ++- Koha/Calendar.pm | 213 +++++++++++++++----- catalogue/search.pl | 5 +- .../data/mysql/de-DE/mandatory/sample_notices.sql | 90 ++++++++ installer/data/mysql/de-DE/optional/auth_val.sql | 4 + .../{en => de-DE}/optional/patron_atributes.sql | 2 +- .../data/mysql/de-DE/optional/patron_atributes.txt | 2 + koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 12 +- opac/opac-search.pl | 5 +- t/Calendar.t | 73 ++++++- 12 files changed, 364 insertions(+), 81 deletions(-) copy installer/data/mysql/{en => de-DE}/optional/patron_atributes.sql (63%) create mode 100644 installer/data/mysql/de-DE/optional/patron_atributes.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 01:59:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 00:59:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1341-g3b3048d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 3b3048d1fa90968360a9a44753dfd1fbf92b9166 (commit) via c443b4976874e54cf6a11b0575fc31ad32a3b5f6 (commit) via 1eb42ef16771783103fa7c766b6bb2e9ecc36a25 (commit) from 5d92ab39a681e370635324f1fdb9e69b187e7842 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3b3048d1fa90968360a9a44753dfd1fbf92b9166 Author: Jonathan Druart Date: Tue Sep 11 15:08:01 2012 +0200 Bug 8758: Remove useless code in circ/returns.pl Signed-off-by: Owen Leonard Before applying the patch I removed the [% IF %] from around the markup which is removed by this patch. A table of title and patron information appeared which I don't remember ever seeing before. This tells me it's really unused. After applying the patch I performed some check-ins on both checked out items and items which were on hold. All operations completed normally. Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit c443b4976874e54cf6a11b0575fc31ad32a3b5f6 Author: Owen Leonard Date: Fri Nov 2 08:52:01 2012 -0400 Bug 9008 [Follow-up] Warn if librarian logged-in with mysql/admin account - Correcting typo - Adding markup tweaks - Adjusting the wording of the warning Signed-off-by: Chris Cormack Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 1eb42ef16771783103fa7c766b6bb2e9ecc36a25 Author: Paul Poulain Date: Fri Nov 2 12:49:32 2012 +0100 Bug 9008: warn if user is logged-in with admin account Test plan: * log-in staff interface with admin (mysql) account => there's a large warning on the homepage * log-in with another account => nothing displayed Signed-off-by: Jared Camins-Esakov Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: circ/returns.pl | 66 -------------------- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 18 ----- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 7 ++ mainpage.pl | 7 ++ 4 files changed, 14 insertions(+), 84 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 02:08:28 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 01:08:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1343-g522dfcd Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 522dfcdb70ac98394464bd62c906cb2f7aa0782e (commit) via 79eafcd16a4f0c031fa45f87a799f7a2619a8df1 (commit) from 3b3048d1fa90968360a9a44753dfd1fbf92b9166 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 522dfcdb70ac98394464bd62c906cb2f7aa0782e Author: Fridolyn SOMERS Date: Tue Oct 30 11:20:05 2012 +0100 Bug 8983: Typo in UNIMARCslim2OPACResults.xsl Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 79eafcd16a4f0c031fa45f87a799f7a2619a8df1 Author: Owen Leonard Date: Tue May 29 15:07:32 2012 -0400 Bug 8163: Click to populate XSLT preferences with "default" or empty values This patch adds markup and JavaScript to the system preferences interface so that the user can click "default" or "empty" to populate an XSLT-related pref with those vaules. To test, open system preferences for the OPAC or staff client. In the description for an XSLT-related preference click the "default" link to populate the field with "default." Click the "leave empty" link to empty the field. Revised according to Julian Maurice's suggestion for a more generic, flexible way to implement it. Signed-off-by: Melia Meggs Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/js/pages/preferences.js | 10 ++++++++++ .../prog/en/modules/admin/preferences/opac.pref | 4 ++-- .../en/modules/admin/preferences/staff_client.pref | 4 ++-- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 03:57:10 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 02:57:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1347-geb523d0 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via eb523d0379683892107d57ba7d2db51152d4f851 (commit) via ce8300ac502dc60647ed91436a71b6e4215ace73 (commit) via 80201fda844773ad856538c4261bbd56448e35b3 (commit) via 905f9dddd9f88bf70a4a2a13162361df10051738 (commit) from 522dfcdb70ac98394464bd62c906cb2f7aa0782e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eb523d0379683892107d57ba7d2db51152d4f851 Author: Jonathan Druart Date: Mon Nov 19 17:11:21 2012 +0100 Bug 8986: Followup FIX a JS error if there is no valid card number Signed-off-by: Owen Leonard I can't reproduce the JS error but the template changes are correct with regard to how the page should handle errors. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit ce8300ac502dc60647ed91436a71b6e4215ace73 Author: Owen Leonard Date: Tue Oct 30 09:51:31 2012 -0400 Bug 8986: Batch patron modification template corrections Many minor template changes: - Correcting title and headings - Adding translation to string in JavaScript - Tweaking table sorter - Wrapping card number in link to patron detail page - Adding standard styles to "clear" links (see patron attributes) - Terminiology corrections (borrower-> patron, cardnumber -> card number) - Capitalization corrections - Improve display of extended attributes Signed-off-by: Melia Meggs Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 80201fda844773ad856538c4261bbd56448e35b3 Author: Owen Leonard Date: Tue Oct 30 10:53:39 2012 -0400 Bug 5521 - item edit form appears if no items found This patch changes the template so that if no items are found the page doesn't show "The following barcodes were found" and doesn't show the item edit form. To test, submit a batch which contains no valid barcodes. Compare to a batch which contains some or all valid barcodes. Signed-off-by: Nicole C. Engard All tests succeed. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 905f9dddd9f88bf70a4a2a13162361df10051738 Author: Owen Leonard Date: Fri Nov 2 14:48:25 2012 -0400 Bug 8546 - Error in description of OPAC Advanced Search Publication date range search The publication date range search description in the OPAC suggests that a search like "-1987" or "2008-" is not inclusive when it actually is. This patch corrects the description. Signed-off-by: Melia Meggs Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/batchMod-edit.tt | 10 ++- .../prog/en/modules/tools/modborrowers.tt | 88 ++++++++++++-------- .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 2 +- 3 files changed, 61 insertions(+), 39 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 07:40:49 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 06:40:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1350-g464acf3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 464acf31ce98b87a6bc8e20b29b5bda46e0e0cf1 (commit) via 454e49be7f3f541896a8918b26b923ac87479f9a (commit) via 6484e99ce20363c6ec320532c629258552a917ed (commit) from eb523d0379683892107d57ba7d2db51152d4f851 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 464acf31ce98b87a6bc8e20b29b5bda46e0e0cf1 Author: Owen Leonard Date: Tue Nov 20 09:49:19 2012 -0500 Bug 9115 - basket window should close automatically when placing a hold If you choose to place a hold from the Cart pop-up, the entire holds process (possibly including login) takes place in the cart window. Upon completion of the operation you're left with a second window which has lost its context as the Cart. This patch revises the hold process so that when you click the hold link in the cart the operation is moved to the main window and the Cart window closes. Since the holdSel() function doesn't require interaction with template variables I have moved it to basket.js along with the described changes. To test, put items in your Cart and open it. Select items to place on hold and click the "Place hold" link. The cart should close, and the items you selected should appear on the place hold screen in the main window. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Checked in Firefox and Chromium in Ubuntu, works nicely. All tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 454e49be7f3f541896a8918b26b923ac87479f9a Author: Fridolyn SOMERS Date: Thu Oct 18 12:23:32 2012 +0200 Bug 8660: follow-up: Porting changes to ccsr theme Signed-off-by: Mason James Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 6484e99ce20363c6ec320532c629258552a917ed Author: Fridolyn SOMERS Date: Wed Aug 22 16:10:06 2012 +0200 Bug 8660: Tag status does not show on multiple tag add Signed-off-by: Owen Leonard Passed-QA-by: Paul Poulain Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 27 +++- .../opac-tmpl/ccsr/en/includes/doc-head-close.inc | 3 +- koha-tmpl/opac-tmpl/ccsr/en/js/tags.js | 20 ++-- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 25 +++- .../opac-tmpl/prog/en/includes/doc-head-close.inc | 3 +- koha-tmpl/opac-tmpl/prog/en/js/basket.js | 10 ++ koha-tmpl/opac-tmpl/prog/en/js/tags.js | 20 ++-- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 107 ++++++---------- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 72 ++++++----- .../opac-tmpl/prog/en/modules/opac-results.tt | 87 +++++++------ .../opac-tmpl/prog/en/modules/opac-shelves.tt | 132 ++++++++++++-------- .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 4 +- 12 files changed, 282 insertions(+), 228 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 07:44:46 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 06:44:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1351-ga559733 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via a559733b1c2e890df8e051dc80a4acff7f27a8ec (commit) from 464acf31ce98b87a6bc8e20b29b5bda46e0e0cf1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a559733b1c2e890df8e051dc80a4acff7f27a8ec Author: Owen Leonard Date: Tue Nov 20 12:27:25 2012 -0500 Bug 9073 - Download option from the cart should match the menu button in lists This patch moves the staff client Cart download choices into a toolbar menu button instead of requiring that the user make the choice via a form in the pop-up window. To test, add items to Cart in the staff client. Open the cart and choose a download option from the Download menu. Your download should complete correctly without the page changing or reloading. Unrelated edit: Eliminating duplicate document.ready() block by consolidating a couple of lines of JavaScript. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Checked all export formats can be selected and downloaded, including CSV profiles. All tests and perlcritic pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: basket/basket.pl | 3 + .../intranet-tmpl/prog/en/modules/basket/basket.tt | 40 ++++++++++++------- 2 files changed, 28 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 08:08:44 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 07:08:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1353-g7fe8e20 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 7fe8e201de9987d3e4a85ba8cd4b51f0d1c5dcb2 (commit) via 50d6d23c7dcd531fb8b71c7f76ac64548c23e933 (commit) from a559733b1c2e890df8e051dc80a4acff7f27a8ec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7fe8e201de9987d3e4a85ba8cd4b51f0d1c5dcb2 Author: Marcel de Rooy Date: Mon Nov 12 12:20:20 2012 +0100 Bug 9059: Increase size of opac-sendbasket window Change window settings for opac-sendbasket. If you need to login first, the window should be much larger. Typo dependant should be dependent. Note that this setting is ignored in much browsers. Will submit another patch to cover more occurrences. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 50d6d23c7dcd531fb8b71c7f76ac64548c23e933 Author: Owen Leonard Date: Fri Nov 2 12:40:08 2012 -0400 Bug 8515 - OPAC password change does not obey OpacPasswordChange The OPAC change password template enforces the OpacPasswordChange preference by preventing the form from appearing. However, the script doesn't contain any check for OpacPasswordChange so it is vulnerable to someone submitting data to it by some other means. This patch adds a check for OpacPasswordChange to the script and revises the template logic in order to show the right warning in all circumstances. To test, turn off OpacPasswordChange and navigate manually to opac-passwd.pl. You should see a warning that you can't change your password. Turn on OpacPasswordChange load the change password page and save the page to your desktop. Turn off OpacPasswordChange and submit a password change via the saved page. Without the patch this would result in a password change. After the patch it should not. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Confirmed bug and made sure patch fixes it. Passes all tests and perlcritic. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/js/basket.js | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-passwd.tt | 10 +- opac/opac-passwd.pl | 81 ++++++++++---------- 3 files changed, 47 insertions(+), 46 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 08:09:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 07:09:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1354-gb4be59f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via b4be59f005cc5720fcc04e4075cdf64310697f35 (commit) from 7fe8e201de9987d3e4a85ba8cd4b51f0d1c5dcb2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b4be59f005cc5720fcc04e4075cdf64310697f35 Author: Marcel de Rooy Date: Wed Nov 14 14:02:54 2012 +0100 Bug 9059: Followup Removes last occurrence of dependent= parameter. See also report 7368. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Passes all tests. Tested successfully in Chromium and Firefox in Ubuntu. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/js/basket.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 08:12:03 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 07:12:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1355-g981cdad Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 981cdad0c5a82919176e57503f77ed504cb915b9 (commit) from b4be59f005cc5720fcc04e4075cdf64310697f35 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 981cdad0c5a82919176e57503f77ed504cb915b9 Author: Paul Poulain Date: Tue Nov 20 17:02:36 2012 +0100 Bug 9020: follow-up fixes french translation for permissions Signed-off-by: Paul Poulain Signed-off-by: Katrin Fischer All tests pass. Installed Koha with all French sample data and checked that all permissions were translated and diacritics were displayed correctly. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../mysql/fr-FR/1-Obligatoire/userpermissions.sql | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 08:31:18 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 07:31:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-10-ga44f6d4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via a44f6d47b60fdf28896b13d234f549c2559641d7 (commit) from 3d0b417cb0bcbfd39f7f63ab19b7a4acbb013b41 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a44f6d47b60fdf28896b13d234f549c2559641d7 Author: Owen Leonard Date: Tue May 29 15:07:32 2012 -0400 Bug 8163: Click to populate XSLT preferences with "default" or empty values This patch adds markup and JavaScript to the system preferences interface so that the user can click "default" or "empty" to populate an XSLT-related pref with those vaules. To test, open system preferences for the OPAC or staff client. In the description for an XSLT-related preference click the "default" link to populate the field with "default." Click the "leave empty" link to empty the field. Revised according to Julian Maurice's suggestion for a more generic, flexible way to implement it. Signed-off-by: Melia Meggs Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/js/pages/preferences.js | 10 ++++++++++ .../prog/en/modules/admin/preferences/opac.pref | 4 ++-- .../en/modules/admin/preferences/staff_client.pref | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 08:38:14 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 07:38:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-12-g0b716b8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 0b716b89aa0a22afc538c69449058089991e74ff (commit) via 7e0d2d7648f246376fc8f0b83646388cab172748 (commit) from a44f6d47b60fdf28896b13d234f549c2559641d7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0b716b89aa0a22afc538c69449058089991e74ff Author: Owen Leonard Date: Fri Nov 2 14:48:25 2012 -0400 Bug 8546 - Error in description of OPAC Advanced Search Publication date range search The publication date range search description in the OPAC suggests that a search like "-1987" or "2008-" is not inclusive when it actually is. This patch corrects the description. Signed-off-by: Melia Meggs Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 7e0d2d7648f246376fc8f0b83646388cab172748 Author: Fridolyn SOMERS Date: Tue Oct 30 11:20:05 2012 +0100 Bug 8983: Typo in UNIMARCslim2OPACResults.xsl Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 2 +- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 08:40:18 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 07:40:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-13-g2f93ff0 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 2f93ff077c56901a62819a12880b49b2a94ba911 (commit) from 0b716b89aa0a22afc538c69449058089991e74ff (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2f93ff077c56901a62819a12880b49b2a94ba911 Author: Owen Leonard Date: Tue Oct 30 10:53:39 2012 -0400 Bug 5521 - item edit form appears if no items found This patch changes the template so that if no items are found the page doesn't show "The following barcodes were found" and doesn't show the item edit form. To test, submit a batch which contains no valid barcodes. Compare to a batch which contains some or all valid barcodes. Signed-off-by: Nicole C. Engard All tests succeed. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/batchMod-edit.tt | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 08:48:19 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 07:48:19 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-14-g772f534 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 772f53439823111de8aa1e099af1ed7da735ed7d (commit) from 2f93ff077c56901a62819a12880b49b2a94ba911 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 772f53439823111de8aa1e099af1ed7da735ed7d Author: Owen Leonard Date: Tue Nov 20 09:49:19 2012 -0500 Bug 9115 - basket window should close automatically when placing a hold If you choose to place a hold from the Cart pop-up, the entire holds process (possibly including login) takes place in the cart window. Upon completion of the operation you're left with a second window which has lost its context as the Cart. This patch revises the hold process so that when you click the hold link in the cart the operation is moved to the main window and the Cart window closes. Since the holdSel() function doesn't require interaction with template variables I have moved it to basket.js along with the described changes. To test, put items in your Cart and open it. Select items to place on hold and click the "Place hold" link. The cart should close, and the items you selected should appear on the place hold screen in the main window. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Checked in Firefox and Chromium in Ubuntu, works nicely. All tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/js/basket.js | 10 ++++++++++ koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 11 +---------- 2 files changed, 11 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Nov 26 11:34:46 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 26 Nov 2012 10:34:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-17-g3effd8b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 3effd8b33614b6c1099b6e2aeff387f166825f09 (commit) via bc7034a0b21ad9166a5868c96d83c3525c915c5c (commit) via fd61723deb84e9a09eedf03a0ed43f24f3f9bcb8 (commit) from 772f53439823111de8aa1e099af1ed7da735ed7d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3effd8b33614b6c1099b6e2aeff387f166825f09 Author: Fridolyn SOMERS Date: Wed Sep 26 16:46:30 2012 +0200 Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack commit bc7034a0b21ad9166a5868c96d83c3525c915c5c Author: Owen Leonard Date: Fri Nov 2 12:40:08 2012 -0400 Bug 8515 - OPAC password change does not obey OpacPasswordChange The OPAC change password template enforces the OpacPasswordChange preference by preventing the form from appearing. However, the script doesn't contain any check for OpacPasswordChange so it is vulnerable to someone submitting data to it by some other means. This patch adds a check for OpacPasswordChange to the script and revises the template logic in order to show the right warning in all circumstances. To test, turn off OpacPasswordChange and navigate manually to opac-passwd.pl. You should see a warning that you can't change your password. Turn on OpacPasswordChange load the change password page and save the page to your desktop. Turn off OpacPasswordChange and submit a password change via the saved page. Without the patch this would result in a password change. After the patch it should not. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer Confirmed bug and made sure patch fixes it. Passes all tests and perlcritic. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit fd61723deb84e9a09eedf03a0ed43f24f3f9bcb8 Author: Owen Leonard Date: Tue Nov 20 12:27:25 2012 -0500 Bug 9073 - Download option from the cart should match the menu button in lists This patch moves the staff client Cart download choices into a toolbar menu button instead of requiring that the user make the choice via a form in the pop-up window. To test, add items to Cart in the staff client. Open the cart and choose a download option from the Download menu. Your download should complete correctly without the page changing or reloading. Unrelated edit: Eliminating duplicate document.ready() block by consolidating a couple of lines of JavaScript. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Checked all export formats can be selected and downloaded, including CSV profiles. All tests and perlcritic pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: basket/basket.pl | 3 + catalogue/MARCdetail.pl | 2 +- .../intranet-tmpl/prog/en/modules/basket/basket.tt | 40 ++++++---- koha-tmpl/opac-tmpl/prog/en/modules/opac-passwd.tt | 10 +- opac/opac-passwd.pl | 81 ++++++++++---------- 5 files changed, 75 insertions(+), 61 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 02:46:34 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 01:46:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.10-19-gea06e5b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.6.x has been updated via ea06e5b2e6d7b38ebda1ba3ce1cf28a3e2c4795b (commit) via 0c39d6795583e2e97267ca064c55d1b9418b0895 (commit) via 7c428e6ea085ade6f050aa250cc1b0670cf06c43 (commit) via 0915a0cb19625d8e21da1f6cd79af860a0e7a80c (commit) via b3e21f496094d77bda3d572164d3153c4da4a8bb (commit) via 82c6edfe5404bd2ebfe576acb93c6908c3013548 (commit) via 4c87d12d71868a1a28418b75f36f46c2d554e230 (commit) via 627e2eeb55cdf439176c1efd981af6f2f1c6d0e8 (commit) via 60f30c6207bc7ad25638bbfadbf934fe4e6f678b (commit) from 6c8d6f932a66eab836d77e24fcfd5f492005a401 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ea06e5b2e6d7b38ebda1ba3ce1cf28a3e2c4795b Author: Owen Leonard Date: Tue Nov 20 12:27:25 2012 -0500 Bug 9073 - Download option from the cart should match the menu button in lists This patch moves the staff client Cart download choices into a toolbar menu button instead of requiring that the user make the choice via a form in the pop-up window. To test, add items to Cart in the staff client. Open the cart and choose a download option from the Download menu. Your download should complete correctly without the page changing or reloading. Unrelated edit: Eliminating duplicate document.ready() block by consolidating a couple of lines of JavaScript. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Checked all export formats can be selected and downloaded, including CSV profiles. All tests and perlcritic pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 0c39d6795583e2e97267ca064c55d1b9418b0895 Author: Owen Leonard Date: Tue Oct 30 10:53:39 2012 -0400 Bug 5521 - item edit form appears if no items found This patch changes the template so that if no items are found the page doesn't show "The following barcodes were found" and doesn't show the item edit form. To test, submit a batch which contains no valid barcodes. Compare to a batch which contains some or all valid barcodes. Signed-off-by: Nicole C. Engard All tests succeed. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 7c428e6ea085ade6f050aa250cc1b0670cf06c43 Author: Mathieu Saby Date: Fri Nov 9 00:49:49 2012 +0100 Bug 8954: Make languages list in advanced search translatable (revision 1) In opac-search.pl and search.pl, this patch moves the $lang variable from the end to the begining of the script, and use it as a parameter for getAllLanguages. In Languages.pm, getAllLanguages function is modified : - if no parameter is passed to the function, it returns english languages names - if a $lang parameter conforming to RFC4646 syntax is passed : -- the function returns languages names translated in $lang if possible -- if a language name is not translated in $lang in database, the function returns english language name To test, set your opac and staff interface in english and in other languages and check search.pl and opac-search.pl : - If language names in your languages_description table are translated in the same language you use for your GUI, the language names in dropdown list will be translated in this language (+native name). - If your GUI is in english, or in a language into whitch languages names are not translated in languages_description, the dropdown list will stay in english (+native name). Signed-off-by: Marc Veron Patch behaves as expected. With Opac language set to French I got all languages with French language name. With German (de-DE), I got only a few with German language names (and all other with English ones), this was due to missing entries for de-DE in table language_descriptions. This behaviour is consistent with the description above. Signed-off-by: Katrin Fischer Tested language list in OPAC and staff advanced search is translated properly after applying the patch. Checked that language switcher still works like it should. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Fixed typo in POD. Signed-off-by: Chris Cormack commit 0915a0cb19625d8e21da1f6cd79af860a0e7a80c Author: Fridolyn SOMERS Date: Tue Oct 30 11:20:05 2012 +0100 Bug 8983: Typo in UNIMARCslim2OPACResults.xsl Signed-off-by: Kyle M Hall Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit b3e21f496094d77bda3d572164d3153c4da4a8bb Author: Mirko Tietgen Date: Tue Nov 20 17:39:01 2012 +0100 Bug 9024: Fix typo Signed-off-by: Jared Camins-Esakov commit 82c6edfe5404bd2ebfe576acb93c6908c3013548 Author: Katrin Fischer Date: Wed Nov 7 16:04:06 2012 +0100 Bug 9024: Add missing sample data to existing files Adds missing authorised values (enhancement) Adds missing slip notice templates (bug fix) Koha will complain if you try to print a slip and there is no notice defined for them, so this is not really an improvement, but kind of a bug fix. Signed-off-by: Mirko Tietgen Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 4c87d12d71868a1a28418b75f36f46c2d554e230 Author: Katrin Fischer Date: Wed Nov 7 15:39:48 2012 +0100 Bug 9024: Adding sample patron attributes to German web installer Adds SHOW_BCODE as sample patron attribute to the German web installer. To test: - Run the web installer in German, make sure the new sample data shows up and can be installed. Signed-off-by: Mirko Tietgen Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 627e2eeb55cdf439176c1efd981af6f2f1c6d0e8 Author: Owen Leonard Date: Fri Sep 21 16:49:51 2012 -0400 Bug 8804 [Revised] Quiet errors in the log from Auth.pm Found three cases where variables were being referenced which did not (in each case) exist. Adding checks for those variables' existence. Errors appeared when logged in and viewing a detail page in the OPAC. Revision simplifies logic as per RM suggestion. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 60f30c6207bc7ad25638bbfadbf934fe4e6f678b Author: Fridolyn SOMERS Date: Wed Oct 17 10:53:29 2012 +0200 Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Conflicts: koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 4 +- C4/Languages.pm | 28 +++++-- basket/basket.pl | 3 + catalogue/search.pl | 5 +- .../data/mysql/de-DE/mandatory/sample_notices.sql | 90 ++++++++++++++++++++ installer/data/mysql/de-DE/optional/auth_val.sql | 4 + .../{en => de-DE}/optional/patron_atributes.sql | 2 +- .../data/mysql/de-DE/optional/patron_atributes.txt | 2 + .../intranet-tmpl/prog/en/modules/basket/basket.tt | 40 ++++++--- .../prog/en/modules/tools/batchMod-edit.tt | 10 ++- .../opac-tmpl/prog/en/modules/opac-opensearch.tt | 5 +- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 2 +- opac/opac-search.pl | 5 +- 13 files changed, 165 insertions(+), 35 deletions(-) copy installer/data/mysql/{en => de-DE}/optional/patron_atributes.sql (63%) create mode 100644 installer/data/mysql/de-DE/optional/patron_atributes.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 13:25:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 12:25:52 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9142 created. v3.08.00-1309-g18b83ee Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9142 has been created at 18b83eedd37d639f88b658fa412e42c96fb40345 (commit) - Log ----------------------------------------------------------------- commit 18b83eedd37d639f88b658fa412e42c96fb40345 Author: Tomas Cohen Arazi Date: Mon Nov 26 10:39:51 2012 -0300 Bug 9142 - Remove the use of subtests Debian stable's version of Test::More is older than the one I used on my 12.04 dev box, and doesn't support subtests, which I used to avoid side effects between different test scenarios. This patch removes that subtest definition. Signed-off-by: Robin Sheat Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 13:56:19 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 12:56:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1309-g18b83ee Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 18b83eedd37d639f88b658fa412e42c96fb40345 (commit) from 081e1ba4c31151db8a3c52a8daa96931a5ac544f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: t/Calendar.t | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 14:19:45 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 13:19:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9132 created. v3.08.00-1311-g0682139 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9132 has been created at 0682139bb8934d3ed4e8243c34c27d0605c652de (commit) - Log ----------------------------------------------------------------- commit 0682139bb8934d3ed4e8243c34c27d0605c652de Author: Fridolyn SOMERS Date: Fri Nov 23 12:14:03 2012 +0100 Bug 9132: Paging through OPAC authority search results does not work (followup 1) input with and_ora instread of and_or Signed-off-by: Jared Camins-Esakov Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 815a9ff1ecfc0119f5d05d80a72524dac4409484 Author: Fridolyn SOMERS Date: Fri Nov 23 12:13:44 2012 +0100 Bug 9132: Paging through OPAC authority search results does not work Signed-off-by: Jared Camins-Esakov Signed-off-by: Katrin Fischer Fixes paging in authority result list in OPAC. All tests pass. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 14:23:58 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 13:23:58 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_2832 updated. v3.08.00-1174-gde235ce Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_2832 has been updated via de235cef33ad8cf7aa76f829def3e3d679d3e351 (commit) from 2c65bdcdcc735b273dc7479638989da4593368f2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit de235cef33ad8cf7aa76f829def3e3d679d3e351 Author: Jonathan Druart Date: Wed Oct 24 16:19:24 2012 +0200 Bug 2832: [SIGNED-OFF] Followup: Add a default value Signed-off-by: Magnus Enger Makes sense, and works as advertised. ----------------------------------------------------------------------- Summary of changes: members/members-home.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 14:32:22 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 13:32:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1316-g6081b94 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6081b94e3c3af21e90f14b73611216d1c4cbd31d (commit) via bd63817139f3011afdaa23a93adc41966e28a3f3 (commit) via 2bc5b29cc1d7f5e42fb74730d8271741d02bdd9d (commit) via bc9cb5b47828f9920a9485ca2c97cc292bbb30dd (commit) via de235cef33ad8cf7aa76f829def3e3d679d3e351 (commit) via 0682139bb8934d3ed4e8243c34c27d0605c652de (commit) via 815a9ff1ecfc0119f5d05d80a72524dac4409484 (commit) from 18b83eedd37d639f88b658fa412e42c96fb40345 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6081b94e3c3af21e90f14b73611216d1c4cbd31d Merge: bc9cb5b bd63817 Author: Jared Camins-Esakov Date: Wed Nov 28 08:24:54 2012 -0500 Merge branch 'bug_7143' into 3.12-master commit bc9cb5b47828f9920a9485ca2c97cc292bbb30dd Merge: 0682139 de235ce Author: Jared Camins-Esakov Date: Wed Nov 28 08:17:58 2012 -0500 Merge branch 'bug_2832' into 3.12-master ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 38 +++++++++++++------- .../prog/en/includes/opac-authorities.inc | 2 +- .../prog/en/modules/opac-authorities-home.tt | 2 +- members/members-home.pl | 2 +- opac/opac-authorities-home.pl | 8 ++++- 5 files changed, 35 insertions(+), 17 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 14:33:40 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 13:33:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9098 created. v3.08.00-1317-g17ee9d3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9098 has been created at 17ee9d3afb929886416c26e463b5059d8ad542d7 (commit) - Log ----------------------------------------------------------------- commit 17ee9d3afb929886416c26e463b5059d8ad542d7 Author: Lyon3 Team Date: Mon Nov 19 11:39:12 2012 +0100 Bug 9098 Replace tabulations by spaces in opac-user.pl There was a bunch of tabulations from line 157 and followings Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart The following command show us there is no change: git show HEAD --ignore-all-space Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 14:39:39 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 13:39:39 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1320-gbfb6711 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via bfb67119ce4fdf09a83bc865f68dededa7bdb7cd (commit) via e7954504f3d8e138cf385604617bd88711717df6 (commit) via 7d1d4b85db3362234dae99ff0880649a7bf3b1ee (commit) via 17ee9d3afb929886416c26e463b5059d8ad542d7 (commit) from 6081b94e3c3af21e90f14b73611216d1c4cbd31d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bfb67119ce4fdf09a83bc865f68dededa7bdb7cd Merge: 17ee9d3 e795450 Author: Jared Camins-Esakov Date: Wed Nov 28 08:31:25 2012 -0500 Merge branch 'bug_6680' into 3.12-master commit e7954504f3d8e138cf385604617bd88711717df6 Author: Nicole C. Engard Date: Wed Sep 7 11:48:01 2011 -0400 Follow up to Bug 6680: tiny up download lists formats Explains what uses RIS, and replaces iso2709 with 'MARC'. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Simply change, all tests pass. Signed-off-by: Jared Camins-Esakov commit 7d1d4b85db3362234dae99ff0880649a7bf3b1ee Author: Robin Sheat Date: Wed Sep 7 18:54:42 2011 +1200 Bug 6680 - simple tidy-up of cart download format descriptions Explains what uses RIS, and replaces iso2709 with 'MARC'. Signed-off-by: Nicole C. Engard Signed-off-by: Ian Walls Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Simple change, all tests pass. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-downloadcart.tt | 6 +- .../prog/en/modules/opac-downloadshelf.tt | 6 +- opac/opac-user.pl | 114 ++++++++++---------- 3 files changed, 63 insertions(+), 63 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 21:36:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 20:36:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1322-g51b6712 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 51b671224f08f40518e40461328d07ebd5df0968 (commit) via 91a88e6f0012e290f7d6655e5cda0035d4567e83 (commit) from bfb67119ce4fdf09a83bc865f68dededa7bdb7cd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 51b671224f08f40518e40461328d07ebd5df0968 Merge: bfb6711 91a88e6 Author: Jared Camins-Esakov Date: Wed Nov 28 15:42:43 2012 -0500 Merge branch 'bug_9106' into 3.12-master ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/uncertainprice.tt | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 22:46:51 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 21:46:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9137 created. v3.08.00-1323-gd772d3a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9137 has been created at d772d3af4df4733270442f90d62d598dce4ce0af (commit) - Log ----------------------------------------------------------------- commit d772d3af4df4733270442f90d62d598dce4ce0af Author: Owen Leonard Date: Mon Nov 26 10:49:22 2012 -0500 Bug 9137 - Focus when editing/adding new itemtypes/authorised values This patch adds the "focus" class to the relevant inputs so that the global staff client JS will move the focus to those fields. Logic in the authorised_values template puts the focus on the correct field whether you're adding a new category, a new value, or performing an edit. To test, try the following operations: - add an itemtype - edit an itemtype - add an authorised value category - add an authorised value value - edit an authorised value value In all cases the focus should automatically be in the first form field. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass and works nicely. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Nov 28 23:03:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 22:03:52 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8559 created. v3.08.00-1324-g746302a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8559 has been created at 746302a19c38e81299372db1c87802e483740683 (commit) - Log ----------------------------------------------------------------- commit 746302a19c38e81299372db1c87802e483740683 Author: Kyle M Hall Date: Thu Oct 4 07:11:50 2012 -0400 Bug 8559 - conflicting item statuses - QA Followup Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 82d1fe4086f639c9f5e7a9b1ebcfa7955c65f860 Author: Kyle M Hall Date: Mon Sep 17 09:06:38 2012 -0400 Bug 8559 - conflicting item statuses - Force cancel or revert If a librarian checks out a waiting hold to a different patron it gives the item conflicting statuses. The item will show as both checked out to the different patron, and waiting for the original patron. This patch fixes this by not allowing this situation to occurr. If a librarian attempts to issue an item that is waiting for a different patron, the system will force the librarian to choose to a) not issue the item b) issue the item, and cancel the waiting hold c) issue the item, and revert the waiting hold In this scenario, reverting the waiting hold means to push it back on the reserves queue as a hold with a priority of 1, which will push the priorities of any existing holds back by 1 as well. It will become an item level hold for the given item, as we cannot know if the hold was item-level or bib-level given the data we have about the hold. Signed-off-by: Owen Leonard All three cases tested, correct outcome each time Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 00:29:12 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 23:29:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8557 created. v3.08.00-1323-g963b1af Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8557 has been created at 963b1af8a865ad4caf7df5315fc0c00480ecacd3 (commit) - Log ----------------------------------------------------------------- commit 963b1af8a865ad4caf7df5315fc0c00480ecacd3 Author: Christophe Croullebois Date: Thu Sep 20 16:06:29 2012 +0200 Bug 8557: Prevents form validation by pressing "Enter" this patch prevents a scan machine to send 'enter' to the form when it is not expected. The patch is on orderreceive.tt and serials-edit.tt. Written by Alex Arnaud. MT6626. Signed-off-by: Marc Veron Tested with receiving orders and receiving serials. Could reporduce problem befor applying the patch. After applying the patch both forms behaved as expected. Signed-off-by: Katrin Fischer Checked order receive and serials edit page, barcode + enter does no longer submit the form. All tests pass. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 00:44:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 23:44:23 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9030 created. v3.08.00-1324-gfc5f903 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_9030 has been created at fc5f9034b6fa86ef76e01cb8a5cb8289bc48a8f8 (commit) - Log ----------------------------------------------------------------- commit fc5f9034b6fa86ef76e01cb8a5cb8289bc48a8f8 Author: Jared Camins-Esakov Date: Wed Nov 28 18:44:13 2012 -0500 Bug 9030: Increment version number Database update for bug 9030 has been given version 3.11.00.002 commit 550ac77bfd0194d8b00fb79b5a4591ba3d76be30 Author: Jonathan Druart Date: Thu Nov 8 13:54:47 2012 +0100 Bug 9030: Add constraint on aqorders_items.ordernumber Signed-off-by: Kyle M Hall Passed-QA-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 00:45:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 23:45:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1331-g9aa1969 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 9aa1969a04f25e65264f4ef10bad4e3573a53f22 (commit) via fc5f9034b6fa86ef76e01cb8a5cb8289bc48a8f8 (commit) via 550ac77bfd0194d8b00fb79b5a4591ba3d76be30 (commit) via 6f283a5a3693a7d420988f6ccc6455f064c3b9c8 (commit) via 963b1af8a865ad4caf7df5315fc0c00480ecacd3 (commit) via c2c3a7f6434c333210232298b90c3be5897be27d (commit) via 746302a19c38e81299372db1c87802e483740683 (commit) via 82d1fe4086f639c9f5e7a9b1ebcfa7955c65f860 (commit) via d772d3af4df4733270442f90d62d598dce4ce0af (commit) from 51b671224f08f40518e40461328d07ebd5df0968 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9aa1969a04f25e65264f4ef10bad4e3573a53f22 Merge: 6f283a5 fc5f903 Author: Jared Camins-Esakov Date: Wed Nov 28 18:46:18 2012 -0500 Merge branch 'bug_9030' into 3.12-master commit 6f283a5a3693a7d420988f6ccc6455f064c3b9c8 Merge: c2c3a7f 963b1af Author: Jared Camins-Esakov Date: Wed Nov 28 18:35:01 2012 -0500 Merge branch 'bug_8557' into 3.12-master commit c2c3a7f6434c333210232298b90c3be5897be27d Merge: d772d3a 746302a Author: Jared Camins-Esakov Date: Wed Nov 28 17:09:43 2012 -0500 Merge branch 'bug_8559' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 65 +++++++++++++++++++- installer/data/mysql/kohastructure.sql | 3 +- installer/data/mysql/updatedatabase.pl | 14 ++++ .../prog/en/modules/acqui/orderreceive.tt | 3 +- .../prog/en/modules/admin/authorised_values.tt | 6 ++- .../prog/en/modules/admin/itemtypes.tt | 8 ++- .../prog/en/modules/circ/circulation.tt | 10 ++- .../prog/en/modules/serials/serials-edit.tt | 7 ++- kohaversion.pl | 2 +- 9 files changed, 105 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 00:53:00 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 28 Nov 2012 23:53:00 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8710 created. v3.08.00-1332-gbc1cd0a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8710 has been created at bc1cd0a656269ec0503f11ca17e955b09d44c456 (commit) - Log ----------------------------------------------------------------- commit bc1cd0a656269ec0503f11ca17e955b09d44c456 Author: Owen Leonard Date: Fri Oct 26 09:14:15 2012 -0400 Bug 8710 - Don't show the images tab in the OPAC if the record has no local images For unknown reasons, having ListImagesForBiblio return undef when there are no images still results in a variable being passed to the template which evaluates as true, with a size of 1. This patch alters ListImagesForBiblio to remove the "return undef" condition, allowing the template to evaluate images as false and show no tab. To test, turn on local cover images and view records in the OPAC which do and do not have cover images attached. Images should display as expected when present, and no images tab should appear on records which have none. Signed-off-by: Melia Meggs Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 01:02:45 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 29 Nov 2012 00:02:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8164 created. v3.08.00-1332-g8dd9294 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8164 has been created at 8dd92940bb8f3777f63cddf401e6fc01550173c7 (commit) - Log ----------------------------------------------------------------- commit 8dd92940bb8f3777f63cddf401e6fc01550173c7 Author: Jonathan Druart Date: Thu Aug 23 16:36:24 2012 +0200 Bug 8164: Replace IFNULL with COALESCE mysql> SELECT IFNULL(0, 123); +----------------+ | IFNULL(0, 123) | +----------------+ | 0 | +----------------+ 1 row in set (0.00 sec) mysql> SELECT IFNULL(1, 123); +----------------+ | IFNULL(1, 123) | +----------------+ | 1 | +----------------+ 1 row in set (0.00 sec) mysql> SELECT IFNULL(NULL, 123); +-------------------+ | IFNULL(NULL, 123) | +-------------------+ | 123 | +-------------------+ 1 row in set (0.00 sec) mysql> SELECT COALESCE(0, 123); +------------------+ | COALESCE(0, 123) | +------------------+ | 0 | +------------------+ 1 row in set (0.00 sec) mysql> SELECT COALESCE(1, 123); +------------------+ | COALESCE(1, 123) | +------------------+ | 1 | +------------------+ 1 row in set (0.00 sec) mysql> SELECT COALESCE(NULL, 123); +---------------------+ | COALESCE(NULL, 123) | +---------------------+ | 123 | +---------------------+ 1 row in set (0.00 sec) Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 03:15:27 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 29 Nov 2012 02:15:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1356-g3bc1364 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 3bc136461590b897652c32bc98539cb42ccaf9d6 (commit) from 981cdad0c5a82919176e57503f77ed504cb915b9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3bc136461590b897652c32bc98539cb42ccaf9d6 Author: Tomas Cohen Arazi Date: Mon Nov 26 10:39:51 2012 -0300 Bug 9142 - Remove the use of subtests Debian stable's version of Test::More is older than the one I used on my 12.04 dev box, and doesn't support subtests, which I used to avoid side effects between different test scenarios. This patch removes that subtest definition. Signed-off-by: Robin Sheat Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack All tests passing in 3.10.x ----------------------------------------------------------------------- Summary of changes: t/Calendar.t | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 03:18:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 29 Nov 2012 02:18:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-18-g74bb56f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 74bb56fbb3362599b5a75b3a421746c37529600c (commit) from 3effd8b33614b6c1099b6e2aeff387f166825f09 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 74bb56fbb3362599b5a75b3a421746c37529600c Author: Tomas Cohen Arazi Date: Mon Nov 26 10:39:51 2012 -0300 Bug 9142 - Remove the use of subtests Debian stable's version of Test::More is older than the one I used on my 12.04 dev box, and doesn't support subtests, which I used to avoid side effects between different test scenarios. This patch removes that subtest definition. Signed-off-by: Robin Sheat Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack All tests passing in 3.10.x Signed-off-by: Chris Cormack All tests passing in 3.8.x ----------------------------------------------------------------------- Summary of changes: t/Calendar.t | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 03:21:32 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 29 Nov 2012 02:21:32 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1358-g2e6cbab Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 2e6cbabde0e7c0863ca46aaf7651e877cbae79ee (commit) via 63d580c89f86cfeb51fdb382d7001f7760fa5ad6 (commit) from 3bc136461590b897652c32bc98539cb42ccaf9d6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2e6cbabde0e7c0863ca46aaf7651e877cbae79ee Author: Fridolyn SOMERS Date: Fri Nov 23 12:14:03 2012 +0100 Bug 9132: Paging through OPAC authority search results does not work (followup 1) input with and_ora instread of and_or Signed-off-by: Jared Camins-Esakov Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 63d580c89f86cfeb51fdb382d7001f7760fa5ad6 Author: Fridolyn SOMERS Date: Fri Nov 23 12:13:44 2012 +0100 Bug 9132: Paging through OPAC authority search results does not work Signed-off-by: Jared Camins-Esakov Signed-off-by: Katrin Fischer Fixes paging in authority result list in OPAC. All tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/opac-authorities.inc | 2 +- .../prog/en/modules/opac-authorities-home.tt | 2 +- opac/opac-authorities-home.pl | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 08:15:15 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 29 Nov 2012 07:15:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1359-g22cdc96 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 22cdc96891106319b64bd744982c7d2a1d47f634 (commit) from 2e6cbabde0e7c0863ca46aaf7651e877cbae79ee (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 22cdc96891106319b64bd744982c7d2a1d47f634 Author: Lyon3 Team Date: Mon Nov 19 11:39:12 2012 +0100 Bug 9098 Replace tabulations by spaces in opac-user.pl There was a bunch of tabulations from line 157 and followings Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart The following command show us there is no change: git show HEAD --ignore-all-space Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: opac/opac-user.pl | 114 ++++++++++++++++++++++++++-------------------------- 1 files changed, 57 insertions(+), 57 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 08:27:43 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 29 Nov 2012 07:27:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1363-gbd1f7f0 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via bd1f7f03c33139725236263fd93b394e665d532d (commit) via 12d0c7ee713b27d2a9a89e036913c5191a9610b7 (commit) via 3515eaeda130c4d2cf13fccf1844e5933529375b (commit) via c8b09977857a659c0d0f36b614172d7d868de8d7 (commit) from 22cdc96891106319b64bd744982c7d2a1d47f634 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bd1f7f03c33139725236263fd93b394e665d532d Author: Owen Leonard Date: Mon Nov 26 10:49:22 2012 -0500 Bug 9137 - Focus when editing/adding new itemtypes/authorised values This patch adds the "focus" class to the relevant inputs so that the global staff client JS will move the focus to those fields. Logic in the authorised_values template puts the focus on the correct field whether you're adding a new category, a new value, or performing an edit. To test, try the following operations: - add an itemtype - edit an itemtype - add an authorised value category - add an authorised value value - edit an authorised value value In all cases the focus should automatically be in the first form field. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass and works nicely. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 12d0c7ee713b27d2a9a89e036913c5191a9610b7 Author: Owen Leonard Date: Mon Nov 19 11:00:15 2012 -0500 Bug 9106 - Filtering list of uncertain price list by owner empties order information The form which filters the list of orders with uncertain prices includes a parameter which tells the script to modify the orders, resulting in order information being lost. This patch removes the unnecessary form field. To test you must have orders with uncertain prices, preferably from more than one user. Go to the uncertain prices page. Before applying this patch, submitting the "orders from" form would cause the page to refresh with no results. This is because the script cleared the orders of price, quantity, etc. information. After applying this patch the uncertain prices list should refresh and show the correct results, either your orders ("me") or all ("Everyone"). Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 3515eaeda130c4d2cf13fccf1844e5933529375b Author: Nicole C. Engard Date: Wed Sep 7 11:48:01 2011 -0400 Follow up to Bug 6680: tiny up download lists formats Explains what uses RIS, and replaces iso2709 with 'MARC'. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Simply change, all tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit c8b09977857a659c0d0f36b614172d7d868de8d7 Author: Robin Sheat Date: Wed Sep 7 18:54:42 2011 +1200 Bug 6680 - simple tidy-up of cart download format descriptions Explains what uses RIS, and replaces iso2709 with 'MARC'. Signed-off-by: Nicole C. Engard Signed-off-by: Ian Walls Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Simple change, all tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/uncertainprice.tt | 1 - .../prog/en/modules/admin/authorised_values.tt | 6 +++++- .../prog/en/modules/admin/itemtypes.tt | 8 ++++++-- .../opac-tmpl/prog/en/modules/opac-downloadcart.tt | 6 +++--- .../prog/en/modules/opac-downloadshelf.tt | 6 +++--- 5 files changed, 17 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 08:42:01 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 29 Nov 2012 07:42:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1366-gddf0871 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via ddf087137eb55aae562749a01309c5906e1097d4 (commit) via dfb94fe3909fe17a6758c65d9db12e83da2b38bc (commit) via a882974417f047b79c2d386c958c83ca1806f5f0 (commit) from bd1f7f03c33139725236263fd93b394e665d532d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ddf087137eb55aae562749a01309c5906e1097d4 Author: Christophe Croullebois Date: Thu Sep 20 16:06:29 2012 +0200 Bug 8557: Prevents form validation by pressing "Enter" this patch prevents a scan machine to send 'enter' to the form when it is not expected. The patch is on orderreceive.tt and serials-edit.tt. Written by Alex Arnaud. MT6626. Signed-off-by: Marc Veron Tested with receiving orders and receiving serials. Could reporduce problem befor applying the patch. After applying the patch both forms behaved as expected. Signed-off-by: Katrin Fischer Checked order receive and serials edit page, barcode + enter does no longer submit the form. All tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit dfb94fe3909fe17a6758c65d9db12e83da2b38bc Author: Kyle M Hall Date: Thu Oct 4 07:11:50 2012 -0400 Bug 8559 - conflicting item statuses - QA Followup Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit a882974417f047b79c2d386c958c83ca1806f5f0 Author: Kyle M Hall Date: Mon Sep 17 09:06:38 2012 -0400 Bug 8559 - conflicting item statuses - Force cancel or revert If a librarian checks out a waiting hold to a different patron it gives the item conflicting statuses. The item will show as both checked out to the different patron, and waiting for the original patron. This patch fixes this by not allowing this situation to occurr. If a librarian attempts to issue an item that is waiting for a different patron, the system will force the librarian to choose to a) not issue the item b) issue the item, and cancel the waiting hold c) issue the item, and revert the waiting hold In this scenario, reverting the waiting hold means to push it back on the reserves queue as a hold with a priority of 1, which will push the priorities of any existing holds back by 1 as well. It will become an item level hold for the given item, as we cannot know if the hold was item-level or bib-level given the data we have about the hold. Signed-off-by: Owen Leonard All three cases tested, correct outcome each time Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 65 +++++++++++++++++++- .../prog/en/modules/acqui/orderreceive.tt | 3 +- .../prog/en/modules/circ/circulation.tt | 10 ++- .../prog/en/modules/serials/serials-edit.tt | 7 ++- 4 files changed, 77 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 08:56:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 29 Nov 2012 07:56:53 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-21-gf466399 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via f466399cee8598f9424dbfaf9a8fe9344ce6e567 (commit) via b315f06287d402700f8454b62f520b71360886b7 (commit) via 5eba421fa6526f1b3a862cfb74dbe9053683ffad (commit) from 74bb56fbb3362599b5a75b3a421746c37529600c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f466399cee8598f9424dbfaf9a8fe9344ce6e567 Author: Nicole C. Engard Date: Wed Sep 7 11:48:01 2011 -0400 Follow up to Bug 6680: tiny up download lists formats Explains what uses RIS, and replaces iso2709 with 'MARC'. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Simply change, all tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit b315f06287d402700f8454b62f520b71360886b7 Author: Robin Sheat Date: Wed Sep 7 18:54:42 2011 +1200 Bug 6680 - simple tidy-up of cart download format descriptions Explains what uses RIS, and replaces iso2709 with 'MARC'. Signed-off-by: Nicole C. Engard Signed-off-by: Ian Walls Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Simple change, all tests pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 5eba421fa6526f1b3a862cfb74dbe9053683ffad Author: Lyon3 Team Date: Mon Nov 19 11:39:12 2012 +0100 Bug 9098 Replace tabulations by spaces in opac-user.pl There was a bunch of tabulations from line 157 and followings Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart The following command show us there is no change: git show HEAD --ignore-all-space Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-downloadcart.tt | 6 +- .../prog/en/modules/opac-downloadshelf.tt | 6 +- opac/opac-user.pl | 114 ++++++++++---------- 3 files changed, 63 insertions(+), 63 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 23:21:44 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 29 Nov 2012 22:21:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-23-gdf7060a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via df7060ad4a2b24d076a70a5fe4cd2f6ffc63c9a0 (commit) from b09836f252ef4f4119a462fcb023af08cd90629a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit df7060ad4a2b24d076a70a5fe4cd2f6ffc63c9a0 Author: Owen Leonard Date: Mon Nov 19 11:00:15 2012 -0500 Bug 9106 - Filtering list of uncertain price list by owner empties order information The form which filters the list of orders with uncertain prices includes a parameter which tells the script to modify the orders, resulting in order information being lost. This patch removes the unnecessary form field. To test you must have orders with uncertain prices, preferably from more than one user. Go to the uncertain prices page. Before applying this patch, submitting the "orders from" form would cause the page to refresh with no results. This is because the script cleared the orders of price, quantity, etc. information. After applying this patch the uncertain prices list should refresh and show the correct results, either your orders ("me") or all ("Everyone"). Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/uncertainprice.tt | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Nov 29 23:25:32 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 29 Nov 2012 22:25:32 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-24-g8717f98 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 8717f98508b32189c46e0a3592166bcf61aafd8a (commit) from df7060ad4a2b24d076a70a5fe4cd2f6ffc63c9a0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8717f98508b32189c46e0a3592166bcf61aafd8a Author: Owen Leonard Date: Mon Nov 26 10:49:22 2012 -0500 Bug 9137 - Focus when editing/adding new itemtypes/authorised values This patch adds the "focus" class to the relevant inputs so that the global staff client JS will move the focus to those fields. Logic in the authorised_values template puts the focus on the correct field whether you're adding a new category, a new value, or performing an edit. To test, try the following operations: - add an itemtype - edit an itemtype - add an authorised value category - add an authorised value value - edit an authorised value value In all cases the focus should automatically be in the first form field. Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests pass and works nicely. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack Works well in 3.10.x Signed-off-by: Chris Cormack Works well in 3.8.x ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/authorised_values.tt | 6 +++++- .../prog/en/modules/admin/itemtypes.tt | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 03:58:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 02:58:04 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5801 created. v3.08.00-1332-gaf355d1 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_5801 has been created at af355d17f0a3cbdd35bf2a774ad5f89f870be85f (commit) - Log ----------------------------------------------------------------- commit af355d17f0a3cbdd35bf2a774ad5f89f870be85f Author: Kyle M Hall Date: Mon Oct 1 15:16:29 2012 -0400 Bug 5801 - C4::Circulation::_GetCircControlBranch wrongly used in opac-reserve.pl Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer All tests and perlcritic pass. Tests done: holds policy vs. circulation rules seemed to make the difference for me, I am not totally sure why that is, but see no reason to fail this patch as results are ok. System preferences - CircControlBranch = the library the item is from - ReservesControlBranch = patron's home library Circulation rules - Library A - Holds policy: Books can not be put on hold. - Library B - Holds policy: Books can be put on hold. (no special setting needed) Catalog data - A record with an item for library B, itemtype Books. Test without patch: 1) Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is NOT allowed. Before patch: hold IS allowed. After patch: hold is NOT allowed. OK 2) ReserveControlbranch = item's home library Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is allowed. Before patch: hold is allowed. After patch: hold is allowed. OK 3) ReservesControlBranch = patron's home library Circulation rules: Remove hold policy for library B. Library A: no holds allowed for books using 'Holds allowed (count)' = 0 Library B: 5 holds allowed for books using 'Holds allowed (count)' = 5 Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is NOT allowed Before patch: hold is NOT allowed After patch: hold is NOT allowed OK 4) ReserveControlbranch = item's home library Should be: hold is allowed Before patch: hold is allowed After patch: hold is allowed OK Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 04:01:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 03:01:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8981 created. v3.08.00-1333-g96960a4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8981 has been created at 96960a4c684274d890e79ceea8c3f65d51621c77 (commit) - Log ----------------------------------------------------------------- commit 96960a4c684274d890e79ceea8c3f65d51621c77 Author: Paul Poulain Date: Thu Nov 29 17:38:09 2012 +0100 Bug 8981 follow-up: case While QAing your patch, I saw you were writting "MarcFlavour", it should have been "marcflavour" Will work with the UC, but let's be consistent. This patch fixes another MarcFlavour just a few lines before I spotted by chance Signed-off-by: Jared Camins-Esakov commit 855e6fd5a9e51cd69ea33d17e0034726d6627879 Author: David Cook Date: Tue Oct 30 09:06:45 2012 +1100 Bug 8981 - Remove Nonpublic General Note from OPAC authorities display Currently, the MARC21 667 Nonpublic General Note field is appearing on the opac-authoritiesdetail.pl page. Since it is a nonpublic note, it makes sense to remove it from this view. This patch adds in an extra condition that checks authority records for MARC21 667 fields before displaying them in this opac screen. Signed-off-by: Chris Cormack Does what it says, with no side effects Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 04:12:10 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 03:12:10 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7687 created. v3.08.00-1332-g90d00a5 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7687 has been created at 90d00a52679b65c6f40de416d1b34a72319759e6 (commit) - Log ----------------------------------------------------------------- commit 90d00a52679b65c6f40de416d1b34a72319759e6 Author: Owen Leonard Date: Tue Oct 30 14:10:53 2012 -0400 Bug 7687 - Remove problematic CSS gradient declarations targeting Internet Explorer Removing and revising some CSS which causes problems in Internet Explorer: - User sidebar menu tabs in the OPAC - Sidebar menu tabs in the staff client (circ, catalog, etc) - List edit/delete buttons in the OPAC (when viewing the list of lists and viewing a list itself). Also fixed is the sprite positioning for the "new list" link which showed the wrong icon. Signed-off-by: Chris Cormack I tested this in Firefox, and Chromium and it didn't break anything, I trust it works for IE too. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 04:14:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 03:14:29 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1343-g0f6487b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 0f6487bc32d80ad91cf11627b8aded8b48ab9c71 (commit) via 90d00a52679b65c6f40de416d1b34a72319759e6 (commit) via a82e2b9d764e9520ba98063c90854113cf6b16ae (commit) via 96960a4c684274d890e79ceea8c3f65d51621c77 (commit) via 855e6fd5a9e51cd69ea33d17e0034726d6627879 (commit) via 5418ce2d05c34b468b6128c7d9df2ff95cfd8d04 (commit) via af355d17f0a3cbdd35bf2a774ad5f89f870be85f (commit) via f8c6966940bffd9932d326bcd71c2dd011d3b2f9 (commit) via 900e1d30b2978eebcce53800ac4df5e1adf5f67e (commit) via b1fc803122da181311443d1a3c4193bc10cd22fc (commit) via 8dd92940bb8f3777f63cddf401e6fc01550173c7 (commit) via bc1cd0a656269ec0503f11ca17e955b09d44c456 (commit) from 9aa1969a04f25e65264f4ef10bad4e3573a53f22 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0f6487bc32d80ad91cf11627b8aded8b48ab9c71 Merge: a82e2b9 90d00a5 Author: Jared Camins-Esakov Date: Thu Nov 29 22:18:06 2012 -0500 Merge branch 'bug_7687' into 3.12-master commit a82e2b9d764e9520ba98063c90854113cf6b16ae Merge: 5418ce2 96960a4 Author: Jared Camins-Esakov Date: Thu Nov 29 22:07:49 2012 -0500 Merge branch 'bug_8981' into 3.12-master commit 5418ce2d05c34b468b6128c7d9df2ff95cfd8d04 Merge: f8c6966 af355d1 Author: Jared Camins-Esakov Date: Thu Nov 29 22:03:55 2012 -0500 Merge branch 'bug_5801' into 3.12-master commit f8c6966940bffd9932d326bcd71c2dd011d3b2f9 Merge: b1fc803 900e1d3 Author: Jared Camins-Esakov Date: Wed Nov 28 19:10:45 2012 -0500 Merge branch 'bug_7731' into 3.12-master commit b1fc803122da181311443d1a3c4193bc10cd22fc Merge: bc1cd0a 8dd9294 Author: Jared Camins-Esakov Date: Wed Nov 28 19:08:39 2012 -0500 Merge branch 'bug_8164' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 4 ++-- C4/Bookseller.pm | 2 +- C4/Images.pm | 12 +++--------- C4/VirtualShelves.pm | 2 +- .../intranet-tmpl/prog/en/css/staff-global.css | 6 +----- .../prog/en/modules/acqui/invoices.tt | 2 +- .../prog/en/modules/acqui/neworderempty.tt | 4 ++-- .../prog/en/modules/acqui/orderreceive.tt | 4 ++-- .../prog/en/modules/admin/smart-rules.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- .../prog/en/modules/help/admin/smart-rules.tt | 12 ++++++------ .../prog/en/modules/help/circ/branchoverdues.tt | 2 +- .../prog/en/modules/help/circ/pendingreserves.tt | 2 +- .../prog/en/modules/help/circ/returns.tt | 10 +++++----- .../prog/en/modules/help/circ/view_holdsqueue.tt | 2 +- .../prog/en/modules/help/members/member.tt | 2 +- .../prog/en/modules/help/members/members-home.tt | 2 +- .../prog/en/modules/help/reports/guided_reports.tt | 6 +++--- .../prog/en/modules/help/tools/holidays.tt | 4 ++-- .../prog/en/modules/help/tools/letter.tt | 8 ++++---- .../prog/en/modules/serials/serials-search.tt | 8 ++++---- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 18 +++++++----------- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 6 +++--- opac/opac-authoritiesdetail.pl | 5 ++++- opac/opac-reserve.pl | 2 +- 25 files changed, 60 insertions(+), 71 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 07:57:24 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 06:57:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1367-gbf6ed3d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via bf6ed3d51f8e67c5efe3485cff693d0d09e617a4 (commit) from ddf087137eb55aae562749a01309c5906e1097d4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bf6ed3d51f8e67c5efe3485cff693d0d09e617a4 Author: Kyle M Hall Date: Mon Oct 1 15:16:29 2012 -0400 Bug 5801 - C4::Circulation::_GetCircControlBranch wrongly used in opac-reserve.pl Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer All tests and perlcritic pass. Tests done: holds policy vs. circulation rules seemed to make the difference for me, I am not totally sure why that is, but see no reason to fail this patch as results are ok. System preferences - CircControlBranch = the library the item is from - ReservesControlBranch = patron's home library Circulation rules - Library A - Holds policy: Books can not be put on hold. - Library B - Holds policy: Books can be put on hold. (no special setting needed) Catalog data - A record with an item for library B, itemtype Books. Test without patch: 1) Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is NOT allowed. Before patch: hold IS allowed. After patch: hold is NOT allowed. OK 2) ReserveControlbranch = item's home library Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is allowed. Before patch: hold is allowed. After patch: hold is allowed. OK 3) ReservesControlBranch = patron's home library Circulation rules: Remove hold policy for library B. Library A: no holds allowed for books using 'Holds allowed (count)' = 0 Library B: 5 holds allowed for books using 'Holds allowed (count)' = 5 Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is NOT allowed Before patch: hold is NOT allowed After patch: hold is NOT allowed OK 4) ReserveControlbranch = item's home library Should be: hold is allowed Before patch: hold is allowed After patch: hold is allowed OK Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: opac/opac-reserve.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 08:12:07 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 07:12:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1370-g008f6ea Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been updated via 008f6eabab41b805e249f83090b8f8ca0855a9ca (commit) via a0b45ce68b99abd33eacd815ad52051394c2fecf (commit) via 7847bd1275e7adca8b1c2300bda6b0e1d8cb81c3 (commit) from bf6ed3d51f8e67c5efe3485cff693d0d09e617a4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 008f6eabab41b805e249f83090b8f8ca0855a9ca Author: Owen Leonard Date: Tue Oct 30 14:10:53 2012 -0400 Bug 7687 - Remove problematic CSS gradient declarations targeting Internet Explorer Removing and revising some CSS which causes problems in Internet Explorer: - User sidebar menu tabs in the OPAC - Sidebar menu tabs in the staff client (circ, catalog, etc) - List edit/delete buttons in the OPAC (when viewing the list of lists and viewing a list itself). Also fixed is the sprite positioning for the "new list" link which showed the wrong icon. Signed-off-by: Chris Cormack I tested this in Firefox, and Chromium and it didn't break anything, I trust it works for IE too. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit a0b45ce68b99abd33eacd815ad52051394c2fecf Author: Paul Poulain Date: Thu Nov 29 17:38:09 2012 +0100 Bug 8981 follow-up: case While QAing your patch, I saw you were writting "MarcFlavour", it should have been "marcflavour" Will work with the UC, but let's be consistent. This patch fixes another MarcFlavour just a few lines before I spotted by chance Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 7847bd1275e7adca8b1c2300bda6b0e1d8cb81c3 Author: David Cook Date: Tue Oct 30 09:06:45 2012 +1100 Bug 8981 - Remove Nonpublic General Note from OPAC authorities display Currently, the MARC21 667 Nonpublic General Note field is appearing on the opac-authoritiesdetail.pl page. Since it is a nonpublic note, it makes sense to remove it from this view. This patch adds in an extra condition that checks authority records for MARC21 667 fields before displaying them in this opac screen. Signed-off-by: Chris Cormack Does what it says, with no side effects Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 6 +----- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 18 +++++++----------- opac/opac-authoritiesdetail.pl | 5 ++++- 3 files changed, 12 insertions(+), 17 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 09:19:50 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 08:19:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-27-gd3c5e31 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via d3c5e317f14ff0167bb65916d1027886107420c9 (commit) via abdbad9409859f9d0abdcf22757bcdfa43bfb564 (commit) via 06c7f8613bd14b09730fed3380575e1ee10b9b72 (commit) from 8717f98508b32189c46e0a3592166bcf61aafd8a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d3c5e317f14ff0167bb65916d1027886107420c9 Author: Paul Poulain Date: Thu Nov 29 17:38:09 2012 +0100 Bug 8981 follow-up: case While QAing your patch, I saw you were writting "MarcFlavour", it should have been "marcflavour" Will work with the UC, but let's be consistent. This patch fixes another MarcFlavour just a few lines before I spotted by chance Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit abdbad9409859f9d0abdcf22757bcdfa43bfb564 Author: David Cook Date: Tue Oct 30 09:06:45 2012 +1100 Bug 8981 - Remove Nonpublic General Note from OPAC authorities display Currently, the MARC21 667 Nonpublic General Note field is appearing on the opac-authoritiesdetail.pl page. Since it is a nonpublic note, it makes sense to remove it from this view. This patch adds in an extra condition that checks authority records for MARC21 667 fields before displaying them in this opac screen. Signed-off-by: Chris Cormack Does what it says, with no side effects Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 06c7f8613bd14b09730fed3380575e1ee10b9b72 Author: Kyle M Hall Date: Mon Oct 1 15:16:29 2012 -0400 Bug 5801 - C4::Circulation::_GetCircControlBranch wrongly used in opac-reserve.pl Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer All tests and perlcritic pass. Tests done: holds policy vs. circulation rules seemed to make the difference for me, I am not totally sure why that is, but see no reason to fail this patch as results are ok. System preferences - CircControlBranch = the library the item is from - ReservesControlBranch = patron's home library Circulation rules - Library A - Holds policy: Books can not be put on hold. - Library B - Holds policy: Books can be put on hold. (no special setting needed) Catalog data - A record with an item for library B, itemtype Books. Test without patch: 1) Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is NOT allowed. Before patch: hold IS allowed. After patch: hold is NOT allowed. OK 2) ReserveControlbranch = item's home library Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is allowed. Before patch: hold is allowed. After patch: hold is allowed. OK 3) ReservesControlBranch = patron's home library Circulation rules: Remove hold policy for library B. Library A: no holds allowed for books using 'Holds allowed (count)' = 0 Library B: 5 holds allowed for books using 'Holds allowed (count)' = 5 Patron A (home library A) places a hold in OPAC on an item from library B. Should be: hold is NOT allowed Before patch: hold is NOT allowed After patch: hold is NOT allowed OK 4) ReserveControlbranch = item's home library Should be: hold is allowed Before patch: hold is allowed After patch: hold is allowed OK Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: opac/opac-authoritiesdetail.pl | 5 ++++- opac/opac-reserve.pl | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 13:03:54 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 12:03:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8946 created. v3.08.00-1344-g0cd32f5 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8946 has been created at 0cd32f580241a7282131b3470c7b736d5e43127d (commit) - Log ----------------------------------------------------------------- commit 0cd32f580241a7282131b3470c7b736d5e43127d Author: Mathieu Saby Date: Thu Oct 18 23:21:25 2012 +0200 Bug 8946: corrections in inc files for UNIMARC coded fields advanced search In subtypes_unimarc.inc files for opac and staff interface, this patch - fix 1 wrong code (Frequency-code:i = Other should be z) - fix the label "Feschrift Ind." to "Literary genre" - add some values for Material-type index (s, t), Literature-Code (i), ctype (v, w), Type-Of-Serial (e,f,g) - fix a few typos - change the order of some values (u values) To test, check if the new values are visible in the opac and staff interface. Signed-off-by: Mason James Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 13:08:36 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 12:08:36 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8715 created. v3.08.00-1344-g7444b82 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8715 has been created at 7444b82fedeeab312aaf9efe45abdaff4f097eff (commit) - Log ----------------------------------------------------------------- commit 7444b82fedeeab312aaf9efe45abdaff4f097eff Author: Jonathan Druart Date: Mon Sep 3 11:44:21 2012 +0200 Bug 8715: Receive all serials for a year. This patch adds - 2 links in the table header (select all and clear all). - Datatable on these tables Test plan: Try to select all serials for a year and receive them. Test there is no regression (ergonomic) on this page Signed-off-by: Owen Leonard Bug 8715 [Follow-up] Receiving all serials for a year Follow-up: For consistency, I would prefer to have the column of checkboxes at the beginning of the table and the select/clear links above. Signed-off-by: Jonathan Druart Bug 8715: Force the default sort order to desc Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 13:23:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 12:23:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8032 created. v3.08.00-1344-gaad2599 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8032 has been created at aad2599fb1ac5c38afcf678e437dcfd3a9c020b0 (commit) - Log ----------------------------------------------------------------- commit aad2599fb1ac5c38afcf678e437dcfd3a9c020b0 Author: Marcel de Rooy Date: Mon Nov 5 14:22:55 2012 +0100 Bug 8032: Sort lists by call number Precaution: Joining the items table makes that the table is sorted on the item call number of the first item (in case there are more items). Signed-off-by: Melia Meggs Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 13:33:06 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 12:33:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6945 created. v3.08.00-1345-g880e3b8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_6945 has been created at 880e3b805b0e2a27052a2900b915eefa2edd03f7 (commit) - Log ----------------------------------------------------------------- commit 880e3b805b0e2a27052a2900b915eefa2edd03f7 Author: Owen Leonard Date: Wed Aug 22 16:01:03 2012 -0400 Bug 6945 [FOLLOW-UP] Add a link to show a MARC preview in the normal view Adding the same MARC preview link to the section of the template which is displayed when XSLT is on. This revision also adds a unique id to the surrounding element in the normal and XSLT versions. Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov commit fa58f1b5b948292d507756b222c3879bb6e66b8c Author: Maxime Pelletier Date: Thu Sep 29 16:40:47 2011 -0400 Bug 6945: Add a link to show a MARC preview in the normal view of the detail Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 13:56:22 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 12:56:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7189 created. v3.08.00-1345-g2a9de22 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7189 has been created at 2a9de22e2aa034e8815666b79713d86ed933b783 (commit) - Log ----------------------------------------------------------------- commit 2a9de22e2aa034e8815666b79713d86ed933b783 Author: Jared Camins-Esakov Date: Fri Nov 30 08:02:00 2012 -0500 Bug 7189: Increment version number Database update for bug 7189 has been given version 3.11.00.003 commit ca11d0ba2998996bbef39a9a9e2483bba21572d6 Author: Kyle M Hall Date: Tue Apr 24 09:05:36 2012 -0400 Bug 7189 - preference to control if returning lost items gives refund Right now when you return an item that was lost the patron's card is credited with the lost fee, but not all libraries refund lost fees and sometimes the fee is refunded after the patron has paid for it, causing all kinds of financial issues. Adds the syspref RefundLostItemFeeOnReturn to control whether returning a lost item refunds the fee charged for losing that item. Enabled by default to maintain Koha's current functionality. Signed-off-by: Owen Leonard Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 14:07:14 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 13:07:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1356-geb570a2 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via eb570a205206742ffcc03c0c8c99fb1866d733bd (commit) via 2a9de22e2aa034e8815666b79713d86ed933b783 (commit) via ca11d0ba2998996bbef39a9a9e2483bba21572d6 (commit) via ef96f0686dbf76bcf133a1923693f30e2ea7212a (commit) via 880e3b805b0e2a27052a2900b915eefa2edd03f7 (commit) via fa58f1b5b948292d507756b222c3879bb6e66b8c (commit) via 1167677f4b3f875f0a80a00bb2917c3e9ebebf25 (commit) via aad2599fb1ac5c38afcf678e437dcfd3a9c020b0 (commit) via bcd1a05a8f1c954be968c7b1c438288f2a147aec (commit) via 7444b82fedeeab312aaf9efe45abdaff4f097eff (commit) via b81156bf0a5fbd1c04f99e58446d6b49332e333e (commit) via 0cd32f580241a7282131b3470c7b736d5e43127d (commit) via 82eb16325f71b6a72c520e23f1d36f7eb36ecfd0 (commit) from 0f6487bc32d80ad91cf11627b8aded8b48ab9c71 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eb570a205206742ffcc03c0c8c99fb1866d733bd Merge: ef96f06 2a9de22 Author: Jared Camins-Esakov Date: Fri Nov 30 08:02:14 2012 -0500 Merge branch 'bug_7189' into 3.12-master commit ef96f0686dbf76bcf133a1923693f30e2ea7212a Merge: 1167677 880e3b8 Author: Jared Camins-Esakov Date: Fri Nov 30 07:38:55 2012 -0500 Merge branch 'bug_6945' into 3.12-master commit 1167677f4b3f875f0a80a00bb2917c3e9ebebf25 Merge: bcd1a05 aad2599 Author: Jared Camins-Esakov Date: Fri Nov 30 07:29:15 2012 -0500 Merge branch 'bug_8032' into 3.12-master commit bcd1a05a8f1c954be968c7b1c438288f2a147aec Merge: b81156b 7444b82 Author: Jared Camins-Esakov Date: Fri Nov 30 07:14:29 2012 -0500 Merge branch 'bug_8715' into 3.12-master commit b81156bf0a5fbd1c04f99e58446d6b49332e333e Merge: 82eb163 0cd32f5 Author: Jared Camins-Esakov Date: Fri Nov 30 07:09:47 2012 -0500 Merge branch 'bug_8946' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 12 ++- C4/VirtualShelves.pm | 3 +- C4/VirtualShelves/Page.pm | 3 + circ/returns.pl | 3 + installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 7 ++ .../prog/en/includes/subtypes_unimarc.inc | 55 ++++++++------ .../en/modules/admin/preferences/circulation.pref | 6 ++ .../prog/en/modules/catalogue/detail.tt | 6 ++ .../intranet-tmpl/prog/en/modules/circ/returns.tt | 5 + .../prog/en/modules/serials/serials-collection.tt | 82 ++++++++++++++------ .../prog/en/modules/virtualshelves/shelves.tt | 10 ++- .../prog/en/includes/subtypes_unimarc.inc | 52 +++++++----- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 + kohaversion.pl | 2 +- reports/dictionary.pl | 2 +- serials/serials-collection.pl | 1 + 17 files changed, 174 insertions(+), 78 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 14:08:48 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 13:08:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8782 created. v3.08.00-1358-gb0edca9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8782 has been created at b0edca918b74b48d658534b54c0df1a84ec94661 (commit) - Log ----------------------------------------------------------------- commit b0edca918b74b48d658534b54c0df1a84ec94661 Author: Jared Camins-Esakov Date: Fri Nov 30 08:14:27 2012 -0500 Bug 8782: Increment version number Database update for bug 8782 has been given version 3.11.00.004 commit c39380ed4e3fbc3615dcbbd09800605102dcde57 Author: Jonathan Druart Date: Tue Sep 18 14:03:06 2012 +0200 Bug 8782: Close a subscription If a subscription is no longer enough published (or we are not waiting for a new periodical) we are allowed to close it. If a subscription is closed, we are not able to receive or generate a new serial. On the serial module, we can now - close a subscriptionn - reopen a closed subscription On serial search 2 tabs is displayed (opened and closed subscriptions). This patch adds: - a new field subscription.closed in DB - a new status for serials (8 = stopped) Test plan: - search subscriptions - close a subscription and check that you cannot receive or generate a new serial - launch another search and check that the closed serial is into the "closed" tab. - You are allowed to reopen a subscription on the subscription detail page and on the subscription result page. A javascript alert ask you if are certain to do this operation. - Check the serial status "stopped" everywhere the status is displayed (catalogue/detail.pl, serials/claims.pl, serials/serial-issues-full.pl, serials/serials-collection.pl, serials/serials-edit.pl, serials/serials-recieve.pl, serials/subscription-detail.pl and opac-full-serial-issues.pl) - The report statistics does not include the closed subscriptions if you don't check the "Include expired subscriptions" checkbox. Signed-off-by: Kyle M Hall Bug 8782: Followup: add some minor modifications - Show 'closed' information in biblio detail page - Add a column in serials report table - Search subscriptions on title words instead of string - Prevent serials editing when subscription is closed - Don't change status of "disabled" serials Signed-off-by: Kyle M Hall Bug 8782 - Close a subscription - Followup - Fix updatedatabase.pl Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 14:11:00 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 13:11:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1358-gb0edca9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via b0edca918b74b48d658534b54c0df1a84ec94661 (commit) via c39380ed4e3fbc3615dcbbd09800605102dcde57 (commit) from eb570a205206742ffcc03c0c8c99fb1866d733bd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Serials.pm | 75 ++++++- catalogue/detail.pl | 2 + installer/data/mysql/kohastructure.sql | 1 + installer/data/mysql/updatedatabase.pl | 11 +- .../prog/en/includes/serials-menu.inc | 2 + .../prog/en/includes/serials-toolbar.inc | 77 ++++-- .../prog/en/modules/catalogue/detail.tt | 26 +- .../prog/en/modules/reports/serials_stats.tt | 8 + .../prog/en/modules/serials/claims.tt | 2 + .../prog/en/modules/serials/serial-issues-full.tt | 14 +- .../prog/en/modules/serials/serials-collection.tt | 44 +++- .../prog/en/modules/serials/serials-edit.tt | 116 +++++----- .../prog/en/modules/serials/serials-recieve.tt | 3 + .../prog/en/modules/serials/serials-search.tt | 249 +++++++++++++------- .../prog/en/modules/serials/subscription-detail.tt | 42 ++-- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 + .../prog/en/modules/opac-full-serial-issues.tt | 15 +- kohaversion.pl | 2 +- misc/cronjobs/serialsUpdate.pl | 1 + opac/opac-detail.pl | 2 + reports/serials_stats.pl | 14 +- serials/checkexpiration.pl | 1 + serials/serials-collection.pl | 3 + serials/serials-edit.pl | 1 + serials/serials-search.pl | 25 ++- serials/subscription-detail.pl | 7 + 26 files changed, 513 insertions(+), 232 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Nov 30 23:45:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Nov 2012 22:45:23 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8429 created. v3.08.00-1359-g827ef0e Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8429 has been created at 827ef0e83c594d92c2fc387760b3f0e43adfe032 (commit) - Log ----------------------------------------------------------------- commit 827ef0e83c594d92c2fc387760b3f0e43adfe032 Author: Colin Campbell Date: Fri Jul 6 16:19:33 2012 +0100 Bug 8429: Remove unnecessary use of Exporter from SIP/ILS All the modules in the SIP/ILS tree are objects The addition of calls to Exporter or hand manipulation of @ISA added unnecessary bloat Removed the "self = shift or return" idiom as it is nonsensical if the method can only be called via an object. standardized inheritance via use parent added a $self = shift in a couple of places where it was not strictly necessary as its absence seemed to have misled readers in the past Signed-off-by: Kyle M Hall Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository