From gitmaster at git.koha-community.org Fri Dec 2 17:39:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Dec 2011 16:39:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6015 created. v3.06.00-94-gdf80c63 Message-ID: This is an automated email from the git hooks/post-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_6015 has been created at df80c6358c7f4ec98c1ac90ad4c333e01bb3e9d5 (commit) - Log ----------------------------------------------------------------- commit df80c6358c7f4ec98c1ac90ad4c333e01bb3e9d5 Author: Paul Poulain Date: Fri Dec 2 17:31:41 2011 +0100 Bug 6015, new script for load testing This benchmark_staff.pl script is based on the previous benchmark_circulation.pl script As it does not test only circulation, the renaming was necessary. The script has many enhancement compared to the benchmark_circulation.pl one The benchmark_staff will run a benchmark on the following pages: * mainpage.pl * catalogue/detail.pl * catalogue/search.pl * members/member.pl (search on a name) * members/member.pl (search on a 1st letter) * circulation/circulation.pl and return.pl (check-out and check-in) * all those steps at the same time run the script without any parameter to get syntax ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 2 17:40:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Dec 2011 16:40:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-94-gdf80c63 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via df80c6358c7f4ec98c1ac90ad4c333e01bb3e9d5 (commit) from c7ef4da571cc5451e4922a0ad0f5a2d285d91f77 (commit) Those revisions listed 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/load_testing/benchmark_staff.pl | 388 ++++++++++++++++++++++++++++++++++ 1 files changed, 388 insertions(+), 0 deletions(-) create mode 100644 misc/load_testing/benchmark_staff.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 04:17:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 03:17:58 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-19-g8781f9b Message-ID: This is an automated email from the git hooks/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 8781f9be8551aec8e2fbe1ca14dea3009736d914 (commit) via a713fbb7eaff1714ea49dcb0e8f86f76010f90df (commit) via 86f9e19babe1dd2562a65f7e07107c6bf93a66e8 (commit) via 9143fb4270672d0b456e6651456b6075e6552d3c (commit) via 58b52329e326098e56b3b9855cd6890c9f27e154 (commit) via 4e3668464b1e0cb4fa00d5543ef071c16af0f011 (commit) via 3d25783fd9d8214bb2de44d66a36b0aac5319893 (commit) via f940e3ce1c302e5e1b46401cd3c1d5d7b1453997 (commit) via 6b088fa833799c67280a6f47bcf5f980b99a78ae (commit) via 1dffe0750b93e60e7d35ca1c28ee25eef5b37ed3 (commit) via 6b185b5e55770ddfc1287d188daa543921d6dac1 (commit) via 98d7ae719d2c275560326a388661472e5190077f (commit) via e83cda0360a66c4c8af247132dd6f9da6d775489 (commit) via db92d1cdc8b9bb50021c12d0966790fd0acedc0a (commit) via 05ba6867ccffc3b8673f6a69a2370d979a60d324 (commit) via 989656fe82c43d415780dad40a2d7361a1f3971b (commit) via 809fe0827989b269fdbe011c2197e379f08a8452 (commit) from 34df64b03f4c2eabc8303676d59d8b2dcea67db6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8781f9be8551aec8e2fbe1ca14dea3009736d914 Author: Srdjan Jankovic Date: Thu Nov 17 12:45:47 2011 +1300 Bug 6303: Display Organisation and Parent Organisation names when viewing a borrower of type organisation Signed-off-by: Katrin Fischer Works as advertised, doesn't affect display for non-organisational patrons. Note: Display change in OPAC only affects the summary tab. It would be a little bit more consistent to make the name show the same on all tabs in OPAC patron account. Signed-off-by: Marcel de Rooy I repeated Katrin's signoff here (with permission). The patch only changed for some minor rebasing and cosmetic QA requests. Passed QA now. Signed-off-by: Paul Poulain (cherry picked from commit 2b2e544f054acc5c220dfca035554e2d13b27cdf) Signed-off-by: Chris Nighswonger commit a713fbb7eaff1714ea49dcb0e8f86f76010f90df Author: Magnus Enger Date: Mon Oct 17 12:23:09 2011 +0200 Bug 4877 - Add DocBook for missing manual pages Add DocBook manual pages for commands that do not have a manual page yet. Also add a page for koha-common itself, listing all the available commands. Signed-off-by: Robin Sheat Minor change: I fixed a typo I spotted (cherry picked from commit fab2d8b0abdb2a1af711d8b2ee6f287eef35d91d) Signed-off-by: Chris Nighswonger commit 86f9e19babe1dd2562a65f7e07107c6bf93a66e8 Author: Ian Walls Date: Thu Oct 20 15:54:07 2011 -0400 Bug 7073: GetCOinSBiblio should take $record object, not biblionumber This patch changes the GetCOinsBiblio subroutine to take a MARC record object (as returned from GetMarcBiblio) instead of a biblionumber. The first thing the subroutine did was GetMarcBiblio, and the $biblionumber passed was never used again. This subroutine was only used 3 places: opac/opac-search.pl, opac/opac-detail.pl, and C4/VirtualShelves/Page.pm. In the first and last cases, it was used in a loop. In the last two cases, a call to GetMarcBiblio had already been done. This is expensive, and we were doing it twice per record. For opac/opac-search.pl, the call to GetMarcBiblio was moved to just outside GetCOinSBiblio; this will not change the performance at all. But for opac/opac-detail.pl and C4/VirtualShelves/Page.pm, a redudant call to GetMarcBiblio is now avoided. To Test: 1. Enable COinSinOPACResults in system preferences. Perform a search in the OPAC. Verify that the COinS spans are showing up 2. View the detail record of one of the returned items. Confirm that the COinS span exists on the detail page. 3. View a list in the OPAC. Confirm that COinS spans are still showing up Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit f56e6c0a58145ed3a30341bf0df85e17cde0135d) Signed-off-by: Chris Nighswonger commit 9143fb4270672d0b456e6651456b6075e6552d3c Author: Robin Sheat Date: Fri Jul 15 15:04:31 2011 +1200 Bug 7091 - [MASTER/3.6.x/3.4.x] - update the changelogs for the 3.4 series This brings all the changelog entries for releases up to what has been included in the packages Signed-off-by: Mason James Signed-off-by: Paul Poulain (cherry picked from commit 0fd451060eb2cd88d3f44e68dfa8da6e9ae2956d) Signed-off-by: Chris Nighswonger commit 58b52329e326098e56b3b9855cd6890c9f27e154 Author: Robin Sheat Date: Wed Oct 26 15:03:36 2011 +1300 Bug 7091 - [MASTER] - update the build version for packages from master This updates the default version number that packages are build with to be 3.7. This should be applied to master only. Signed-off-by: Mason James (cherry picked from commit 03dffd8374ee3df9836346b56d56d9bdd2e32e31) Signed-off-by: Chris Nighswonger commit 4e3668464b1e0cb4fa00d5543ef071c16af0f011 Author: Paul Poulain Date: Mon Nov 28 12:13:42 2011 +0100 fixing the translatable-template.t to handle localized setups Depending on your locale, msgmerge will return a different messages, enclosed in .... and . The flow is not utf8 compliant, so this patch switches to testing "..... anything." instead of ".... word." Now the test work on my (french setup) (cherry picked from commit c95cbce4ce8df9d9d8f664b84a3d15a6e8e8cc57) Signed-off-by: Chris Nighswonger commit 3d25783fd9d8214bb2de44d66a36b0aac5319893 Author: Paul Poulain Date: Wed Nov 30 17:12:06 2011 +0100 Revert "Fix for Bug 6291, Cart printing truncated in Firefox" see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6291, comment 7, 9 and http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7279 This reverts commit da0a5b2bd63027102dd61789fc455941e237abc9. (cherry picked from commit c7ef4da571cc5451e4922a0ad0f5a2d285d91f77) Signed-off-by: Chris Nighswonger commit f940e3ce1c302e5e1b46401cd3c1d5d7b1453997 Author: Colin Campbell Date: Tue Nov 8 12:46:39 2011 +0000 Bug 7191 Remove GetBorrowerIssues from @EXPORT No subroutine GetBorrowerIssues exists in C4::Circulation So don't export it into users' namespace Signed-off-by: Albert Oller Signed-off-by: Paul Poulain (cherry picked from commit 862b6ee90dfad9d00fc29bc4dc2d3cf8e0159815) Signed-off-by: Chris Nighswonger commit 6b088fa833799c67280a6f47bcf5f980b99a78ae Author: Chris Cormack Date: Mon Nov 7 15:30:20 2011 +1300 Bug 7268: Fixing failing tests for translatable templates To test run perl xt/author/translatable-templates.t Signed-off-by: Katrin Fischer Test runs without any complaints about the fixed templates now. Also checked detail pages without XSLT turned on display correctly. (cherry picked from commit 66fa8288461c8f14108a507de91977b3394d1c0c) Signed-off-by: Chris Nighswonger commit 1dffe0750b93e60e7d35ca1c28ee25eef5b37ed3 Author: Katrin Fischer Date: Tue Oct 25 17:38:04 2011 +0200 Bug 6894: Order from suggestion defaulting to wrong currency This problem turned out to be a bit different, than I initally thought. This patch fixes the currency selections for new orders created in staff. Before this patch, the first currency in the list was selected instead of the active currency. So you needed to change it explicitly. After patch it should work like this: 1) Suggestion created in OPAC - currency defaults to NULL in database 2) Editing a suggestion created in OPAC will default to active currency. 3) Creating a new suggestion in staff will default to active currency. 4) When ordering, the currency will default to the vendor currency, if no currency is set in the suggestion. (still happens, when suggestions are accepted in batch from the list. I hope this is right - comments and testing appreciated. Signed-off-by: Liz Rea Verified that in the above places, active currency was displayed or selected. Tested both suggestions entered from the OPAC and from the intranet. Signed-off-by: Jared Camins-Esakov Verified the existence of the bug, and that the fix works as advertised. Signed-off-by: Paul Poulain (cherry picked from commit 624b1562d8567dabd23cb4e1ac7e34615e604edc) Signed-off-by: Chris Nighswonger commit 6b185b5e55770ddfc1287d188daa543921d6dac1 Author: Katrin Fischer Date: Fri Oct 28 17:33:31 2011 +0200 Bug 3388: Restore account number on vendor page This patch makes it possible to add the account number to the vendor information. The used field aqbookseller.accountnumber was already existent in the database. To test: 1) Add a new vendor with accountnumber > Verify form has a field for accountnumber > Verify accountnumber does show up on vendor summary page 2) Edit this vendor, change accountnumber > Verify change was correctly saved and new number is displayed on vendor summary page 3) Delete accountnumber Signed-off-by: Liz Rea Tested 1-3, no troubles found. Signed-off-by: Paul Poulain (cherry picked from commit 573b9275a6ab3fa1c0b24ce202ab69c44238b963) Signed-off-by: Chris Nighswonger commit 98d7ae719d2c275560326a388661472e5190077f Author: Marcel de Rooy Date: Wed Nov 23 13:33:26 2011 +0100 Bug 7254 Show pending orders from baskets with closedate > 180 days Current code for selecting pending orders does not select orders from baskets with a closedate > 180 days. The code in Acquisition.pm already includes a FIXME for that. IMHO this part of the where clause should just be removed; an order is pending until it is filled. If you do not want to fill it, delete it. Signed-off-by: Paul Poulain (cherry picked from commit fd949453e86b2def06b471a3b3bfa293bce78a75) Signed-off-by: Chris Nighswonger commit e83cda0360a66c4c8af247132dd6f9da6d775489 Author: Chris Cormack Date: Fri Nov 18 12:12:29 2011 +1300 Bug 7242 : Fixing typo in a div Signed-off-by: Paul Poulain (cherry picked from commit fda4af9a3ee582a483695ba0cab4061101e2d56d) Signed-off-by: Chris Nighswonger commit db92d1cdc8b9bb50021c12d0966790fd0acedc0a Author: Katrin Fischer Date: Mon Nov 21 07:54:15 2011 +0100 Bug 7250: stage_biblios_file.pl is missing options for encoding - adds command line options for encoding, defaulting to utf8 - options match options availablen in the stage marc records form of the staff interface - activates warnings - adds copyright statement To test: Import records with diacritics using the stage_biblios_file.pl Records can be imported into the catalog using the staff interface or the commit_biblios_file.pl script. Signed-off-by: Ulrich Kleiber Successfully tested with default encoding utf8. Signed-off-by: Paul Poulain (cherry picked from commit 1b49f54b8828c7ee4ecba8856886f9662d9712d8) Signed-off-by: Chris Nighswonger commit 05ba6867ccffc3b8673f6a69a2370d979a60d324 Author: Colin Campbell Date: Sat Sep 17 12:45:09 2011 +0100 Bug 6877 - use is executed and errors at compile time Although use is being called in an eval it will still be executed at compile time so that an error can cause the script to abort before the eval is executed. The eval expression syntax is not checked so eval block should be preferred. Use require/import which execute at runtime which is the intention here. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain checked that, with Libravatar OK things are still OK (cherry picked from commit 4f49dc5ad05289820916c6fd879e70f3adeee253) Signed-off-by: Chris Nighswonger commit 989656fe82c43d415780dad40a2d7361a1f3971b Author: Chris Cormack Date: Mon Nov 21 20:30:19 2011 +1300 Bug 4330: Missing License Statement Signed-off-by: Marcel de Rooy (cherry picked from commit 40bd14e0ea98152377a0a416482fe0227fee17bd) Signed-off-by: Chris Nighswonger commit 809fe0827989b269fdbe011c2197e379f08a8452 Author: Chris Cormack Date: Mon Nov 21 20:26:01 2011 +1300 Bug 4330: Wrong address for Free Software Foundation Signed-off-by: Marcel de Rooy (cherry picked from commit 93d4c90a681d527044567bbbb7d5f81aec31a6b5) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 5 +- C4/Biblio.pm | 9 +- C4/Bookseller.pm | 15 +- C4/Circulation.pm | 1 - C4/Members.pm | 22 ++- C4/VirtualShelves/Page.pm | 2 +- about.pl | 6 +- acqui/supplier.pl | 2 + acqui/updatesupplier.pl | 1 + circ/circulation.pl | 7 +- debian/build-git-snapshot | 2 +- debian/changelog | 25 +++ debian/docs/koha-common.xml | 206 ++++++++++++++++++++ debian/docs/koha-create-dirs.xml | 43 ++++ debian/docs/koha-disable.xml | 45 +++++ debian/docs/koha-dump-defaults.xml | 44 ++++ debian/docs/koha-dump.xml | 45 +++++ debian/docs/koha-email-disable.xml | 42 ++++ debian/docs/koha-email-enable.xml | 42 ++++ debian/docs/koha-enable.xml | 45 +++++ debian/docs/koha-foreach.xml | 43 ++++ debian/docs/koha-list.xml | 73 +++++++ debian/docs/koha-mysql.xml | 44 ++++ debian/docs/koha-rebuild-zebra.xml | 67 +++++++ debian/docs/koha-remove.xml | 17 ++- debian/docs/koha-reset-passwd.xml | 44 ++++ debian/docs/koha-restart-zebra.xml | 44 ++++ debian/docs/koha-restore.xml | 45 +++++ debian/docs/koha-start-zebra.xml | 44 ++++ debian/docs/koha-stop-zebra.xml | 44 ++++ debian/docs/koha-upgrade-schema.xml | 44 ++++ debian/docs/koha-upgrade-to-3.4.xml | 41 ++++ koha-tmpl/intranet-tmpl/prog/en/css/print.css | 9 +- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- .../prog/en/includes/patron-title.inc | 6 + .../prog/en/modules/acqui/supplier.tt | 11 +- .../prog/en/modules/catalogue/detail.tt | 4 +- .../prog/en/modules/circ/circulation.tt | 21 +- .../prog/en/modules/members/boraccount.tt | 4 +- .../prog/en/modules/members/member.tt | 4 +- .../prog/en/modules/members/moremember.tt | 10 +- .../prog/en/modules/members/notices.tt | 6 +- .../prog/en/modules/members/readingrec.tt | 4 +- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 17 ++- koha-tmpl/opac-tmpl/prog/en/css/print.css | 9 +- .../opac-tmpl/prog/en/includes/patron-title.inc | 5 + koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 7 +- .../opac-tmpl/prog/en/modules/opac-userupdate.tt | 7 +- mainpage.pl | 7 +- members/boraccount.pl | 3 +- members/moremember.pl | 6 +- members/readingrec.pl | 1 + misc/stage_biblios_file.pl | 35 +++- opac/opac-detail.pl | 13 +- opac/opac-export.pl | 7 +- opac/opac-search.pl | 3 +- opac/opac-showreviews.pl | 11 +- opac/opac-user.pl | 2 + opac/sco/sco-main.pl | 16 ++ suggestion/suggestion.pl | 10 +- tools/viewlog.pl | 3 + xt/author/translatable-templates.t | 7 +- 64 files changed, 1297 insertions(+), 116 deletions(-) create mode 100644 debian/docs/koha-common.xml create mode 100644 debian/docs/koha-create-dirs.xml create mode 100644 debian/docs/koha-disable.xml create mode 100644 debian/docs/koha-dump-defaults.xml create mode 100644 debian/docs/koha-dump.xml create mode 100644 debian/docs/koha-email-disable.xml create mode 100644 debian/docs/koha-email-enable.xml create mode 100644 debian/docs/koha-enable.xml create mode 100644 debian/docs/koha-foreach.xml create mode 100644 debian/docs/koha-list.xml create mode 100644 debian/docs/koha-mysql.xml create mode 100644 debian/docs/koha-rebuild-zebra.xml create mode 100644 debian/docs/koha-reset-passwd.xml create mode 100644 debian/docs/koha-restart-zebra.xml create mode 100644 debian/docs/koha-restore.xml create mode 100644 debian/docs/koha-start-zebra.xml create mode 100644 debian/docs/koha-stop-zebra.xml create mode 100644 debian/docs/koha-upgrade-schema.xml create mode 100644 debian/docs/koha-upgrade-to-3.4.xml create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc create mode 100644 koha-tmpl/opac-tmpl/prog/en/includes/patron-title.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:36:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:36:34 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5974 updated. v3.06.00-67-g9cecb7a Message-ID: This is an automated email from the git hooks/post-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_5974 has been updated via 9cecb7a9d30dfeb2c39789b7493d20734647b9b6 (commit) from eefa6147a2ffd8afba153d51683792798006aa69 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9cecb7a9d30dfeb2c39789b7493d20734647b9b6 Author: Katrin Fischer Date: Sun Nov 27 14:52:22 2011 +0100 Bug 5974: Fix broken toolbar on paton checkout tab Fixed a couple of errors: - [% CAN_user_staffaccess %] should be [% IF ( CAN_user_staffaccess ) %] - added missing [% END %] - added missing line new YAHOO.widget.Button("duplicate"); To test: 1) Open patron account 2) Go through tabs, especially 'Check out' 3) Check toolbars are correct and buttons work Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/circ-toolbar.inc | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:36:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:36:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-96-g6980d82 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6980d82991e2cc685c2c8f7fdc2b5c3fc1ae58ef (commit) via 9cecb7a9d30dfeb2c39789b7493d20734647b9b6 (commit) from df80c6358c7f4ec98c1ac90ad4c333e01bb3e9d5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6980d82991e2cc685c2c8f7fdc2b5c3fc1ae58ef Merge: df80c63 9cecb7a Author: Paul Poulain Date: Sat Dec 3 07:36:44 2011 +0100 Merge remote-tracking branch 'origin/new/bug_5974' ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/circ-toolbar.inc | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:43:30 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:43:30 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6699 created. v3.06.00-98-g869f83a Message-ID: This is an automated email from the git hooks/post-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_6699 has been created at 869f83a4cee1e0824b5fecb3e9fa9a9d7ae807e5 (commit) - Log ----------------------------------------------------------------- commit 869f83a4cee1e0824b5fecb3e9fa9a9d7ae807e5 Author: Paul Poulain Date: Sat Dec 3 07:43:15 2011 +0100 Bug 6699 follow-up The warn $error will issue this message if there is a message. It's because how warn $blabla works : it does not work, you have to add "" commit 7bbc3580675a151bc08e884c206dc4e17bee6f04 Author: Marcel de Rooy Date: Wed Aug 10 15:23:07 2011 +0200 6699 Add not-empty check for warnings from load_sql in Installer Eliminates fake warnings "Something is wrong on line 530". Signed-off-by: Julian Maurice ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:43:45 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:43:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-98-g869f83a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 869f83a4cee1e0824b5fecb3e9fa9a9d7ae807e5 (commit) via 7bbc3580675a151bc08e884c206dc4e17bee6f04 (commit) from 6980d82991e2cc685c2c8f7fdc2b5c3fc1ae58ef (commit) Those revisions listed 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/Installer.pm | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:47:56 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:47:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6914 created. v3.06.00-99-g8b3955d Message-ID: This is an automated email from the git hooks/post-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_6914 has been created at 8b3955d067027d3277f9da95f72420a69a46e373 (commit) - Log ----------------------------------------------------------------- commit 8b3955d067027d3277f9da95f72420a69a46e373 Author: Greg Barniskis Date: Mon Sep 26 11:15:06 2011 -0500 Bug 6914 - fixes for the color option of koha_perl_deps.pl Reset the terminal color mode after reporting (to avoid polluting the user's shell), and use blue instead of white for the report header and footer. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:48:09 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:48:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-99-g8b3955d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 8b3955d067027d3277f9da95f72420a69a46e373 (commit) from 869f83a4cee1e0824b5fecb3e9fa9a9d7ae807e5 (commit) Those revisions listed 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_perl_deps.pl | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:49:56 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:49:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6926 created. v3.06.00-100-g6d8ea30 Message-ID: This is an automated email from the git hooks/post-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_6926 has been created at 6d8ea304010ce1ad249281d2544c67fd5f1e3ae9 (commit) - Log ----------------------------------------------------------------- commit 6d8ea304010ce1ad249281d2544c67fd5f1e3ae9 Author: Paul Poulain Date: Tue Sep 27 15:13:01 2011 +0200 Bug 6926 : overdue_notices don't send itemcount to notification In advanced_notices.pl you can return the number of due items using <> flag. If you use this flag in overdue_notices, it does not work, no number is displayed. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:50:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:50:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-100-g6d8ea30 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6d8ea304010ce1ad249281d2544c67fd5f1e3ae9 (commit) from 8b3955d067027d3277f9da95f72420a69a46e373 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/overdue_notices.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:51:50 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:51:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6966 updated. v3.04.00-668-gab90434 Message-ID: This is an automated email from the git hooks/post-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_6966 has been updated via ab90434b586a6fe01d4e3a593438484fbff3c62d (commit) from 433d70d3ebb10f2ef1eda2e3a208c0abb9596e0e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ab90434b586a6fe01d4e3a593438484fbff3c62d Author: Nicole C. Engard Date: Wed Oct 19 19:04:57 2011 -0400 Bug 6966 Updated Patron Attribute Help File A new patch required an additional line in this help file. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../en/modules/help/admin/patron-attr-types.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:52:32 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:52:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-102-gf029e9a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via f029e9aba7d6c03b3c8e19697af31071b595dcc9 (commit) via ab90434b586a6fe01d4e3a593438484fbff3c62d (commit) from 6d8ea304010ce1ad249281d2544c67fd5f1e3ae9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f029e9aba7d6c03b3c8e19697af31071b595dcc9 Merge: 6d8ea30 ab90434 Author: Paul Poulain Date: Sat Dec 3 07:52:07 2011 +0100 Merge remote-tracking branch 'origin/new/bug_6966' ----------------------------------------------------------------------- Summary of changes: .../en/modules/help/admin/patron-attr-types.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:54:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:54:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6997 created. v3.06.00-103-g602c528 Message-ID: This is an automated email from the git hooks/post-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_6997 has been created at 602c528e91047e1c6c95679b8cddd7e85ddb54d5 (commit) - Log ----------------------------------------------------------------- commit 602c528e91047e1c6c95679b8cddd7e85ddb54d5 Author: Jared Camins-Esakov Date: Mon Oct 10 08:11:14 2011 -0400 Bug 6997: Koha-remove leaves system in inconsistent state If you accidentally delete one of the files that koha-remove is supposed to remove, when koha-remove reaches that point in the script, it will die, leaving later removal steps undone. This patch fixes the problem by checking for the existence of each file prior to deleting it, so that short of an actual problem with removing the file, the script can continue. Note that the fix for bug 6929 is also needed to prevent any problems with stopping Zebra from killing koha-remove. Signed-off-by: Dobrica Pavlinusic ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 07:54:56 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 06:54:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-103-g602c528 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 602c528e91047e1c6c95679b8cddd7e85ddb54d5 (commit) from f029e9aba7d6c03b3c8e19697af31071b595dcc9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-remove | 32 +++++++++++++++++++++----------- 1 files changed, 21 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 08:07:41 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 07:07:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7008 created. v3.06.00-104-g849547d Message-ID: This is an automated email from the git hooks/post-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_7008 has been created at 849547df68e224100ebfa13f76f7c6ef1d826460 (commit) - Log ----------------------------------------------------------------- commit 849547df68e224100ebfa13f76f7c6ef1d826460 Author: Robin Sheat Date: Wed Oct 12 18:29:28 2011 +1300 Bug 7008 - create tmp dir for zebra Sometimes zebra needs a tmp dir in order to work. This ensures that it is created both by koha-create-dirs in the packages, and by rebuild_zebra when it runs. -- tested ok, signing off Signed-off-by: Mason James ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 08:08:04 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 07:08:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-104-g849547d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 849547df68e224100ebfa13f76f7c6ef1d826460 (commit) from 602c528e91047e1c6c95679b8cddd7e85ddb54d5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-create-dirs | 5 +++++ misc/migration_tools/rebuild_zebra.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 08:15:48 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 07:15:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7041 created. v3.06.00-105-g92913a2 Message-ID: This is an automated email from the git hooks/post-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_7041 has been created at 92913a2f3f478628ff04f6c9e8d5f1b3db8d74a4 (commit) - Log ----------------------------------------------------------------- commit 92913a2f3f478628ff04f6c9e8d5f1b3db8d74a4 Author: Marcel de Rooy Date: Mon Oct 17 09:28:38 2011 +0200 Bug 7041: Sort >1000 search results with sortmax parameter in zebra config file By default, zebra does not sort more than 1000 records (search results). You can increase this number by adding the sortmax parameter in zebra-biblios.cfg. Putting this value in Koha's zebra config file will make this default value visible and make it easier to increase it if one prefers that. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 08:16:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 07:16:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-105-g92913a2 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 92913a2f3f478628ff04f6c9e8d5f1b3db8d74a4 (commit) from 849547df68e224100ebfa13f76f7c6ef1d826460 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: etc/zebradb/zebra-biblios.cfg | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 08:21:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 07:21:34 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7105 created. v3.06.00-106-g3231787 Message-ID: This is an automated email from the git hooks/post-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_7105 has been created at 32317878c0e2cbf858e8a21466d01ab3c4df3aec (commit) - Log ----------------------------------------------------------------- commit 32317878c0e2cbf858e8a21466d01ab3c4df3aec Author: Christophe Croullebois Date: Thu Oct 27 15:50:19 2011 +0200 Bug 7105: Bad request in GetSubscriptions If $string or $issn is passed to GetSubscriptions, the request is false. See Bug 5864, especially the last comment from Fr?d?rick Capovilla. Signed-off-by: Julian Maurice Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 08:21:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 07:21:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-106-g3231787 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 32317878c0e2cbf858e8a21466d01ab3c4df3aec (commit) from 92913a2f3f478628ff04f6c9e8d5f1b3db8d74a4 (commit) Those revisions listed 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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 3 13:26:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Dec 2011 12:26:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-28-ge965577 Message-ID: This is an automated email from the git hooks/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 e965577c8dd01cdac38ff7e621c7e8db615c6085 (commit) via 5c60288a306d86470ced0d55813e62c5cdf1bc77 (commit) via 1ac7e7c60a9c395e8e5b2ed3451d7523d47887f9 (commit) via 1edcc77602d4f5e60adbd23c5db40e7982b3e015 (commit) via 87e12ef6faf844157878d44cfaffd870eb85cde0 (commit) via 003beec2753fc775a9cb868bca174f9304e4e22a (commit) via 1daff98956d1e82e49842fd194798a184161e5de (commit) via 14ca75e40766b9210009f91ef78787fcdcc88775 (commit) via 055e8decc147eda678fbec07b219f345171047c1 (commit) from 8781f9be8551aec8e2fbe1ca14dea3009736d914 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e965577c8dd01cdac38ff7e621c7e8db615c6085 Author: Marcel de Rooy Date: Mon Oct 17 09:28:38 2011 +0200 Bug 7041: Sort >1000 search results with sortmax parameter in zebra config file By default, zebra does not sort more than 1000 records (search results). You can increase this number by adding the sortmax parameter in zebra-biblios.cfg. Putting this value in Koha's zebra config file will make this default value visible and make it easier to increase it if one prefers that. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 92913a2f3f478628ff04f6c9e8d5f1b3db8d74a4) Signed-off-by: Chris Nighswonger commit 5c60288a306d86470ced0d55813e62c5cdf1bc77 Author: Robin Sheat Date: Wed Oct 12 18:29:28 2011 +1300 Bug 7008 - create tmp dir for zebra Sometimes zebra needs a tmp dir in order to work. This ensures that it is created both by koha-create-dirs in the packages, and by rebuild_zebra when it runs. -- tested ok, signing off Signed-off-by: Mason James (cherry picked from commit 849547df68e224100ebfa13f76f7c6ef1d826460) Signed-off-by: Chris Nighswonger commit 1ac7e7c60a9c395e8e5b2ed3451d7523d47887f9 Author: Jared Camins-Esakov Date: Mon Oct 10 08:11:14 2011 -0400 Bug 6997: Koha-remove leaves system in inconsistent state If you accidentally delete one of the files that koha-remove is supposed to remove, when koha-remove reaches that point in the script, it will die, leaving later removal steps undone. This patch fixes the problem by checking for the existence of each file prior to deleting it, so that short of an actual problem with removing the file, the script can continue. Note that the fix for bug 6929 is also needed to prevent any problems with stopping Zebra from killing koha-remove. Signed-off-by: Dobrica Pavlinusic (cherry picked from commit 602c528e91047e1c6c95679b8cddd7e85ddb54d5) Signed-off-by: Chris Nighswonger commit 1edcc77602d4f5e60adbd23c5db40e7982b3e015 Author: Greg Barniskis Date: Mon Sep 26 11:15:06 2011 -0500 Bug 6914 - fixes for the color option of koha_perl_deps.pl Reset the terminal color mode after reporting (to avoid polluting the user's shell), and use blue instead of white for the report header and footer. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 8b3955d067027d3277f9da95f72420a69a46e373) Signed-off-by: Chris Nighswonger commit 87e12ef6faf844157878d44cfaffd870eb85cde0 Author: Paul Poulain Date: Tue Sep 27 15:13:01 2011 +0200 Bug 6926 : overdue_notices don't send itemcount to notification In advanced_notices.pl you can return the number of due items using <> flag. If you use this flag in overdue_notices, it does not work, no number is displayed. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 6d8ea304010ce1ad249281d2544c67fd5f1e3ae9) Signed-off-by: Chris Nighswonger commit 003beec2753fc775a9cb868bca174f9304e4e22a Author: Nicole C. Engard Date: Wed Oct 19 19:04:57 2011 -0400 Bug 6966 Updated Patron Attribute Help File A new patch required an additional line in this help file. Signed-off-by: Chris Cormack (cherry picked from commit ab90434b586a6fe01d4e3a593438484fbff3c62d) Signed-off-by: Chris Nighswonger commit 1daff98956d1e82e49842fd194798a184161e5de Author: Christophe Croullebois Date: Thu Oct 27 15:50:19 2011 +0200 Bug 7105: Bad request in GetSubscriptions If $string or $issn is passed to GetSubscriptions, the request is false. See Bug 5864, especially the last comment from Fr?d?rick Capovilla. Signed-off-by: Julian Maurice Signed-off-by: Paul Poulain (cherry picked from commit 32317878c0e2cbf858e8a21466d01ab3c4df3aec) Signed-off-by: Chris Nighswonger commit 14ca75e40766b9210009f91ef78787fcdcc88775 Author: Paul Poulain Date: Sat Dec 3 07:43:15 2011 +0100 Bug 6699 follow-up The warn $error will issue this message if there is a message. It's because how warn $blabla works : it does not work, you have to add "" (cherry picked from commit 869f83a4cee1e0824b5fecb3e9fa9a9d7ae807e5) Signed-off-by: Chris Nighswonger commit 055e8decc147eda678fbec07b219f345171047c1 Author: Marcel de Rooy Date: Wed Aug 10 15:23:07 2011 +0200 6699 Add not-empty check for warnings from load_sql in Installer Eliminates fake warnings "Something is wrong on line 530". Signed-off-by: Julian Maurice (cherry picked from commit 7bbc3580675a151bc08e884c206dc4e17bee6f04) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Installer.pm | 6 ++- C4/Serials.pm | 4 +- debian/scripts/koha-create-dirs | 5 +++ debian/scripts/koha-remove | 32 +++++++++++++------- etc/zebradb/zebra-biblios.cfg | 5 +++ .../en/modules/help/admin/patron-attr-types.tt | 1 + koha_perl_deps.pl | 5 ++- misc/cronjobs/overdue_notices.pl | 3 +- misc/migration_tools/rebuild_zebra.pl | 2 +- 9 files changed, 44 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 4 03:15:56 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 04 Dec 2011 02:15:56 +0000 Subject: [koha-commits] main Koha release repository branch 3.4.x updated. v3.04.06-45-g60a2ba1 Message-ID: This is an automated email from the git hooks/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.4.x has been updated via 60a2ba19c9b14b53f3054b36fa0560bd82d5ad2c (commit) via 382b4c2b3da83a8058c3faebc0b0d224a785c2c0 (commit) from 170950e91bf3906debe7552d5498d176ba1e793d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 60a2ba19c9b14b53f3054b36fa0560bd82d5ad2c Author: Chris Cormack Date: Fri Nov 25 20:38:35 2011 +1300 Bug 6629 fix for vulnerability Signed-off-by: Chris Nighswonger commit 382b4c2b3da83a8058c3faebc0b0d224a785c2c0 Author: Chris Cormack Date: Sat Nov 26 07:39:51 2011 +1300 Bug 6628 fixing security vulnerability Signed-off-by: Fr?re S?bastien Marie - patch taken from master - I also corrected two invalid calls to themelanguage (tests are not possible else) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Templates.pm | 3 ++- help.pl | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 4 03:16:41 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 04 Dec 2011 02:16:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.2.x updated. v3.02.10-3-ge177c9b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.2.x has been updated via e177c9baed2c0ab8418e2205072adc9f68ea69ae (commit) from 15d9cc7213686709761528cba4ba63eac896e0db (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e177c9baed2c0ab8418e2205072adc9f68ea69ae Author: Chris Cormack Date: Fri Nov 25 20:43:02 2011 +1300 Bug 6629 vulnerability fix Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Output.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 4 03:26:38 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 04 Dec 2011 02:26:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.2.x updated. v3.02.10-5-g12f7c5d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.2.x has been updated via 12f7c5d1ca377e266ed4a1382edb287d24cf366f (commit) via 4036a3d5815de987c8e7f9def255480030bcb471 (commit) from e177c9baed2c0ab8418e2205072adc9f68ea69ae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 12f7c5d1ca377e266ed4a1382edb287d24cf366f Author: Chris Nighswonger Date: Sat Dec 3 21:26:30 2011 -0500 Updating Version Number to 3.02.11.000 commit 4036a3d5815de987c8e7f9def255480030bcb471 Author: Chris Nighswonger Date: Sat Dec 3 21:25:26 2011 -0500 Release Notes for 3.02.11.000 ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 +++ kohaversion.pl | 2 +- ...se_notes_3_2_5.txt => release_notes_3_2_11.txt} | 38 ++++++++----------- 3 files changed, 23 insertions(+), 23 deletions(-) copy misc/release_notes/{release_notes_3_2_5.txt => release_notes_3_2_11.txt} (84%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 4 03:28:00 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 04 Dec 2011 02:28:00 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.02.11 created. v3.02.11 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.02.11 has been created at 32043cf06348391b13ac9d663f4317fb5352eb1d (tag) tagging 12f7c5d1ca377e266ed4a1382edb287d24cf366f (commit) replaces v3.02.10 tagged by Chris Nighswonger on Sat Dec 3 21:26:55 2011 -0500 - Log ----------------------------------------------------------------- v3.02.11 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAABAgAGBQJO2tp9AAoJEEQBPavVIgJh+34H/jO1x2QLDEabGvdlPjbNx0DZ VN8I7hbYg4VHOoEfOf7v1qZuo6FLWC7G9sg2s3rQ/t6rfV0vj0YaSoiYXnRR4s2x wEnTgKwYSGDOYD6I5+1sFU//pc6ve7NcajCYJUoIutEN0dQx17bINFF8tVbDZmB+ I1df7kWZye76CR6oqMQgkXfwSItlouA629v3zfZF8uINvpoKjWqmh+nRv4ZuxEJ+ Zes0WSKt4AKOg8Vwyb6JKMFo1eTJPb7F6Qvzw6wcPULHW3+EF+u0gZytp2+/CXhF Ios9mmjQmFpgl59CTZDVw5zmTWjCBEDNCPmUmbMbKLFRWzlVcMd38uY/NkSInsg= =zeBs -----END PGP SIGNATURE----- Chris Cormack (2): Bug 6518 : XSS errors Bug 6629 vulnerability fix Chris Nighswonger (2): Release Notes for 3.02.11.000 Updating Version Number to 3.02.11.000 Fr?d?rick Capovilla (1): Corrects a problem with the wrong date being updated in serials-edit.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 4 22:11:16 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 04 Dec 2011 21:11:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-29-gc1ae162 Message-ID: This is an automated email from the git hooks/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 c1ae162cff64e63341704c63fb17f8ff6f74ccd3 (commit) from e965577c8dd01cdac38ff7e621c7e8db615c6085 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c1ae162cff64e63341704c63fb17f8ff6f74ccd3 Author: Chris Nighswonger Date: Sun Dec 4 16:10:25 2011 -0500 Release Notes for 3.06.02.000 04 Dec 2011 21:10:25 Z ----------------------------------------------------------------------- Summary of changes: ...ase_notes_3_6_1.txt => release_notes_3_6_2.txt} | 57 ++++++++++++++------ 1 files changed, 41 insertions(+), 16 deletions(-) copy misc/release_notes/{release_notes_3_6_1.txt => release_notes_3_6_2.txt} (74%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 5 02:52:18 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Dec 2011 01:52:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-30-gf2f49da Message-ID: This is an automated email from the git hooks/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 f2f49daf4c762e77659ba03dbc5cce6027fb0a3a (commit) from c1ae162cff64e63341704c63fb17f8ff6f74ccd3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f2f49daf4c762e77659ba03dbc5cce6027fb0a3a Author: Chris Nighswonger Date: Sun Dec 4 20:51:54 2011 -0500 Release Notes for 3.06.02.000 05 Dec 2011 01:51:54 Z ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_6_2.txt | 54 +++++---------------------- 1 files changed, 10 insertions(+), 44 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 5 03:02:17 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Dec 2011 02:02:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-31-g2767510 Message-ID: This is an automated email from the git hooks/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 27675100a9160c61e95f31b53a86a914571fc255 (commit) from f2f49daf4c762e77659ba03dbc5cce6027fb0a3a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 27675100a9160c61e95f31b53a86a914571fc255 Author: Chris Nighswonger Date: Sun Dec 4 21:02:01 2011 -0500 Adding template for autogeneration of 3.6.x release notes ----------------------------------------------------------------------- Summary of changes: ...se_notes_3_6_2.txt => release_notes_3_6_x.tmpl} | 57 ++++---------------- 1 files changed, 11 insertions(+), 46 deletions(-) copy misc/release_notes/{release_notes_3_6_2.txt => release_notes_3_6_x.tmpl} (65%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 5 03:07:59 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Dec 2011 02:07:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-32-g5dc48be Message-ID: This is an automated email from the git hooks/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 5dc48be361fd66db512f8c4caaa022535efa3485 (commit) from 27675100a9160c61e95f31b53a86a914571fc255 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5dc48be361fd66db512f8c4caaa022535efa3485 Author: Chris Nighswonger Date: Sun Dec 4 21:07:49 2011 -0500 Adding a git mailmap file to allow standardizing of commit author's names/email ----------------------------------------------------------------------- Summary of changes: .mailmap | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) create mode 100644 .mailmap hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 5 03:27:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Dec 2011 02:27:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.4.x updated. v3.04.06-46-g92b2724 Message-ID: This is an automated email from the git hooks/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.4.x has been updated via 92b2724cd84088ea232b2c9bcee80fd8dce34880 (commit) from 60a2ba19c9b14b53f3054b36fa0560bd82d5ad2c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 92b2724cd84088ea232b2c9bcee80fd8dce34880 Author: Chris Nighswonger Date: Sun Dec 4 21:27:30 2011 -0500 Adding template for autogeneration of 3.4.x release notes ----------------------------------------------------------------------- Summary of changes: ...se_notes_3_4_1.txt => release_notes_3_4_x.tmpl} | 62 +++++-------------- 1 files changed, 17 insertions(+), 45 deletions(-) copy misc/release_notes/{release_notes_3_4_1.txt => release_notes_3_4_x.tmpl} (66%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 5 03:32:07 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Dec 2011 02:32:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.4.x updated. v3.04.06-47-g2ef2874 Message-ID: This is an automated email from the git hooks/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.4.x has been updated via 2ef28747ebaf188fe927c5b38539ed5b10d2fbd8 (commit) from 92b2724cd84088ea232b2c9bcee80fd8dce34880 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2ef28747ebaf188fe927c5b38539ed5b10d2fbd8 Author: Chris Nighswonger Date: Sun Dec 4 21:07:49 2011 -0500 Adding a git mailmap file to allow standardizing of commit author's names/email (cherry picked from commit 5dc48be361fd66db512f8c4caaa022535efa3485) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: .mailmap | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) create mode 100644 .mailmap hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 11:34:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 10:34:34 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_2616 created. v3.06.00-107-gc70ff88 Message-ID: This is an automated email from the git hooks/post-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_2616 has been created at c70ff88205d9951858c0dc9bb7c581e82dee50e9 (commit) - Log ----------------------------------------------------------------- commit c70ff88205d9951858c0dc9bb7c581e82dee50e9 Author: Ian Walls Date: Sun Dec 4 12:31:22 2011 -0500 Bug 2616: Remove unnecessary 'use HTML::Template' calls Removes deprecated calls to HTML::Template or HTML::Template::Pro from: C4/Output.pm catalogue/export.pl reports/issues_by_borrower_category.plugin reports/itemtypes.plugin Only remaining calls are in misc/cronjobs/rss/rss.pl, misc/cronjobs/smsoverdues.pl, and t/test_template.pl. These scripts still legitimately depend on H:T:P Signed-off-by: Marcel de Rooy Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 11:34:45 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 10:34:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-107-gc70ff88 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via c70ff88205d9951858c0dc9bb7c581e82dee50e9 (commit) from 32317878c0e2cbf858e8a21466d01ab3c4df3aec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Output.pm | 1 - catalogue/export.pl | 1 - reports/issues_by_borrower_category.plugin | 1 - reports/itemtypes.plugin | 1 - 4 files changed, 0 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 11:36:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 10:36:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5211 created. v3.06.00-95-g1713133 Message-ID: This is an automated email from the git hooks/post-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_5211 has been created at 1713133fddbd5ee8f722061ef8e1a9b836db1fa0 (commit) - Log ----------------------------------------------------------------- commit 1713133fddbd5ee8f722061ef8e1a9b836db1fa0 Author: Srdjan Jankovic Date: Fri Dec 2 13:26:50 2011 +1300 bug_5211: LostItem() - added charge_fee param to control fee charging Pass charge_fee = yes wherever is LostItem() called, which effectively means tha there's no change. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 11:37:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 10:37:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-109-g7267ea9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 7267ea91acb5902c6539a01fc0c13ea30640aa94 (commit) via 1713133fddbd5ee8f722061ef8e1a9b836db1fa0 (commit) from c70ff88205d9951858c0dc9bb7c581e82dee50e9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7267ea91acb5902c6539a01fc0c13ea30640aa94 Merge: c70ff88 1713133 Author: Paul Poulain Date: Tue Dec 6 11:36:57 2011 +0100 Merge remote-tracking branch 'origin/new/bug_5211' ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 5 +++-- catalogue/updateitem.pl | 2 +- misc/cronjobs/longoverdue.pl | 2 +- tools/batchMod.pl | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 11:41:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 10:41:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6132 created. v3.06.00-110-g7655eae Message-ID: This is an automated email from the git hooks/post-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_6132 has been created at 7655eaedc124d52ca1f4d17855dc3753abf0802c (commit) - Log ----------------------------------------------------------------- commit 7655eaedc124d52ca1f4d17855dc3753abf0802c Author: Henri-Damien LAURENT Date: Thu Mar 3 12:02:38 2011 +0100 Bug 6132: preference were case sensitive. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 11:41:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 10:41:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-110-g7655eae Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 7655eaedc124d52ca1f4d17855dc3753abf0802c (commit) from 7267ea91acb5902c6539a01fc0c13ea30640aa94 (commit) Those revisions listed 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/Context.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 11:46:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 10:46:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6786 updated. v3.06.00-111-g32d8abb Message-ID: This is an automated email from the git hooks/post-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_6786 has been updated via 32d8abbb43729aedfe20d30a9acc21d4f7268ec9 (commit) via 7655eaedc124d52ca1f4d17855dc3753abf0802c (commit) via 7267ea91acb5902c6539a01fc0c13ea30640aa94 (commit) via 1713133fddbd5ee8f722061ef8e1a9b836db1fa0 (commit) via c70ff88205d9951858c0dc9bb7c581e82dee50e9 (commit) via 32317878c0e2cbf858e8a21466d01ab3c4df3aec (commit) via 92913a2f3f478628ff04f6c9e8d5f1b3db8d74a4 (commit) via 849547df68e224100ebfa13f76f7c6ef1d826460 (commit) via 602c528e91047e1c6c95679b8cddd7e85ddb54d5 (commit) via f029e9aba7d6c03b3c8e19697af31071b595dcc9 (commit) via ab90434b586a6fe01d4e3a593438484fbff3c62d (commit) via 6d8ea304010ce1ad249281d2544c67fd5f1e3ae9 (commit) via 8b3955d067027d3277f9da95f72420a69a46e373 (commit) via 869f83a4cee1e0824b5fecb3e9fa9a9d7ae807e5 (commit) via 7bbc3580675a151bc08e884c206dc4e17bee6f04 (commit) via 6980d82991e2cc685c2c8f7fdc2b5c3fc1ae58ef (commit) via 9cecb7a9d30dfeb2c39789b7493d20734647b9b6 (commit) via df80c6358c7f4ec98c1ac90ad4c333e01bb3e9d5 (commit) via c7ef4da571cc5451e4922a0ad0f5a2d285d91f77 (commit) via 87311ca00e6287022532799f10881366cc55b2ae (commit) via 384b9179e0ee916d7bec59dbb86cdee7d2ce0177 (commit) via f0489763d66dde3309396755f7c1d0c6359be31b (commit) via c95cbce4ce8df9d9d8f664b84a3d15a6e8e8cc57 (commit) via 66fa8288461c8f14108a507de91977b3394d1c0c (commit) via 624b1562d8567dabd23cb4e1ac7e34615e604edc (commit) via 339e9edd146073a6957473cb4b10c582454ab8c4 (commit) via 3e05393dd8160c754c2ef027315038c6dc8b6b9b (commit) via 8664d195671c1a65af7b205b14099c1581c0500b (commit) via 2989e12288b09745863376d10d830af5687e7e5e (commit) via af205cb50af430b743fccd84475be15ce14fc84e (commit) via 948f65344eb92aa6940ec02b575d6609d1af83f5 (commit) via 6323bb081e353029bef8f6a28244b228915dbd43 (commit) via 1b49f54b8828c7ee4ecba8856886f9662d9712d8 (commit) via 4f49dc5ad05289820916c6fd879e70f3adeee253 (commit) via 1f6ae97375038d222d9cfb2ced42188250bee460 (commit) via d019b4c63aa46f5eaad044178b5489aee0491ab1 (commit) via 41b42dbe32245d7ca483906507fd5021e499d46a (commit) via 1fe3514c3cca5ae73b370411150112bf2647c63d (commit) via ed9e0bf41e59a45a4f6d376ec71e5c03c35ab3cc (commit) via eefa6147a2ffd8afba153d51683792798006aa69 (commit) via c0e198498199475e4c9bd62eee21f8aed2fa2033 (commit) via 573b9275a6ab3fa1c0b24ce202ab69c44238b963 (commit) via 9a4e9e54f26b0c1bf69c5be1f5b0fea93134c06a (commit) via fd949453e86b2def06b471a3b3bfa293bce78a75 (commit) via 40bd14e0ea98152377a0a416482fe0227fee17bd (commit) via 93d4c90a681d527044567bbbb7d5f81aec31a6b5 (commit) via f1d46529f9cdbcad3fc11c6dfcbb82854a1ce64d (commit) via 862b6ee90dfad9d00fc29bc4dc2d3cf8e0159815 (commit) via 0fd451060eb2cd88d3f44e68dfa8da6e9ae2956d (commit) via 03dffd8374ee3df9836346b56d56d9bdd2e32e31 (commit) via f56e6c0a58145ed3a30341bf0df85e17cde0135d (commit) via 2b2e544f054acc5c220dfca035554e2d13b27cdf (commit) via 5c2def51587c4b2636b5f066306b8bd5dc0e7a7a (commit) via fab2d8b0abdb2a1af711d8b2ee6f287eef35d91d (commit) via fda4af9a3ee582a483695ba0cab4061101e2d56d (commit) via 4ce57a102b1c0404bc4ae67032bcb1cbbc769fc7 (commit) via 9c5d3ea3aa28b71f0fb4148b8fdf9f2a002f79f5 (commit) via bfe06ef399da831e5602784fbe54cea6dfc1ab65 (commit) via 440c0f21ee59664bfbd2238c638f84a6af3d9d80 (commit) via a340ded2ca5b95b1ae4f14423cab3fda107ed597 (commit) via 6dac7273fbc2eff7805d2a9bda1eb9a275962c00 (commit) via 042f89e939984b2b9e568622e0b99c95db09750e (commit) via 1d42be9e7670a3489be681494a8b782c855d52fb (commit) via c1d824deaa65f0a64071e6925ae2238beb0a0912 (commit) via 8fde30912ec89c8855a7b4d468f5e48e7b886e85 (commit) via e7251f73a2bb1fbf8c047f19f210d7bcc591cddf (commit) via bada2e4c36f3e6ec163e5f53e4e4c9d1c9f0dd6f (commit) via 2216cd4371a72d95491dc51455d1ae7a6c783147 (commit) via 1d0192b85ceabca3dbb0add7df218a4d768ea104 (commit) via 7824a1bc8da020b11fa9473f09fb7c6429390034 (commit) via 55162ca84647b4ebc1b8a91ee94997ff7583ef15 (commit) via e0b029a4f5ff378291e86fa55e07841297d611e7 (commit) via 5d5a04798449d1725042adb872d4acf51af672f8 (commit) via 1e2f697e3bca3c9068e1864db63d0b112b4273a4 (commit) via 93e597b5ea5fc23c737c6e0e8bb42f763e3125d5 (commit) via c3abbedebedd34948b664a4d2a6b34dc4863802d (commit) via 7a3dc5102e82bbb4c0c8487a0f128c20d4fe8248 (commit) via 47d74bb3fb4b564a73c6bfb9e4404a1567b5b8fc (commit) via ee0627f20bee5df234ab284d1fdacebb857de57f (commit) via 3b0474950c791bbf0367f6c819203180205f7aa8 (commit) via 21e4d79be8b0a7204dd592528e20f5b8e29553ee (commit) via e8ea58270dc08aac8c1eaccc59e17d96daf56860 (commit) via 607b5449bd5cb79dd8964e46bb970c3975497969 (commit) via 6bb73a04c4c67e5b14eb209ec56ae6585547c593 (commit) via bfc3ea8cc4f0746d4d5658d7c2e2353855bd2b29 (commit) via 58bdfdb08883eb52777321f883491eaff1493857 (commit) via 0f8db0c53866afaf5171869359c558d1e9f4325e (commit) via e228f233e4638fdbeb77495fafb8453045d43302 (commit) via 016e66c6f25fbe3b648bcb8dad8d59f80d11b992 (commit) via 1e5347fb34d6adf94ee7db0375145e28267f4bc9 (commit) via 4ccb8649f88abaf9012f1bbec06fc840046cb7ff (commit) via 30d0be703964be0ae8610e04c903ab2170bca228 (commit) via 488f4be86537211214ede7e0e703128c0cc4c92f (commit) via e676e117fccfaa8208742c17a08cb92056286f95 (commit) via 0ea8ff7c4c81c183ba8da64d7939b041c7de8301 (commit) via 0c0ddf92113b4a5df6833f75ba5b7ad7527c5f48 (commit) via e660cef0e2f0ab4a64f8f1b4b0b4ad612255c03b (commit) via 7ee0565f5ce75fac16de2dc06c170bc06a171e56 (commit) via 0038b0df15a838468bf7c23a389c260075dfd1c4 (commit) via 36d8e5df96d17df3d19a4693fff2ba52504fae51 (commit) via d998166ea30e9d798c97d457afe39c748eed38ae (commit) via cc6c1acb38b8797f71f37ebfd7b26ebcac6806ef (commit) via a0a9368beccd1748e720966f25869259a30e68f2 (commit) via 61e1eeee84083f835a85d43128f4b6cbeef636dd (commit) via 327be442bd6e63e5ff8c0a5e2461ae836e8deffb (commit) via afaf7eaffa2b7e18675eb5d5a9fdd00fd31c5685 (commit) via 7ff9d9d03cc0efd07a8667b093927af4a9c3fb29 (commit) via 54226b60f3e31ba52d6be88eeebcaf534ada296f (commit) via 0faf91c591cf8bd02f5e70cc14caeb5257f4d1c5 (commit) via 7a82e508f020aed3691222e08695a0f7cfd86b48 (commit) via a867bfcff7201a7fa3b56bee4dd484a49ece35e3 (commit) via 52c666edce4261a1acafaa34b2c8a2431589ac0c (commit) via f4d9b8e9dc261f92eb792e04e5b8994657f58d8d (commit) via d89eb95b0be7d1b3d58555b1af305bb717e34822 (commit) via 55306b9267f3ec9a2fec29e2ae1679ce69e25240 (commit) via d52095b48c9ef2a7249d367554da07277dd7bd09 (commit) via 0953e8ca09d8f6010991523c2713e4546b12d907 (commit) via c8df6bdcc9fe2523a77c839270b31304d8e13ee5 (commit) via 8d7608cd64a74d3513fb618d39a5a0f414fdf6a3 (commit) via 69333c9f79bf2cb8ac4e58f46da714dca962a8ee (commit) via 684dab675bb99117453b729330c5761f7893725f (commit) via b6cc3acdac69a762f6aafdcaaac52cd31a1a200d (commit) via c5bc35b6945a03e27dd369d368be33d97f76e509 (commit) via 019173ad50dc1872426eb208c51ef9b36ed74db1 (commit) via 4a2a95cc254f0ed1d5fcd6ea7084a5b08ef04952 (commit) via 906ef4b28c376254743f948808e8ae47bb6f0a01 (commit) via a7ee2993f02fb45f704c92ffdc49f840e05f5bd0 (commit) via 05c2f83817ab41a5d4f876395b6a560d0e83de29 (commit) via c56d12c721684bfd3bac0e9bd9cf17f8f29651a9 (commit) via 769acee41ae258ea4efb0114eb7995736496a9cf (commit) via fcd28a664acaa4aed52604a4150f752bbe118798 (commit) via a1e3975067bf484f8d5f621e042e41baeb69d7b7 (commit) via 885f016394a4cf00ccf3c8b0951883b453e2bcc3 (commit) via edd7f0588ebbea9f3dd6c1e9fd54accabf6c3644 (commit) via bf64266e9932853e42a17f98d27417319a4ef7fe (commit) via 224140a2b60aa7bbf4aeb352e1c31f80974a05db (commit) via 823b807ac9e20706bdd3931962e126affc72cbeb (commit) via a46cbc03ee60b8894e5f37f830d2deea4629aa05 (commit) via d150c98540e98cf783a7e06b1de76988cd4752c2 (commit) via aedb86a6790babe52070439cab2f29e1d020cea8 (commit) via 96300cc592bfcb5bbf0b09989fac8f7fadc5f684 (commit) via d93e19fd701a6290183ee7d8ae1bb9b0c3e8d343 (commit) via 05d35b0ae0af257b51fbd14a9ec010c957157a8f (commit) via 0ae2c3c4ceab85993ee23360d2c0d5409f465df6 (commit) via d80c3369d202617a1e7b4ce87b7dcc39a308a8d5 (commit) via d80cf35e9ba39112bfdefc3ce6ba8ddae121347c (commit) via 8935132c5d73eeb716fd269dcf69c61998b9177d (commit) via 8d39d21039d489444b7ed6fa06b03aa87d21f5bd (commit) via d50de1f040be4b6498cc054689f524fd7d13321f (commit) via 030fe0570f6ae2d0561756ee2168c1d3528af985 (commit) via bafa96058f28b234e8a5fcc9b4d04a803d10c9e1 (commit) via dcfb5e63c9092efc396da98b51e079efc3b823f9 (commit) via 4d67e6910775ea389cfa0a25e3fb55b9cf17bd6f (commit) via c7a2ef33177f176b8c5a5c12da9586de77569af1 (commit) via f6043fbbe49eba279ee0635c43dd5a46a20eeb52 (commit) via 16f1fffdd1f5d1c97db0bf664f83496864b7e24d (commit) via 980d8fbed45b3d43341347e612b777b54fd12d10 (commit) via a7d0255f19bf2de5a9bfc50eb76e108ed32e85c0 (commit) via aca414977ac3f16cec353c23c59a298ee828d24c (commit) via 18b8991cf1832a0ee79a526e6438b51fdb4f3208 (commit) via fb3272febd08e2e570931f1a0eba4c3dbacc89b2 (commit) via 1bf7550a82e7fc8b1c608fde3ff236af65b83dfc (commit) via 7631bae2b2e5f6f2f71ddc4fe841816cd4688047 (commit) via 86e9c29f54e16a276889b10c1245ad1588147e35 (commit) via 56b9412562599d1decabb27e7d4f562ec63c005a (commit) via 94b067b53c566c320478eb074e4250ed9c86b51d (commit) via 69732f5c62337a97269d8b0b09343805a970c6fa (commit) via 9c84f38b3496f32037a97b441aab21e8c2647250 (commit) via 5faaa7f13a17d29197b1bced3bd86731d61ee0d7 (commit) via f38e1e7a0e92e1680e00667fb898be14221a2319 (commit) via 72f826963c20dfdc6c5934693089e3d3e83ec1ec (commit) via ef5d4d7bf8caf84c917fdbcd22005767b6f9e960 (commit) via f9fdf43043d78e60b5ff5a16773b7f8662da79fd (commit) via 15e846d74aa30d3bfa5222d009171313594590d7 (commit) via 1ffdbfa5e9c3f4d63244f0897ac9b8f5eb1177d2 (commit) via f2794f79342e48bc433f0d56ea8baf5ef0bba526 (commit) via 8f75c19afdcbb7e5f266fe21eb7bec4d24e56e96 (commit) via bc33391fc5491e0acbc9431d3a6b24c4f357ff79 (commit) via 0fe43ac28b2a171ac07f82c38347e1b10a0a9fd2 (commit) via 5938eb306acc2668b00178d88f319ad18c93e775 (commit) via 4770555855930e45eeaedd1e25a9a39af0861604 (commit) via 41928b088075a5da9bffb19edf906e94aa84466f (commit) via bfaf07b2780ed033677683ef40ce04e55d7c2b3d (commit) via 5affbfc9fd5b6e5974aa9e64d074235046359950 (commit) via a43974029205fb830eef8989b8a5899d0561840d (commit) via 087bb15e7003cb1f5e271b5b88c1abb99f33c89c (commit) via 1576e3f410b3c4914d1b803953f64e32c20d3e74 (commit) via e5e5e3155e4c4b3f51415d08a324f84142e91f3d (commit) via d010412c66a9291d13676ed7a3fbdaaf1b269b59 (commit) via 4e95e94727b09b33d2f6c597bdd218a59dcc3681 (commit) via a118102d4e2d7cf6bc1157a560c52fd6deb6f7a7 (commit) via dcb4ac77fbfd813cc0eb39e060b49a7b8d491016 (commit) via d139d400b11e76f19ed208d4898d57f678acf9f4 (commit) via f85c06d0c0330bc4512db8000b9898ac75fe7481 (commit) via ebd03e31e2a1cf2c30b97f2af48e283212d7a49a (commit) via b83c3896456a20ad3612e4f91e4b63fcaf3bfb02 (commit) via d7cbdd3d0bcc4bf06f65ed1fec16d506fa8f217f (commit) via 6c9ab3678a9ab747eb9f5a89a4a6972a861fa9ca (commit) via 72eeac56fdb967d3fcfb08fc3f8dfb56bf74e755 (commit) via 412666e52b4e8f7bc5ae70f2b2978b1bd088a885 (commit) via 31d748665a396582ad344249c3dfd394b6047f85 (commit) via 2f11d527a0749e86350d62055f289aaee9435848 (commit) via 518710878972a72b8d7b306af571b7c543267ddd (commit) via 37902b25a7aa5c9e1b3f90e8cbb50741b27dae1d (commit) via 7621591ae697328798a44a95757352a147e33d72 (commit) via cdd798ec3216c6019adccc40935e93736ce4dc3b (commit) via b64dbb246c8f29ac1c5e40b88a1f26f8d207b18d (commit) via a4baa4df1843f1390f372d1569eb446171705742 (commit) via 7f6656aff84b2e9e47dd3317e8c72d69aaa8e433 (commit) via f97726406697f7973d2f8118049acaac2f95a3ed (commit) via 1c0702c76e50173289a0ee340a9c5f190515d9c3 (commit) via 74c7c4e3a5d6a3ec20b525936c5ffe2f9b188744 (commit) via 046c996c2fa8150b8c6a037976c9c22826e04b8b (commit) via d205c2795799821bfb560109b841eafac7b239b1 (commit) via f09e2ca27ee89860dbdd0ca512735f37fbfaf8a6 (commit) via 71defcbc6c851f54da223c040aa5d95e0bd43b73 (commit) via d2d42b47c86d7dd10ccb3f866b090f70cac0140c (commit) via 0435a1d2f50b9380bbb9eef43c8f6d8ad3404e18 (commit) via e5ff85d5562330dbd34410249ad04f4a478a0a04 (commit) via fd052de5e179a26f9fec32141cc6d0f07b31ad9d (commit) via 1064c61a6947da4ba46bd0fbc81cd1e3e7de31b7 (commit) via c42e0084bd4a29f383c7a23724c8255da70ba836 (commit) via 4216b980f3580eeec5af60ef030ac39277e587eb (commit) via 2ac26883157b95d2e5df75a3d3e26463cf6f887d (commit) via e5c6fc8a87468d861022f57b3a86ddd76d5e493f (commit) via 0cf8194d5f6d1a401eb78abad88476ef061928c5 (commit) via d03148a7176005f7f7bf46206b04f46fcd296acf (commit) via 85b1d6d55839017e75beede2f9829d4f4ba9e7ee (commit) via de728937a874620e4015bc400dc496e6f53ed5a5 (commit) via 78e0754bfc17805d050074d116a3fa0e79546afd (commit) via 8b65b94636398729e5d919ca2eb6334e8013bdae (commit) via ed73fb53ca6b402a240eb7d2ed414507fcc44290 (commit) via 7d8c805ef44310677065467fc57cf95baedad7c2 (commit) via e05d53d50d84e28769cdd6e4a474245ea2ee34f0 (commit) via f7387f27daa110c9165a5d69024bd5b4fad0757e (commit) via 7d599afe6d044db30f4ba7c233fce774dd8020d2 (commit) via 433d70d3ebb10f2ef1eda2e3a208c0abb9596e0e (commit) via 84a13ac022e5e49430b0533b5bcc5e8b6b25e0da (commit) via 4ab2ab51f5394c4dcc61da89bd77c03a8b557631 (commit) via a22ae10491cb6b8ef72abf3544bd5b5f7b1ddcaf (commit) via 4b29162ddf044707e6f9b42e3de0c259d911cef8 (commit) via 4cc50cc3b4e594b04764650e44edf4bd2e5fab04 (commit) via 549ca98de98741e9fbfa8f5ecf51ba7d41b997c4 (commit) via be0e2efc1099a6bb876a6acddf9406f6702ea3cc (commit) via c44892d3180c52eb38f441088cd1cf7e84798846 (commit) via 6780d5d03d8eaa456ca7d4649622327f7a739761 (commit) via f5121f851af64430d390520cbb4c931186933063 (commit) via 4f9faf4509eb4d98ca5931dc640fd0ad1b843eb6 (commit) via b143ed1054f0b429cf832c4797c3af108cdd41d7 (commit) via f33518e61e4f28be8d8f1a066ac49123352637a9 (commit) via 86d9496c269a95ec1a478c15b401da28db54fc10 (commit) via ab55e630a87c3d291f638f0522c418b1f0507dbc (commit) via 0f6e7d5eb4cbe1f509aa8b719a4f583fce5bb8db (commit) via d97ae8830ee7ee5ab42a8052b7c3c5b4f22d840d (commit) via 70b17c022ed0c6fbdea63e2f2b2f7f2caf0645c7 (commit) via 4e65e26baba26bc154dbd41e202cff8f101b9e8c (commit) via 72f98b94d6aa253a0edfcf87a9968e0ebea39ffa (commit) via f56dc797546fd9f3037e974ab6f40cb603b33e74 (commit) via 77d69d1bebbe1b20fd35b39e4be1afda2a899b8a (commit) via cfe8b6bd9a4f1921cb728d784083300344bcf2b1 (commit) from cd1fbb7510c8d931cf0658d62ff66bdfbb079ef1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 32d8abbb43729aedfe20d30a9acc21d4f7268ec9 Author: Marcel de Rooy Date: Sun Dec 4 17:29:05 2011 +0100 Bug 6786: Follow up fixing index names with hyphens Adds hyphen to regex looking for index names in buildQuery. Test by searching on Control-number=... Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 77 +- C4/Acquisition.pm | 28 +- C4/Auth.pm | 137 +- C4/Auth_cas_servers.yaml.orig | 12 + C4/Auth_with_cas.pm | 181 +- C4/Auth_with_ldap.pm | 7 +- C4/AuthoritiesMarc.pm | 35 +- C4/Biblio.pm | 233 +- C4/Bookseller.pm | 15 +- C4/Branch.pm | 29 - C4/Category.pm | 13 +- C4/Circulation.pm | 125 +- C4/ClassSortRoutine.pm | 1 - C4/ClassSource.pm | 1 - C4/Context.pm | 11 +- C4/ILSDI/Utility.pm | 2 +- C4/Installer.pm | 6 +- C4/Installer/PerlDependencies.pm | 5 - C4/ItemType.pm | 15 +- C4/Items.pm | 206 +- C4/Members.pm | 349 +- C4/Members/Attributes.pm | 13 +- C4/Output.pm | 1 - C4/Overdues.pm | 23 +- C4/Print.pm | 1 - C4/Reserves.pm | 62 +- C4/Ris.pm | 22 + C4/SQLHelper.pm | 80 +- C4/Search.pm | 29 +- C4/Serials.pm | 15 +- C4/Templates.pm | 12 +- C4/VirtualShelves/Page.pm | 4 +- INSTALL | 13 +- INSTALL.debian | 5 +- INSTALL.ubuntu | 5 +- INSTALL.ubuntu.lucid | 5 +- Makefile.PL | 2 +- about.pl | 6 +- acqui/addorder.pl | 4 + acqui/basket.pl | 43 +- acqui/basketgroup.pl | 2 +- acqui/booksellers.pl | 32 +- acqui/check_duplicate_barcode_ajax.pl | 55 + acqui/histsearch.pl | 5 +- acqui/neworderbiblio.pl | 18 +- acqui/neworderempty.pl | 5 + acqui/parcel.pl | 69 +- acqui/supplier.pl | 20 +- acqui/updatesupplier.pl | 1 + admin/aqbudget_owner_search.pl | 2 +- admin/aqplan.pl | 2 +- admin/marc_subfields_structure.pl | 2 +- admin/systempreferences.pl | 1 + authorities/blinddetail-biblio-search.pl | 21 +- catalogue/detail.pl | 42 +- catalogue/export.pl | 1 - catalogue/moredetail.pl | 24 +- catalogue/search.pl | 2 +- catalogue/showmarc.pl | 51 +- catalogue/updateitem.pl | 3 +- cataloguing/addbiblio.pl | 26 +- cataloguing/additem.pl | 94 +- cataloguing/linkitem.pl | 98 + cataloguing/merge.pl | 5 + cataloguing/value_builder/dateaccessioned.pl | 4 +- cataloguing/value_builder/macles.pl | 123 +- cataloguing/value_builder/unimarc_field_4XX.pl | 15 +- circ/circulation.pl | 30 +- circ/overdue.pl | 11 +- circ/returns.pl | 10 +- circ/ysearch.pl | 29 +- debian/build-git-snapshot | 2 +- debian/changelog | 25 + debian/docs/koha-common.xml | 206 + debian/docs/koha-create-dirs.xml | 43 + debian/docs/koha-disable.xml | 45 + debian/docs/koha-dump-defaults.xml | 44 + debian/docs/koha-dump.xml | 45 + debian/docs/koha-email-disable.xml | 42 + debian/docs/koha-email-enable.xml | 42 + debian/docs/koha-enable.xml | 45 + debian/docs/koha-foreach.xml | 43 + debian/docs/koha-list.xml | 73 + debian/docs/koha-mysql.xml | 44 + debian/docs/koha-rebuild-zebra.xml | 67 + debian/docs/koha-remove.xml | 17 +- debian/docs/koha-reset-passwd.xml | 44 + debian/docs/koha-restart-zebra.xml | 44 + debian/docs/koha-restore.xml | 45 + debian/docs/koha-start-zebra.xml | 44 + debian/docs/koha-stop-zebra.xml | 44 + debian/docs/koha-upgrade-schema.xml | 44 + debian/docs/koha-upgrade-to-3.4.xml | 41 + debian/scripts/koha-create-dirs | 5 + debian/scripts/koha-remove | 32 +- debian/scripts/koha-stop-zebra | 2 +- docs/CAS/CAS/README | 8 + docs/CAS/CASProxy/README | 9 + docs/CAS/CASProxy/examples/casSession.tmp | Bin 0 -> 134 bytes docs/CAS/CASProxy/examples/koha_webservice.pl | 58 + docs/CAS/CASProxy/examples/proxy_cas.pl | 91 + docs/CAS/CASProxy/examples/proxy_cas_callback.pl | 62 + docs/CAS/CASProxy/examples/proxy_cas_data.pl | 80 + docs/history.txt | 43 +- edithelp.pl | 10 +- etc/zebradb/biblios/etc/bib1.att | 2 +- etc/zebradb/ccl.properties | 3 + etc/zebradb/etc/word-phrase-utf.chr | 2 + etc/zebradb/marc_defs/marc21/biblios/record.abs | 3 +- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 3 + etc/zebradb/zebra-biblios.cfg | 5 + help.pl | 14 +- install_misc/debian.packages | 28 + installer/InstallAuth.pm | 24 +- .../de-DE/mandatory/message_transport_types.txt | 3 +- .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 0 .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 0 .../data/mysql/de-DE/mandatory/subtag_registry.txt | 7 +- .../mysql/de-DE/mandatory/system_preferences.sql | 12 + installer/data/mysql/de-DE/mandatory/userflags.txt | 2 +- .../marc21/mandatory/authorities_normal_marc21.txt | 9 +- .../optional/marc21_default_matching_rules.txt | 4 +- .../marc21/optional/marc21_fastadd_framework.txt | 2 +- .../optional/marc21_simple_bib_frameworks.txt | 3 +- installer/data/mysql/de-DE/optional/auth_val.txt | 2 +- .../mysql/de-DE/optional/patron_categories.txt | 12 +- .../mysql/de-DE/optional/sample_creator_data.txt | 2 +- .../data/mysql/de-DE/optional/sample_news.txt | 2 +- .../mysql/de-DE/optional/sample_z3950_servers.txt | 1 + .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 0 .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 0 .../marc21/mandatory/marc21_framework_DEFAULT.sql | 2 + .../optional/marc21_simple_bib_frameworks.sql | 16 + .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 0 .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 0 .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 0 .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 0 .../mysql/fr-FR/1-Obligatoire/userpermissions.sql | 24 +- installer/data/mysql/kohastructure.sql | 19 +- .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 0 .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 0 .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 0 .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 0 .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 0 .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 0 installer/data/mysql/sysprefs.sql | 11 + .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 0 .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 0 installer/data/mysql/updatedatabase.pl | 127 +- installer/install.pl | 2 + koha-tmpl/intranet-tmpl/prog/en/css/print.css | 9 +- .../intranet-tmpl/prog/en/css/staff-global.css | 33 + .../en/includes/acquisitions-add-to-basket.inc | 2 +- .../prog/en/includes/acquisitions-search.inc | 6 +- .../prog/en/includes/biblio-view-menu.inc | 1 + .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 + .../intranet-tmpl/prog/en/includes/circ-menu.inc | 6 +- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 4 +- .../prog/en/includes/circ-toolbar.inc | 34 +- .../intranet-tmpl/prog/en/includes/header.inc | 4 +- .../prog/en/includes/members-toolbar.inc | 8 +- .../prog/en/includes/patron-search.inc | 10 + .../prog/en/includes/patron-title.inc | 6 + .../intranet-tmpl/prog/en/includes/table-pager.inc | 17 + koha-tmpl/intranet-tmpl/prog/en/js/basket.js | 15 +- koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 4 + koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 +- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 50 +- .../prog/en/modules/acqui/histsearch.tt | 3 +- .../prog/en/modules/acqui/neworderempty.tt | 52 +- .../prog/en/modules/acqui/orderreceive.tt | 4 +- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 48 +- .../prog/en/modules/acqui/supplier.tt | 13 +- .../prog/en/modules/admin/aqbudgets.tt | 1 + .../prog/en/modules/admin/auth_tag_structure.tt | 21 +- .../prog/en/modules/admin/authorised_values.tt | 22 +- .../en/modules/admin/branch_transfer_limits.tt | 34 +- .../prog/en/modules/admin/branches.tt | 21 +- .../prog/en/modules/admin/categorie.tt | 21 +- .../intranet-tmpl/prog/en/modules/admin/cities.tt | 21 +- .../prog/en/modules/admin/itemtypes.tt | 21 +- .../prog/en/modules/admin/marctagstructure.tt | 21 +- .../en/modules/admin/preferences/acquisitions.pref | 7 + .../en/modules/admin/preferences/cataloguing.pref | 6 + .../en/modules/admin/preferences/circulation.pref | 6 + .../admin/preferences/enhanced_content.pref | 23 + .../prog/en/modules/admin/preferences/opac.pref | 19 + koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- .../authorities/blinddetail-biblio-search.tt | 87 +- .../intranet-tmpl/prog/en/modules/basket/basket.tt | 2 +- .../prog/en/modules/catalogue/detail.tt | 20 +- .../prog/en/modules/catalogue/moredetail.tt | 2 +- .../prog/en/modules/catalogue/results.tt | 22 +- .../prog/en/modules/cataloguing/addbiblio.tt | 15 +- .../prog/en/modules/cataloguing/additem.tt | 7 +- .../prog/en/modules/cataloguing/linkitem.tt | 57 + .../en/modules/cataloguing/value_builder/macles.tt | 2 +- .../cataloguing/value_builder/marc21_field_007.tt | 7684 ++- .../prog/en/modules/cataloguing/z3950_search.tt | 2 +- .../prog/en/modules/circ/circulation.tt | 41 +- .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 5 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 6 + .../prog/en/modules/circ/view_holdsqueue.tt | 10 + .../intranet-tmpl/prog/en/modules/help/about.tt | 2 + .../prog/en/modules/help/acqui/acqcontract.tt | 2 + .../prog/en/modules/help/acqui/basket.tt | 2 + .../prog/en/modules/help/acqui/basketgroup.tt | 2 + .../prog/en/modules/help/acqui/basketheader.tt | 2 + .../prog/en/modules/help/acqui/booksellers.tt | 12 +- .../prog/en/modules/help/acqui/histsearch.tt | 14 +- .../prog/en/modules/help/acqui/lateorders.tt | 2 + .../prog/en/modules/help/acqui/newbiblio.tt | 5 - .../prog/en/modules/help/acqui/neworderbiblio.tt | 2 + .../prog/en/modules/help/acqui/neworderempty.tt | 2 + .../en/modules/help/acqui/newordersuggestion.tt | 2 + .../prog/en/modules/help/acqui/orderreceive.tt | 2 + .../prog/en/modules/help/acqui/parcel.tt | 4 +- .../prog/en/modules/help/acqui/parcels.tt | 2 + .../prog/en/modules/help/acqui/supplier.tt | 4 +- .../prog/en/modules/help/acqui/z3950_search.tt | 2 + .../prog/en/modules/help/admin/admin-home.tt | 4 +- .../prog/en/modules/help/admin/aqbookfund.tt | 41 - .../prog/en/modules/help/admin/aqbudget.tt | 33 - .../prog/en/modules/help/admin/aqbudgetperiods.tt | 2 + .../prog/en/modules/help/admin/aqbudgets.tt | 4 +- .../prog/en/modules/help/admin/aqplan.tt | 2 + .../modules/help/admin/auth_subfields_structure.tt | 1 + .../en/modules/help/admin/auth_tag_structure.tt | 2 + .../en/modules/help/admin/authorised_values.tt | 2 + .../prog/en/modules/help/admin/authtypes.tt | 2 + .../prog/en/modules/help/admin/biblio_framework.tt | 2 + .../modules/help/admin/branch_transfer_limits.tt | 2 + .../prog/en/modules/help/admin/branches.tt | 4 +- .../prog/en/modules/help/admin/categorie.tt | 2 + .../prog/en/modules/help/admin/checkmarc.tt | 2 + .../prog/en/modules/help/admin/cities.tt | 2 + .../prog/en/modules/help/admin/classsources.tt | 2 + .../prog/en/modules/help/admin/currency.tt | 2 + .../prog/en/modules/help/admin/fieldmapping.tt | 2 + .../modules/help/admin/item_circulation_alerts.tt | 2 + .../prog/en/modules/help/admin/itemtypes.tt | 2 + .../prog/en/modules/help/admin/koha2marclinks.tt | 2 + .../modules/help/admin/marc_subfields_structure.tt | 2 + .../prog/en/modules/help/admin/marctagstructure.tt | 2 + .../prog/en/modules/help/admin/matching-rules.tt | 2 + .../en/modules/help/admin/patron-attr-types.tt | 3 + .../prog/en/modules/help/admin/preferences.tt | 2 + .../prog/en/modules/help/admin/roadtype.tt | 2 + .../prog/en/modules/help/admin/smart-rules.tt | 24 +- .../prog/en/modules/help/admin/stopwords.tt | 2 + .../prog/en/modules/help/admin/z3950servers.tt | 2 + .../modules/help/authorities/authorities-home.tt | 3 + .../en/modules/help/authorities/authorities.tt | 2 + .../prog/en/modules/help/authorities/detail.tt | 2 + .../prog/en/modules/help/catalogue/issuehistory.tt | 2 + .../prog/en/modules/help/catalogue/moredetail.tt | 2 + .../prog/en/modules/help/catalogue/search.tt | 2 + .../prog/en/modules/help/cataloguing/addbiblio.tt | 39 +- .../prog/en/modules/help/cataloguing/additem.tt | 16 +- .../prog/en/modules/help/cataloguing/merge.tt | 8 +- .../prog/en/modules/help/cataloguing/moveitem.tt | 15 + .../prog/en/modules/help/circ/branchoverdues.tt | 5 +- .../prog/en/modules/help/circ/branchtransfers.tt | 4 +- .../prog/en/modules/help/circ/circulation-home.tt | 26 +- .../prog/en/modules/help/circ/circulation.tt | 24 +- .../prog/en/modules/help/circ/overdue.tt | 2 + .../prog/en/modules/help/circ/pendingreserves.tt | 2 + .../prog/en/modules/help/circ/reserveratios.tt | 2 + .../prog/en/modules/help/circ/returns.tt | 12 +- .../en/modules/help/circ/selectbranchprinter.tt | 38 +- .../en/modules/help/circ/transferstoreceive.tt | 2 + .../prog/en/modules/help/circ/view_holdsqueue.tt | 2 + .../prog/en/modules/help/circ/waitingreserves.tt | 4 + .../prog/en/modules/help/export/marc.tt | 2 + .../en/modules/help/labels/label-edit-batch.tt | 2 + .../en/modules/help/labels/label-edit-layout.tt | 2 + .../en/modules/help/labels/label-edit-profile.tt | 2 +- .../en/modules/help/labels/label-edit-template.tt | 2 + .../prog/en/modules/help/labels/label-home.tt | 2 + .../prog/en/modules/help/labels/spinelabel-home.tt | 2 + .../prog/en/modules/help/members/boraccount.tt | 6 +- .../prog/en/modules/help/members/mancredit.tt | 3 + .../prog/en/modules/help/members/maninvoice.tt | 3 + .../prog/en/modules/help/members/member-flags.tt | 67 +- .../en/modules/help/members/member-password.tt | 9 +- .../prog/en/modules/help/members/member.tt | 2 + .../prog/en/modules/help/members/memberentry.tt | 2 + .../prog/en/modules/help/members/members-home.tt | 21 +- .../prog/en/modules/help/members/messaging.tt | 9 - .../prog/en/modules/help/members/moremember.tt | 16 +- .../prog/en/modules/help/members/notices.tt | 6 +- .../prog/en/modules/help/members/pay.tt | 2 + .../prog/en/modules/help/members/paycollect.tt | 53 + .../prog/en/modules/help/members/readingrec.tt | 4 +- .../intranet-tmpl/prog/en/modules/help/nohelp.tt | 12 +- .../en/modules/help/offline_circ/process_koc.tt | 2 + .../prog/en/modules/help/patroncards/edit-batch.tt | 2 + .../en/modules/help/patroncards/edit-layout.tt | 2 + .../en/modules/help/patroncards/edit-profile.tt | 2 + .../en/modules/help/patroncards/edit-template.tt | 2 + .../prog/en/modules/help/patroncards/home.tt | 2 + .../en/modules/help/patroncards/image-manage.tt | 2 + .../prog/en/modules/help/patroncards/manage.tt | 2 + .../en/modules/help/reports/acquisitions_stats.tt | 22 +- .../prog/en/modules/help/reports/bor_issues_top.tt | 23 +- .../prog/en/modules/help/reports/borrowers_out.tt | 20 +- .../en/modules/help/reports/borrowers_stats.tt | 30 +- .../prog/en/modules/help/reports/cat_issues_top.tt | 22 +- .../prog/en/modules/help/reports/catalogue_out.tt | 24 +- .../en/modules/help/reports/catalogue_stats.tt | 27 +- .../prog/en/modules/help/reports/dictionary.tt | 61 +- .../prog/en/modules/help/reports/guided_reports.tt | 30 +- .../en/modules/help/reports/issues_avg_stats.tt | 17 +- .../prog/en/modules/help/reports/issues_stats.tt | 43 +- .../prog/en/modules/help/reports/itemslost.tt | 6 +- .../prog/en/modules/help/reports/manager.tt | 17 +- .../prog/en/modules/help/reports/reports-home.tt | 26 +- .../prog/en/modules/help/reports/serials_stats.tt | 22 +- .../prog/en/modules/help/reserve/request.tt | 106 +- .../prog/en/modules/help/reviews/reviewswaiting.tt | 27 +- .../en/modules/help/serials/checkexpiration.tt | 24 +- .../prog/en/modules/help/serials/claims.tt | 27 +- .../prog/en/modules/help/serials/routing.tt | 21 + .../en/modules/help/serials/serials-collection.tt | 2 + .../prog/en/modules/help/serials/serials-edit.tt | 18 +- .../prog/en/modules/help/serials/serials-home.tt | 4 +- .../en/modules/help/serials/subscription-add.tt | 187 +- .../en/modules/help/serials/subscription-detail.tt | 2 + .../prog/en/modules/help/suggestion/suggestion.tt | 10 + .../prog/en/modules/help/tags/review.tt | 12 +- .../prog/en/modules/help/tools/batchMod.tt | 10 +- .../prog/en/modules/help/tools/cleanborrowers.tt | 28 +- .../prog/en/modules/help/tools/csv-profiles.tt | 45 +- .../prog/en/modules/help/tools/export.tt | 42 +- .../prog/en/modules/help/tools/holidays.tt | 95 +- .../prog/en/modules/help/tools/import_borrowers.tt | 83 +- .../prog/en/modules/help/tools/inventory.tt | 3 + .../prog/en/modules/help/tools/koha-news.tt | 33 +- .../prog/en/modules/help/tools/letter.tt | 53 +- .../en/modules/help/tools/manage-marc-import.tt | 49 +- .../prog/en/modules/help/tools/overduerules.tt | 25 +- .../prog/en/modules/help/tools/picture-upload.tt | 68 +- .../prog/en/modules/help/tools/scheduler.tt | 44 +- .../en/modules/help/tools/stage-marc-import.tt | 38 +- .../prog/en/modules/help/tools/tools-home.tt | 11 +- .../prog/en/modules/help/tools/viewlog.tt | 27 +- .../prog/en/modules/help/virtualshelves/shelves.tt | 92 +- .../prog/en/modules/installer/auth.tt | 2 +- .../prog/en/modules/members/boraccount.tt | 4 +- .../prog/en/modules/members/member.tt | 4 +- .../prog/en/modules/members/memberentrygen.tt | 43 +- .../prog/en/modules/members/moremember.tt | 27 +- .../prog/en/modules/members/notices.tt | 6 +- .../prog/en/modules/members/readingrec.tt | 35 +- .../en/modules/reports/guided_reports_start.tt | 20 +- .../prog/en/modules/reserve/request.tt | 8 + .../prog/en/modules/serials/claims.tt | 2 +- .../prog/en/modules/serials/result.tt | 8 +- .../prog/en/modules/serials/subscription-add.tt | 46 +- .../prog/en/modules/serials/subscription-detail.tt | 156 +- .../prog/en/modules/suggestion/suggestion.tt | 14 +- .../intranet-tmpl/prog/en/modules/tags/review.tt | 10 +- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 17 +- .../prog/en/modules/virtualshelves/sendshelf.tt | 12 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl | 3758 +- .../prog/en/xslt/MARC21slim2MODS3-1.xsl | 5040 +- .../prog/en/xslt/MARC21slim2RDFDC.xsl | 392 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 17 +- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslimUtils.xsl | 8 + .../prog/img/itemtypeimg/vokal/BOOK-32px.png | Bin 897 -> 0 bytes .../prog/img/itemtypeimg/vokal/BOOK.png | Bin 3825 -> 0 bytes koha-tmpl/opac-tmpl/prog/en/css/opac.css | 180 +- koha-tmpl/opac-tmpl/prog/en/css/print.css | 9 +- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 7 +- .../opac-tmpl/prog/en/includes/navigation.inc | 7 +- .../opac-tmpl/prog/en/includes/opac-bottom.inc | 23 +- .../opac-tmpl/prog/en/includes/patron-title.inc | 5 + .../opac-tmpl/prog/en/modules/opac-account.tt | 3 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt | 14 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 220 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt | 22 +- .../opac-tmpl/prog/en/modules/opac-messaging.tt | 3 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-passwd.tt | 3 +- .../opac-tmpl/prog/en/modules/opac-privacy.tt | 3 +- .../prog/en/modules/opac-readingrecord.tt | 3 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 4 +- .../prog/en/modules/opac-search-history.tt | 6 +- .../opac-tmpl/prog/en/modules/opac-sendshelf.tt | 11 +- .../prog/en/modules/opac-serial-issues.tt | 3 + .../opac-tmpl/prog/en/modules/opac-shelves.tt | 5 +- .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 3 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt | 3 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 18 +- .../opac-tmpl/prog/en/modules/opac-userupdate.tt | 10 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 31 +- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 4 +- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 4 +- koha-tmpl/opac-tmpl/prog/images/ico_b_results.gif | Bin 0 -> 58 bytes .../opac-tmpl/prog/itemtypeimg/vokal/BOOK-32px.png | Bin 897 -> 0 bytes .../opac-tmpl/prog/itemtypeimg/vokal/BOOK.png | Bin 3825 -> 0 bytes koha_perl_deps.pl | 18 +- kohaversion.pl | 2 +- labels/label-create-pdf.pl | 10 +- labels/label-create-xml.pl | 27 +- labels/label-edit-batch.pl | 9 +- labels/label-print.pl | 15 +- mainpage.pl | 7 +- members/boraccount.pl | 13 +- members/guarantor_search.pl | 11 +- members/mancredit.pl | 8 +- members/maninvoice.pl | 9 +- members/member-flags.pl | 10 +- members/member-password.pl | 10 +- members/member.pl | 19 +- members/memberentry.pl | 19 +- members/moremember.pl | 27 +- members/notices.pl | 10 +- members/pay.pl | 8 +- members/readingrec.pl | 11 +- members/setdebar.pl | 18 +- members/setstatus.pl | 4 +- misc/cronjobs/batch_anonymise.pl | 76 + misc/cronjobs/cleanup_database.pl | 25 +- misc/cronjobs/longoverdue.pl | 3 +- misc/cronjobs/overdue_notices.pl | 5 +- misc/cronjobs/printoverdues.sh | 18 +- misc/load_testing/benchmark_staff.pl | 388 + misc/migration_tools/22_to_30/missing090field.pl | 4 +- .../22_to_30/move_marc_to_authheader.pl | 2 +- misc/migration_tools/create_analytical_rel.pl | 152 + misc/migration_tools/merge_authority.pl | 18 +- misc/migration_tools/rebuild_zebra.pl | 23 +- misc/migration_tools/upgradeitems.pl | 23 +- misc/release_notes/release_notes_3_6_0.txt | 326 + misc/stage_biblios_file.pl | 35 +- misc/translator/LangInstaller.pm | 8 +- .../po/am-Ethi-i-opac-t-prog-v-3002000.po |16773 ---- .../po/am-Ethi-i-opac-t-prog-v-3006000.po |16934 ++++ .../po/am-Ethi-i-staff-t-prog-v-3002000.po |82352 ---------------- .../po/am-Ethi-i-staff-t-prog-v-3006000.po |83589 ++++++++++++++++ misc/translator/po/am-Ethi-pref.po |36424 +------- .../po/ar-Arab-i-opac-t-prog-v-3002000.po |16903 ---- .../po/ar-Arab-i-opac-t-prog-v-3006000.po |17066 ++++ .../po/ar-Arab-i-staff-t-prog-v-3002000.po |93773 ------------------ .../po/ar-Arab-i-staff-t-prog-v-3006000.po |95952 ++++++++++++++++++ misc/translator/po/ar-Arab-pref.po | 9910 +-- .../translator/po/az-AZ-i-opac-t-prog-v-3002000.po |17023 ---- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po |17184 ++++ .../po/az-AZ-i-staff-t-prog-v-3002000.po |96865 ------------------ .../po/az-AZ-i-staff-t-prog-v-3006000.po |99775 +++++++++++++++++++ misc/translator/po/az-AZ-pref.po |28510 +----- misc/translator/po/ben-i-opac-t-prog-v-3002000.po |15751 --- misc/translator/po/ben-i-opac-t-prog-v-3006000.po |15863 +++ misc/translator/po/ben-i-staff-t-prog-v-3002000.po |82357 ---------------- misc/translator/po/ben-i-staff-t-prog-v-3006000.po |83594 ++++++++++++++++ misc/translator/po/ben-pref.po |55256 +---------- ...02000.po => bg-Cyrl-i-opac-t-prog-v-3006000.po} | 0 ...2000.po => bg-Cyrl-i-staff-t-prog-v-3006000.po} | 0 .../translator/po/ca-VA-i-opac-t-prog-v-3002000.po |16872 ---- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po |17031 ++++ .../po/ca-VA-i-staff-t-prog-v-3002000.po |82357 ---------------- .../po/ca-VA-i-staff-t-prog-v-3006000.po |83594 ++++++++++++++++ misc/translator/po/ca-VA-pref.po |27852 +----- ...3002000.po => cs-CZ-i-opac-t-prog-v-3006000.po} | 0 ...002000.po => cs-CZ-i-staff-t-prog-v-3006000.po} | 0 .../translator/po/da-DK-i-opac-t-prog-v-3002000.po |17327 ---- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po |17509 ++++ .../po/da-DK-i-staff-t-prog-v-3006000.po |88689 +++++++++++++++++ misc/translator/po/da-DK-pref.po |24975 +----- .../translator/po/de-DE-i-opac-t-prog-v-3002000.po |16884 ---- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po |16176 +++ .../po/de-DE-i-staff-t-prog-v-3002000.po |96311 ------------------ .../po/de-DE-i-staff-t-prog-v-3006000.po |94555 ++++++++++++++++++ misc/translator/po/de-DE-pref.po |13884 +--- .../translator/po/el-GR-i-opac-t-prog-v-3002000.po |17412 ---- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po |17617 ++++ .../po/el-GR-i-staff-t-prog-v-3002000.po |99986 ------------------- .../po/el-GR-i-staff-t-prog-v-3006000.po |102957 ++++++++++++++++++++ misc/translator/po/el-GR-pref.po |22004 +---- .../translator/po/en-GB-i-opac-t-prog-v-3002000.po |17334 ---- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po |17522 ++++ .../po/en-GB-i-staff-t-prog-v-3002000.po |96765 ------------------ .../po/en-GB-i-staff-t-prog-v-3006000.po |99502 +++++++++++++++++++ misc/translator/po/en-GB-pref.po |45471 +-------- .../translator/po/en-NZ-i-opac-t-prog-v-3002000.po |17303 ---- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po |17543 ++++ .../po/en-NZ-i-staff-t-prog-v-3002000.po |93243 ------------------ .../po/en-NZ-i-staff-t-prog-v-3006000.po |96134 ++++++++++++++++++ misc/translator/po/en-NZ-pref.po |52022 +--------- ...po => en-USACADEMIC-i-opac-t-prog-v-3006000.po} | 0 .../translator/po/es-ES-i-opac-t-prog-v-3002000.po |16866 ---- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po |16308 ++++ .../po/es-ES-i-staff-t-prog-v-3002000.po |94312 ------------------ .../po/es-ES-i-staff-t-prog-v-3006000.po |98532 +++++++++++++++++++ misc/translator/po/es-ES-pref.po |62081 +----------- misc/translator/po/eu-i-opac-t-prog-v-3006000.po |15855 +++ misc/translator/po/eu-pref.po | 3692 + ...02000.po => fa-Arab-i-opac-t-prog-v-3006000.po} | 0 .../translator/po/fi-FI-i-opac-t-prog-v-3002000.po |18640 ---- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po |16233 +++ .../po/fi-FI-i-staff-t-prog-v-3006000.po |83989 ++++++++++++++++ misc/translator/po/fi-FI-pref.po |45728 +-------- .../translator/po/fr-CA-i-opac-t-prog-v-3002000.po |17255 ---- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po |16278 ++++ .../po/fr-CA-i-staff-t-prog-v-3002000.po |96170 ------------------ .../po/fr-CA-i-staff-t-prog-v-3006000.po |86926 +++++++++++++++++ misc/translator/po/fr-CA-pref.po |46288 +--------- .../translator/po/fr-FR-i-opac-t-prog-v-3002000.po |16174 --- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po |16302 ++++ .../po/fr-FR-i-staff-t-prog-v-3002000.po |92702 ------------------ .../po/fr-FR-i-staff-t-prog-v-3006000.po |87439 +++++++++++++++++ misc/translator/po/fr-FR-pref.po |63938 +------------ ...-v-3002000.po => gl-i-opac-t-prog-v-3006000.po} | 0 ...02000.po => he-Hebr-i-opac-t-prog-v-3006000.po} | 0 misc/translator/po/hi-i-opac-t-prog-v-3002000.po |16776 ---- misc/translator/po/hi-i-opac-t-prog-v-3006000.po |16935 ++++ misc/translator/po/hi-i-staff-t-prog-v-3002000.po |93907 ------------------ misc/translator/po/hi-i-staff-t-prog-v-3006000.po |96815 ++++++++++++++++++ misc/translator/po/hi-pref.po |28990 +----- .../translator/po/hr-HR-i-opac-t-prog-v-3002000.po |16627 ---- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po |17102 ++++ .../po/hr-HR-i-staff-t-prog-v-3002000.po |82935 ---------------- .../po/hr-HR-i-staff-t-prog-v-3006000.po |84226 ++++++++++++++++ misc/translator/po/hr-HR-pref.po |18968 +---- .../translator/po/hu-HU-i-opac-t-prog-v-3002000.po |17634 ---- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po |17807 ++++ .../po/hu-HU-i-staff-t-prog-v-3002000.po |87285 ----------------- .../po/hu-HU-i-staff-t-prog-v-3006000.po |88824 +++++++++++++++++ misc/translator/po/hu-HU-pref.po | 1028 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po |16348 ++++ ...002000.po => hy-Armn-i-staff-prog-v-3006000.po} | 0 .../po/hy-Armn-i-staff-t-prog-v-3006000.po |86834 +++++++++++++++++ misc/translator/po/hy-Armn-pref.po | 1242 +- .../translator/po/id-ID-i-opac-t-prog-v-3002000.po |16588 ---- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po |15789 +++ .../po/id-ID-i-staff-t-prog-v-3006000.po |83589 ++++++++++++++++ misc/translator/po/id-ID-pref.po |30194 +------ .../translator/po/is-IS-i-opac-t-prog-v-3006000.po |16848 ++++ misc/translator/po/is-IS-pref.po | 3692 + .../translator/po/it-IT-i-opac-t-prog-v-3002000.po |16844 ---- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po |17037 ++++ .../po/it-IT-i-staff-t-prog-v-3002000.po |92374 ------------------ .../po/it-IT-i-staff-t-prog-v-3006000.po |96990 ++++++++++++++++++ misc/translator/po/it-IT-pref.po |63084 +----------- .../po/ja-Jpan-JP-i-opac-t-prog-v-3002000.po |16889 ---- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po |17039 ++++ misc/translator/po/ja-Jpan-JP-pref.po |41926 +-------- ...2000.po => kn-Knda-i-staff-t-prog-v-3006000.po} | 0 ...00.po => ko-Kore-KP-i-opac-t-prog-v-3006000.po} | 0 .../po/lo-Laoo-i-opac-t-prog-v-3002000.po |16102 --- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po |16582 ++++ .../po/lo-Laoo-i-staff-t-prog-v-3002000.po |82353 ---------------- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po |83590 ++++++++++++++++ misc/translator/po/lo-Laoo-pref.po |52162 +---------- .../translator/po/mi-NZ-i-opac-t-prog-v-3002000.po |16872 ---- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po |17031 ++++ misc/translator/po/mi-NZ-pref.po |40274 +------- misc/translator/po/mon-i-opac-t-prog-v-3002000.po |16862 ---- misc/translator/po/mon-i-opac-t-prog-v-3006000.po |17023 ++++ misc/translator/po/mon-i-staff-t-prog-v-3002000.po |92325 ------------------ misc/translator/po/mon-i-staff-t-prog-v-3006000.po |94898 ++++++++++++++++++ misc/translator/po/mon-pref.po |27142 +----- ...-v-3002000.po => mr-i-opac-t-prog-v-3006000.po} | 0 ...v-3002000.po => mr-i-staff-t-prog-v-3006000.po} | 0 .../translator/po/ms-MY-i-opac-t-prog-v-3002000.po |15665 --- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po |16088 +++ .../po/ms-MY-i-staff-t-prog-v-3002000.po |82405 ---------------- .../po/ms-MY-i-staff-t-prog-v-3006000.po |83662 ++++++++++++++++ misc/translator/po/ms-MY-pref.po |15698 +--- .../translator/po/nb-NO-i-opac-t-prog-v-3002000.po |12635 --- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po |16288 ++++ .../po/nb-NO-i-staff-t-prog-v-3002000.po |64439 ------------ .../po/nb-NO-i-staff-t-prog-v-3006000.po |86103 ++++++++++++++++ misc/translator/po/nb-NO-pref.po |20390 +---- ...3002000.po => ne-NE-i-opac-t-prog-v-3006000.po} | 0 ...002000.po => ne-NE-i-staff-t-prog-v-3006000.po} | 0 .../translator/po/nl-BE-i-opac-t-prog-v-3002000.po |17351 ---- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po |17552 ++++ .../po/nl-BE-i-staff-t-prog-v-3002000.po |82475 ---------------- .../po/nl-BE-i-staff-t-prog-v-3006000.po |83768 ++++++++++++++++ misc/translator/po/nl-BE-pref.po | 6883 +- .../translator/po/nl-NL-i-opac-t-prog-v-3002000.po |16955 ---- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po |17118 ++++ .../po/nl-NL-i-staff-t-prog-v-3002000.po |82376 ---------------- .../po/nl-NL-i-staff-t-prog-v-3006000.po |83613 ++++++++++++++++ misc/translator/po/nl-NL-pref.po |35582 +------- .../translator/po/nn-NO-i-opac-t-prog-v-3002000.po | 8957 -- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po |15972 +++ ...-3002000.po => nn-NO-i-staff-prog-v-3006000.po} | 0 .../po/nn-NO-i-staff-t-prog-v-3006000.po |85655 ++++++++++++++++ misc/translator/po/nn-NO-pref.po |53558 +---------- ...v-3002000.po => pbr-i-opac-t-prog-v-3006000.po} | 0 ...-3002000.po => pbr-i-staff-t-prog-v-3006000.po} | 0 .../translator/po/pl-PL-i-opac-t-prog-v-3002000.po |17234 ---- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po |17446 ++++ .../po/pl-PL-i-staff-t-prog-v-3002000.po |88679 ----------------- .../po/pl-PL-i-staff-t-prog-v-3006000.po |90364 +++++++++++++++++ misc/translator/po/pl-PL-pref.po |56358 +---------- ...v-3002000.po => prs-i-opac-t-prog-v-3006000.po} | 0 ...-3002000.po => prs-i-staff-t-prog-v-3006000.po} | 0 .../translator/po/pt-BR-i-opac-t-prog-v-3002000.po |17625 ---- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po |17850 ++++ .../po/pt-BR-i-staff-t-prog-v-3002000.po |84737 ---------------- .../po/pt-BR-i-staff-t-prog-v-3006000.po |91330 +++++++++++++++++ misc/translator/po/pt-BR-pref.po |49599 +--------- .../translator/po/pt-PT-i-opac-t-prog-v-3002000.po |17865 ---- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po |18026 ++++ .../po/pt-PT-i-staff-t-prog-v-3002000.po |98447 ------------------- .../po/pt-PT-i-staff-t-prog-v-3006000.po |101430 +++++++++++++++++++ misc/translator/po/pt-PT-pref.po |50190 +--------- .../translator/po/ro-RO-i-opac-t-prog-v-3002000.po |16943 ---- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po |17101 ++++ .../po/ro-RO-i-staff-t-prog-v-3002000.po |87163 ----------------- .../po/ro-RO-i-staff-t-prog-v-3006000.po |89092 +++++++++++++++++ misc/translator/po/ro-RO-pref.po | 184 +- .../translator/po/ru-RU-i-opac-t-prog-v-3002000.po |17238 ---- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po |16432 ++++ .../po/ru-RU-i-staff-t-prog-v-3002000.po |94618 ------------------ .../po/ru-RU-i-staff-t-prog-v-3006000.po |86558 ++++++++++++++++ misc/translator/po/ru-RU-pref.po | 3878 +- .../translator/po/sd-PK-i-opac-t-prog-v-3002000.po |15712 --- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po |15816 +++ .../po/sd-PK-i-staff-t-prog-v-3006000.po |83589 ++++++++++++++++ misc/translator/po/sd-PK-pref.po |38374 +------- ...3002000.po => sk-SK-i-opac-t-prog-v-3006000.po} | 0 ...002000.po => sk-SK-i-staff-t-prog-v-3006000.po} | 0 ...3002000.po => sl-SI-i-opac-t-prog-v-3006000.po} | 0 ...002000.po => sl-SI-i-staff-t-prog-v-3006000.po} | 0 ...3002000.po => sq-AL-i-opac-t-prog-v-3006000.po} | 0 ...002000.po => sq-AL-i-staff-t-prog-v-3006000.po} | 0 ...02000.po => sr-Cyrl-i-opac-t-prog-v-3006000.po} | 0 .../po/sr-Cyrl-i-staff-t-prog-v-3002000.po |82352 ---------------- ...2000.po => sr-Cyrl-i-staff-t-prog-v-3006000.po} | 0 .../translator/po/sv-SE-i-opac-t-prog-v-3002000.po |17106 ---- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po |17264 ++++ .../po/sv-SE-i-staff-t-prog-v-3002000.po |82404 ---------------- .../po/sv-SE-i-staff-t-prog-v-3006000.po |83652 ++++++++++++++++ misc/translator/po/sv-SE-pref.po | 3692 + ...3002000.po => ta-LK-i-opac-t-prog-v-3006000.po} | 0 ...002000.po => ta-LK-i-staff-t-prog-v-3006000.po} | 0 misc/translator/po/tet-i-opac-t-prog-v-3002000.po |17341 ---- misc/translator/po/tet-i-opac-t-prog-v-3006000.po |17553 ++++ misc/translator/po/tet-i-staff-t-prog-v-3002000.po |87128 ----------------- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |89025 +++++++++++++++++ misc/translator/po/tet-pref.po |12364 +--- .../po/th-THA-i-opac-t-prog-v-3002000.po |17188 ---- .../po/th-THA-i-opac-t-prog-v-3006000.po |17348 ++++ .../po/th-THA-i-staff-t-prog-v-3002000.po |82355 ---------------- .../po/th-THA-i-staff-t-prog-v-3006000.po |83597 ++++++++++++++++ misc/translator/po/th-THA-pref.po | 5532 +- ...3002000.po => tl-PH-i-opac-t-prog-v-3006000.po} | 0 .../translator/po/tr-TR-i-opac-t-prog-v-3002000.po |17354 ---- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po |17515 ++++ .../po/tr-TR-i-staff-t-prog-v-3002000.po |97316 ------------------ .../po/tr-TR-i-staff-t-prog-v-3006000.po |100256 +++++++++++++++++++ misc/translator/po/tr-TR-pref.po | 2794 +- .../translator/po/uk-UA-i-opac-t-prog-v-3002000.po |17249 ---- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po |16435 ++++ .../po/uk-UA-i-staff-t-prog-v-3002000.po |98957 ------------------- .../po/uk-UA-i-staff-t-prog-v-3006000.po |87957 +++++++++++++++++ misc/translator/po/uk-UA-pref.po |17912 +--- .../po/ur-Arab-i-opac-t-prog-v-3002000.po |15762 --- .../po/ur-Arab-i-opac-t-prog-v-3006000.po |15874 +++ .../po/ur-Arab-i-staff-t-prog-v-3002000.po |82353 ---------------- .../po/ur-Arab-i-staff-t-prog-v-3006000.po |83590 ++++++++++++++++ misc/translator/po/ur-Arab-pref.po |25672 +----- ...3002000.po => vi-VN-i-opac-t-prog-v-3006000.po} | 0 ...002000.po => vi-VN-i-staff-t-prog-v-3006000.po} | 0 .../po/zh-Hans-CN-i-opac-t-prog-v-3002000.po |17216 ---- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po |17377 ++++ .../po/zh-Hans-CN-i-staff-t-prog-v-3002000.po |95945 ------------------ .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po |98286 +++++++++++++++++++ misc/translator/po/zh-Hans-CN-pref.po |39270 +------- .../po/zh-Hans-TW-i-opac-t-prog-v-3002000.po |17463 ---- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po |16099 +++ .../po/zh-Hans-TW-i-staff-t-prog-v-3002000.po |93779 ------------------ .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |87086 +++++++++++++++++ misc/translator/po/zh-Hans-TW-pref.po |45008 +-------- misc/translator/xgettext.pl | 2 +- opac/opac-detail.pl | 329 +- opac/opac-export.pl | 7 +- opac/opac-reserve.pl | 47 +- opac/opac-search.pl | 40 +- opac/opac-sendshelf.pl | 12 +- opac/opac-showmarc.pl | 16 +- opac/opac-showreviews.pl | 11 +- opac/opac-user.pl | 24 + opac/sco/sco-main.pl | 20 +- patroncards/members-search.pl | 14 +- reports/issues_by_borrower_category.plugin | 1 - reports/itemtypes.plugin | 1 - reserve/placerequest.pl | 9 + reserve/request.pl | 56 +- suggestion/suggestion.pl | 12 +- t/00-merge-conflict-markers.t | 3 +- t/db_dependent/Koha.t | 14 +- t/db_dependent/Members.t | 181 +- t/db_dependent/lib/KohaTest/Accounts.pm | 1 - t/db_dependent/lib/KohaTest/Branch.pm | 1 - t/db_dependent/lib/KohaTest/Circulation.pm | 1 + t/db_dependent/lib/KohaTest/Members.pm | 2 +- t/db_dependent/lib/KohaTest/Members/DebarMember.pm | 2 +- tools/batchMod.pl | 7 +- tools/import_borrowers.pl | 4 + tools/viewlog.pl | 3 + virtualshelves/sendshelf.pl | 10 +- xt/author/translatable-templates.t | 7 +- 724 files changed, 4557723 insertions(+), 5144259 deletions(-) mode change 100644 => 100755 C4/Auth.pm create mode 100644 C4/Auth_cas_servers.yaml.orig create mode 100755 acqui/check_duplicate_barcode_ajax.pl create mode 100755 cataloguing/linkitem.pl create mode 100644 debian/docs/koha-common.xml create mode 100644 debian/docs/koha-create-dirs.xml create mode 100644 debian/docs/koha-disable.xml create mode 100644 debian/docs/koha-dump-defaults.xml create mode 100644 debian/docs/koha-dump.xml create mode 100644 debian/docs/koha-email-disable.xml create mode 100644 debian/docs/koha-email-enable.xml create mode 100644 debian/docs/koha-enable.xml create mode 100644 debian/docs/koha-foreach.xml create mode 100644 debian/docs/koha-list.xml create mode 100644 debian/docs/koha-mysql.xml create mode 100644 debian/docs/koha-rebuild-zebra.xml create mode 100644 debian/docs/koha-reset-passwd.xml create mode 100644 debian/docs/koha-restart-zebra.xml create mode 100644 debian/docs/koha-restore.xml create mode 100644 debian/docs/koha-start-zebra.xml create mode 100644 debian/docs/koha-stop-zebra.xml create mode 100644 debian/docs/koha-upgrade-schema.xml create mode 100644 debian/docs/koha-upgrade-to-3.4.xml create mode 100644 docs/CAS/CAS/README create mode 100644 docs/CAS/CASProxy/README create mode 100644 docs/CAS/CASProxy/examples/casSession.tmp create mode 100755 docs/CAS/CASProxy/examples/koha_webservice.pl create mode 100755 docs/CAS/CASProxy/examples/proxy_cas.pl create mode 100755 docs/CAS/CASProxy/examples/proxy_cas_callback.pl create mode 100755 docs/CAS/CASProxy/examples/proxy_cas_data.pl rename installer/data/mysql/de-DE/{optional => mandatory}/sample_notices_message_attributes.sql (100%) rename installer/data/mysql/de-DE/{optional => mandatory}/sample_notices_message_attributes.txt (100%) rename installer/data/mysql/de-DE/{optional => mandatory}/sample_notices_message_transports.sql (100%) rename installer/data/mysql/de-DE/{optional => mandatory}/sample_notices_message_transports.txt (100%) rename installer/data/mysql/en/{optional => mandatory}/sample_notices_message_attributes.sql (100%) rename installer/data/mysql/en/{optional => mandatory}/sample_notices_message_attributes.txt (100%) rename installer/data/mysql/en/{optional => mandatory}/sample_notices_message_transports.sql (100%) rename installer/data/mysql/en/{optional => mandatory}/sample_notices_message_transports.txt (100%) rename installer/data/mysql/es-ES/{optional => mandatory}/sample_notices_message_attributes.sql (100%) rename installer/data/mysql/es-ES/{optional => mandatory}/sample_notices_message_attributes.txt (100%) rename installer/data/mysql/es-ES/{optional => mandatory}/sample_notices_message_transports.sql (100%) rename installer/data/mysql/es-ES/{optional => mandatory}/sample_notices_message_transports.txt (100%) rename installer/data/mysql/fr-FR/{2-Optionel => 1-Obligatoire}/sample_notices_message_attributes.sql (100%) rename installer/data/mysql/fr-FR/{2-Optionel => 1-Obligatoire}/sample_notices_message_attributes.txt (100%) rename installer/data/mysql/fr-FR/{2-Optionel => 1-Obligatoire}/sample_notices_message_transports.sql (100%) rename installer/data/mysql/fr-FR/{2-Optionel => 1-Obligatoire}/sample_notices_message_transports.txt (100%) rename installer/data/mysql/nb-NO/{2-Valgfritt => 1-Obligatorisk}/sample_notices_message_attributes.sql (100%) rename installer/data/mysql/nb-NO/{2-Valgfritt => 1-Obligatorisk}/sample_notices_message_attributes.txt (100%) rename installer/data/mysql/nb-NO/{2-Valgfritt => 1-Obligatorisk}/sample_notices_message_transports.sql (100%) rename installer/data/mysql/nb-NO/{2-Valgfritt => 1-Obligatorisk}/sample_notices_message_transports.txt (100%) rename installer/data/mysql/pl-PL/{optional => mandatory}/sample_notices_message_attributes.sql (100%) rename installer/data/mysql/pl-PL/{optional => mandatory}/sample_notices_message_attributes.txt (100%) rename installer/data/mysql/pl-PL/{optional => mandatory}/sample_notices_message_transports.sql (100%) rename installer/data/mysql/pl-PL/{optional => mandatory}/sample_notices_message_transports.txt (100%) rename installer/data/mysql/ru-RU/{optional => mandatory}/sample_notices_message_attributes.sql (100%) rename installer/data/mysql/ru-RU/{optional => mandatory}/sample_notices_message_attributes.txt (100%) rename installer/data/mysql/ru-RU/{optional => mandatory}/sample_notices_message_transports.sql (100%) rename installer/data/mysql/ru-RU/{optional => mandatory}/sample_notices_message_transports.txt (100%) rename installer/data/mysql/uk-UA/{optional => mandatory}/sample_notices_message_attributes.sql (100%) rename installer/data/mysql/uk-UA/{optional => mandatory}/sample_notices_message_attributes.txt (100%) rename installer/data/mysql/uk-UA/{optional => mandatory}/sample_notices_message_transports.sql (100%) rename installer/data/mysql/uk-UA/{optional => mandatory}/sample_notices_message_transports.txt (100%) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/table-pager.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newbiblio.tt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbookfund.tt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudget.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/moveitem.tt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/messaging.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BOOK-32px.png delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BOOK.png mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/css/opac.css mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc create mode 100644 koha-tmpl/opac-tmpl/prog/en/includes/patron-title.inc mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt create mode 100644 koha-tmpl/opac-tmpl/prog/images/ico_b_results.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/BOOK-32px.png delete mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/BOOK.png create mode 100755 misc/cronjobs/batch_anonymise.pl create mode 100644 misc/load_testing/benchmark_staff.pl create mode 100755 misc/migration_tools/create_analytical_rel.pl create mode 100644 misc/release_notes/release_notes_3_6_0.txt delete mode 100644 misc/translator/po/am-Ethi-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/am-Ethi-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/am-Ethi-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/am-Ethi-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ar-Arab-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/ar-Arab-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ar-Arab-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/ar-Arab-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/az-AZ-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/az-AZ-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/az-AZ-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/az-AZ-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ben-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/ben-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ben-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/ben-i-staff-t-prog-v-3006000.po rename misc/translator/po/{bg-Cyrl-i-opac-t-prog-v-3002000.po => bg-Cyrl-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{bg-Cyrl-i-staff-t-prog-v-3002000.po => bg-Cyrl-i-staff-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/ca-VA-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/ca-VA-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ca-VA-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/ca-VA-i-staff-t-prog-v-3006000.po rename misc/translator/po/{cs-CZ-i-opac-t-prog-v-3002000.po => cs-CZ-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{cs-CZ-i-staff-t-prog-v-3002000.po => cs-CZ-i-staff-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/da-DK-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/da-DK-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/da-DK-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/de-DE-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/de-DE-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/de-DE-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/de-DE-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/el-GR-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/el-GR-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/el-GR-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/el-GR-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/en-GB-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/en-GB-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/en-GB-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/en-GB-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/en-NZ-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/en-NZ-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/en-NZ-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/en-NZ-i-staff-t-prog-v-3006000.po rename misc/translator/po/{en-USACADEMIC-i-opac-t-prog-v-3002000.po => en-USACADEMIC-i-opac-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/es-ES-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/es-ES-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/es-ES-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/es-ES-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/eu-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/eu-pref.po rename misc/translator/po/{fa-Arab-i-opac-t-prog-v-3002000.po => fa-Arab-i-opac-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/fi-FI-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/fi-FI-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/fr-CA-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/fr-CA-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/fr-CA-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/fr-CA-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/fr-FR-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/fr-FR-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/fr-FR-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/fr-FR-i-staff-t-prog-v-3006000.po rename misc/translator/po/{gl-i-opac-t-prog-v-3002000.po => gl-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{he-Hebr-i-opac-t-prog-v-3002000.po => he-Hebr-i-opac-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/hi-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/hi-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/hi-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/hi-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/hr-HR-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/hr-HR-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/hr-HR-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/hr-HR-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/hu-HU-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/hu-HU-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/hu-HU-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/hu-HU-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/hy-Armn-i-opac-t-prog-v-3006000.po rename misc/translator/po/{hy-Armn-i-staff-prog-v-3002000.po => hy-Armn-i-staff-prog-v-3006000.po} (100%) create mode 100644 misc/translator/po/hy-Armn-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/id-ID-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/id-ID-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/id-ID-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/is-IS-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/is-IS-pref.po delete mode 100644 misc/translator/po/it-IT-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/it-IT-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/it-IT-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/it-IT-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ja-Jpan-JP-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po rename misc/translator/po/{kn-Knda-i-staff-t-prog-v-3002000.po => kn-Knda-i-staff-t-prog-v-3006000.po} (100%) rename misc/translator/po/{ko-Kore-KP-i-opac-t-prog-v-3002000.po => ko-Kore-KP-i-opac-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/lo-Laoo-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/lo-Laoo-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/lo-Laoo-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/lo-Laoo-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/mi-NZ-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/mi-NZ-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/mon-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/mon-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/mon-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/mon-i-staff-t-prog-v-3006000.po rename misc/translator/po/{mr-i-opac-t-prog-v-3002000.po => mr-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{mr-i-staff-t-prog-v-3002000.po => mr-i-staff-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/ms-MY-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/ms-MY-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ms-MY-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/ms-MY-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/nb-NO-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/nb-NO-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/nb-NO-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/nb-NO-i-staff-t-prog-v-3006000.po rename misc/translator/po/{ne-NE-i-opac-t-prog-v-3002000.po => ne-NE-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{ne-NE-i-staff-t-prog-v-3002000.po => ne-NE-i-staff-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/nl-BE-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/nl-BE-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/nl-BE-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/nl-BE-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/nl-NL-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/nl-NL-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/nl-NL-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/nl-NL-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/nn-NO-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/nn-NO-i-opac-t-prog-v-3006000.po rename misc/translator/po/{nn-NO-i-staff-prog-v-3002000.po => nn-NO-i-staff-prog-v-3006000.po} (100%) create mode 100644 misc/translator/po/nn-NO-i-staff-t-prog-v-3006000.po rename misc/translator/po/{pbr-i-opac-t-prog-v-3002000.po => pbr-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{pbr-i-staff-t-prog-v-3002000.po => pbr-i-staff-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/pl-PL-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/pl-PL-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/pl-PL-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/pl-PL-i-staff-t-prog-v-3006000.po rename misc/translator/po/{prs-i-opac-t-prog-v-3002000.po => prs-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{prs-i-staff-t-prog-v-3002000.po => prs-i-staff-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/pt-BR-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/pt-BR-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/pt-BR-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/pt-BR-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/pt-PT-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/pt-PT-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/pt-PT-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/pt-PT-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ro-RO-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/ro-RO-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ro-RO-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/ro-RO-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ru-RU-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/ru-RU-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ru-RU-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/ru-RU-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/sd-PK-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/sd-PK-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/sd-PK-i-staff-t-prog-v-3006000.po rename misc/translator/po/{sk-SK-i-opac-t-prog-v-3002000.po => sk-SK-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{sk-SK-i-staff-t-prog-v-3002000.po => sk-SK-i-staff-t-prog-v-3006000.po} (100%) rename misc/translator/po/{sl-SI-i-opac-t-prog-v-3002000.po => sl-SI-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{sl-SI-i-staff-t-prog-v-3002000.po => sl-SI-i-staff-t-prog-v-3006000.po} (100%) rename misc/translator/po/{sq-AL-i-opac-t-prog-v-3002000.po => sq-AL-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{sq-AL-i-staff-t-prog-v-3002000.po => sq-AL-i-staff-t-prog-v-3006000.po} (100%) rename misc/translator/po/{sr-Cyrl-i-opac-t-prog-v-3002000.po => sr-Cyrl-i-opac-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/sr-Cyrl-i-staff-t-prog-v-3002000.po rename misc/translator/po/{sd-PK-i-staff-t-prog-v-3002000.po => sr-Cyrl-i-staff-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/sv-SE-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/sv-SE-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/sv-SE-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/sv-SE-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/sv-SE-pref.po rename misc/translator/po/{ta-LK-i-opac-t-prog-v-3002000.po => ta-LK-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{ta-LK-i-staff-t-prog-v-3002000.po => ta-LK-i-staff-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/tet-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/tet-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/tet-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/tet-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/th-THA-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/th-THA-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/th-THA-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/th-THA-i-staff-t-prog-v-3006000.po rename misc/translator/po/{tl-PH-i-opac-t-prog-v-3002000.po => tl-PH-i-opac-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/tr-TR-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/tr-TR-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/tr-TR-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/tr-TR-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/uk-UA-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/uk-UA-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/uk-UA-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/uk-UA-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ur-Arab-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/ur-Arab-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ur-Arab-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/ur-Arab-i-staff-t-prog-v-3006000.po rename misc/translator/po/{vi-VN-i-opac-t-prog-v-3002000.po => vi-VN-i-opac-t-prog-v-3006000.po} (100%) rename misc/translator/po/{vi-VN-i-staff-t-prog-v-3002000.po => vi-VN-i-staff-t-prog-v-3006000.po} (100%) delete mode 100644 misc/translator/po/zh-Hans-CN-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/zh-Hans-CN-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/zh-Hans-TW-i-opac-t-prog-v-3002000.po create mode 100644 misc/translator/po/zh-Hans-TW-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/zh-Hans-TW-i-staff-t-prog-v-3002000.po create mode 100644 misc/translator/po/zh-Hans-TW-i-staff-t-prog-v-3006000.po hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 11:46:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 10:46:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-111-g32d8abb Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 32d8abbb43729aedfe20d30a9acc21d4f7268ec9 (commit) from 7655eaedc124d52ca1f4d17855dc3753abf0802c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:00:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:00:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7108 created. v3.06.00-113-g5a86cb4 Message-ID: This is an automated email from the git hooks/post-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_7108 has been created at 5a86cb4ed97e8a4b29feddb1caafb7e111b0c67d (commit) - Log ----------------------------------------------------------------- commit 5a86cb4ed97e8a4b29feddb1caafb7e111b0c67d Author: Martin Renvoize Date: Fri Oct 28 15:30:39 2011 +0100 Bug7108: Intranet Language Menu Display Patch Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain commit ccc182f260249e4de485e338abcbe9bc95ca98c8 Author: Martin Renvoize Date: Thu Oct 27 17:58:28 2011 +0100 Bug 7108 - OPAC Translations Display Patch If multiple similar languages (i.e: fr-FR, fr-CS or en, en-GB) are installed and the opaclanguagesdisplay preference is set to allow patrons to choose a language then at each occurrence of a language with multiple options the display is the selector splits across multiple lines breaking the display. http://bugs.koha-community.org/show_bug.cgi?id=7108 Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:00:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:00:36 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-113-g5a86cb4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5a86cb4ed97e8a4b29feddb1caafb7e111b0c67d (commit) via ccc182f260249e4de485e338abcbe9bc95ca98c8 (commit) from 32d8abbb43729aedfe20d30a9acc21d4f7268ec9 (commit) Those revisions listed 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/css/staff-global.css | 6 +++++- .../prog/en/includes/intranet-bottom.inc | 2 ++ koha-tmpl/opac-tmpl/prog/en/css/opac.css | 4 ++++ .../opac-tmpl/prog/en/includes/opac-bottom.inc | 8 +++++--- 4 files changed, 16 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:03:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:03:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7120 created. v3.06.00-114-gdc24920 Message-ID: This is an automated email from the git hooks/post-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_7120 has been created at dc249205a26426cba0751dcc544996fefa3ede71 (commit) - Log ----------------------------------------------------------------- commit dc249205a26426cba0751dcc544996fefa3ede71 Author: Owen Leonard Date: Mon Oct 31 11:01:35 2011 -0400 Fix for Bug 7120 - After deleting order from order receive page redirect fails The order modification script doesn't retrieve an order's basket when doing a delete, so the template must explicitly pass the basket number if we want the redirect to work. Signed-off-by: Julian Maurice Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:03:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:03:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-114-gdc24920 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via dc249205a26426cba0751dcc544996fefa3ede71 (commit) from 5a86cb4ed97e8a4b29feddb1caafb7e111b0c67d (commit) Those revisions listed 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/modules/acqui/parcel.tt | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:07:56 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:07:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-115-g914d4d4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 914d4d43529b83fa7318ea261398e16306790364 (commit) from dc249205a26426cba0751dcc544996fefa3ede71 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 914d4d43529b83fa7318ea261398e16306790364 Author: Paul Poulain Date: Tue Dec 6 12:07:48 2011 +0100 160th developer + 2 events added (NZ tm and 3.6.1 released) ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:11:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:11:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7122 created. v3.06.00-116-ge0cba61 Message-ID: This is an automated email from the git hooks/post-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_7122 has been created at e0cba61e316ad13001052421d1f3a5c6844fbe03 (commit) - Log ----------------------------------------------------------------- commit e0cba61e316ad13001052421d1f3a5c6844fbe03 Author: Liz Rea Date: Mon Oct 31 16:16:34 2011 -0500 Bug 7122 - Add a div to opac-messaging.tt to facilitate consistent styling across OPAC user pages. To test: verify that the div
appears and can be styled via opacusercss. Signed-off-by: Arslan Farooq Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:12:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:12:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-116-ge0cba61 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via e0cba61e316ad13001052421d1f3a5c6844fbe03 (commit) from 914d4d43529b83fa7318ea261398e16306790364 (commit) Those revisions listed 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-messaging.tt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:14:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:14:11 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7137 created. v3.06.00-117-g5a6c8b3 Message-ID: This is an automated email from the git hooks/post-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_7137 has been created at 5a6c8b367544c2608255bdb7add08c3a2eec7ae6 (commit) - Log ----------------------------------------------------------------- commit 5a6c8b367544c2608255bdb7add08c3a2eec7ae6 Author: Owen Leonard Date: Wed Nov 2 10:08:25 2011 -0400 Fix for Bug 7137 - fixed width table where it should be variable Removing inline style setting the table width. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:14:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:14:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-117-g5a6c8b3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5a6c8b367544c2608255bdb7add08c3a2eec7ae6 (commit) from e0cba61e316ad13001052421d1f3a5c6844fbe03 (commit) Those revisions listed 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/serials/serials-collection.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:17:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:17:57 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7141 created. v3.06.00-118-g7534c34 Message-ID: This is an automated email from the git hooks/post-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_7141 has been created at 7534c34cdb272987122ef106e9d4523f10ff178e (commit) - Log ----------------------------------------------------------------- commit 7534c34cdb272987122ef106e9d4523f10ff178e Author: Fr?d?rick Capovilla Date: Wed Nov 2 10:56:33 2011 -0400 Fix a problem when translations contain   various XSL files With new 3.6.1 translation files, the lake of 'nbsp' entity definition make fail t/00-valid-xml.t test. This patch applies to HEAD and 3.6.x. How to test: - checkout 3.6.x branch - generate French templates: cd misc/translator ./translate install fr-FR cd ../.. - run test: prove -v t/00-valid-xml.t you get failing error message - apply this patch - run test again: it passes Signed-off-by: Fr?d?ric Demians http://bugs.koha-community.org/show_bug.cgi?id=7141 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 12:19:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 11:19:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-118-g7534c34 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 7534c34cdb272987122ef106e9d4523f10ff178e (commit) from 5a6c8b367544c2608255bdb7add08c3a2eec7ae6 (commit) Those revisions listed 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/xslt/MARC21slim2ATOM.xsl | 3 +++ .../intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl | 1 + .../intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl | 1 + .../prog/en/xslt/MARC21slim2MODS3-1.xsl | 3 ++- .../prog/en/xslt/MARC21slim2MODS3.xsl | 1 + .../prog/en/xslt/MARC21slim2MODS32.xsl | 1 + .../prog/en/xslt/MARC21slim2OAIDC.xsl | 5 ++++- .../prog/en/xslt/MARC21slim2RDFDC.xsl | 3 ++- .../prog/en/xslt/MARC21slim2RDFDC.xsl.1 | 5 ++++- .../intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl | 3 +++ .../prog/en/xslt/MARC21slim2SRWDC.xsl | 5 ++++- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 3 +++ .../prog/en/xslt/MARC21slim9522852.xsl | 1 + .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 1 + .../prog/en/xslt/MARC21slimUtils2.xsl | 3 ++- .../prog/en/xslt/NORMARCslim2OAIDC.xsl | 5 ++++- .../intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl | 4 +++- .../prog/en/xslt/UNIMARCslim2OAIDC.xsl | 3 +++ koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl | 2 ++ koha-tmpl/intranet-tmpl/prog/en/xslt/identity.xsl | 1 + .../prog/en/xslt/oilsMARC21slim2HTML.xsl | 1 + .../prog/en/xslt/MARC21slim2OPACMARCdetail.xsl | 3 ++- .../opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 1 + .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 3 +++ .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 3 +++ .../opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl | 1 + koha-tmpl/opac-tmpl/prog/en/xslt/compact.xsl | 4 +++- 27 files changed, 60 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 13:57:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 12:57:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-43-g4b4040a Message-ID: This is an automated email from the git hooks/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 4b4040ab8518938c555a290ff6cd72e4502119d3 (commit) via cbcf2cfbd6a7fcbac02e296daf8eec078c42325e (commit) via a77e3480fc72999881ffad1c9afbb4793098368d (commit) via 801479f0d761035a7339bb6d49e6783f3e187641 (commit) via 2249e29e989d3e9329178d619f4afc1ee6c5d487 (commit) via 6e8ea4df521b5d139fd80da659e3e67c9261fc6f (commit) via 22ac229bef39736f90daa0a3a181bc5a8ab8da9d (commit) via f470e266ade7f91042339cfe2fdc62b0297610a6 (commit) via 352fa2e78cf90694e18146f0ad7a6f394c30dead (commit) via 410b8b79bffe1c838690b289099ad0cd600e8edb (commit) via 6da833baf16f940e9780a2a90a523c3f5ee2f41d (commit) from 5dc48be361fd66db512f8c4caaa022535efa3485 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4b4040ab8518938c555a290ff6cd72e4502119d3 Author: Chris Nighswonger Date: Tue Dec 6 07:57:05 2011 -0500 Release Notes for 3.06.02.000 06 Dec 2011 12:57:05 Z commit cbcf2cfbd6a7fcbac02e296daf8eec078c42325e Author: Srdjan Jankovic Date: Fri Dec 2 13:26:50 2011 +1300 bug_5211: LostItem() - added charge_fee param to control fee charging Pass charge_fee = yes wherever is LostItem() called, which effectively means tha there's no change. Signed-off-by: Paul Poulain (cherry picked from commit 1713133fddbd5ee8f722061ef8e1a9b836db1fa0) Signed-off-by: Chris Nighswonger commit a77e3480fc72999881ffad1c9afbb4793098368d Author: Martin Renvoize Date: Fri Oct 28 15:30:39 2011 +0100 Bug7108: Intranet Language Menu Display Patch Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 5a86cb4ed97e8a4b29feddb1caafb7e111b0c67d) Signed-off-by: Chris Nighswonger commit 801479f0d761035a7339bb6d49e6783f3e187641 Author: Fr?d?rick Capovilla Date: Wed Nov 2 10:56:33 2011 -0400 Fix a problem when translations contain   various XSL files With new 3.6.1 translation files, the lake of 'nbsp' entity definition make fail t/00-valid-xml.t test. This patch applies to HEAD and 3.6.x. How to test: - checkout 3.6.x branch - generate French templates: cd misc/translator ./translate install fr-FR cd ../.. - run test: prove -v t/00-valid-xml.t you get failing error message - apply this patch - run test again: it passes Signed-off-by: Fr?d?ric Demians http://bugs.koha-community.org/show_bug.cgi?id=7141 (cherry picked from commit 7534c34cdb272987122ef106e9d4523f10ff178e) Signed-off-by: Chris Nighswonger commit 2249e29e989d3e9329178d619f4afc1ee6c5d487 Author: Ian Walls Date: Sun Dec 4 12:31:22 2011 -0500 Bug 2616: Remove unnecessary 'use HTML::Template' calls Removes deprecated calls to HTML::Template or HTML::Template::Pro from: C4/Output.pm catalogue/export.pl reports/issues_by_borrower_category.plugin reports/itemtypes.plugin Only remaining calls are in misc/cronjobs/rss/rss.pl, misc/cronjobs/smsoverdues.pl, and t/test_template.pl. These scripts still legitimately depend on H:T:P Signed-off-by: Marcel de Rooy Signed-off-by: Paul Poulain (cherry picked from commit c70ff88205d9951858c0dc9bb7c581e82dee50e9) Signed-off-by: Chris Nighswonger commit 6e8ea4df521b5d139fd80da659e3e67c9261fc6f Author: Henri-Damien LAURENT Date: Thu Mar 3 12:02:38 2011 +0100 Bug 6132: preference were case sensitive. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 7655eaedc124d52ca1f4d17855dc3753abf0802c) Signed-off-by: Chris Nighswonger commit 22ac229bef39736f90daa0a3a181bc5a8ab8da9d Author: Owen Leonard Date: Mon Oct 31 11:01:35 2011 -0400 Fix for Bug 7120 - After deleting order from order receive page redirect fails The order modification script doesn't retrieve an order's basket when doing a delete, so the template must explicitly pass the basket number if we want the redirect to work. Signed-off-by: Julian Maurice Signed-off-by: Paul Poulain (cherry picked from commit dc249205a26426cba0751dcc544996fefa3ede71) Signed-off-by: Chris Nighswonger commit f470e266ade7f91042339cfe2fdc62b0297610a6 Author: Marcel de Rooy Date: Sun Dec 4 17:29:05 2011 +0100 Bug 6786: Follow up fixing index names with hyphens Adds hyphen to regex looking for index names in buildQuery. Test by searching on Control-number=... Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 32d8abbb43729aedfe20d30a9acc21d4f7268ec9) Signed-off-by: Chris Nighswonger commit 352fa2e78cf90694e18146f0ad7a6f394c30dead Author: Owen Leonard Date: Wed Nov 2 10:08:25 2011 -0400 Fix for Bug 7137 - fixed width table where it should be variable Removing inline style setting the table width. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 5a6c8b367544c2608255bdb7add08c3a2eec7ae6) Signed-off-by: Chris Nighswonger commit 410b8b79bffe1c838690b289099ad0cd600e8edb Author: Liz Rea Date: Mon Oct 31 16:16:34 2011 -0500 Bug 7122 - Add a div to opac-messaging.tt to facilitate consistent styling across OPAC user pages. To test: verify that the div
appears and can be styled via opacusercss. Signed-off-by: Arslan Farooq Signed-off-by: Paul Poulain (cherry picked from commit e0cba61e316ad13001052421d1f3a5c6844fbe03) Signed-off-by: Chris Nighswonger commit 6da833baf16f940e9780a2a90a523c3f5ee2f41d Author: Martin Renvoize Date: Thu Oct 27 17:58:28 2011 +0100 Bug 7108 - OPAC Translations Display Patch If multiple similar languages (i.e: fr-FR, fr-CS or en, en-GB) are installed and the opaclanguagesdisplay preference is set to allow patrons to choose a language then at each occurrence of a language with multiple options the display is the selector splits across multiple lines breaking the display. http://bugs.koha-community.org/show_bug.cgi?id=7108 Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain (cherry picked from commit ccc182f260249e4de485e338abcbe9bc95ca98c8) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 5 ++- C4/Context.pm | 2 +- C4/Output.pm | 1 - C4/Search.pm | 2 +- catalogue/export.pl | 1 - catalogue/updateitem.pl | 2 +- .../intranet-tmpl/prog/en/css/staff-global.css | 6 ++++- .../prog/en/includes/intranet-bottom.inc | 2 + .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 10 ++++---- .../prog/en/modules/serials/serials-collection.tt | 2 +- .../intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl | 3 ++ .../intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl | 1 + .../intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl | 1 + .../prog/en/xslt/MARC21slim2MODS3-1.xsl | 3 +- .../prog/en/xslt/MARC21slim2MODS3.xsl | 1 + .../prog/en/xslt/MARC21slim2MODS32.xsl | 1 + .../prog/en/xslt/MARC21slim2OAIDC.xsl | 5 +++- .../prog/en/xslt/MARC21slim2RDFDC.xsl | 3 +- .../prog/en/xslt/MARC21slim2RDFDC.xsl.1 | 5 +++- .../intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl | 3 ++ .../prog/en/xslt/MARC21slim2SRWDC.xsl | 5 +++- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 3 ++ .../prog/en/xslt/MARC21slim9522852.xsl | 1 + .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 1 + .../prog/en/xslt/MARC21slimUtils2.xsl | 3 +- .../prog/en/xslt/NORMARCslim2OAIDC.xsl | 5 +++- .../intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl | 4 ++- .../prog/en/xslt/UNIMARCslim2OAIDC.xsl | 3 ++ koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl | 2 + koha-tmpl/intranet-tmpl/prog/en/xslt/identity.xsl | 1 + .../prog/en/xslt/oilsMARC21slim2HTML.xsl | 1 + koha-tmpl/opac-tmpl/prog/en/css/opac.css | 4 +++ .../opac-tmpl/prog/en/includes/opac-bottom.inc | 8 ++++-- .../opac-tmpl/prog/en/modules/opac-messaging.tt | 3 +- .../prog/en/xslt/MARC21slim2OPACMARCdetail.xsl | 3 +- .../opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 1 + .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 3 ++ .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 3 ++ .../opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl | 1 + koha-tmpl/opac-tmpl/prog/en/xslt/compact.xsl | 4 ++- misc/cronjobs/longoverdue.pl | 2 +- misc/release_notes/release_notes_3_6_2.txt | 21 ++++++++++++++----- reports/issues_by_borrower_category.plugin | 1 - reports/itemtypes.plugin | 1 - tools/batchMod.pl | 2 +- 45 files changed, 107 insertions(+), 38 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 17:02:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 16:02:29 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7216 created. v3.06.00-119-g93cd5bd Message-ID: This is an automated email from the git hooks/post-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_7216 has been created at 93cd5bd501c9f9d19261bdb5ef429961d56330af (commit) - Log ----------------------------------------------------------------- commit 93cd5bd501c9f9d19261bdb5ef429961d56330af Author: Jared Camins-Esakov Date: Fri Nov 11 19:53:14 2011 -0500 Bug 7216 - koha-restore does not correctly set home Prior to this patch, the koha-restore Debian script did not set the home directory properly for the system users it created, causing problems down the line for koha-rebuild-zebra. This patch fixes that by specifying the home directory. http://bugs.koha-community.org/show_bug.cgi?id=7216 Signed-off-by: Robin Sheat ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 17:02:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 16:02:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-119-g93cd5bd Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 93cd5bd501c9f9d19261bdb5ef429961d56330af (commit) from 7534c34cdb272987122ef106e9d4523f10ff178e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-restore | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 17:08:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 16:08:47 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7225 created. v3.06.00-120-g3be1252 Message-ID: This is an automated email from the git hooks/post-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_7225 has been created at 3be1252e1bab40bd43821e66e2cfc69471e24132 (commit) - Log ----------------------------------------------------------------- commit 3be1252e1bab40bd43821e66e2cfc69471e24132 Author: Owen Leonard Date: Tue Nov 15 12:01:19 2011 -0500 Bug 7225 - "Delete all items" should be greyed out when a title has no items This patch changes the catalog toolbar so that when there are no items attached to a record the "Delete all items" menu item appears to be disabled. Clicking it will trigger an alert, "This record has no items." Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 17:08:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 16:08:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-120-g3be1252 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 3be1252e1bab40bd43821e66e2cfc69471e24132 (commit) from 93cd5bd501c9f9d19261bdb5ef429961d56330af (commit) Those revisions listed 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/includes/cat-toolbar.inc | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 17:13:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 16:13:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7251 created. v3.06.00-121-g478c2b1 Message-ID: This is an automated email from the git hooks/post-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_7251 has been created at 478c2b139ceb58bc619e7c8a5270e499c870dbcf (commit) - Log ----------------------------------------------------------------- commit 478c2b139ceb58bc619e7c8a5270e499c870dbcf Author: Fr?d?rick Capovilla Date: Mon Nov 21 12:28:25 2011 -0500 Bug 7251 : Corrects a problem in overdue_notices.pl when delimiter is set to tabulation Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain checked that others values for the separator are OK = it is (space, semicolon,... see syspref "delimiter") ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 17:13:30 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 16:13:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-121-g478c2b1 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 478c2b139ceb58bc619e7c8a5270e499c870dbcf (commit) from 3be1252e1bab40bd43821e66e2cfc69471e24132 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/overdue_notices.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 18:55:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 17:55:19 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7280 created. v3.06.00-122-gf9763a8 Message-ID: This is an automated email from the git hooks/post-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_7280 has been created at f9763a8ec925b8256ccc82c47ec33010601ae1a6 (commit) - Log ----------------------------------------------------------------- commit f9763a8ec925b8256ccc82c47ec33010601ae1a6 Author: Owen Leonard Date: Wed Nov 30 12:50:35 2011 -0500 Bug 7280 - can't place hold without selecting on list JavaScript was looking for clicks on links with class "hold," and incorrectly triggering the check for checked checkboxes. Making the selection stricter lets the JS function as it should while allowing people to place individual holds directly. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 18:57:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 17:57:36 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-122-gf9763a8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via f9763a8ec925b8256ccc82c47ec33010601ae1a6 (commit) from 478c2b139ceb58bc619e7c8a5270e499c870dbcf (commit) Those revisions listed 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 Dec 6 18:59:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 17:59:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7285 created. v3.06.00-123-g46831f8 Message-ID: This is an automated email from the git hooks/post-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_7285 has been created at 46831f808610d95af703fc53688c5fa9b5c04fbe (commit) - Log ----------------------------------------------------------------- commit 46831f808610d95af703fc53688c5fa9b5c04fbe Author: Alex Arnaud Date: Fri Dec 2 09:19:33 2011 +0100 bug/7285 Use C4::Auth::checkpw instead of checkpw only Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:00:14 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:00:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-123-g46831f8 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 46831f808610d95af703fc53688c5fa9b5c04fbe (commit) from f9763a8ec925b8256ccc82c47ec33010601ae1a6 (commit) Those revisions listed 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/ILSDI/Services.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:08:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:08:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6740 created. v3.06.00-124-gd0ef505 Message-ID: This is an automated email from the git hooks/post-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_6740 has been created at d0ef505fc4423f597402445a1a12b8b2bd512894 (commit) - Log ----------------------------------------------------------------- commit d0ef505fc4423f597402445a1a12b8b2bd512894 Author: Katrin Fischer Date: Mon Dec 5 07:18:21 2011 +0100 Bug 6740: can add items at ordering/receiving but not remove The problem was, that the script was looking for the first and second tag in the code. When using plugins in the framework this can't work. The patch changes the script to select the correct tags by using a class. Also changes + and - to 'Add' and 'Delete' to make the meaning clearer and clicking on them a bit easier. To test: 1) AcqCreateItem = order - Create a basket - Create an order line - Create more than one item - Delete items - Check quantity is calculated correctly - Check items are created correctly 2) AcqCreateItem = receive - Create basket - Create 2 order lines, order >1 items - Do a partial item by removing items from the receive form - Receive all missing items - Receive more items than ordered Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:09:48 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:09:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-124-gd0ef505 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via d0ef505fc4423f597402445a1a12b8b2bd512894 (commit) from 46831f808610d95af703fc53688c5fa9b5c04fbe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 5 +++-- .../prog/en/modules/acqui/neworderempty.tt | 4 ++-- .../prog/en/modules/acqui/orderreceive.tt | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:14:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:14:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_2346 created. v3.06.00-126-g00894ac Message-ID: This is an automated email from the git hooks/post-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_2346 has been created at 00894ac49544625b83fab7cb242bc3160429b938 (commit) - Log ----------------------------------------------------------------- commit 00894ac49544625b83fab7cb242bc3160429b938 Author: Paul Poulain Date: Tue Dec 6 19:13:55 2011 +0100 Bug 2346 follow-up (UpdateBorrowerDebarred subroutine removed) notifyMailsOp.pl is deprecated : is was written by and for Ouest Provence (thus the OP) and is not used anymore. it's probably not working anymore. Removing the script commit d059079caf60e1c6796e7a49dc64a900f1238058 Author: Ian Walls Date: Sun Dec 4 12:19:29 2011 -0500 Bug 2346: Remove C4::Overdues::UpdateBorrowerDebarred in favour of C4::Members::DebarMember Removes now-unused subroutine from C4::Overdues, as well as the db_dependent unit test Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:16:02 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:16:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-126-g00894ac Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 00894ac49544625b83fab7cb242bc3160429b938 (commit) via d059079caf60e1c6796e7a49dc64a900f1238058 (commit) from d0ef505fc4423f597402445a1a12b8b2bd512894 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Overdues.pm | 23 ---- misc/cronjobs/notifyMailsOp.pl | 219 ------------------------------- t/db_dependent/lib/KohaTest/Overdues.pm | 1 - 3 files changed, 0 insertions(+), 243 deletions(-) delete mode 100755 misc/cronjobs/notifyMailsOp.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:22:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:22:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3385 created. v3.06.00-127-g2177562 Message-ID: This is an automated email from the git hooks/post-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_3385 has been created at 2177562ecf64a76bb069009358a843bb80e78a41 (commit) - Log ----------------------------------------------------------------- commit 2177562ecf64a76bb069009358a843bb80e78a41 Author: Owen Leonard Date: Thu Oct 13 14:44:18 2011 -0400 Bug 3385 - Add checkout date and renewal date to display list of checked out items This patch doesn't fix the origial request to add the renewal date to the list of checked out items, but follows the other bug commenter's suggestion that the information be added to the item details page (moredetail.pl). The other part of this request, to add the checkout date, has already been fixed by another patch. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:22:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:22:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-127-g2177562 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 2177562ecf64a76bb069009358a843bb80e78a41 (commit) from 00894ac49544625b83fab7cb242bc3160429b938 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 1 + catalogue/moredetail.pl | 4 +--- .../prog/en/modules/catalogue/moredetail.tt | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:25:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:25:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_4051 created. v3.06.00-128-gd4f4f88 Message-ID: This is an automated email from the git hooks/post-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_4051 has been created at d4f4f88369d52e4ab052af32618f58c1f63a5328 (commit) - Log ----------------------------------------------------------------- commit d4f4f88369d52e4ab052af32618f58c1f63a5328 Author: Adrien Saurat Date: Fri Dec 2 10:46:29 2011 +0100 Bug 4051: adds issuedate column to overdues export Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:26:35 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:26:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-128-gd4f4f88 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via d4f4f88369d52e4ab052af32618f58c1f63a5328 (commit) from 2177562ecf64a76bb069009358a843bb80e78a41 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: circ/overdue.pl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:46:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:46:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5604 created. v3.02.00-507-gfa0bc2b Message-ID: This is an automated email from the git hooks/post-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_5604 has been created at fa0bc2b08d7dfb8a8cbda18fbd6d5ba59aec59ed (commit) - Log ----------------------------------------------------------------- commit fa0bc2b08d7dfb8a8cbda18fbd6d5ba59aec59ed Author: Chris Nighswonger Date: Thu Oct 6 13:23:23 2011 -0400 Fixing typo in image filename which introduced a space causing problems on win32 http://bugs.koha-community.org/show_bug.cgi?id=5604 Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:47:31 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:47:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-131-gaef1dd1 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via aef1dd15fbe37a8a9c30ba4b38f7ecd6c1fea54d (commit) via fa0bc2b08d7dfb8a8cbda18fbd6d5ba59aec59ed (commit) via 1cacd4824d07cc563a6f52f6f8a0ec4af1332c4f (commit) from d4f4f88369d52e4ab052af32618f58c1f63a5328 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit aef1dd15fbe37a8a9c30ba4b38f7ecd6c1fea54d Merge: d4f4f88 fa0bc2b Author: Paul Poulain Date: Tue Dec 6 19:46:55 2011 +0100 Merge remote-tracking branch 'origin/new/bug_5604' ----------------------------------------------------------------------- Summary of changes: .../Seshat/{archival lDVD.gif => archivalDVD.gif} | Bin 3126 -> 3126 bytes 1 files changed, 0 insertions(+), 0 deletions(-) rename koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/{archival lDVD.gif => archivalDVD.gif} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:51:41 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:51:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6022 created. v3.06.00-132-g0352a8f Message-ID: This is an automated email from the git hooks/post-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_6022 has been created at 0352a8f24ac72b7dfbf84ea3c6f11e2e714708b0 (commit) - Log ----------------------------------------------------------------- commit 0352a8f24ac72b7dfbf84ea3c6f11e2e714708b0 Author: Dobrica Pavlinusic Date: Thu Mar 31 15:14:46 2011 +0200 Bug 6022: Auth_with_ldap check if categorycode is valid When importing users from LDAP, Auth_with_ldap.pm doesn't check if value for categorycode is present in categories table in Koha resulting in referential integrity error instead of using default value from koha-conf.xml Test scenario: 1. enable LDAP in koha-conf.xml using 1 and add configuration with DefaultCategoryCode 2. select/create LDAP user with category in SomeLDAPField which isn't in Koha 3. try logging in and ensure that assigned category to new user is DefaultCategoryCode Signed-off-by: Marijana Glavica Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 19:52:33 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 18:52:33 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-132-g0352a8f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 0352a8f24ac72b7dfbf84ea3c6f11e2e714708b0 (commit) from aef1dd15fbe37a8a9c30ba4b38f7ecd6c1fea54d (commit) Those revisions listed 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 | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 20:04:16 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 19:04:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6530 created. v3.06.00-133-g30b6edc Message-ID: This is an automated email from the git hooks/post-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_6530 has been created at 30b6edc510c449815f78dbe8d410b296ca36ef76 (commit) - Log ----------------------------------------------------------------- commit 30b6edc510c449815f78dbe8d410b296ca36ef76 Author: Katrin Fischer Date: Sun Nov 20 22:31:47 2011 +0100 Bug 6530: Item Due notice label displaying as 'unknown' Some of the translated sql files still had 'Item_DUE' instead of 'Item_Due' causing the staff interface to display 'unknown' instead of the correct description. To test: - Do a new installation, using German, French, Polish, Russian or Ukrainian sample files. - Actived EnhancedMessagingPreferences - Create a new patron category and check message descriptions display correctly Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 20:05:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 19:05:53 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6530 updated. v3.06.00-134-g4464a28 Message-ID: This is an automated email from the git hooks/post-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_6530 has been updated via 4464a280ce5abdafae2cdeda74ea3633bee3a16d (commit) from 30b6edc510c449815f78dbe8d410b296ca36ef76 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4464a280ce5abdafae2cdeda74ea3633bee3a16d Author: Paul Poulain Date: Tue Dec 6 20:05:25 2011 +0100 Bug 6530 follow-up for fix Item_Due / Item_DUE in message_attributes also dealing with existing setups ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 20:06:15 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 19:06:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-134-g4464a28 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 4464a280ce5abdafae2cdeda74ea3633bee3a16d (commit) via 30b6edc510c449815f78dbe8d410b296ca36ef76 (commit) from 0352a8f24ac72b7dfbf84ea3c6f11e2e714708b0 (commit) Those revisions listed 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: .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 20:23:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 19:23:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-56-g20fcd96 Message-ID: This is an automated email from the git hooks/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 20fcd965a967bafd9e1910ffc20c7511816ef006 (commit) via d03cba1f2c4c21acbd86c13c4fbdef7e2f0e4459 (commit) via c7624cee5e4d545bcb21f5c4b953adbf0c948771 (commit) via 636391bdf72929be5db9fbd4d96692a79f13d810 (commit) via 9b362026ecb70a7672b70e6fc7f02df6b758625d (commit) via caf31bb5dd08712d7faf44b2ed2455192295f79a (commit) via d9d0e0a5c829e582ab1f67898b32d664d11a1994 (commit) via cccdb7c22b6f7e71e80c955ce4a9774b46144818 (commit) via 6cbd92b24f05e2c3de7e48a69d5f404740375ba3 (commit) via 9582e61909890a6b0054931e5f84c7a649d3cc57 (commit) via e7046e6e90392d8c900a08595ec0eb0013f17803 (commit) via 8cf169316728ba0113e08c6f85930a0961d75528 (commit) via 49e38381f3694fc2fe47241e49092cb0ea8c920f (commit) from 4b4040ab8518938c555a290ff6cd72e4502119d3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 20fcd965a967bafd9e1910ffc20c7511816ef006 Author: Chris Nighswonger Date: Tue Dec 6 14:23:39 2011 -0500 Release Notes for 3.06.02.000 06 Dec 2011 19:23:39 Z commit d03cba1f2c4c21acbd86c13c4fbdef7e2f0e4459 Author: Adrien Saurat Date: Fri Dec 2 10:46:29 2011 +0100 Bug 4051: adds issuedate column to overdues export Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit d4f4f88369d52e4ab052af32618f58c1f63a5328) Signed-off-by: Chris Nighswonger commit c7624cee5e4d545bcb21f5c4b953adbf0c948771 Author: Owen Leonard Date: Thu Oct 13 14:44:18 2011 -0400 Bug 3385 - Add checkout date and renewal date to display list of checked out items This patch doesn't fix the origial request to add the renewal date to the list of checked out items, but follows the other bug commenter's suggestion that the information be added to the item details page (moredetail.pl). The other part of this request, to add the checkout date, has already been fixed by another patch. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 2177562ecf64a76bb069009358a843bb80e78a41) Signed-off-by: Chris Nighswonger commit 636391bdf72929be5db9fbd4d96692a79f13d810 Author: Alex Arnaud Date: Fri Dec 2 09:19:33 2011 +0100 bug/7285 Use C4::Auth::checkpw instead of checkpw only Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 46831f808610d95af703fc53688c5fa9b5c04fbe) Signed-off-by: Chris Nighswonger commit 9b362026ecb70a7672b70e6fc7f02df6b758625d Author: Chris Nighswonger Date: Thu Oct 6 13:23:23 2011 -0400 Fixing typo in image filename which introduced a space causing problems on win32 http://bugs.koha-community.org/show_bug.cgi?id=5604 Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain (cherry picked from commit fa0bc2b08d7dfb8a8cbda18fbd6d5ba59aec59ed) Signed-off-by: Chris Nighswonger commit caf31bb5dd08712d7faf44b2ed2455192295f79a Author: Dobrica Pavlinusic Date: Thu Mar 31 15:14:46 2011 +0200 Bug 6022: Auth_with_ldap check if categorycode is valid When importing users from LDAP, Auth_with_ldap.pm doesn't check if value for categorycode is present in categories table in Koha resulting in referential integrity error instead of using default value from koha-conf.xml Test scenario: 1. enable LDAP in koha-conf.xml using 1 and add configuration with DefaultCategoryCode 2. select/create LDAP user with category in SomeLDAPField which isn't in Koha 3. try logging in and ensure that assigned category to new user is DefaultCategoryCode Signed-off-by: Marijana Glavica Signed-off-by: Paul Poulain (cherry picked from commit 0352a8f24ac72b7dfbf84ea3c6f11e2e714708b0) Signed-off-by: Chris Nighswonger commit d9d0e0a5c829e582ab1f67898b32d664d11a1994 Author: Katrin Fischer Date: Sun Nov 20 22:31:47 2011 +0100 Bug 6530: Item Due notice label displaying as 'unknown' Some of the translated sql files still had 'Item_DUE' instead of 'Item_Due' causing the staff interface to display 'unknown' instead of the correct description. To test: - Do a new installation, using German, French, Polish, Russian or Ukrainian sample files. - Actived EnhancedMessagingPreferences - Create a new patron category and check message descriptions display correctly Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 30b6edc510c449815f78dbe8d410b296ca36ef76) Signed-off-by: Chris Nighswonger commit cccdb7c22b6f7e71e80c955ce4a9774b46144818 Author: Owen Leonard Date: Tue Nov 15 12:01:19 2011 -0500 Bug 7225 - "Delete all items" should be greyed out when a title has no items This patch changes the catalog toolbar so that when there are no items attached to a record the "Delete all items" menu item appears to be disabled. Clicking it will trigger an alert, "This record has no items." Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 3be1252e1bab40bd43821e66e2cfc69471e24132) Signed-off-by: Chris Nighswonger commit 6cbd92b24f05e2c3de7e48a69d5f404740375ba3 Author: Paul Poulain Date: Tue Dec 6 19:13:55 2011 +0100 Bug 2346 follow-up (UpdateBorrowerDebarred subroutine removed) notifyMailsOp.pl is deprecated : is was written by and for Ouest Provence (thus the OP) and is not used anymore. it's probably not working anymore. Removing the script (cherry picked from commit 00894ac49544625b83fab7cb242bc3160429b938) Signed-off-by: Chris Nighswonger commit 9582e61909890a6b0054931e5f84c7a649d3cc57 Author: Jared Camins-Esakov Date: Fri Nov 11 19:53:14 2011 -0500 Bug 7216 - koha-restore does not correctly set home Prior to this patch, the koha-restore Debian script did not set the home directory properly for the system users it created, causing problems down the line for koha-rebuild-zebra. This patch fixes that by specifying the home directory. http://bugs.koha-community.org/show_bug.cgi?id=7216 Signed-off-by: Robin Sheat (cherry picked from commit 93cd5bd501c9f9d19261bdb5ef429961d56330af) Signed-off-by: Chris Nighswonger commit e7046e6e90392d8c900a08595ec0eb0013f17803 Author: Owen Leonard Date: Wed Nov 30 12:50:35 2011 -0500 Bug 7280 - can't place hold without selecting on list JavaScript was looking for clicks on links with class "hold," and incorrectly triggering the check for checked checkboxes. Making the selection stricter lets the JS function as it should while allowing people to place individual holds directly. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit f9763a8ec925b8256ccc82c47ec33010601ae1a6) Signed-off-by: Chris Nighswonger commit 8cf169316728ba0113e08c6f85930a0961d75528 Author: Katrin Fischer Date: Mon Dec 5 07:18:21 2011 +0100 Bug 6740: can add items at ordering/receiving but not remove The problem was, that the script was looking for the first and second tag in the code. When using plugins in the framework this can't work. The patch changes the script to select the correct tags by using a class. Also changes + and - to 'Add' and 'Delete' to make the meaning clearer and clicking on them a bit easier. To test: 1) AcqCreateItem = order - Create a basket - Create an order line - Create more than one item - Delete items - Check quantity is calculated correctly - Check items are created correctly 2) AcqCreateItem = receive - Create basket - Create 2 order lines, order >1 items - Do a partial item by removing items from the receive form - Receive all missing items - Receive more items than ordered Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain (cherry picked from commit d0ef505fc4423f597402445a1a12b8b2bd512894) Signed-off-by: Chris Nighswonger commit 49e38381f3694fc2fe47241e49092cb0ea8c920f Author: Fr?d?rick Capovilla Date: Mon Nov 21 12:28:25 2011 -0500 Bug 7251 : Corrects a problem in overdue_notices.pl when delimiter is set to tabulation Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain checked that others values for the separator are OK = it is (space, semicolon,... see syspref "delimiter") (cherry picked from commit 478c2b139ceb58bc619e7c8a5270e499c870dbcf) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_ldap.pm | 11 + C4/ILSDI/Services.pm | 2 +- C4/Items.pm | 1 + catalogue/moredetail.pl | 4 +- circ/overdue.pl | 4 +- debian/scripts/koha-restore | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 5 +- koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 5 +- .../prog/en/modules/acqui/neworderempty.tt | 4 +- .../prog/en/modules/acqui/orderreceive.tt | 4 +- .../prog/en/modules/catalogue/moredetail.tt | 2 +- .../Seshat/{archival lDVD.gif => archivalDVD.gif} | Bin 3126 -> 3126 bytes .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- misc/cronjobs/notifyMailsOp.pl | 219 -------------------- misc/cronjobs/overdue_notices.pl | 1 + misc/release_notes/release_notes_3_6_2.txt | 27 ++- 21 files changed, 57 insertions(+), 246 deletions(-) rename koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/{archival lDVD.gif => archivalDVD.gif} (100%) delete mode 100755 misc/cronjobs/notifyMailsOp.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 20:30:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 19:30:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6893 created. v3.06.00-135-g28ef6c1 Message-ID: This is an automated email from the git hooks/post-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_6893 has been created at 28ef6c199bac6bc4064c857f24957081c88ed174 (commit) - Log ----------------------------------------------------------------- commit 28ef6c199bac6bc4064c857f24957081c88ed174 Author: Adrien Saurat Date: Fri Nov 4 14:20:31 2011 +0100 Bug 6893 : Updates suggestions list when adding orders A suggestion added through addorder.pl now changes to the ORDERED status as initially intended (but so far it stayed as ACCEPTED). This fixes the list of potential suggestions to order, the ORDERED ones don't appear anymore. Bug 6893 : Follow-up: Disabled WHERE clause excluding ORDERED status In SearchSuggestions, a WHERE clause was excluding the ORDERED suggestions from the results. Now replaced with 1=1. (before 6893 correction, the WHERE clause was excluding the STATUS='CLAIMED' suggestions, but this status cannot be found anywhere else in the code... so I changed to STATUS='ORDERED' which seemed more accurate, but it had impacts on OPAC and some Admin tabs) Signed-off-by: Katrin Fischer Both patches applied cleanly, sqashed them together after testing. Tested: 1) Creating new suggestions - from OPAC, shows up in patron account as 'requested', pending in staff - from staff, shows up in list of pending suggestions Status in database is ASKED Note: suggestions made from staff for the same patron have suggestedby = 0 in the database, so are not showing up in the patron account. Is this by intention? (if not, I think this is a separate bug) 2) Accepting suggestions - from list - from edit page Status in database is ACCEPTED Patron account shows 'Accepted by the library (Bestseller)' Note: after changing the status from the list, bug 4068 kicks in and some tabs and even suggestions are hidden. Going back to the acq start page and going back to the suggestions page from there helps. 3) Rejecting suggestions - from list - from edit page Status in database is REJECTED Patron account in OPAC shows 'Suggestion declined' Note: bug 4068 again. 4) Ordering from suggestions - new basket - ordered 2 accepted suggestions SUCCESS! Great improvement: - Status in database is now ORDERED - Already ordered suggestions no longer show up on list of suggestions to order from. - Patron account shows 'Ordered by the library (Bestseller)' - Suggestion management page shows a new tab 'Ordered' - For the suggestion with a valid 'suggestedby' borrowernumber, a mail was generated. (bug 7094) 5) Receive ordered suggestions - received my ordered suggestions This is is not in the scope of this bug, but for documentation: - No message was generated to inform the patron - Status stays ORDERED - Patron account still shows item as ordered, no change to 4) Looking at the suggestion.tt I think there should be another status AVAILABLE. 216 [% ELSIF (suggestion.suggestiontypelabel == "Available") %]Available Signing off, fixes bug reported. Danke! Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 20:33:31 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 19:33:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-135-g28ef6c1 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 28ef6c199bac6bc4064c857f24957081c88ed174 (commit) from 4464a280ce5abdafae2cdeda74ea3633bee3a16d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Suggestions.pm | 2 +- acqui/addorder.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 20:35:21 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 19:35:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-136-ga48660d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via a48660d4caf93b149916c7d6e5f80fde57c0c492 (commit) from 28ef6c199bac6bc4064c857f24957081c88ed174 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a48660d4caf93b149916c7d6e5f80fde57c0c492 Author: Paul Poulain Date: Tue Dec 6 20:34:55 2011 +0100 Adding Adrien Saurat as 161th committer. ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 20:38:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 19:38:28 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6908 created. v3.06.00-137-g924ce36 Message-ID: This is an automated email from the git hooks/post-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_6908 has been created at 924ce3697dc97767f8d2261552da336afb1552ee (commit) - Log ----------------------------------------------------------------- commit 924ce3697dc97767f8d2261552da336afb1552ee Author: Mason James Date: Thu Sep 22 21:48:04 2011 +1200 Bug 6908 - increase DEBUG level for *NOISY* Dates.pm init() messages Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 6 20:38:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 19:38:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-137-g924ce36 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 924ce3697dc97767f8d2261552da336afb1552ee (commit) from a48660d4caf93b149916c7d6e5f80fde57c0c492 (commit) Those revisions listed 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/Dates.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 00:44:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Dec 2011 23:44:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-60-g83f87a9 Message-ID: This is an automated email from the git hooks/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 83f87a9d9b588a7f1e343835b2c2edbf2c6754f1 (commit) via 10b293716b59e2084703e5bbfc1b8cfe1ee04b85 (commit) via 6cccc60aa5dde23b022a40871c514a25eb5f95ab (commit) via 7ea9df413a14c7de47266ec9833b6eb853bd9b42 (commit) from 20fcd965a967bafd9e1910ffc20c7511816ef006 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 83f87a9d9b588a7f1e343835b2c2edbf2c6754f1 Author: Chris Nighswonger Date: Tue Dec 6 18:44:14 2011 -0500 Release Notes for 3.06.02.000 06 Dec 2011 23:44:14 Z commit 10b293716b59e2084703e5bbfc1b8cfe1ee04b85 Author: Paul Poulain Date: Tue Dec 6 20:34:55 2011 +0100 Adding Adrien Saurat as 161th committer. Signed-off-by: Chris Nighswonger commit 6cccc60aa5dde23b022a40871c514a25eb5f95ab Author: Adrien Saurat Date: Fri Nov 4 14:20:31 2011 +0100 Bug 6893 : Updates suggestions list when adding orders A suggestion added through addorder.pl now changes to the ORDERED status as initially intended (but so far it stayed as ACCEPTED). This fixes the list of potential suggestions to order, the ORDERED ones don't appear anymore. Bug 6893 : Follow-up: Disabled WHERE clause excluding ORDERED status In SearchSuggestions, a WHERE clause was excluding the ORDERED suggestions from the results. Now replaced with 1=1. (before 6893 correction, the WHERE clause was excluding the STATUS='CLAIMED' suggestions, but this status cannot be found anywhere else in the code... so I changed to STATUS='ORDERED' which seemed more accurate, but it had impacts on OPAC and some Admin tabs) Signed-off-by: Katrin Fischer Both patches applied cleanly, sqashed them together after testing. Tested: 1) Creating new suggestions - from OPAC, shows up in patron account as 'requested', pending in staff - from staff, shows up in list of pending suggestions Status in database is ASKED Note: suggestions made from staff for the same patron have suggestedby = 0 in the database, so are not showing up in the patron account. Is this by intention? (if not, I think this is a separate bug) 2) Accepting suggestions - from list - from edit page Status in database is ACCEPTED Patron account shows 'Accepted by the library (Bestseller)' Note: after changing the status from the list, bug 4068 kicks in and some tabs and even suggestions are hidden. Going back to the acq start page and going back to the suggestions page from there helps. 3) Rejecting suggestions - from list - from edit page Status in database is REJECTED Patron account in OPAC shows 'Suggestion declined' Note: bug 4068 again. 4) Ordering from suggestions - new basket - ordered 2 accepted suggestions SUCCESS! Great improvement: - Status in database is now ORDERED - Already ordered suggestions no longer show up on list of suggestions to order from. - Patron account shows 'Ordered by the library (Bestseller)' - Suggestion management page shows a new tab 'Ordered' - For the suggestion with a valid 'suggestedby' borrowernumber, a mail was generated. (bug 7094) 5) Receive ordered suggestions - received my ordered suggestions This is is not in the scope of this bug, but for documentation: - No message was generated to inform the patron - Status stays ORDERED - Patron account still shows item as ordered, no change to 4) Looking at the suggestion.tt I think there should be another status AVAILABLE. 216 [% ELSIF (suggestion.suggestiontypelabel == "Available") %]Available Signing off, fixes bug reported. Danke! Signed-off-by: Paul Poulain (cherry picked from commit 28ef6c199bac6bc4064c857f24957081c88ed174) Signed-off-by: Chris Nighswonger commit 7ea9df413a14c7de47266ec9833b6eb853bd9b42 Author: Mason James Date: Thu Sep 22 21:48:04 2011 +1200 Bug 6908 - increase DEBUG level for *NOISY* Dates.pm init() messages Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 924ce3697dc97767f8d2261552da336afb1552ee) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Dates.pm | 2 +- C4/Suggestions.pm | 2 +- acqui/addorder.pl | 2 +- docs/history.txt | 4 ++++ misc/release_notes/release_notes_3_6_2.txt | 10 ++++++---- 5 files changed, 13 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 03:04:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 02:04:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-61-g4d18093 Message-ID: This is an automated email from the git hooks/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 4d1809334d701415f715152876ca00d044adc84e (commit) from 83f87a9d9b588a7f1e343835b2c2edbf2c6754f1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4d1809334d701415f715152876ca00d044adc84e Author: Owen Leonard Date: Mon Mar 28 14:08:00 2011 -0400 Fix for Bug 5974 - Bogus auth check for "StaffMember" role Also removing some YAHOO.widget.Button declarations which are redundant. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer follow-up: trailing " that makes T::T fail http://bugs.koha-community.org/show_bug.cgi?id=5974 Signed-off-by: Katrin Fischer Bug 5974: Fix broken toolbar on paton checkout tab Fixed a couple of errors: - [% CAN_user_staffaccess %] should be [% IF ( CAN_user_staffaccess ) %] - added missing [% END %] - added missing line new YAHOO.widget.Button("duplicate"); To test: 1) Open patron account 2) Go through tabs, especially 'Check out' 3) Check toolbars are correct and buttons work Signed-off-by: Chris Cormack Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/circ-toolbar.inc | 34 +++++--------------- .../prog/en/includes/members-toolbar.inc | 8 +--- 2 files changed, 10 insertions(+), 32 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 15:58:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 14:58:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6971 created. v3.06.00-140-g046c1ca Message-ID: This is an automated email from the git hooks/post-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_6971 has been created at 046c1cab8cd1bdd356750c837bcdbf1dd06797ff (commit) - Log ----------------------------------------------------------------- commit 046c1cab8cd1bdd356750c837bcdbf1dd06797ff Author: Paul Poulain Date: Wed Dec 7 15:16:19 2011 +0100 history.txt, adding St?phane Delaune, as 117, moving others and welcome Albert, you're 163th ! commit 6f043aa82f9c8f20bb70081cc86a42026465193a Author: Jared Camins-Esakov Date: Thu Dec 1 19:53:51 2011 -0500 Bug 6971: XSLT Intranet Detail displays 245 subfields out of order 245 Subfields in the Intranet Detail Display (MARC21slim2intranetDetail.xsl) are being reordered on display. Instead of displaying 245$a 245$h 245$b, the stylesheet was displaying 245$a 245$b 245$h. This patch does not address ISBD punctuation. Signed-off-by: Jared Camins-Esakov Follow-up patch to address the issue in the staff client. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain commit d71e696567ac5fec055c7d2b923d1015956c4960 Author: Albert Oller Date: Fri Nov 18 13:49:07 2011 -0500 Bug 6971: XSLT Opac Detail displays 245 subfields out of order. 245 Subfields in the OPAC Detail Display (MARC21slim2OPACDetail.xsl) are being reordered on display. Instead of displaying 245$a 245$h 245$b, the stylesheet was displaying 245$a 245$b 245$h. This patch does not address ISBD punctuation. Signed-off-by: Jared Camins-Esakov Clarified commit message. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 15:58:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 14:58:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-142-gbedb9be Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via bedb9bef4c93e35c69582503b97eba3cb76b3242 (commit) via 13f29dd7f36137a77695af6c6eb3032ec72d9ae2 (commit) via 046c1cab8cd1bdd356750c837bcdbf1dd06797ff (commit) via 6f043aa82f9c8f20bb70081cc86a42026465193a (commit) via d71e696567ac5fec055c7d2b923d1015956c4960 (commit) from 924ce3697dc97767f8d2261552da336afb1552ee (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bedb9bef4c93e35c69582503b97eba3cb76b3242 Merge: 13f29dd 046c1ca Author: Paul Poulain Date: Wed Dec 7 15:58:38 2011 +0100 Merge remote-tracking branch 'origin/new/bug_6971' commit 13f29dd7f36137a77695af6c6eb3032ec72d9ae2 Author: Paul Poulain Date: Wed Dec 7 15:17:54 2011 +0100 Test suite: ignoring backups from vi (files ending with a ~) On my laptop, this test was failing because some scripts had a conflict marker in a backup ... of a conflict I just fixed! ignoring any file ending with a ~ ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 92 ++++++++++---------- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 8 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 8 +- t/00-merge-conflict-markers.t | 2 +- 4 files changed, 56 insertions(+), 54 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 16:02:04 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 15:02:04 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6291 updated. v3.04.00-336-gb03cb0d Message-ID: This is an automated email from the git hooks/post-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_6291 has been updated via b03cb0d545caf5cbbe5cab80a9fbb4154c56a508 (commit) via 39d401a0ce78393491ec248f2472249efe10cbed (commit) from da0a5b2bd63027102dd61789fc455941e237abc9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b03cb0d545caf5cbbe5cab80a9fbb4154c56a508 Author: Owen Leonard Date: Tue Dec 6 12:50:57 2011 -0500 Bug 6291 - Cart printing truncated in Firefox Alternate fix suggested by http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/ Seems absurd that changing the top heading from an

to an

would fix the problem, but it does in my tests in Firefox 3.6 and 8 on Windows 7 commit 39d401a0ce78393491ec248f2472249efe10cbed Author: Paul Poulain Date: Wed Dec 7 16:01:27 2011 +0100 Revert "Fix for Bug 6291, Cart printing truncated in Firefox" This reverts commit da0a5b2bd63027102dd61789fc455941e237abc9. ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/css/print.css | 9 ++------- koha-tmpl/opac-tmpl/prog/en/css/print.css | 9 ++------- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 16:38:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 15:38:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-153-g2e486be Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 2e486be5920c0339c69e0a7eeaed6e4554b38565 (commit) via ffb544e8e4a202705c330f0026453cecebe08c71 (commit) via 94e1691a74b4698e88781381d17e60f458c6eb35 (commit) via dbe36a2bf361e1cda73f83cc5cfc79e71c6cf216 (commit) via 19d071910f0d772741bf3f3c6b6a0f052bf8be75 (commit) via a9bbeae6cc23c9f45474f6665775455ba32b4f22 (commit) via 16c51d03762372d40be4ed600dcd9d51557f0854 (commit) via d2c101a8a9a6d8ed8d69c69d0d753a164681b8d7 (commit) via f21577986f8ff5da5fde88deaae2302a8b40dbe7 (commit) via b03cb0d545caf5cbbe5cab80a9fbb4154c56a508 (commit) via 39d401a0ce78393491ec248f2472249efe10cbed (commit) from bedb9bef4c93e35c69582503b97eba3cb76b3242 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2e486be5920c0339c69e0a7eeaed6e4554b38565 Merge: f215779 ffb544e Author: Paul Poulain Date: Wed Dec 7 16:38:39 2011 +0100 Merge remote-tracking branch 'origin/new/bug_5327' commit f21577986f8ff5da5fde88deaae2302a8b40dbe7 Merge: bedb9be b03cb0d Author: Paul Poulain Date: Wed Dec 7 16:03:16 2011 +0100 Merge remote-tracking branch 'origin/new/bug_6291' ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 2 +- t/Boolean.t | 2 +- t/TmplToken.t | 22 +++++++++++++++ t/db_dependent/BackgroundJob.t | 6 +++- t/db_dependent/External_BakerTaylor.t | 28 +++++++++++++++++--- t/db_dependent/Members.t | 2 +- t/db_dependent/Record.t | 10 +++--- t/db_dependent/SQLHelper.t | 6 +--- t/db_dependent/UploadedFile.t | 8 +++-- 9 files changed, 65 insertions(+), 21 deletions(-) create mode 100755 t/TmplToken.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 17:41:24 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 16:41:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-75-ga894719 Message-ID: This is an automated email from the git hooks/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 a89471913e812de7760c2eb3f1c1ab01431f33fc (commit) via 2d2bfde5594571b958d3b60db7e54e55e9af5f73 (commit) via 3150c233287a1ea575846d73f75d0d4d4f4d6b21 (commit) via d2aec1a738b346a7c40ee2d21c0ddc28e0092aed (commit) via 5efe1b117acda5eb2cdd251af21ee35cf0a03c54 (commit) via a913e9d7b3a4dab82d4ae9e9c1ba16687a6ad9aa (commit) via f8b401e7237f8aa1f424f31124f90e473ee937ee (commit) via ceff2d275f71538b4ef131da1c71792903388637 (commit) via 9939392c156cb51627bd8096ba640ca69328167a (commit) via 37ed97bceb6adaf33a4b7eca6a6628fc93d3a298 (commit) via 03f6e33c4b331cf0daeab4fe8f402173146b1f67 (commit) via 26d79ec4f2ea5fb16d41b9ac89af2f663238c08c (commit) via fbc9e6f863d78191c9ee77be9722777a9ab2768c (commit) via c28923b04060775e04e51542ed834b8f0e051352 (commit) from 4d1809334d701415f715152876ca00d044adc84e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a89471913e812de7760c2eb3f1c1ab01431f33fc Author: Chris Nighswonger Date: Wed Dec 7 11:41:07 2011 -0500 Release Notes for 3.06.02.000 07 Dec 2011 16:41:07 Z commit 2d2bfde5594571b958d3b60db7e54e55e9af5f73 Author: Paul Poulain Date: Wed Dec 7 16:37:31 2011 +0100 t/UploadedFile, updated comment (cherry picked from commit ffb544e8e4a202705c330f0026453cecebe08c71) Signed-off-by: Chris Nighswonger commit 3150c233287a1ea575846d73f75d0d4d4f4d6b21 Author: Paul Poulain Date: Tue Dec 6 12:07:48 2011 +0100 160th developer + 2 events added (NZ tm and 3.6.1 released) Signed-off-by: Chris Nighswonger commit d2aec1a738b346a7c40ee2d21c0ddc28e0092aed Author: Chris Cormack Date: Wed Dec 7 10:09:43 2011 +1300 Bug 5327: Fixing the Members.t test Signed-off-by: Liz Rea Confirm Members.t tests complete (cherry picked from commit 94e1691a74b4698e88781381d17e60f458c6eb35) Signed-off-by: Chris Nighswonger commit 5efe1b117acda5eb2cdd251af21ee35cf0a03c54 Author: Chris Cormack Date: Wed Dec 7 09:17:35 2011 +1300 Bug 5327 : Fixing unit test for SQLHelper.pm Signed-off-by: Liz Rea Confirm that all SQLHelper tests pass. (cherry picked from commit dbe36a2bf361e1cda73f83cc5cfc79e71c6cf216) Signed-off-by: Chris Nighswonger commit a913e9d7b3a4dab82d4ae9e9c1ba16687a6ad9aa Author: Chris Cormack Date: Sun Dec 4 20:02:45 2011 +1300 Bug 5327 : Complete coverage for BackgroundJob.pm Signed-off-by: Katrin Fischer Tests run without problems. (cherry picked from commit 19d071910f0d772741bf3f3c6b6a0f052bf8be75) Signed-off-by: Chris Nighswonger commit f8b401e7237f8aa1f424f31124f90e473ee937ee Author: Chris Cormack Date: Sun Nov 6 19:59:34 2011 +1300 Bug 5327 : Adding more unit tests Signed-off-by: Katrin Fischer New tests run without problems. (cherry picked from commit a9bbeae6cc23c9f45474f6665775455ba32b4f22) Signed-off-by: Chris Nighswonger commit ceff2d275f71538b4ef131da1c71792903388637 Author: Chris Hall Date: Tue Nov 22 12:19:55 2011 +1300 Bug 5327: Unit tests for C4/Exteral/BakerTaylor.pm Signed-off-by: Chris Cormack (cherry picked from commit 16c51d03762372d40be4ed600dcd9d51557f0854) Signed-off-by: Chris Nighswonger commit 9939392c156cb51627bd8096ba640ca69328167a Author: Paul Poulain Date: Wed Dec 7 15:16:19 2011 +0100 history.txt, adding St?phane Delaune, as 117, moving others and welcome Albert, you're 163th ! (cherry picked from commit 046c1cab8cd1bdd356750c837bcdbf1dd06797ff) Signed-off-by: Chris Nighswonger commit 37ed97bceb6adaf33a4b7eca6a6628fc93d3a298 Author: Maxime Pelletier Date: Tue Sep 20 18:01:23 2011 -0400 fix test xml records http://bugs.koha-community.org/show_bug.cgi?id=5327 (cherry picked from commit d2c101a8a9a6d8ed8d69c69d0d753a164681b8d7) Signed-off-by: Chris Nighswonger commit 03f6e33c4b331cf0daeab4fe8f402173146b1f67 Author: Paul Poulain Date: Wed Dec 7 15:17:54 2011 +0100 Test suite: ignoring backups from vi (files ending with a ~) On my laptop, this test was failing because some scripts had a conflict marker in a backup ... of a conflict I just fixed! ignoring any file ending with a ~ (cherry picked from commit 13f29dd7f36137a77695af6c6eb3032ec72d9ae2) Signed-off-by: Chris Nighswonger commit 26d79ec4f2ea5fb16d41b9ac89af2f663238c08c Author: Owen Leonard Date: Tue Dec 6 12:50:57 2011 -0500 Bug 6291 - Cart printing truncated in Firefox Alternate fix suggested by http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/ Seems absurd that changing the top heading from an

to an

would fix the problem, but it does in my tests in Firefox 3.6 and 8 on Windows 7 (cherry picked from commit b03cb0d545caf5cbbe5cab80a9fbb4154c56a508) Signed-off-by: Chris Nighswonger commit fbc9e6f863d78191c9ee77be9722777a9ab2768c Author: Jared Camins-Esakov Date: Thu Dec 1 19:53:51 2011 -0500 Bug 6971: XSLT Intranet Detail displays 245 subfields out of order 245 Subfields in the Intranet Detail Display (MARC21slim2intranetDetail.xsl) are being reordered on display. Instead of displaying 245$a 245$h 245$b, the stylesheet was displaying 245$a 245$b 245$h. This patch does not address ISBD punctuation. Signed-off-by: Jared Camins-Esakov Follow-up patch to address the issue in the staff client. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 6f043aa82f9c8f20bb70081cc86a42026465193a) Signed-off-by: Chris Nighswonger commit c28923b04060775e04e51542ed834b8f0e051352 Author: Albert Oller Date: Fri Nov 18 13:49:07 2011 -0500 Bug 6971: XSLT Opac Detail displays 245 subfields out of order. 245 Subfields in the OPAC Detail Display (MARC21slim2OPACDetail.xsl) are being reordered on display. Instead of displaying 245$a 245$h 245$b, the stylesheet was displaying 245$a 245$b 245$h. This patch does not address ISBD punctuation. Signed-off-by: Jared Camins-Esakov Clarified commit message. (cherry picked from commit d71e696567ac5fec055c7d2b923d1015956c4960) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 91 ++++++++++---------- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 8 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 2 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 8 +- misc/release_notes/release_notes_3_6_2.txt | 19 +++-- t/00-merge-conflict-markers.t | 2 +- t/Boolean.t | 2 +- t/TmplToken.t | 22 +++++ t/db_dependent/BackgroundJob.t | 6 +- t/db_dependent/External_BakerTaylor.t | 28 +++++- t/db_dependent/Members.t | 2 +- t/db_dependent/Record.t | 10 +- t/db_dependent/SQLHelper.t | 6 +- t/db_dependent/UploadedFile.t | 8 +- 14 files changed, 133 insertions(+), 81 deletions(-) create mode 100755 t/TmplToken.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 17:48:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 16:48:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.4.x updated. v3.04.06-48-gbfabf85 Message-ID: This is an automated email from the git hooks/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.4.x has been updated via bfabf8565f5e9481b4a8d47fa5cd4f35df7a7ce6 (commit) from 2ef28747ebaf188fe927c5b38539ed5b10d2fbd8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bfabf8565f5e9481b4a8d47fa5cd4f35df7a7ce6 Author: Chris Nighswonger Date: Wed Dec 7 11:48:03 2011 -0500 Release Notes for 3.04.07.000 07 Dec 2011 16:48:02 Z ----------------------------------------------------------------------- Summary of changes: ...se_notes_3_4_x.tmpl => release_notes_3_4_7.txt} | 62 ++++++++++++++++---- 1 files changed, 51 insertions(+), 11 deletions(-) copy misc/release_notes/{release_notes_3_4_x.tmpl => release_notes_3_4_7.txt} (60%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 18:06:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 17:06:43 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5604 updated. v3.02.00-508-ge615516 Message-ID: This is an automated email from the git hooks/post-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_5604 has been updated via e615516952fc77f27f1dac02573879a61d9f1ed7 (commit) from fa0bc2b08d7dfb8a8cbda18fbd6d5ba59aec59ed (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e615516952fc77f27f1dac02573879a61d9f1ed7 Author: Chris Cormack Date: Wed Dec 7 10:17:12 2011 +1300 Bug 5604 : Follow up for missing image When doing icons, there is a test for them please run perl xt/author/icondirectories.t Signed-off-by: Paul Poulain see jenkins complaining: http://jenkins.koha-community.org/job/Koha_master/lastUnstableBuild/#showFailuresLink ----------------------------------------------------------------------- Summary of changes: .../prog/itemtypeimg/Seshat/archival lDVD.gif | Bin 3126 -> 0 bytes .../prog}/itemtypeimg/Seshat/archivalDVD.gif | Bin 3126 -> 3126 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/archival lDVD.gif copy koha-tmpl/{intranet-tmpl/prog/img => opac-tmpl/prog}/itemtypeimg/Seshat/archivalDVD.gif (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 18:08:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 17:08:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-156-gc0234dd Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via c0234dd9b9649063acf2617fecf5c6efda38a532 (commit) via e615516952fc77f27f1dac02573879a61d9f1ed7 (commit) via e06f3ee0fa542c2ab511e8fd2e81680d4a675837 (commit) from 2e486be5920c0339c69e0a7eeaed6e4554b38565 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c0234dd9b9649063acf2617fecf5c6efda38a532 Merge: e06f3ee e615516 Author: Paul Poulain Date: Wed Dec 7 18:07:40 2011 +0100 Merge remote-tracking branch 'origin/new/bug_5604' commit e06f3ee0fa542c2ab511e8fd2e81680d4a675837 Author: Paul Poulain Date: Wed Dec 7 18:04:10 2011 +0100 Jenkins complaining = fixing number of tests (see jenkins build http://jenkins.koha-community.org/job/Koha_master/557/#showFailuresLink) ----------------------------------------------------------------------- Summary of changes: .../prog/itemtypeimg/Seshat/archival lDVD.gif | Bin 3126 -> 0 bytes .../prog}/itemtypeimg/Seshat/archivalDVD.gif | Bin 3126 -> 3126 bytes t/Boolean.t | 2 +- 3 files changed, 1 insertions(+), 1 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/archival lDVD.gif copy koha-tmpl/{intranet-tmpl/prog/img => opac-tmpl/prog}/itemtypeimg/Seshat/archivalDVD.gif (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 18:45:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 17:45:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.4.x updated. v3.04.06-50-gb50b6b6 Message-ID: This is an automated email from the git hooks/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.4.x has been updated via b50b6b6afde7eb90747f48260f946a27538131d6 (commit) via 67c192f8c8d08270e53b11eae129e3e039c5f2b4 (commit) from bfabf8565f5e9481b4a8d47fa5cd4f35df7a7ce6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b50b6b6afde7eb90747f48260f946a27538131d6 Author: Chris Nighswonger Date: Wed Dec 7 12:43:47 2011 -0500 Updating Version Number to 3.04.07.000 commit 67c192f8c8d08270e53b11eae129e3e039c5f2b4 Author: Fr?d?ric Demians Date: Wed Dec 7 18:16:20 2011 +0100 3.4.7 Translation Update (cherry picked from commit d26c11e97b599b018495880e71b7e5fac98e3a5b) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- .../po/am-Ethi-i-opac-t-prog-v-3002000.po | 686 +- .../po/am-Ethi-i-staff-t-prog-v-3002000.po | 3857 +- .../po/ar-Arab-i-opac-t-prog-v-3002000.po | 686 +- .../po/ar-Arab-i-staff-t-prog-v-3002000.po | 4248 +- .../translator/po/az-AZ-i-opac-t-prog-v-3002000.po | 693 +- .../po/az-AZ-i-staff-t-prog-v-3002000.po | 4274 +- .../translator/po/ca-VA-i-opac-t-prog-v-3002000.po | 686 +- .../po/ca-VA-i-staff-t-prog-v-3002000.po | 3857 +- .../translator/po/da-DK-i-opac-t-prog-v-3002000.po | 819 +- .../po/da-DK-i-staff-t-prog-v-3002000.po | 4337 +- misc/translator/po/da-DK-pref.po | 26 +- .../translator/po/de-DE-i-opac-t-prog-v-3002000.po | 823 +- .../po/de-DE-i-staff-t-prog-v-3002000.po | 4401 +- misc/translator/po/de-DE-pref.po | 22 +- .../translator/po/el-GR-i-opac-t-prog-v-3002000.po | 1122 +- .../po/el-GR-i-staff-t-prog-v-3002000.po | 4330 +- .../translator/po/en-GB-i-opac-t-prog-v-3002000.po | 692 +- .../po/en-GB-i-staff-t-prog-v-3002000.po | 4322 +- .../translator/po/en-NZ-i-opac-t-prog-v-3002000.po | 723 +- .../po/en-NZ-i-staff-t-prog-v-3002000.po | 4320 +- .../translator/po/es-ES-i-opac-t-prog-v-3002000.po | 837 +- .../po/es-ES-i-staff-t-prog-v-3002000.po | 4384 +- misc/translator/po/eu-i-opac-t-prog-v-3002000.po | 682 +- .../translator/po/fi-FI-i-opac-t-prog-v-3002000.po | 811 +- .../po/fi-FI-i-staff-t-prog-v-3002000.po | 3876 +- .../translator/po/fr-CA-i-opac-t-prog-v-3002000.po | 694 +- .../po/fr-CA-i-staff-t-prog-v-3002000.po | 4246 +- .../translator/po/fr-FR-i-opac-t-prog-v-3002000.po | 815 +- .../po/fr-FR-i-staff-t-prog-v-3002000.po | 4351 +- misc/translator/po/hi-i-opac-t-prog-v-3002000.po | 686 +- misc/translator/po/hi-i-staff-t-prog-v-3002000.po | 4301 +- .../translator/po/hr-HR-i-opac-t-prog-v-3002000.po | 686 +- .../po/hr-HR-i-staff-t-prog-v-3002000.po | 3882 +- .../translator/po/hu-HU-i-opac-t-prog-v-3002000.po | 699 +- .../po/hu-HU-i-staff-t-prog-v-3002000.po | 4091 +- .../po/hy-Armn-i-opac-t-prog-v-3002000.po | 696 +- .../po/hy-Armn-i-staff-t-prog-v-3002000.po | 4317 +- .../translator/po/id-ID-i-opac-t-prog-v-3002000.po | 682 +- .../po/id-ID-i-staff-t-prog-v-3002000.po | 3857 +- .../translator/po/is-IS-i-opac-t-prog-v-3002000.po | 692 +- .../translator/po/it-IT-i-opac-t-prog-v-3002000.po | 1234 +- .../po/it-IT-i-staff-t-prog-v-3002000.po | 4363 +- misc/translator/po/it-IT-pref.po | 30 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3002000.po | 697 +- .../po/lo-Laoo-i-opac-t-prog-v-3002000.po | 690 +- .../po/lo-Laoo-i-staff-t-prog-v-3002000.po | 3857 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3002000.po | 686 +- misc/translator/po/mon-i-opac-t-prog-v-3002000.po | 686 +- misc/translator/po/mon-i-staff-t-prog-v-3002000.po | 4188 +- misc/translator/po/mr-i-opac-t-prog-v-3002000.po | 823 +- misc/translator/po/mr-i-staff-t-prog-v-3002000.po | 7092 +- misc/translator/po/mr-pref.po | 16 + .../translator/po/ms-MY-i-opac-t-prog-v-3002000.po | 773 +- .../po/ms-MY-i-staff-t-prog-v-3002000.po | 3863 +- .../translator/po/nb-NO-i-opac-t-prog-v-3002000.po | 813 +- .../po/nb-NO-i-staff-t-prog-v-3002000.po | 4186 +- .../translator/po/nl-BE-i-opac-t-prog-v-3002000.po | 819 +- .../po/nl-BE-i-staff-t-prog-v-3002000.po | 3887 +- .../translator/po/nl-NL-i-opac-t-prog-v-3002000.po | 692 +- .../po/nl-NL-i-staff-t-prog-v-3002000.po | 3857 +- .../translator/po/nn-NO-i-opac-t-prog-v-3002000.po | 690 +- .../po/nn-NO-i-staff-t-prog-v-3002000.po | 4188 +- .../translator/po/pl-PL-i-opac-t-prog-v-3002000.po | 817 +- .../po/pl-PL-i-staff-t-prog-v-3002000.po | 4302 +- .../translator/po/pt-BR-i-opac-t-prog-v-3002000.po | 854 +- .../po/pt-BR-i-staff-t-prog-v-3002000.po | 4629 +- misc/translator/po/pt-BR-pref.po | 8 +- .../translator/po/pt-PT-i-opac-t-prog-v-3002000.po | 696 +- .../po/pt-PT-i-staff-t-prog-v-3002000.po | 4369 +- .../translator/po/ro-RO-i-opac-t-prog-v-3002000.po | 694 +- .../po/ro-RO-i-staff-t-prog-v-3002000.po | 4070 +- .../translator/po/ru-RU-i-opac-t-prog-v-3002000.po | 6285 +- .../po/ru-RU-i-staff-t-prog-v-3002000.po |108262 ++++++++++---------- misc/translator/po/ru-RU-pref.po | 3966 +- .../translator/po/sd-PK-i-opac-t-prog-v-3002000.po | 685 +- .../po/sd-PK-i-staff-t-prog-v-3002000.po | 3857 +- .../translator/po/sv-SE-i-opac-t-prog-v-3002000.po | 692 +- .../po/sv-SE-i-staff-t-prog-v-3002000.po | 3882 +- misc/translator/po/tet-i-opac-t-prog-v-3002000.po | 817 +- misc/translator/po/tet-i-staff-t-prog-v-3002000.po | 4251 +- .../po/th-THA-i-opac-t-prog-v-3002000.po | 692 +- .../po/th-THA-i-staff-t-prog-v-3002000.po | 3857 +- .../translator/po/tr-TR-i-opac-t-prog-v-3002000.po | 695 +- .../po/tr-TR-i-staff-t-prog-v-3002000.po | 4273 +- .../translator/po/uk-UA-i-opac-t-prog-v-3002000.po | 6237 +- .../po/uk-UA-i-staff-t-prog-v-3002000.po |109899 ++++++++++---------- misc/translator/po/uk-UA-pref.po | 3949 +- .../po/ur-Arab-i-opac-t-prog-v-3002000.po | 686 +- .../po/ur-Arab-i-staff-t-prog-v-3002000.po | 3857 +- .../po/zh-Hans-CN-i-opac-t-prog-v-3002000.po | 690 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3002000.po | 4273 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3002000.po | 700 +- 94 files changed, 279626 insertions(+), 151665 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 18:46:41 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 17:46:41 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.04.07 created. v3.04.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.04.07 has been created at 6a643b927a0e9063390eae3b6c5f4405e434c46d (tag) tagging b50b6b6afde7eb90747f48260f946a27538131d6 (commit) replaces v3.04.06 tagged by Chris Nighswonger on Wed Dec 7 12:44:22 2011 -0500 - Log ----------------------------------------------------------------- v3.04.07 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAABAgAGBQJO36YEAAoJEEQBPavVIgJhMZAIAJzfpWM/7ZCy3bM+oRYN4CyM y0oF+z+X0WyDgaIBoX+t1sUU9YX8L/mLawqQE5RYnwKEJeLNdEFACnxgK1n26vdQ vpni7nMLxN6+2tKmlFLIW8Hzo2D6Adx9V3Ung7MfEbbZmyjh7eM7QTFtty2vn5zh wrgFSGMopFkYxLELFH3E2C2cqBVV7w9cT55OpNA4kzUjboUVfxFOsEensqroWatX 17uw90RGyO04WHx/HxxDwOuOgMGa6pdffgbIQwMv1732tCpGY8Qg5SsPDHppYD6V 4P6GpB/FPnl0L/Zn76712EfdDmrCf0kurFIDfvQUiILUeHxO1pCIwEiDvoPaAOo= =pF3F -----END PGP SIGNATURE----- Chris Cormack (10): Sorry pushed this by mistake when trying to fix Pauls permissions Bug 6895 : First attempt at fixing the diacritics bug Bug 6679 : Declare variables outside of conditionals Bug 6679 : Don't declare variables in conditionals Don't change $_ in a list context http://search.cpan.org/~elliotjs/Perl-Critic-1.116/lib/Perl/Critic/Policy/ControlStructures/ProhibitMutatingListFunctions.pm Bug 6679 : Not using strict .. bad script, no cookie for you! Bug 6679 : Don't declare variables in conditionals Bug 6679 : Tidying changed parts of file Bug 6679: Fixing admin/aqplain :encoding(UTF-8) gives strict validation Bug 6628 fixing security vulnerability Bug 6629 fix for vulnerability Chris Nighswonger (6): Bug 7207 - Reverting a portion of commit 607b5449bd5cb which breaks the label export script. Bug 7095: Fixing cut and paste error and removing the use of diag() as this does not produce output when the test is run in a harness Adding template for autogeneration of 3.4.x release notes Adding a git mailmap file to allow standardizing of commit author's names/email Release Notes for 3.04.07.000 07 Dec 2011 16:48:02 Z Updating Version Number to 3.04.07.000 Fr?d?ric Demians (3): Bug 6989 Patron categories not properly displayed if not pure ASCII Bug 6799 rebuild_zebra.pl -x produces invalid XML records 3.4.7 Translation Update Fr?d?rick Capovilla (5): Bug 6963: Corrects a problem when a new order is created with a duplicate barcode. Follow-up patch : use the subfield associated with items.barcode Notify the user on his account page when his account is almost expired Make all strings translatable in marc21_field_007.tt Bug 6977: Follow-up patch : catch CloneSubfield errors Ian Walls (6): Bug 7076: Lists render OPAC XSLT on staff side Bug 7061: unnecessary global variables declared in C4::SQLHelper Bug 6471: add tablesorter to Holds Queue Bug 5945: email not searchable in patron search Bug 2629: Add diacritic support for ? (U with ring) Bug 7134: patron records getting corrupted birthdates Joy Nelson (1): Bug 7221: C4/Biblio.pm documentation is incorrect. Katrin Fischer (4): Bug 7117: Bug 7117 - Small display problems when organising suggestion tabs by name Bug 6994: Wrong 'no budget defined' alert Bug 7138: Can't print basket group order pdf Bug 4161: Preselect active currency for new vendors Liz Rea (2): Bug 7128 - adding some ID's to make styling opac-main.tt a bit easier Bug 7084 - Re-arranging results_summary for tags so that it applies where it is supposed to Marcel de Rooy (1): 7146 (Update timestamps when deleting a biblio) Maxime Pelletier (2): Use unitprice in neworder so that the value is saved in the database and so it will be the same field used as to receive shipments Bug 7069: Put strings in "" instead of '' to fix the javascript not working when the translated string has a ' in it. Nahuel ANGELINETTI (1): (bug #4518) enhance 2.2 to 3.0 scripts Owen Leonard (3): Fix for Bug 5974 - Bogus auth check for "StaffMember" role Fix for Bug 6955, Toolbar on reading history broken Follow-up fix for Bug 3958, Standardize vendor/supplier/bookseller terminology Paul Poulain (5): Bug 5885 : UNIMARC XSLT changes Bug 7184 raise mySQL error if debug is set Bug 7188: C4::Context::db_scheme2dbi does case-insensitive grep updating history.txt : 3.6.0 & 3.4.6 & KohaCon11 & Joy Nelson 160th Joy nelson was already in history.txt, removing the entry Salvador Zaragoza Rubio (1): Bug 6475 - Edit it's not possible in subfield "0" in MARC framework ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 7 20:43:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Dec 2011 19:43:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.4.x updated. v3.04.07-1-ga636fb2 Message-ID: This is an automated email from the git hooks/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.4.x has been updated via a636fb2e0d15610b30568ae0aa8742b4746a6c86 (commit) from b50b6b6afde7eb90747f48260f946a27538131d6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a636fb2e0d15610b30568ae0aa8742b4746a6c86 Author: Chris Nighswonger Date: Wed Dec 7 14:43:11 2011 -0500 Release Notes for 3.04.07.000 07 Dec 2011 19:43:11 Z ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_4_7.txt | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 10:54:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 09:54:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7141 updated. v3.06.00-157-gce59911 Message-ID: This is an automated email from the git hooks/post-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_7141 has been updated via ce599119321cd2c931cf55b0d20cb00f8f1ab5b2 (commit) via c0234dd9b9649063acf2617fecf5c6efda38a532 (commit) via e615516952fc77f27f1dac02573879a61d9f1ed7 (commit) via e06f3ee0fa542c2ab511e8fd2e81680d4a675837 (commit) via 2e486be5920c0339c69e0a7eeaed6e4554b38565 (commit) via ffb544e8e4a202705c330f0026453cecebe08c71 (commit) via 94e1691a74b4698e88781381d17e60f458c6eb35 (commit) via dbe36a2bf361e1cda73f83cc5cfc79e71c6cf216 (commit) via 19d071910f0d772741bf3f3c6b6a0f052bf8be75 (commit) via a9bbeae6cc23c9f45474f6665775455ba32b4f22 (commit) via 16c51d03762372d40be4ed600dcd9d51557f0854 (commit) via d2c101a8a9a6d8ed8d69c69d0d753a164681b8d7 (commit) via f21577986f8ff5da5fde88deaae2302a8b40dbe7 (commit) via b03cb0d545caf5cbbe5cab80a9fbb4154c56a508 (commit) via 39d401a0ce78393491ec248f2472249efe10cbed (commit) via bedb9bef4c93e35c69582503b97eba3cb76b3242 (commit) via 13f29dd7f36137a77695af6c6eb3032ec72d9ae2 (commit) via 046c1cab8cd1bdd356750c837bcdbf1dd06797ff (commit) via 6f043aa82f9c8f20bb70081cc86a42026465193a (commit) via d71e696567ac5fec055c7d2b923d1015956c4960 (commit) via 924ce3697dc97767f8d2261552da336afb1552ee (commit) via a48660d4caf93b149916c7d6e5f80fde57c0c492 (commit) via 28ef6c199bac6bc4064c857f24957081c88ed174 (commit) via 4464a280ce5abdafae2cdeda74ea3633bee3a16d (commit) via 30b6edc510c449815f78dbe8d410b296ca36ef76 (commit) via 0352a8f24ac72b7dfbf84ea3c6f11e2e714708b0 (commit) via aef1dd15fbe37a8a9c30ba4b38f7ecd6c1fea54d (commit) via fa0bc2b08d7dfb8a8cbda18fbd6d5ba59aec59ed (commit) via d4f4f88369d52e4ab052af32618f58c1f63a5328 (commit) via 2177562ecf64a76bb069009358a843bb80e78a41 (commit) via 00894ac49544625b83fab7cb242bc3160429b938 (commit) via d059079caf60e1c6796e7a49dc64a900f1238058 (commit) via d0ef505fc4423f597402445a1a12b8b2bd512894 (commit) via 46831f808610d95af703fc53688c5fa9b5c04fbe (commit) via f9763a8ec925b8256ccc82c47ec33010601ae1a6 (commit) via 478c2b139ceb58bc619e7c8a5270e499c870dbcf (commit) via 3be1252e1bab40bd43821e66e2cfc69471e24132 (commit) via 93cd5bd501c9f9d19261bdb5ef429961d56330af (commit) via 1cacd4824d07cc563a6f52f6f8a0ec4af1332c4f (commit) from 7534c34cdb272987122ef106e9d4523f10ff178e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ce599119321cd2c931cf55b0d20cb00f8f1ab5b2 Author: Chris Cormack Date: Thu Dec 8 09:28:12 2011 +1300 Bug 7141 : Changing test to match new formatting of xsl style sheet http://bugs.koha-community.org/show_bug.cgi?id=7141 Signed-off-by: Liz Rea verified tests pass Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_ldap.pm | 11 + C4/Dates.pm | 2 +- C4/ILSDI/Services.pm | 2 +- C4/Items.pm | 1 + C4/Overdues.pm | 23 -- C4/Suggestions.pm | 2 +- acqui/addorder.pl | 2 +- catalogue/moredetail.pl | 4 +- circ/overdue.pl | 4 +- debian/scripts/koha-restore | 2 +- docs/history.txt | 91 +++++---- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- .../sample_notices_message_attributes.sql | 2 +- installer/data/mysql/updatedatabase.pl | 6 + .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 5 +- koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 5 +- .../prog/en/modules/acqui/neworderempty.tt | 4 +- .../prog/en/modules/acqui/orderreceive.tt | 4 +- .../prog/en/modules/catalogue/moredetail.tt | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 8 +- .../Seshat/{archival lDVD.gif => archivalDVD.gif} | Bin 3126 -> 3126 bytes koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 8 +- .../Seshat/{archival lDVD.gif => archivalDVD.gif} | Bin 3126 -> 3126 bytes kohaversion.pl | 2 +- misc/cronjobs/notifyMailsOp.pl | 219 -------------------- misc/cronjobs/overdue_notices.pl | 1 + t/00-merge-conflict-markers.t | 2 +- t/TmplToken.t | 22 ++ t/db_dependent/BackgroundJob.t | 6 +- t/db_dependent/External_BakerTaylor.t | 28 +++- t/db_dependent/Members.t | 2 +- t/db_dependent/SQLHelper.t | 6 +- t/db_dependent/UploadedFile.t | 8 +- t/db_dependent/lib/KohaTest/Overdues.pm | 1 - 39 files changed, 162 insertions(+), 335 deletions(-) rename koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/{archival lDVD.gif => archivalDVD.gif} (100%) rename koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/{archival lDVD.gif => archivalDVD.gif} (100%) delete mode 100755 misc/cronjobs/notifyMailsOp.pl create mode 100755 t/TmplToken.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 11:19:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 10:19:37 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6987 created. v3.06.00-165-gd39262e Message-ID: This is an automated email from the git hooks/post-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_6987 has been created at d39262e61d972dfc6bf2fbe3f5d19969e352b34c (commit) - Log ----------------------------------------------------------------- commit d39262e61d972dfc6bf2fbe3f5d19969e352b34c Author: Colin Campbell Date: Fri Oct 7 13:19:06 2011 +0100 Bug 6987 Make return from Overdues::GetFine consistent If there is not a fine amount return zero not undefined or other undefined behaviour Use more meaningful var names for readability Signed-off-by: Sophie Meynieux Signed-off-by: Paul Poulain commit 484c1f6deaba6851d53ab52e41837a28471774e3 Merge: 7dbb966 ce59911 Author: Paul Poulain Date: Thu Dec 8 11:05:35 2011 +0100 Merge remote-tracking branch 'origin/new/bug_7141' ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 11:24:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 10:24:28 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7020 created. v3.06.00-166-g90ddf1b Message-ID: This is an automated email from the git hooks/post-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_7020 has been created at 90ddf1b2544d26910e3354670ea4aab65eb9b8aa (commit) - Log ----------------------------------------------------------------- commit 90ddf1b2544d26910e3354670ea4aab65eb9b8aa Author: Jon Aker Date: Wed Dec 7 12:06:41 2011 +1300 Bug 7020 Items with no checkouts report does not output call number, barcode or item details When running the Items with no checkouts report and outputting to screen, the results do not include any identifying information for the items. The only information listed is the item count and the branch location. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 11:26:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 10:26:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7020 updated. v3.06.00-167-g614cc4c Message-ID: This is an automated email from the git hooks/post-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_7020 has been updated via 614cc4ca8db2fb7bf04fe3134bd9959bf15a0deb (commit) from 90ddf1b2544d26910e3354670ea4aab65eb9b8aa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 614cc4ca8db2fb7bf04fe3134bd9959bf15a0deb Author: Paul Poulain Date: Thu Dec 8 11:26:02 2011 +0100 Welcome to jon Aker (#164) + missing tabs & "releases" ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 11:49:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 10:49:28 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7083 created. v3.06.00-168-g2951d83 Message-ID: This is an automated email from the git hooks/post-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_7083 has been created at 2951d83e9de190566a28c4ea572886b13059f37b (commit) - Log ----------------------------------------------------------------- commit 2951d83e9de190566a28c4ea572886b13059f37b Author: Owen Leonard Date: Mon Oct 24 11:18:16 2011 -0400 Fix for Bug 7083 - [SIGNED-OFF] Show creator name on list of public lists Show the name of the patron who created each list on the list of public lists. Also: - correcting unescaped ampersand in the template - making conditional a check on a variable that doesn't always exist, causing noisy errors in the log Signed-off-by: Magnus Enger After applying the patch a column for "Created by" is added to the display of public lists, and the errors in the log are silenced. On the "Your lists" tab, the link on the list name now has an escaped ampersand. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 12:06:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 11:06:57 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7259 created. v3.06.00-170-g8f0c10e Message-ID: This is an automated email from the git hooks/post-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_7259 has been created at 8f0c10ef1bc09d820523fbaf528df45d72dfa782 (commit) - Log ----------------------------------------------------------------- commit 8f0c10ef1bc09d820523fbaf528df45d72dfa782 Author: Owen Leonard Date: Wed Dec 7 10:02:56 2011 -0500 Bug 7259 - Show a count of items pending approval on staff client home and tools pages - Correcting permissions checks on the home page - Adding default parameter (1) to numberofreviews subroutine Signed-off-by: Paul Poulain commit d3c02c6bb6bb544136aabc4b5d68db031f192b25 Author: Owen Leonard Date: Wed Nov 23 14:25:20 2011 -0500 Bug 7259 - Show a count of items pending approval on staff client home and tools pages This patch adds count indicators on the staff client home page and the tools page for the number of items pending approval. On the home page this includes suggestions, comments, and tags. On the tools page a count of pending comments and tags is shown. Signed-off-by: Liz Rea Counts appear for all types of actionable items listed, all are clickable through to the proper place. Nice work! ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 12:13:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 11:13:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-170-g8f0c10e Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 8f0c10ef1bc09d820523fbaf528df45d72dfa782 (commit) via d3c02c6bb6bb544136aabc4b5d68db031f192b25 (commit) via 5d6f770c186470bbbbd0c670b27bce68b101a44e (commit) via 614cc4ca8db2fb7bf04fe3134bd9959bf15a0deb (commit) via 90ddf1b2544d26910e3354670ea4aab65eb9b8aa (commit) via d39262e61d972dfc6bf2fbe3f5d19969e352b34c (commit) via 484c1f6deaba6851d53ab52e41837a28471774e3 (commit) via ce599119321cd2c931cf55b0d20cb00f8f1ab5b2 (commit) via 7dbb966b49e31468b24b410e7563af8c98142031 (commit) via dc6e1031f8c2aa36e88ca39a70c5b7d9fd63065d (commit) via a047dea5e46338d3d664935451764fffe56e6d9e (commit) via b9d743a9281bfd6c853ffaa639577e1801f3b71b (commit) via 4a14e7dbe69db0517d1d333a644c4abeb0a42cb8 (commit) via 1c429d8f6302f7062e3539568ffaebb5592e29f1 (commit) from c0234dd9b9649063acf2617fecf5c6efda38a532 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Overdues.pm | 13 ++++++--- C4/Review.pm | 4 ++- C4/Tags.pm | 19 ++++++++++++++ catalogue/showmarc.pl | 2 +- cataloguing/addbiblio.pl | 8 +++--- cataloguing/additem.pl | 3 +- cataloguing/merge.pl | 2 +- cataloguing/ysearch.pl | 2 +- docs/history.txt | 25 +++++++++--------- .../intranet-tmpl/prog/en/css/staff-global.css | 10 ++++++- .../prog/en/modules/acqui/addorderiso2709.tt | 4 +- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 10 ++++++- .../prog/en/modules/reports/catalogue_out.tt | 19 +++++++++---- .../prog/en/modules/tools/tools-home.tt | 6 ++-- labels/label-create-csv.pl | 27 +++++++++++++++++-- mainpage.pl | 13 +++++++++ opac/opac-showreviews.pl | 2 +- t/00-testcritic.t | 4 +- t/db_dependent/Record.t | 10 +++--- t/perlcriticrc | 4 +++ tools/tools-home.pl | 10 +++++++ 21 files changed, 147 insertions(+), 50 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 17:18:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 16:18:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-83-g3ba8234 Message-ID: This is an automated email from the git hooks/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 3ba8234c631c5ddc868b40aab87604f2447b80e7 (commit) via b99e530e1a5c4e0e5e8309414dc54e3ca6d8d5f2 (commit) via 93e5a0b2922398b5b28b22be03b3834eb877b0f1 (commit) via 87aa43162df1cecbc84b511bde0e4ea7b07e402e (commit) via 9c5ba4fbe06878810d27fc312c92dbec7bd16a18 (commit) via 5bb0afe16968492a8a191858639631f32c6d7239 (commit) via ffe3972d5e6db2419684fc6f393dad77ba3fd15f (commit) via bdfd09657eec662d728b97b716b8c8a0dd1a747e (commit) from a89471913e812de7760c2eb3f1c1ab01431f33fc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3ba8234c631c5ddc868b40aab87604f2447b80e7 Author: Chris Nighswonger Date: Thu Dec 8 11:17:38 2011 -0500 Release Notes for 3.06.02.000 08 Dec 2011 16:17:37 Z commit b99e530e1a5c4e0e5e8309414dc54e3ca6d8d5f2 Author: Owen Leonard Date: Wed Dec 7 10:02:56 2011 -0500 Bug 7259 - Show a count of items pending approval on staff client home and tools pages - Correcting permissions checks on the home page - Adding default parameter (1) to numberofreviews subroutine Signed-off-by: Paul Poulain (cherry picked from commit 8f0c10ef1bc09d820523fbaf528df45d72dfa782) Signed-off-by: Chris Nighswonger commit 93e5a0b2922398b5b28b22be03b3834eb877b0f1 Author: Owen Leonard Date: Wed Nov 23 14:25:20 2011 -0500 Bug 7259 - Show a count of items pending approval on staff client home and tools pages This patch adds count indicators on the staff client home page and the tools page for the number of items pending approval. On the home page this includes suggestions, comments, and tags. On the tools page a count of pending comments and tags is shown. Signed-off-by: Liz Rea Counts appear for all types of actionable items listed, all are clickable through to the proper place. Nice work! (cherry picked from commit d3c02c6bb6bb544136aabc4b5d68db031f192b25) Signed-off-by: Chris Nighswonger commit 87aa43162df1cecbc84b511bde0e4ea7b07e402e Author: Katrin Fischer Date: Mon Oct 31 00:21:27 2011 +0100 Bug 7116: White space on item form for bulk ordering from staged file Same fix that was done for normal order page and receive page. Moving the style element for hiding the subfield into the li tag. AcqCreateItem = on order To recreate: 1) stage a marc file with 1 - many records 2) make sure you have an acq framework with hidden fields in 952 3) create new basket 4) order from your marc file 5) check item form below the record list for white space Signed-off-by: Magnus Enger Followed the steps outlined by Katrin above. Before the patch there are gaping holes left by the hidden fields. After the patch the holes are gone. Signed-off-by: Paul Poulain (cherry picked from commit 5d6f770c186470bbbbd0c670b27bce68b101a44e) Signed-off-by: Chris Nighswonger commit 9c5ba4fbe06878810d27fc312c92dbec7bd16a18 Author: Jon Aker Date: Wed Dec 7 12:06:41 2011 +1300 Bug 7020 Items with no checkouts report does not output call number, barcode or item details When running the Items with no checkouts report and outputting to screen, the results do not include any identifying information for the items. The only information listed is the item count and the branch location. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 90ddf1b2544d26910e3354670ea4aab65eb9b8aa) Signed-off-by: Chris Nighswonger commit 5bb0afe16968492a8a191858639631f32c6d7239 Author: Colin Campbell Date: Fri Oct 7 13:19:06 2011 +0100 Bug 6987 Make return from Overdues::GetFine consistent If there is not a fine amount return zero not undefined or other undefined behaviour Use more meaningful var names for readability Signed-off-by: Sophie Meynieux Signed-off-by: Paul Poulain (cherry picked from commit d39262e61d972dfc6bf2fbe3f5d19969e352b34c) Signed-off-by: Chris Nighswonger commit ffe3972d5e6db2419684fc6f393dad77ba3fd15f Author: Chris Cormack Date: Thu Dec 8 21:09:48 2011 +1300 Bug 6679 : Allowing eval require Signed-off-by: Paul Poulain (cherry picked from commit 7dbb966b49e31468b24b410e7563af8c98142031) Signed-off-by: Chris Nighswonger commit bdfd09657eec662d728b97b716b8c8a0dd1a747e Author: Paul Poulain Date: Wed Dec 7 18:04:10 2011 +0100 Jenkins complaining = fixing number of tests (see jenkins build http://jenkins.koha-community.org/job/Koha_master/557/#showFailuresLink) (cherry picked from commit e06f3ee0fa542c2ab511e8fd2e81680d4a675837) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Overdues.pm | 13 ++++++++----- C4/Review.pm | 4 +++- C4/Tags.pm | 19 +++++++++++++++++++ .../intranet-tmpl/prog/en/css/staff-global.css | 10 +++++++++- .../prog/en/modules/acqui/addorderiso2709.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 10 +++++++++- .../prog/en/modules/reports/catalogue_out.tt | 19 +++++++++++++------ .../prog/en/modules/tools/tools-home.tt | 6 +++--- mainpage.pl | 13 +++++++++++++ misc/release_notes/release_notes_3_6_2.txt | 18 ++++++++++-------- opac/opac-showreviews.pl | 2 +- t/Boolean.t | 2 +- t/perlcriticrc | 4 ++++ tools/tools-home.pl | 10 ++++++++++ 14 files changed, 105 insertions(+), 29 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 17:39:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 16:39:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6818 created. v3.06.00-171-gc1dbd7b Message-ID: This is an automated email from the git hooks/post-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_6818 has been created at c1dbd7bbbfe42eef54277a7cc2795877d8b996a3 (commit) - Log ----------------------------------------------------------------- commit c1dbd7bbbfe42eef54277a7cc2795877d8b996a3 Author: Owen Leonard Date: Wed Oct 26 10:50:11 2011 -0400 Fix for Bug 6818 - acquisitions basket groups could use some design work I've made changes to the basket grouping interface to bring it in line with other interfaces in Koha. I think it's better to keep things following a consistent pattern. On the page which lists basket groups: - Basket groups listed in a table instead of as custom-styled lists - Buttons use standard style - Tabs are generated by jQuery On the page for managing baskets in a group: - Markup has been revised to be more consistent with established patterns. - Corrections have been made for validity On the basket view page: - Display of data has been streamlined a little bit - An option has been added to the "Basket group" dropdown for adding a new group - Markup has been corrected for validity and consistency Signed-off-by: Katrin Fischer 1) Basket group page The blue is gone and the new buttons are much better readable than before. 2) Basket grouping page Works. 3) Basket view page I like the new option to create a new group from here. Nice improvement to the workflow! I removed a spare 'td' from line 264. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 17:51:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 16:51:34 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7028 created. v3.06.00-172-g038a2cf Message-ID: This is an automated email from the git hooks/post-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_7028 has been created at 038a2cf5d6cf8431af67fa3c4b28aaf3d513f6eb (commit) - Log ----------------------------------------------------------------- commit 038a2cf5d6cf8431af67fa3c4b28aaf3d513f6eb Author: Robin Sheat Date: Mon Oct 17 17:51:39 2011 +1300 Bug 7028 - updated the koha-conf.xml template Now it more closely matches the one that's distributed in /etc Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (not tested. I confirm the code is clean, and tests are not broken) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 19:56:09 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 18:56:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-84-g9c3bbbe Message-ID: This is an automated email from the git hooks/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 9c3bbbea56b5d8a56132be3b54407eabc97b94d9 (commit) from 3ba8234c631c5ddc868b40aab87604f2447b80e7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9c3bbbea56b5d8a56132be3b54407eabc97b94d9 Author: Chris Cormack Date: Wed Dec 7 10:17:12 2011 +1300 Bug 5604 : Follow up for missing image When doing icons, there is a test for them please run perl xt/author/icondirectories.t Signed-off-by: Paul Poulain see jenkins complaining: http://jenkins.koha-community.org/job/Koha_master/lastUnstableBuild/#showFailuresLink (cherry picked from commit e615516952fc77f27f1dac02573879a61d9f1ed7) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: .../prog/itemtypeimg/Seshat/archival lDVD.gif | Bin 3126 -> 0 bytes .../prog}/itemtypeimg/Seshat/archivalDVD.gif | Bin 3126 -> 3126 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/archival lDVD.gif copy koha-tmpl/{intranet-tmpl/prog/img => opac-tmpl/prog}/itemtypeimg/Seshat/archivalDVD.gif (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 20:44:16 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 19:44:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-87-g12ea57b Message-ID: This is an automated email from the git hooks/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 12ea57b606038692b6228f37c98bb017bef735e3 (commit) via c5e6163efb06490c7e21d2d067df1a0727005b3b (commit) via a8274cdfdea6350a292361da0370db9f67d02dcc (commit) from 9c3bbbea56b5d8a56132be3b54407eabc97b94d9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 12ea57b606038692b6228f37c98bb017bef735e3 Author: Chris Cormack Date: Wed Nov 2 15:55:00 2011 +1300 Bug 6679 : Adding license statement and stopping declaring variables in a conditional Signed-off-by: Chris Nighswonger commit c5e6163efb06490c7e21d2d067df1a0727005b3b Author: Chris Cormack Date: Mon Oct 31 21:16:29 2011 +1300 Bug 6679 : cataloguing/ now passing critic tests Declare variables outside of conditionals Don't use prototypes http://www.modernperlbooks.com/mt/2009/08/the-problem-with-prototypes.html Use ":encoding(UTF-8)" to get strict validation. Signed-off-by: Chris Nighswonger commit a8274cdfdea6350a292361da0370db9f67d02dcc Author: Chris Cormack Date: Mon Oct 31 21:02:13 2011 +1300 Bug 6679: catalogue/ now passing perl critic tests Signed-off-by: Paul Poulain Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: catalogue/showmarc.pl | 3 +-- cataloguing/addbiblio.pl | 8 ++++---- cataloguing/additem.pl | 3 ++- cataloguing/merge.pl | 2 +- cataloguing/ysearch.pl | 2 +- labels/label-create-csv.pl | 27 ++++++++++++++++++++++++--- t/00-testcritic.t | 4 ++-- 7 files changed, 35 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 20:46:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 19:46:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-88-gcbc13b7 Message-ID: This is an automated email from the git hooks/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 cbc13b7070ffa1d3b714a692f977ea78d604d1e4 (commit) from 12ea57b606038692b6228f37c98bb017bef735e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cbc13b7070ffa1d3b714a692f977ea78d604d1e4 Author: Chris Cormack Date: Thu Dec 8 09:28:12 2011 +1300 Bug 7141 : Changing test to match new formatting of xsl style sheet http://bugs.koha-community.org/show_bug.cgi?id=7141 Signed-off-by: Liz Rea verified tests pass Signed-off-by: Paul Poulain (cherry picked from commit ce599119321cd2c931cf55b0d20cb00f8f1ab5b2) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Record.t | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 8 20:49:41 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 08 Dec 2011 19:49:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-89-g950924b Message-ID: This is an automated email from the git hooks/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 950924bc3e0d09add86a9469caeb70af8f8b288b (commit) from cbc13b7070ffa1d3b714a692f977ea78d604d1e4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 950924bc3e0d09add86a9469caeb70af8f8b288b Author: Chris Nighswonger Date: Thu Dec 8 14:48:55 2011 -0500 Release Notes for 3.06.02.000 08 Dec 2011 19:48:55 Z ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_6_2.txt | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 9 09:40:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Dec 2011 08:40:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-173-g7e4e0d4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 7e4e0d4300a6d15aa3b0d8625981f626344b79f0 (commit) via 038a2cf5d6cf8431af67fa3c4b28aaf3d513f6eb (commit) via c1dbd7bbbfe42eef54277a7cc2795877d8b996a3 (commit) from 8f0c10ef1bc09d820523fbaf528df45d72dfa782 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7e4e0d4300a6d15aa3b0d8625981f626344b79f0 Author: Paul Poulain Date: Fri Dec 9 09:39:38 2011 +0100 updatedatabase: Adding missing \n at the end of 2 print They were missing on bug 6530 and 6328 ----------------------------------------------------------------------- Summary of changes: debian/templates/koha-conf-site.xml.in | 132 ++++++++- installer/data/mysql/updatedatabase.pl | 4 +- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 112 ++++--- .../prog/en/modules/acqui/basketgroup.tt | 343 +++++++++----------- 4 files changed, 348 insertions(+), 243 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 9 09:51:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Dec 2011 08:51:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6679 updated. v3.06.00-163-gfe50ffb Message-ID: This is an automated email from the git hooks/post-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_6679 has been updated via fe50ffb37f912e32b2f0291a11dd6139120f2ba0 (commit) from 7dbb966b49e31468b24b410e7563af8c98142031 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fe50ffb37f912e32b2f0291a11dd6139120f2ba0 Author: Paul Poulain Date: Thu Dec 8 17:13:38 2011 +0100 Bug 6679: fix missing use strict The 3 files had use strict missing. The patch add the use strict and modify what's needed to work with it 4XX.pl also has some perlcritic fixes: Variable declared in conditional statement at line XXX, column 9. Declare variables outside of the condition. (Severity: 5) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: cataloguing/value_builder/stocknumber.pl | 8 +++--- cataloguing/value_builder/unimarc_field_210c.pl | 11 ++++++--- cataloguing/value_builder/unimarc_field_4XX.pl | 26 +++++++++++++++-------- 3 files changed, 28 insertions(+), 17 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 9 09:51:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Dec 2011 08:51:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-175-g3dc9930 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 3dc99300014ecb032bb4433fbd782f649ebe999d (commit) via fe50ffb37f912e32b2f0291a11dd6139120f2ba0 (commit) from 7e4e0d4300a6d15aa3b0d8625981f626344b79f0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3dc99300014ecb032bb4433fbd782f649ebe999d Merge: 7e4e0d4 fe50ffb Author: Paul Poulain Date: Fri Dec 9 09:51:40 2011 +0100 Merge remote-tracking branch 'origin/new/bug_6679' ----------------------------------------------------------------------- Summary of changes: cataloguing/value_builder/stocknumber.pl | 8 +++--- cataloguing/value_builder/unimarc_field_210c.pl | 11 ++++++--- cataloguing/value_builder/unimarc_field_4XX.pl | 26 +++++++++++++++-------- 3 files changed, 28 insertions(+), 17 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 9 15:56:01 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Dec 2011 14:56:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-92-gd9d9cdb Message-ID: This is an automated email from the git hooks/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 d9d9cdbad0c407c3a2acf2c2ba6a7c015465f88a (commit) via 92c5d9ade46f369590d506dd8c1557837351e653 (commit) via 8ff49436fa1ae4dba5d4cd09bc96d99e60309950 (commit) from 950924bc3e0d09add86a9469caeb70af8f8b288b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d9d9cdbad0c407c3a2acf2c2ba6a7c015465f88a Author: Owen Leonard Date: Wed Oct 26 10:50:11 2011 -0400 Fix for Bug 6818 - acquisitions basket groups could use some design work I've made changes to the basket grouping interface to bring it in line with other interfaces in Koha. I think it's better to keep things following a consistent pattern. On the page which lists basket groups: - Basket groups listed in a table instead of as custom-styled lists - Buttons use standard style - Tabs are generated by jQuery On the page for managing baskets in a group: - Markup has been revised to be more consistent with established patterns. - Corrections have been made for validity On the basket view page: - Display of data has been streamlined a little bit - An option has been added to the "Basket group" dropdown for adding a new group - Markup has been corrected for validity and consistency Signed-off-by: Katrin Fischer 1) Basket group page The blue is gone and the new buttons are much better readable than before. 2) Basket grouping page Works. 3) Basket view page I like the new option to create a new group from here. Nice improvement to the workflow! I removed a spare 'td' from line 264. Signed-off-by: Paul Poulain (cherry picked from commit c1dbd7bbbfe42eef54277a7cc2795877d8b996a3) Signed-off-by: Chris Nighswonger commit 92c5d9ade46f369590d506dd8c1557837351e653 Author: Paul Poulain Date: Thu Dec 8 17:13:38 2011 +0100 Bug 6679: fix missing use strict The 3 files had use strict missing. The patch add the use strict and modify what's needed to work with it 4XX.pl also has some perlcritic fixes: Variable declared in conditional statement at line XXX, column 9. Declare variables outside of the condition. (Severity: 5) Signed-off-by: Chris Cormack (cherry picked from commit fe50ffb37f912e32b2f0291a11dd6139120f2ba0) Signed-off-by: Chris Nighswonger commit 8ff49436fa1ae4dba5d4cd09bc96d99e60309950 Author: Robin Sheat Date: Mon Oct 17 17:51:39 2011 +1300 Bug 7028 - updated the koha-conf.xml template Now it more closely matches the one that's distributed in /etc Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (not tested. I confirm the code is clean, and tests are not broken) (cherry picked from commit 038a2cf5d6cf8431af67fa3c4b28aaf3d513f6eb) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: cataloguing/value_builder/stocknumber.pl | 8 +- cataloguing/value_builder/unimarc_field_210c.pl | 11 +- cataloguing/value_builder/unimarc_field_4XX.pl | 26 +- debian/templates/koha-conf-site.xml.in | 132 ++++++++- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 112 ++++--- .../prog/en/modules/acqui/basketgroup.tt | 343 +++++++++----------- 6 files changed, 374 insertions(+), 258 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 9 16:01:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Dec 2011 15:01:43 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7316 created. v3.06.00-176-g4817356 Message-ID: This is an automated email from the git hooks/post-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_7316 has been created at 48173560ba583da4fe6d3f2ba2f071573b4b927e (commit) - Log ----------------------------------------------------------------- commit 48173560ba583da4fe6d3f2ba2f071573b4b927e Author: Fr?re S?bastien Marie Date: Sun Dec 4 18:14:09 2011 +0100 Bug 7316 - Missing escaping in search results Two parameters are now escaped in title (html element): - query_desc - limit_desc This is a security correction against XSS. Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 9 16:02:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Dec 2011 15:02:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-176-g4817356 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 48173560ba583da4fe6d3f2ba2f071573b4b927e (commit) from 3dc99300014ecb032bb4433fbd782f649ebe999d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/results.tt | 2 +- .../prog/en/modules/opac-results-grouped.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 9 16:10:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Dec 2011 15:10:53 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-93-ga94573f Message-ID: This is an automated email from the git hooks/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 a94573f58dba2a830502105323a53ae1359bcef7 (commit) from d9d9cdbad0c407c3a2acf2c2ba6a7c015465f88a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a94573f58dba2a830502105323a53ae1359bcef7 Author: Fr?re S?bastien Marie Date: Sun Dec 4 18:14:09 2011 +0100 Bug 7316 - Missing escaping in search results Two parameters are now escaped in title (html element): - query_desc - limit_desc This is a security correction against XSS. Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain (cherry picked from commit 48173560ba583da4fe6d3f2ba2f071573b4b927e) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/results.tt | 2 +- .../prog/en/modules/opac-results-grouped.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 9 16:28:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Dec 2011 15:28:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.4.x updated. v3.04.07-2-gfb1d1cd Message-ID: This is an automated email from the git hooks/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.4.x has been updated via fb1d1cdea1b8863b70532670944582b2c57b0cc0 (commit) from a636fb2e0d15610b30568ae0aa8742b4746a6c86 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fb1d1cdea1b8863b70532670944582b2c57b0cc0 Author: Fr?re S?bastien Marie Date: Sun Dec 4 18:14:09 2011 +0100 Bug 7316 - Missing escaping in search results Two parameters are now escaped in title (html element): - query_desc - limit_desc This is a security correction against XSS. Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain (cherry picked from commit 48173560ba583da4fe6d3f2ba2f071573b4b927e) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/results.tt | 2 +- .../prog/en/modules/opac-results-grouped.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 15:35:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 14:35:57 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7124 created. v3.06.00-177-ga98219d Message-ID: This is an automated email from the git hooks/post-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_7124 has been created at a98219dc34a61806f856482ec68bcf27912270b6 (commit) - Log ----------------------------------------------------------------- commit a98219dc34a61806f856482ec68bcf27912270b6 Author: Owen Leonard Date: Fri Nov 11 09:00:27 2011 -0500 Fix for Bug 7124 - back to search wrapping in lower resolutions Maybe not a complete fix, but hopefully an improvement. I couldn't prevent it from wrapping at smaller browser widths, but I was able to change the style so that when it does wrap it's a little more readable. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 15:36:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 14:36:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-177-ga98219d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via a98219dc34a61806f856482ec68bcf27912270b6 (commit) from 48173560ba583da4fe6d3f2ba2f071573b4b927e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/css/opac.css | 35 +++++++++++--------- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 8 ++-- 2 files changed, 23 insertions(+), 20 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 15:50:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 14:50:57 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7159 created. v3.06.00-178-g4fad65c Message-ID: This is an automated email from the git hooks/post-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_7159 has been created at 4fad65cc269b049043da2841b491b3c0132ff0e6 (commit) - Log ----------------------------------------------------------------- commit 4fad65cc269b049043da2841b491b3c0132ff0e6 Author: Liz Rea Date: Fri Nov 4 14:37:11 2011 -0500 Bug 7159 - Add branchcode to circulation.pl search (take two, revising with Owen's suggestion) I know there's talk of getting rid of this patron search method, but I had a request for this and so here it is. To test: verify that branchcode is displayed on patron search results from circulation.pl. Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 16:35:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 15:35:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7198 created. v3.06.00-179-g18e06ec Message-ID: This is an automated email from the git hooks/post-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_7198 has been created at 18e06ecf0bfeeefd08575d0512891bea52bc1bde (commit) - Log ----------------------------------------------------------------- commit 18e06ecf0bfeeefd08575d0512891bea52bc1bde Author: Galen Charlton Date: Tue Nov 8 20:44:25 2011 -0500 bug 7198: show patron name in overdue list even if name column is null If the surname or firstname of a patron is NULL, the MySQL concat() function (properly) returns NULL, leading to the patron name not displaying in the overdue report. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 16:35:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 15:35:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-179-g18e06ec Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 18e06ecf0bfeeefd08575d0512891bea52bc1bde (commit) via 4fad65cc269b049043da2841b491b3c0132ff0e6 (commit) from a98219dc34a61806f856482ec68bcf27912270b6 (commit) Those revisions listed 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 | 2 +- circ/overdue.pl | 17 ++++++++++------- .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 17:36:31 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 16:36:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7215 created. v3.06.00-180-gb255d09 Message-ID: This is an automated email from the git hooks/post-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_7215 has been created at b255d091fdbfecf1dd82475052ad966546a76e7f (commit) - Log ----------------------------------------------------------------- commit b255d091fdbfecf1dd82475052ad966546a76e7f Author: Brendan Date: Fri Nov 11 09:25:15 2011 -0800 Bug 7215 - changed callnumber PRESET field to itemcallnumber Fixes problem with creating new labels - before it populated with callnumber and not itemcallnumber Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 17:36:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 16:36:39 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-180-gb255d09 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via b255d091fdbfecf1dd82475052ad966546a76e7f (commit) from 18e06ecf0bfeeefd08575d0512891bea52bc1bde (commit) Those revisions listed 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/Creators/Layout.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 17:42:21 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 16:42:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7336 created. v3.06.00-181-g1fb0351 Message-ID: This is an automated email from the git hooks/post-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_7336 has been created at 1fb0351979637626a8b2310209edf851689f8342 (commit) - Log ----------------------------------------------------------------- commit 1fb0351979637626a8b2310209edf851689f8342 Author: Owen Leonard Date: Thu Dec 8 11:10:20 2011 -0500 Bug 7336 - memberentry.pl generates an error in the log Adding check for the existence of a variable in order to quiet errors in the log. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 17:42:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 16:42:29 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-181-g1fb0351 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 1fb0351979637626a8b2310209edf851689f8342 (commit) from b255d091fdbfecf1dd82475052ad966546a76e7f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: members/memberentry.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 17:46:09 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 16:46:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7082 created. v3.06.00-182-g57800f2 Message-ID: This is an automated email from the git hooks/post-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_7082 has been created at 57800f2af22e496ecc113672c64de0b25c497bbf (commit) - Log ----------------------------------------------------------------- commit 57800f2af22e496ecc113672c64de0b25c497bbf Author: Katrin Fischer Date: Mon Oct 24 16:09:35 2011 +0200 Bug 7082: Template improvements for better translatability Problem: /cgi-bin/koha/admin/aqbudgets.pl This gets broken into 2 strings for translation which makes it very hard for translators to make sense of it. Patch removes the line break. Signed-off-by: Magnus Enger This patch removes the linebreak and has no ill effects that I can see, even on a small screen. I'll attach before and after screenshots in Bugzilla. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 12 17:46:17 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Dec 2011 16:46:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-182-g57800f2 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 57800f2af22e496ecc113672c64de0b25c497bbf (commit) from 1fb0351979637626a8b2310209edf851689f8342 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/aqbudgets.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 14:26:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 13:26:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7215 updated. v3.06.00-181-g9c66c42 Message-ID: This is an automated email from the git hooks/post-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_7215 has been updated via 9c66c427642b9b8add00c389e0c33ddc3ecac622 (commit) from b255d091fdbfecf1dd82475052ad966546a76e7f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9c66c427642b9b8add00c389e0c33ddc3ecac622 Author: Chris Cormack Date: Tue Dec 13 21:18:37 2011 +1300 Bug 7215 : The Module changed, but the tests weren't updated to reflect that Updating the test Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Labels/t_Layout.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 14:43:59 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 13:43:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7245 created. v3.06.00-186-g53141e7 Message-ID: This is an automated email from the git hooks/post-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_7245 has been created at 53141e7f4966fa3f134442087cdf835b261f476a (commit) - Log ----------------------------------------------------------------- commit 53141e7f4966fa3f134442087cdf835b261f476a Author: Paul Poulain Date: Tue Dec 13 14:43:41 2011 +0100 welcome Fabio, you're 165th ! commit a5241093b3cfd564f69b26a76b52ef04eaa5719e Author: Fr?d?ric Demians Date: Sun Nov 20 13:13:28 2011 +0100 Bug 7245 Tables population with mandatory data for italian installation Formatted patch from Fabio Tiana While installing italian and UNIMARC version of Koha via web installer, two errors occur: ERROR 1136 (21S01) and ERROR 1064 (42000). Some tables can't be populated with mandatory data. Errors are related to files sample_itemtypes.sql and unimarc_framework.sql (/usr/share/koha/intranet/cgi-bin/installer/data/mysql/it-IT/ and subdirectories). Signed-off-by: koha Signed-off-by: Paul Poulain commit a0936f1754526ba93f3e1f0204e2b22aa8a4058f Merge: 57800f2 9c66c42 Author: Paul Poulain Date: Tue Dec 13 14:29:04 2011 +0100 Merge remote-tracking branch 'origin/new/bug_7215' ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 15:13:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 14:13:10 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6663 created. v3.06.00-187-g806fac6 Message-ID: This is an automated email from the git hooks/post-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_6663 has been created at 806fac60f466b79d9c60023df4425b134040bfdc (commit) - Log ----------------------------------------------------------------- commit 806fac60f466b79d9c60023df4425b134040bfdc Author: Christophe Croullebois Date: Fri Dec 2 16:03:19 2011 +0100 Bug 6663: Features for holidays.pl with datepicker Allow to select a range between 2 dates and in one "submit" creates holidays only on these days. I have added also Holidays repeated yearly on a range. On suggestions I have added a datepicker for "To Date". Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 15:30:31 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 14:30:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-97-g8a6fdae Message-ID: This is an automated email from the git hooks/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 8a6fdae8657dffe78e7841f20b0ae00e7ac1a7b3 (commit) via fbe94b03147dcb79010a29d86936473f5576721c (commit) via 3af67c1df41805467e05aa3abbb4caed3a748eb2 (commit) via 43733e7e642b4347d21ee7758b8affabedc64fe7 (commit) from a94573f58dba2a830502105323a53ae1359bcef7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8a6fdae8657dffe78e7841f20b0ae00e7ac1a7b3 Author: Katrin Fischer Date: Mon Oct 24 16:09:35 2011 +0200 Bug 7082: Template improvements for better translatability Problem: /cgi-bin/koha/admin/aqbudgets.pl This gets broken into 2 strings for translation which makes it very hard for translators to make sense of it. Patch removes the line break. Signed-off-by: Magnus Enger This patch removes the linebreak and has no ill effects that I can see, even on a small screen. I'll attach before and after screenshots in Bugzilla. Signed-off-by: Paul Poulain (cherry picked from commit 57800f2af22e496ecc113672c64de0b25c497bbf) Signed-off-by: Chris Nighswonger commit fbe94b03147dcb79010a29d86936473f5576721c Author: Galen Charlton Date: Tue Nov 8 20:44:25 2011 -0500 bug 7198: show patron name in overdue list even if name column is null If the surname or firstname of a patron is NULL, the MySQL concat() function (properly) returns NULL, leading to the patron name not displaying in the overdue report. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 18e06ecf0bfeeefd08575d0512891bea52bc1bde) Signed-off-by: Chris Nighswonger commit 3af67c1df41805467e05aa3abbb4caed3a748eb2 Author: Liz Rea Date: Fri Nov 4 14:37:11 2011 -0500 Bug 7159 - Add branchcode to circulation.pl search (take two, revising with Owen's suggestion) I know there's talk of getting rid of this patron search method, but I had a request for this and so here it is. To test: verify that branchcode is displayed on patron search results from circulation.pl. Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain (cherry picked from commit 4fad65cc269b049043da2841b491b3c0132ff0e6) Signed-off-by: Chris Nighswonger commit 43733e7e642b4347d21ee7758b8affabedc64fe7 Author: Owen Leonard Date: Fri Nov 11 09:00:27 2011 -0500 Fix for Bug 7124 - back to search wrapping in lower resolutions Maybe not a complete fix, but hopefully an improvement. I couldn't prevent it from wrapping at smaller browser widths, but I was able to change the style so that when it does wrap it's a little more readable. Signed-off-by: Paul Poulain (cherry picked from commit a98219dc34a61806f856482ec68bcf27912270b6) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 2 +- circ/overdue.pl | 17 ++++++---- .../prog/en/modules/admin/aqbudgets.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 35 +++++++++++--------- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 8 ++-- 6 files changed, 36 insertions(+), 30 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 15:34:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 14:34:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-187-g806fac6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 806fac60f466b79d9c60023df4425b134040bfdc (commit) via 53141e7f4966fa3f134442087cdf835b261f476a (commit) via a5241093b3cfd564f69b26a76b52ef04eaa5719e (commit) via a0936f1754526ba93f3e1f0204e2b22aa8a4058f (commit) via 9c66c427642b9b8add00c389e0c33ddc3ecac622 (commit) from 57800f2af22e496ecc113672c64de0b25c497bbf (commit) Those revisions listed 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: docs/history.txt | 1 + .../unimarc/necessari/unimarc_framework.sql | 24 +++--- .../mysql/it-IT/necessari/sample_itemtypes.sql | 18 ++-- .../intranet-tmpl/prog/en/css/staff-global.css | 2 + .../prog/en/modules/tools/holidays.tt | 27 +++++- t/db_dependent/Labels/t_Layout.t | 2 +- tools/holidays.pl | 1 + tools/newHolidays.pl | 98 ++++++++++++++++--- 8 files changed, 134 insertions(+), 39 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 15:40:07 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 14:40:07 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6716 created. v3.06.00-193-gc30f0e8 Message-ID: This is an automated email from the git hooks/post-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_6716 has been created at c30f0e8e89a1299d3390a633c5a9baea8054592e (commit) - Log ----------------------------------------------------------------- commit c30f0e8e89a1299d3390a633c5a9baea8054592e Author: Nicole C. Engard Date: Thu Oct 20 06:47:54 2011 -0400 Bug 6716 Update biblio & deletedbiblio tables The comments on the biblio and deletedbiblio table didn't mention the MARC21 subfields. This patch adds that documentation in. Signed-off-by: Katrin Fischer commit 3aa00f63131fdccba4bb57870bc86c93329d5050 Author: Nicole C. Engard Date: Mon Oct 10 06:50:23 2011 -0400 Bug 6716 : Categories table This patch documents the patron categories table in Koha. There are a couple fields marked unused and a couple that aren't documented because I wasn't sure: * dateofbirthrequired * bulk Signed-off-by: Katrin Fischer commit 66b5175aa5b38fd793db64f725fa927bc113e8c4 Author: Nicole C. Engard Date: Sun Oct 2 10:04:37 2011 -0400 Bug 6716: Document biblioitems and deletedbiblioitems This patch documents the biblioitems and the deletedbiblioitems tables. There are many fields left undocumented because I didn't see information in them, but this is enough of a start to be helpful to those writing reports. Signed-off-by: Katrin Fischer commit c9441f48955360829ef7f8e97a54afa7aa31fc5b Author: Nicole C. Engard Date: Sun Oct 2 02:16:44 2011 -0400 Bug 6716 Document deleteditems table This patch documents the deleted items table. Some fields were left undocumented because I was unsure of what data was stored there: stack - might be linked to shelving number, but need confirmation paidfor - pretty sure this is unused, but don't want to document it that way Signed-off-by: Katrin Fischer commit 12031f5b8cfc9e294f121135a7eb83449f1c2b63 Author: Nicole C. Engard Date: Sun Oct 2 02:11:06 2011 -0400 Bug 6716 - Document Items Table This patch documents the items table. Some fields were left undocumented because I was unsure of what data was stored there: stack - might be linked to shelving number, but need confirmation paidfor - pretty sure this is unused, but don't want to document it that way Signed-off-by: Katrin Fischer commit 156f45fe2158ebfb8eeced2614a212f7bcb6aa7b Author: Nicole C. Engard Date: Wed Sep 28 06:19:33 2011 -0400 bug6716: documenting reserves and old_reserves tables This patch documents the reserves and the old_reserves table. Note that a few fields are marked unused: notificationdate and reminderdate. Also two fields are left undocumented: lowestPriority which never seems to be anything other than 0 and constrainttype which is either 'a' or 0, but there doesn't appear to be any explanation as to what each stands for. Signed-off-by: Katrin Fischer ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 15:58:17 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 14:58:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6803 created. v3.06.00-194-g5db3397 Message-ID: This is an automated email from the git hooks/post-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_6803 has been created at 5db33970410d5fb43bb1934513ec7d2741b18b3d (commit) - Log ----------------------------------------------------------------- commit 5db33970410d5fb43bb1934513ec7d2741b18b3d Author: Marcel de Rooy Date: Wed Oct 12 14:00:54 2011 +0200 Bug 6803: Replacing remote XSL include Replacing remote include by local one. This resolves possible connectivity issues (see Bugzilla comments). Should theoretically be safer and faster too. December 7, 2011: Rebased and included nbsp entity definition (bug 7141). Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 16:04:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 15:04:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-194-g5db3397 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5db33970410d5fb43bb1934513ec7d2741b18b3d (commit) via c30f0e8e89a1299d3390a633c5a9baea8054592e (commit) via 3aa00f63131fdccba4bb57870bc86c93329d5050 (commit) via 66b5175aa5b38fd793db64f725fa927bc113e8c4 (commit) via c9441f48955360829ef7f8e97a54afa7aa31fc5b (commit) via 12031f5b8cfc9e294f121135a7eb83449f1c2b63 (commit) via 156f45fe2158ebfb8eeced2614a212f7bcb6aa7b (commit) from 806fac60f466b79d9c60023df4425b134040bfdc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 326 ++++++++++---------- .../prog/en/xslt/MARC21slim2MODS3-1.xsl | 2 +- .../prog/en/xslt/MARC21slimUtils-MODS31.xsl | 190 ++++++++++++ 3 files changed, 354 insertions(+), 164 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils-MODS31.xsl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 16:20:23 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 15:20:23 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6917 created. v3.06.00-195-g9855b83 Message-ID: This is an automated email from the git hooks/post-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_6917 has been created at 9855b834b66bf4b3dc1edb36e1347997d5aded86 (commit) - Log ----------------------------------------------------------------- commit 9855b834b66bf4b3dc1edb36e1347997d5aded86 Author: Alex Arnaud Date: Mon Sep 26 12:21:58 2011 +0200 bug 6917 Dates filters doesn't work when they are not selected on row or column Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 16:23:35 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 15:23:35 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6865 created. v3.06.00-195-gda6c532 Message-ID: This is an automated email from the git hooks/post-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_6865 has been created at da6c532074adb20158658fab9515bc4af60e8a48 (commit) - Log ----------------------------------------------------------------- commit da6c532074adb20158658fab9515bc4af60e8a48 Author: Owen Leonard Date: Tue Sep 13 08:16:13 2011 -0400 Bug 6865 - Replace image-based gradient backgrounds with CSS3 gradients Replaces image-based gradients in: OPAC search bar OPAC submit buttons OPAC lists menu background OPAC alert and message boxes OPAC user menu tabs Staff client alert and message boxes Staff client side menu tabs Removes obsoleted background image files. Cross-browser background-gradients created using: http://www.colorzilla.com/gradient-editor/ Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 16:23:46 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 15:23:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-197-gb0e9423 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via b0e9423c2f94bfb9aac8b6b6d68fa2af38f5ef87 (commit) via 9855b834b66bf4b3dc1edb36e1347997d5aded86 (commit) via da6c532074adb20158658fab9515bc4af60e8a48 (commit) from 5db33970410d5fb43bb1934513ec7d2741b18b3d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b0e9423c2f94bfb9aac8b6b6d68fa2af38f5ef87 Merge: 9855b83 da6c532 Author: Paul Poulain Date: Tue Dec 13 16:23:38 2011 +0100 Merge remote-tracking branch 'origin/new/bug_6865' ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 68 ++++++++++--- koha-tmpl/intranet-tmpl/prog/img/alert-bg.gif | Bin 2255 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/bg-tab.png | Bin 115 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/button-bg.gif | Bin 582 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/dialog-bg.gif | Bin 1922 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/fade-butt.png | Bin 785 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/message-bg.gif | Bin 966 -> 0 bytes .../prog/img/side-tab-gradient-hover.gif | Bin 92 -> 0 bytes .../intranet-tmpl/prog/img/side-tab-gradient.gif | Bin 92 -> 0 bytes koha-tmpl/opac-tmpl/prog/en/css/opac.css | 105 +++++++++++++++----- koha-tmpl/opac-tmpl/prog/images/alert-bg.gif | Bin 2255 -> 0 bytes .../prog/images/listmenu-container-bg.gif | Bin 347 -> 0 bytes .../opac-tmpl/prog/images/menu-background.gif | Bin 3048 -> 0 bytes koha-tmpl/opac-tmpl/prog/images/message-bg.gif | Bin 966 -> 0 bytes .../prog/images/side-tab-gradient-hover.gif | Bin 92 -> 0 bytes .../opac-tmpl/prog/images/side-tab-gradient.gif | Bin 92 -> 0 bytes koha-tmpl/opac-tmpl/prog/images/submit-bg.gif | Bin 2899 -> 0 bytes reports/acquisitions_stats.pl | 8 +- 18 files changed, 138 insertions(+), 43 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/alert-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/bg-tab.png delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/button-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/dialog-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/fade-butt.png delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/message-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/side-tab-gradient-hover.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/side-tab-gradient.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/alert-bg.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/listmenu-container-bg.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/menu-background.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/message-bg.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/side-tab-gradient-hover.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/side-tab-gradient.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/submit-bg.gif hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 16:47:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 15:47:52 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6935 created. v3.06.00-198-g61102d1 Message-ID: This is an automated email from the git hooks/post-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_6935 has been created at 61102d16d13a704f27a776350aa6d5582344b7e3 (commit) - Log ----------------------------------------------------------------- commit 61102d16d13a704f27a776350aa6d5582344b7e3 Author: Katrin Fischer Date: Wed Nov 30 08:04:27 2011 +0100 Bug 6935: Correct XISBNDailyLimit for new installations This corrects the value of XISBNDailyLimit in the system preferences installation file to 999 instead of 499. The file was missed in an earlier update, so new installations have different values than older installations that were updated. Another patch with a database update is needed. Sending this patch first, until it's clear how database updates will work for 3.8. To test: 1) Recreate your database from scratch 2) Check your system preference XISBNDailyLimit shows 999 instead of 499, matching the description of the system preference. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 16:50:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 15:50:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7093 created. v3.06.00-199-g6e49747 Message-ID: This is an automated email from the git hooks/post-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_7093 has been created at 6e497471e3341788401f86a06347045aed018a2c (commit) - Log ----------------------------------------------------------------- commit 6e497471e3341788401f86a06347045aed018a2c Author: Ian Walls Date: Wed Dec 7 11:43:20 2011 -0500 Bug 7093: placeholds for suggestion table not working in notices In parseletter_sth, the suggestions table was defined twice. The first time (which is the only definition to get called, as it matches first then exists), defined the primary search keys as borrowernumber and biblionumber. This is incorrect; the only usage of the suggestions table tokens is with suggestionid as the key. This is defined further down the if/then chain. This patch removes the erroneous sth query definition. To test: 1. Place a suggestion with a patron account with a configured email you can access 2. Approve or reject it 3. Verify the message you receive contains suggestion tokens (like title, author and reason) Signed-off-by: Katrin Fischer Suggestion mails for accepted, rejected and ordered look good now. I couldn't test the suggestion mail AVAILABLE (bug 7096), but assuming this would work too. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 17:33:24 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 16:33:24 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7121 created. v3.06.00-200-ge65dc43 Message-ID: This is an automated email from the git hooks/post-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_7121 has been created at e65dc43af76b6e27481af8691c3ff4032245e4d2 (commit) - Log ----------------------------------------------------------------- commit e65dc43af76b6e27481af8691c3ff4032245e4d2 Author: Owen Leonard Date: Fri Nov 11 11:43:27 2011 -0500 Fix for Bug 7121 - remove comma on items info Because I can't just take out one comma, I reworked the way moredetail.pl fetches and outputs biblio data based on the way it does in detail.pl. This allows for simpler output in the template. In the process I've added subtitle information to the template. Revision adds line break for readability Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 17:51:24 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 16:51:24 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7123 created. v3.06.00-201-gfff3239 Message-ID: This is an automated email from the git hooks/post-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_7123 has been created at fff32393cf19fb5ef0a22979bb84a47fa27cc949 (commit) - Log ----------------------------------------------------------------- commit fff32393cf19fb5ef0a22979bb84a47fa27cc949 Author: Owen Leonard Date: Tue Nov 1 09:21:51 2011 -0400 Fix for Bug 7123 - barcode should be one word Other fixes thrown in for good measure: - Adding data to the results table to match output of returns - Better checking of error codes in the script to control output of error messages (don't show error box when there are no errors). - Move some errors/messages from the right column onto the top of the page to match Koha's established pattern. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 18:03:17 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 17:03:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7135 created. v3.06.00-202-gda916a3 Message-ID: This is an automated email from the git hooks/post-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_7135 has been created at da916a368c98e7f2599cf3a52126d53ee0ecfcd1 (commit) - Log ----------------------------------------------------------------- commit da916a368c98e7f2599cf3a52126d53ee0ecfcd1 Author: Owen Leonard Date: Thu Nov 3 14:54:39 2011 -0400 Fix for Bug 7135: Save button options This patch adds a jQuery plugin which will cause an element to remain "fixed" at the top of the screen if it would otherwise scroll up out of view. The license of this plugin is "This plugin is as free as fresh air. Feel free to use it anywhere.". Signed-off-by: Liz Rea I tested this on Chrome OSX saving works changing framework works scrolling works, obviously. tabbing through the records works z39 button works as expected Signed-off-by: Paul Poulain updated patch comment about licensing of the plugin ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 18:15:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 17:15:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7139 created. v3.06.00-203-g288c1a7 Message-ID: This is an automated email from the git hooks/post-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_7139 has been created at 288c1a768db4f578900de904ce39bc9a2f64378f (commit) - Log ----------------------------------------------------------------- commit 288c1a768db4f578900de904ce39bc9a2f64378f Author: Chris Cormack Date: Wed Nov 2 14:43:45 2011 +1300 Bug 7139 : Log addition and deletion of circulation messages Signed-off-by: Marcel de Rooy Changed the two action names into caps no-spaces. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 18:17:04 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 17:17:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-203-g288c1a7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 288c1a768db4f578900de904ce39bc9a2f64378f (commit) via da916a368c98e7f2599cf3a52126d53ee0ecfcd1 (commit) via fff32393cf19fb5ef0a22979bb84a47fa27cc949 (commit) via e65dc43af76b6e27481af8691c3ff4032245e4d2 (commit) via 6e497471e3341788401f86a06347045aed018a2c (commit) via 61102d16d13a704f27a776350aa6d5582344b7e3 (commit) from b0e9423c2f94bfb9aac8b6b6d68fa2af38f5ef87 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 1 - C4/Members.pm | 10 ++- catalogue/moredetail.pl | 30 ++++--- circ/branchtransfers.pl | 92 ++++++++++--------- installer/data/mysql/sysprefs.sql | 2 +- koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css | 5 + .../prog/en/lib/jquery/plugins/jquery.fixFloat.js | 67 ++++++++++++++ .../prog/en/modules/catalogue/moredetail.tt | 33 ++++--- .../prog/en/modules/cataloguing/addbiblio.tt | 2 + .../prog/en/modules/circ/branchtransfers.tt | 97 +++++++++++--------- 10 files changed, 220 insertions(+), 119 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.fixFloat.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 13 21:09:02 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Dec 2011 20:09:02 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-118-g3235e0a Message-ID: This is an automated email from the git hooks/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 3235e0a127ee15ca494cb841e2029b5251255d02 (commit) via e6e7757f98cc6d81d711b786be80d9be630ebd7b (commit) via f66250b7eefde80dd850f4426ded49aba1ab6c51 (commit) via dc50e463b7583d19180b37605aced56d57dcaf86 (commit) via 4de9ab33eb41267e8fcbcc97ba55df8b8095f139 (commit) via c49e42103cab56ae8e9d2c27ad7798aa18dd1785 (commit) via 41c5937615af5efcd0f49428570c482d51209eb4 (commit) via f901dc3a45c68bc7b4a106b7ac925d8d1e964a86 (commit) via 21c34e5712daa65e21d7c4cff2510f3538811bba (commit) via 6d241c8732534a2821f313a55e1f23dba9fb0366 (commit) via 189ccf555dfeae9f6ec278455fbc57a194cc757c (commit) via b87c3d08eb531eec8b4b87b09775c1a6ca45fbf6 (commit) via 9a1344c1354f911e305a395c7653844eaf2a8a68 (commit) via ebb653b27f64bd019ec975fcf36fea3aef29d34a (commit) via 4afb0d058be157ec9b25e3727edb67e2f57f6b74 (commit) via 354c953ab5f73de1bb9f67b12ef58e723bdef95e (commit) via c70c748d0356cdf864a7a86fb140f8dcee19d6e7 (commit) via 1b88fabf01c3e73e22586f591d16b84a7d42374b (commit) via 3a3bf0c0202e104d440783d761e0f60dbc4e1c90 (commit) via 5e57830a18aaa9849d0430698567a4dded7c1ebd (commit) via eb4d2a19d1617e3365282ef4f7de9c5f4bc6d973 (commit) from 8a6fdae8657dffe78e7841f20b0ae00e7ac1a7b3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3235e0a127ee15ca494cb841e2029b5251255d02 Author: Chris Nighswonger Date: Tue Dec 13 15:00:36 2011 -0500 Release Notes for 3.06.02.000 13 Dec 2011 20:00:36 Z commit e6e7757f98cc6d81d711b786be80d9be630ebd7b Author: Chris Cormack Date: Wed Nov 2 14:43:45 2011 +1300 Bug 7139 : Log addition and deletion of circulation messages Signed-off-by: Marcel de Rooy Changed the two action names into caps no-spaces. Signed-off-by: Paul Poulain (cherry picked from commit 288c1a768db4f578900de904ce39bc9a2f64378f) Signed-off-by: Chris Nighswonger commit f66250b7eefde80dd850f4426ded49aba1ab6c51 Author: Owen Leonard Date: Thu Nov 3 14:54:39 2011 -0400 Fix for Bug 7135: Save button options This patch adds a jQuery plugin which will cause an element to remain "fixed" at the top of the screen if it would otherwise scroll up out of view. The license of this plugin is "This plugin is as free as fresh air. Feel free to use it anywhere.". Signed-off-by: Liz Rea I tested this on Chrome OSX saving works changing framework works scrolling works, obviously. tabbing through the records works z39 button works as expected Signed-off-by: Paul Poulain updated patch comment about licensing of the plugin (cherry picked from commit da916a368c98e7f2599cf3a52126d53ee0ecfcd1) Signed-off-by: Chris Nighswonger commit dc50e463b7583d19180b37605aced56d57dcaf86 Author: Owen Leonard Date: Tue Nov 1 09:21:51 2011 -0400 Fix for Bug 7123 - barcode should be one word Other fixes thrown in for good measure: - Adding data to the results table to match output of returns - Better checking of error codes in the script to control output of error messages (don't show error box when there are no errors). - Move some errors/messages from the right column onto the top of the page to match Koha's established pattern. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit fff32393cf19fb5ef0a22979bb84a47fa27cc949) Signed-off-by: Chris Nighswonger commit 4de9ab33eb41267e8fcbcc97ba55df8b8095f139 Author: Owen Leonard Date: Fri Nov 11 11:43:27 2011 -0500 Fix for Bug 7121 - remove comma on items info Because I can't just take out one comma, I reworked the way moredetail.pl fetches and outputs biblio data based on the way it does in detail.pl. This allows for simpler output in the template. In the process I've added subtitle information to the template. Revision adds line break for readability Signed-off-by: Paul Poulain (cherry picked from commit e65dc43af76b6e27481af8691c3ff4032245e4d2) Signed-off-by: Chris Nighswonger commit c49e42103cab56ae8e9d2c27ad7798aa18dd1785 Author: Ian Walls Date: Wed Dec 7 11:43:20 2011 -0500 Bug 7093: placeholds for suggestion table not working in notices In parseletter_sth, the suggestions table was defined twice. The first time (which is the only definition to get called, as it matches first then exists), defined the primary search keys as borrowernumber and biblionumber. This is incorrect; the only usage of the suggestions table tokens is with suggestionid as the key. This is defined further down the if/then chain. This patch removes the erroneous sth query definition. To test: 1. Place a suggestion with a patron account with a configured email you can access 2. Approve or reject it 3. Verify the message you receive contains suggestion tokens (like title, author and reason) Signed-off-by: Katrin Fischer Suggestion mails for accepted, rejected and ordered look good now. I couldn't test the suggestion mail AVAILABLE (bug 7096), but assuming this would work too. Signed-off-by: Paul Poulain (cherry picked from commit 6e497471e3341788401f86a06347045aed018a2c) Signed-off-by: Chris Nighswonger commit 41c5937615af5efcd0f49428570c482d51209eb4 Author: Katrin Fischer Date: Wed Nov 30 08:04:27 2011 +0100 Bug 6935: Correct XISBNDailyLimit for new installations This corrects the value of XISBNDailyLimit in the system preferences installation file to 999 instead of 499. The file was missed in an earlier update, so new installations have different values than older installations that were updated. Another patch with a database update is needed. Sending this patch first, until it's clear how database updates will work for 3.8. To test: 1) Recreate your database from scratch 2) Check your system preference XISBNDailyLimit shows 999 instead of 499, matching the description of the system preference. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 61102d16d13a704f27a776350aa6d5582344b7e3) Signed-off-by: Chris Nighswonger commit f901dc3a45c68bc7b4a106b7ac925d8d1e964a86 Author: Alex Arnaud Date: Mon Sep 26 12:21:58 2011 +0200 bug 6917 Dates filters doesn't work when they are not selected on row or column Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 9855b834b66bf4b3dc1edb36e1347997d5aded86) Signed-off-by: Chris Nighswonger commit 21c34e5712daa65e21d7c4cff2510f3538811bba Author: Owen Leonard Date: Tue Sep 13 08:16:13 2011 -0400 Bug 6865 - Replace image-based gradient backgrounds with CSS3 gradients Replaces image-based gradients in: OPAC search bar OPAC submit buttons OPAC lists menu background OPAC alert and message boxes OPAC user menu tabs Staff client alert and message boxes Staff client side menu tabs Removes obsoleted background image files. Cross-browser background-gradients created using: http://www.colorzilla.com/gradient-editor/ Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit da6c532074adb20158658fab9515bc4af60e8a48) Signed-off-by: Chris Nighswonger commit 6d241c8732534a2821f313a55e1f23dba9fb0366 Author: Marcel de Rooy Date: Wed Oct 12 14:00:54 2011 +0200 Bug 6803: Replacing remote XSL include Replacing remote include by local one. This resolves possible connectivity issues (see Bugzilla comments). Should theoretically be safer and faster too. December 7, 2011: Rebased and included nbsp entity definition (bug 7141). Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 5db33970410d5fb43bb1934513ec7d2741b18b3d) Signed-off-by: Chris Nighswonger commit 189ccf555dfeae9f6ec278455fbc57a194cc757c Author: Nicole C. Engard Date: Thu Oct 20 06:47:54 2011 -0400 Bug 6716 Update biblio & deletedbiblio tables The comments on the biblio and deletedbiblio table didn't mention the MARC21 subfields. This patch adds that documentation in. Signed-off-by: Katrin Fischer (cherry picked from commit c30f0e8e89a1299d3390a633c5a9baea8054592e) Signed-off-by: Chris Nighswonger commit b87c3d08eb531eec8b4b87b09775c1a6ca45fbf6 Author: Nicole C. Engard Date: Mon Oct 10 06:50:23 2011 -0400 Bug 6716 : Categories table This patch documents the patron categories table in Koha. There are a couple fields marked unused and a couple that aren't documented because I wasn't sure: * dateofbirthrequired * bulk Signed-off-by: Katrin Fischer (cherry picked from commit 3aa00f63131fdccba4bb57870bc86c93329d5050) Signed-off-by: Chris Nighswonger commit 9a1344c1354f911e305a395c7653844eaf2a8a68 Author: Nicole C. Engard Date: Sun Oct 2 10:04:37 2011 -0400 Bug 6716: Document biblioitems and deletedbiblioitems This patch documents the biblioitems and the deletedbiblioitems tables. There are many fields left undocumented because I didn't see information in them, but this is enough of a start to be helpful to those writing reports. Signed-off-by: Katrin Fischer (cherry picked from commit 66b5175aa5b38fd793db64f725fa927bc113e8c4) Signed-off-by: Chris Nighswonger commit ebb653b27f64bd019ec975fcf36fea3aef29d34a Author: Nicole C. Engard Date: Sun Oct 2 02:16:44 2011 -0400 Bug 6716 Document deleteditems table This patch documents the deleted items table. Some fields were left undocumented because I was unsure of what data was stored there: stack - might be linked to shelving number, but need confirmation paidfor - pretty sure this is unused, but don't want to document it that way Signed-off-by: Katrin Fischer (cherry picked from commit c9441f48955360829ef7f8e97a54afa7aa31fc5b) Signed-off-by: Chris Nighswonger commit 4afb0d058be157ec9b25e3727edb67e2f57f6b74 Author: Nicole C. Engard Date: Sun Oct 2 02:11:06 2011 -0400 Bug 6716 - Document Items Table This patch documents the items table. Some fields were left undocumented because I was unsure of what data was stored there: stack - might be linked to shelving number, but need confirmation paidfor - pretty sure this is unused, but don't want to document it that way Signed-off-by: Katrin Fischer (cherry picked from commit 12031f5b8cfc9e294f121135a7eb83449f1c2b63) Signed-off-by: Chris Nighswonger commit 354c953ab5f73de1bb9f67b12ef58e723bdef95e Author: Nicole C. Engard Date: Wed Sep 28 06:19:33 2011 -0400 bug6716: documenting reserves and old_reserves tables This patch documents the reserves and the old_reserves table. Note that a few fields are marked unused: notificationdate and reminderdate. Also two fields are left undocumented: lowestPriority which never seems to be anything other than 0 and constrainttype which is either 'a' or 0, but there doesn't appear to be any explanation as to what each stands for. Signed-off-by: Katrin Fischer (cherry picked from commit 156f45fe2158ebfb8eeced2614a212f7bcb6aa7b) Signed-off-by: Chris Nighswonger commit c70c748d0356cdf864a7a86fb140f8dcee19d6e7 Author: Christophe Croullebois Date: Fri Dec 2 16:03:19 2011 +0100 Bug 6663: Features for holidays.pl with datepicker Allow to select a range between 2 dates and in one "submit" creates holidays only on these days. I have added also Holidays repeated yearly on a range. On suggestions I have added a datepicker for "To Date". Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain (cherry picked from commit 806fac60f466b79d9c60023df4425b134040bfdc) Signed-off-by: Chris Nighswonger commit 1b88fabf01c3e73e22586f591d16b84a7d42374b Author: Paul Poulain Date: Tue Dec 13 14:43:41 2011 +0100 welcome Fabio, you're 165th ! Signed-off-by: Chris Nighswonger commit 3a3bf0c0202e104d440783d761e0f60dbc4e1c90 Author: Fr?d?ric Demians Date: Sun Nov 20 13:13:28 2011 +0100 Bug 7245 Tables population with mandatory data for italian installation Formatted patch from Fabio Tiana While installing italian and UNIMARC version of Koha via web installer, two errors occur: ERROR 1136 (21S01) and ERROR 1064 (42000). Some tables can't be populated with mandatory data. Errors are related to files sample_itemtypes.sql and unimarc_framework.sql (/usr/share/koha/intranet/cgi-bin/installer/data/mysql/it-IT/ and subdirectories). Signed-off-by: koha Signed-off-by: Paul Poulain (cherry picked from commit a5241093b3cfd564f69b26a76b52ef04eaa5719e) Signed-off-by: Chris Nighswonger commit 5e57830a18aaa9849d0430698567a4dded7c1ebd Author: Chris Cormack Date: Tue Dec 13 21:18:37 2011 +1300 Bug 7215 : The Module changed, but the tests weren't updated to reflect that Updating the test Signed-off-by: Paul Poulain (cherry picked from commit 9c66c427642b9b8add00c389e0c33ddc3ecac622) Signed-off-by: Chris Nighswonger commit eb4d2a19d1617e3365282ef4f7de9c5f4bc6d973 Author: Brendan Date: Fri Nov 11 09:25:15 2011 -0800 Bug 7215 - changed callnumber PRESET field to itemcallnumber Fixes problem with creating new labels - before it populated with callnumber and not itemcallnumber Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain (cherry picked from commit b255d091fdbfecf1dd82475052ad966546a76e7f) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Creators/Layout.pm | 2 +- C4/Letters.pm | 1 - C4/Members.pm | 10 +- catalogue/moredetail.pl | 30 +- circ/branchtransfers.pl | 92 +++--- docs/history.txt | 3 +- .../unimarc/necessari/unimarc_framework.sql | 24 +- .../mysql/it-IT/necessari/sample_itemtypes.sql | 18 +- installer/data/mysql/kohastructure.sql | 326 ++++++++++---------- installer/data/mysql/sysprefs.sql | 2 +- koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css | 5 + .../intranet-tmpl/prog/en/css/staff-global.css | 70 ++++- .../prog/en/lib/jquery/plugins/jquery.fixFloat.js | 67 ++++ .../prog/en/modules/catalogue/moredetail.tt | 33 +- .../prog/en/modules/cataloguing/addbiblio.tt | 2 + .../prog/en/modules/circ/branchtransfers.tt | 97 ++++--- .../prog/en/modules/tools/holidays.tt | 27 ++- .../prog/en/xslt/MARC21slim2MODS3-1.xsl | 2 +- .../prog/en/xslt/MARC21slimUtils-MODS31.xsl | 190 ++++++++++++ koha-tmpl/intranet-tmpl/prog/img/alert-bg.gif | Bin 2255 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/bg-tab.png | Bin 115 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/button-bg.gif | Bin 582 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/dialog-bg.gif | Bin 1922 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/fade-butt.png | Bin 785 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/message-bg.gif | Bin 966 -> 0 bytes .../prog/img/side-tab-gradient-hover.gif | Bin 92 -> 0 bytes .../intranet-tmpl/prog/img/side-tab-gradient.gif | Bin 92 -> 0 bytes koha-tmpl/opac-tmpl/prog/en/css/opac.css | 105 +++++-- koha-tmpl/opac-tmpl/prog/images/alert-bg.gif | Bin 2255 -> 0 bytes .../prog/images/listmenu-container-bg.gif | Bin 347 -> 0 bytes .../opac-tmpl/prog/images/menu-background.gif | Bin 3048 -> 0 bytes koha-tmpl/opac-tmpl/prog/images/message-bg.gif | Bin 966 -> 0 bytes .../prog/images/side-tab-gradient-hover.gif | Bin 92 -> 0 bytes .../opac-tmpl/prog/images/side-tab-gradient.gif | Bin 92 -> 0 bytes koha-tmpl/opac-tmpl/prog/images/submit-bg.gif | Bin 2899 -> 0 bytes misc/release_notes/release_notes_3_6_2.txt | 48 ++- reports/acquisitions_stats.pl | 8 +- t/db_dependent/Labels/t_Layout.t | 2 +- tools/holidays.pl | 1 + tools/newHolidays.pl | 98 +++++- 40 files changed, 881 insertions(+), 382 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.fixFloat.js create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils-MODS31.xsl delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/alert-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/bg-tab.png delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/button-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/dialog-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/fade-butt.png delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/message-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/side-tab-gradient-hover.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/side-tab-gradient.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/alert-bg.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/listmenu-container-bg.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/menu-background.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/message-bg.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/side-tab-gradient-hover.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/side-tab-gradient.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/submit-bg.gif hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 14:28:24 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 13:28:24 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7143 created. v3.06.00-205-g04f8dfe Message-ID: This is an automated email from the git hooks/post-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_7143 has been created at 04f8dfec9b7de782d206f61650160b2113e12ccd (commit) - Log ----------------------------------------------------------------- commit 04f8dfec9b7de782d206f61650160b2113e12ccd Author: Brendan Date: Wed Nov 2 03:04:58 2011 -0700 Bug 7143: Follow up patch for Updating about.tt I had a typo where I put Ian Walls as Release Manager - I have fixed to QA. Signed-off-by: Katrin Fischer I put in another missing space for Colin Campbell. Signed-off-by: Paul Poulain commit c3494eaaed4cdb45d7b9f80251fa096a57af143b Author: Brendan Date: Wed Nov 2 02:59:41 2011 -0700 Bug 7143: Updating About.tt for Ian Walls, Chris Nighswonger and Paul Poulain Signed-off-by: Katrin Fischer ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 14:41:16 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 13:41:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7160 created. v3.06.00-206-gafd2098 Message-ID: This is an automated email from the git hooks/post-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_7160 has been created at afd2098f3c82812af7ab7366035e18b953662dab (commit) - Log ----------------------------------------------------------------- commit afd2098f3c82812af7ab7366035e18b953662dab Author: Ian Walls Date: Fri Nov 4 23:28:31 2011 -0400 Bug 7160: paying fines throws error The call to ReturnLostItem in C4/Accounts was not properly namespaced to come from C4::Circulation. That prefix is added to the call. To test: Pay a fine, and confirm the error disappears (and the fines is still paid) Signed-off-by: Brendan Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 14:49:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 13:49:36 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7164 created. v3.06.00-208-g898ab73 Message-ID: This is an automated email from the git hooks/post-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_7164 has been created at 898ab7318b419dc2322f8050bd572daf3d5e74d6 (commit) - Log ----------------------------------------------------------------- commit 898ab7318b419dc2322f8050bd572daf3d5e74d6 Author: Paul Poulain Date: Wed Dec 14 14:49:22 2011 +0100 Bug 7164 minor follow-up tab for Stephane Delaune, for display consistency commit 6bc414a3d418cd5255a178271207121f3cb9878a Author: Mason James Date: Sat Nov 5 23:28:48 2011 +1300 Bug 7164 - add Koha history timeline tab to 'About' page Includes follow up by Chris Cormack fixing formatting in docs/history.txt [MINOR EDIT] Added html filter to output for validity's sake Signed-off-by: Owen Leonard ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 15:36:09 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 14:36:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7164 updated. v3.06.00-210-g3f2fe18 Message-ID: This is an automated email from the git hooks/post-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_7164 has been updated via 3f2fe181af3d55af1f085aa379810b81a6c8ccbb (commit) via 82ed4696321df9b3f4e16b759b1e1a083a5c5e28 (commit) from 898ab7318b419dc2322f8050bd572daf3d5e74d6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3f2fe181af3d55af1f085aa379810b81a6c8ccbb Merge: 898ab73 82ed469 Author: Paul Poulain Date: Wed Dec 14 15:35:39 2011 +0100 Merge branch 'master' into new/bug_7164 commit 82ed4696321df9b3f4e16b759b1e1a083a5c5e28 Author: Paul Poulain Date: Wed Dec 14 15:10:28 2011 +0100 Bug 7164 follow-up history.txt and perlcritic compliance * in history.txt, added a tab for Stephane Delaune, for display consistency * fixed a small mistake in about.pl that was resulted in a perlcritic failure ----------------------------------------------------------------------- Summary of changes: about.pl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 15:38:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 14:38:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7197 created. v3.06.00-211-g373e495 Message-ID: This is an automated email from the git hooks/post-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_7197 has been created at 373e49576d023c24e1b649f0a5c2a2570f4bb80f (commit) - Log ----------------------------------------------------------------- commit 373e49576d023c24e1b649f0a5c2a2570f4bb80f Author: Robin Sheat Date: Wed Nov 23 18:39:25 2011 +1300 Bug 7197 - add a Spanish readme file to the packages Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain I don't speak spanish, so my signoff is just a technical view of the patch ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 15:48:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 14:48:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7202 created. v3.06.00-212-g7fd5098 Message-ID: This is an automated email from the git hooks/post-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_7202 has been created at 7fd5098b98007e3a25e6694a5b31ef0828ce4997 (commit) - Log ----------------------------------------------------------------- commit 7fd5098b98007e3a25e6694a5b31ef0828ce4997 Author: Owen Leonard Date: Fri Dec 2 15:14:58 2011 -0500 Bug 7202 - z39.50 search on bib edit not working The pop-up menu's "Import" link did not correctly pick up the existing record's biblionumber, if present. Signed-off-by: Katrin Fischer To test: 1) Searched for a record in your catalog 2) Edit > Edit record 3) Start Z39.50 search 4) Pick a new record with different title for import - using the import link at the end of the table line - using the pop up menu's import link 5) Save and check if a duplicate was created Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 15:54:31 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 14:54:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7135 updated. v3.06.00-203-gedd8e57 Message-ID: This is an automated email from the git hooks/post-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_7135 has been updated via edd8e5767d29bbbf28eb88591c00a2e419f4b14f (commit) from da916a368c98e7f2599cf3a52126d53ee0ecfcd1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit edd8e5767d29bbbf28eb88591c00a2e419f4b14f Author: Owen Leonard Date: Tue Dec 13 14:37:32 2011 -0500 Bug 7135 - in addbiblio, make save button floating to have it on always on screen Follow-up fix corrects z-index of toolbar so that "More" menu is not hidden behind it. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: .../prog/en/lib/jquery/plugins/jquery.fixFloat.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 16:21:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 15:21:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7227 created. v3.06.00-215-g8121f55 Message-ID: This is an automated email from the git hooks/post-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_7227 has been created at 8121f5581ff0f39a31302edace0fc2cf66d65e71 (commit) - Log ----------------------------------------------------------------- commit 8121f5581ff0f39a31302edace0fc2cf66d65e71 Author: Owen Leonard Date: Tue Nov 15 11:50:40 2011 -0500 Fix for Bug 7227, "Delete all items" action should redirect to the detail view Using the delete all items function should now redirect back to the biblio view specified in the BiblioDefaultView system preference. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain commit f9e4c6424aaf07c0e7480f6e6e463c787beeb15c Merge: 7fd5098 edd8e57 Author: Paul Poulain Date: Wed Dec 14 15:54:34 2011 +0100 Merge remote-tracking branch 'origin/new/bug_7135' ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 17:43:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 16:43:37 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7239 created. v3.06.00-216-g48f25fe Message-ID: This is an automated email from the git hooks/post-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_7239 has been created at 48f25fec431322d8ce47d62793985a5b498ab22a (commit) - Log ----------------------------------------------------------------- commit 48f25fec431322d8ce47d62793985a5b498ab22a Author: Chris Hall Date: Tue Dec 6 16:03:59 2011 +1300 bug 7239 fix to avoid error being thrown even though a record is created Signed-off-by: Katrin Fischer When creating an item in acquisitions while ordering and not filling out any fields, there is no longer shown a perl error message. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 17:56:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 16:56:11 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7262 created. v3.06.00-217-ga8f3860 Message-ID: This is an automated email from the git hooks/post-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_7262 has been created at a8f3860149cd6b61cc87cb1d4da147359e5b2e43 (commit) - Log ----------------------------------------------------------------- commit a8f3860149cd6b61cc87cb1d4da147359e5b2e43 Author: Juan Romay Sieira Date: Thu Nov 24 18:01:05 2011 +0100 Bug 7262 - No calendar present in holidays module when there are quotes in title or description Signed-off-by: Chris Cormack Nice patch, making use of the Template::Toolkit filters Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 17:56:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 16:56:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-217-ga8f3860 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via a8f3860149cd6b61cc87cb1d4da147359e5b2e43 (commit) via 48f25fec431322d8ce47d62793985a5b498ab22a (commit) via 8121f5581ff0f39a31302edace0fc2cf66d65e71 (commit) via f9e4c6424aaf07c0e7480f6e6e463c787beeb15c (commit) via edd8e5767d29bbbf28eb88591c00a2e419f4b14f (commit) via 7fd5098b98007e3a25e6694a5b31ef0828ce4997 (commit) via 373e49576d023c24e1b649f0a5c2a2570f4bb80f (commit) via 3f2fe181af3d55af1f085aa379810b81a6c8ccbb (commit) via 82ed4696321df9b3f4e16b759b1e1a083a5c5e28 (commit) via 898ab7318b419dc2322f8050bd572daf3d5e74d6 (commit) via 6bc414a3d418cd5255a178271207121f3cb9878a (commit) via afd2098f3c82812af7ab7366035e18b953662dab (commit) via 04f8dfec9b7de782d206f61650160b2113e12ccd (commit) via c3494eaaed4cdb45d7b9f80251fa096a57af143b (commit) from 288c1a768db4f578900de904ce39bc9a2f64378f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 2 +- C4/Biblio.pm | 2 +- about.pl | 41 +++++++++++++ cataloguing/additem.pl | 12 ++++- debian/docs/LEEME.Debian | 60 ++++++++++++++++++++ debian/koha-common.docs | 1 + docs/history.txt | 2 +- .../prog/en/lib/jquery/plugins/jquery.fixFloat.js | 7 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 53 +++++++++++++----- .../prog/en/modules/cataloguing/z3950_search.tt | 2 +- .../prog/en/modules/tools/holidays.tt | 8 +- 11 files changed, 164 insertions(+), 26 deletions(-) create mode 100644 debian/docs/LEEME.Debian create mode 100644 debian/koha-common.docs hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 18:03:55 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 17:03:55 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7270 created. v3.06.00-218-ga8ddf6a Message-ID: This is an automated email from the git hooks/post-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_7270 has been created at a8ddf6acaee4ce7661d8fd4e9027fca1e56de1ae (commit) - Log ----------------------------------------------------------------- commit a8ddf6acaee4ce7661d8fd4e9027fca1e56de1ae Author: Marcel de Rooy Date: Wed Nov 30 16:42:19 2011 +0100 Bug 7270: Removing double itemtype on shelve contents page when no icon is shown Just adding a check on imageurl in the template. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 18:08:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 17:08:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7275 created. v3.06.00-219-g9b9093d Message-ID: This is an automated email from the git hooks/post-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_7275 has been created at 9b9093d2256b18cc0b813894064e527fbc411998 (commit) - Log ----------------------------------------------------------------- commit 9b9093d2256b18cc0b813894064e527fbc411998 Author: Juan Romay Sieira Date: Tue Nov 29 10:17:26 2011 +0100 Bug 7275 - Pagination lost when click in the option "Show more" of facets column Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 18:11:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 17:11:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7287 created. v3.06.00-220-ga1e3174 Message-ID: This is an automated email from the git hooks/post-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_7287 has been created at a1e3174668181c06baea11161466a1f7bf3a84c4 (commit) - Log ----------------------------------------------------------------- commit a1e3174668181c06baea11161466a1f7bf3a84c4 Author: Sophie Meynieux Date: Fri Dec 2 10:04:25 2011 +0100 Bug 7287 : Fix overdue notification if a branch given as parameter does not have rules Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 18:18:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 17:18:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7309 created. v3.06.00-221-ge4c6f1f Message-ID: This is an automated email from the git hooks/post-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_7309 has been created at e4c6f1fc20f6d2f658fd5cf56da77708fd9a9c26 (commit) - Log ----------------------------------------------------------------- commit e4c6f1fc20f6d2f658fd5cf56da77708fd9a9c26 Author: Magnus Enger Date: Fri Dec 2 16:08:44 2011 +0000 Bug 7309 - Add NORMARCslim2intranetDetail.xsl for detail view in intranet Adds two files, to enable XSLT for the detail view in the intranet: koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslimUtils.xsl To test: - Set sysprefs: marcflavour = NORMARC and XSLTDetailsDisplay = "using XSLT stylesheet" - Make sure OPACBaseURL is set correctly - Check that detail display looks ok - Check that automatic links for author, subjects etc work - Check that the "Open in new window" link works as expected - Empty the OPACBaseURL syspref and check that "Open in new window" does not display Signed-off-by: Katrin Fischer Great test plan, could reproduce problem and can confirm patch fixes it. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 18:20:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 17:20:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-221-ge4c6f1f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via e4c6f1fc20f6d2f658fd5cf56da77708fd9a9c26 (commit) via a1e3174668181c06baea11161466a1f7bf3a84c4 (commit) via 9b9093d2256b18cc0b813894064e527fbc411998 (commit) via a8ddf6acaee4ce7661d8fd4e9027fca1e56de1ae (commit) from a8f3860149cd6b61cc87cb1d4da147359e5b2e43 (commit) Those revisions listed 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/includes/facets.inc | 2 +- .../prog/en/modules/catalogue/results.tt | 2 +- .../prog/en/modules/virtualshelves/shelves.tt | 2 +- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl} | 48 +++++++++++--------- .../prog/en/xslt/NORMARCslimUtils.xsl | 1 - .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- misc/cronjobs/overdue_notices.pl | 2 +- 7 files changed, 31 insertions(+), 28 deletions(-) copy koha-tmpl/{opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl => intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl} (90%) copy koha-tmpl/{opac-tmpl => intranet-tmpl}/prog/en/xslt/NORMARCslimUtils.xsl (99%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 14 18:58:09 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Dec 2011 17:58:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-136-g3d18ff4 Message-ID: This is an automated email from the git hooks/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 3d18ff446653ea9f18e43c80d8af6b8ef4ec1cf5 (commit) via 3b2c3edfb1a8d2ebd92ba40631de6958474d852a (commit) via 792945c9c30eb6aff9cde1cd417071660434c1cb (commit) via 1737da5bef05b73b5ad666a90bba56991e37d02d (commit) via e67d2f80d47bde7f112c5df9e55f1e52582eccaf (commit) via ce6512ada505bb19d7198a886b9df5d1ef0d0a1e (commit) via 1829f52f2e0c35348df565a61942df161b657a29 (commit) via cbca6d5fe699748a36f79b315e02a14573265198 (commit) via 34d8037d134c26c87d2f7ff8783cf711d6aa9afa (commit) via df5cfbcb376cf605c24c9dd97ddafd27eeaa989d (commit) via fdc0ad7b929033146bf0231f9b7edcea5a6c85ce (commit) via 26d5974b49de9a133aeeb832aabaf18e1775b0c4 (commit) via 27042032c03b3e89803b1551035125cec1492c0d (commit) via 766ee688f70a00d25e1b26d37f0be5b31b659707 (commit) via 80ef7efa4a097a03abd925ed34c6a4dddace1069 (commit) via 665133b10a5ac5ed0865eca2307bb4d2fd05f009 (commit) via beede5bf609f7fc9a68d3680b56b56ef86dc2207 (commit) via 432179b5cde2abe78f428e5997dc214311e3b97a (commit) from 3235e0a127ee15ca494cb841e2029b5251255d02 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3d18ff446653ea9f18e43c80d8af6b8ef4ec1cf5 Author: Chris Nighswonger Date: Wed Dec 14 12:57:42 2011 -0500 Release Notes for 3.06.02.000 14 Dec 2011 17:57:42 Z commit 3b2c3edfb1a8d2ebd92ba40631de6958474d852a Author: Chris Nighswonger Date: Wed Dec 14 12:57:13 2011 -0500 Followup on bug 7185 to correct Marcel de Rooy's name commit 792945c9c30eb6aff9cde1cd417071660434c1cb Author: Magnus Enger Date: Fri Dec 2 16:08:44 2011 +0000 Bug 7309 - Add NORMARCslim2intranetDetail.xsl for detail view in intranet Adds two files, to enable XSLT for the detail view in the intranet: koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslimUtils.xsl To test: - Set sysprefs: marcflavour = NORMARC and XSLTDetailsDisplay = "using XSLT stylesheet" - Make sure OPACBaseURL is set correctly - Check that detail display looks ok - Check that automatic links for author, subjects etc work - Check that the "Open in new window" link works as expected - Empty the OPACBaseURL syspref and check that "Open in new window" does not display Signed-off-by: Katrin Fischer Great test plan, could reproduce problem and can confirm patch fixes it. Signed-off-by: Paul Poulain (cherry picked from commit e4c6f1fc20f6d2f658fd5cf56da77708fd9a9c26) Signed-off-by: Chris Nighswonger commit 1737da5bef05b73b5ad666a90bba56991e37d02d Author: Sophie Meynieux Date: Fri Dec 2 10:04:25 2011 +0100 Bug 7287 : Fix overdue notification if a branch given as parameter does not have rules Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit a1e3174668181c06baea11161466a1f7bf3a84c4) Signed-off-by: Chris Nighswonger commit e67d2f80d47bde7f112c5df9e55f1e52582eccaf Author: Juan Romay Sieira Date: Tue Nov 29 10:17:26 2011 +0100 Bug 7275 - Pagination lost when click in the option "Show more" of facets column Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain (cherry picked from commit 9b9093d2256b18cc0b813894064e527fbc411998) Signed-off-by: Chris Nighswonger commit ce6512ada505bb19d7198a886b9df5d1ef0d0a1e Author: Marcel de Rooy Date: Wed Nov 30 16:42:19 2011 +0100 Bug 7270: Removing double itemtype on shelve contents page when no icon is shown Just adding a check on imageurl in the template. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit a8ddf6acaee4ce7661d8fd4e9027fca1e56de1ae) Signed-off-by: Chris Nighswonger commit 1829f52f2e0c35348df565a61942df161b657a29 Author: Juan Romay Sieira Date: Thu Nov 24 18:01:05 2011 +0100 Bug 7262 - No calendar present in holidays module when there are quotes in title or description Signed-off-by: Chris Cormack Nice patch, making use of the Template::Toolkit filters Signed-off-by: Paul Poulain (cherry picked from commit a8f3860149cd6b61cc87cb1d4da147359e5b2e43) Signed-off-by: Chris Nighswonger commit cbca6d5fe699748a36f79b315e02a14573265198 Author: Chris Hall Date: Tue Dec 6 16:03:59 2011 +1300 bug 7239 fix to avoid error being thrown even though a record is created Signed-off-by: Katrin Fischer When creating an item in acquisitions while ordering and not filling out any fields, there is no longer shown a perl error message. Signed-off-by: Paul Poulain (cherry picked from commit 48f25fec431322d8ce47d62793985a5b498ab22a) Signed-off-by: Chris Nighswonger commit 34d8037d134c26c87d2f7ff8783cf711d6aa9afa Author: Owen Leonard Date: Tue Nov 15 11:50:40 2011 -0500 Fix for Bug 7227, "Delete all items" action should redirect to the detail view Using the delete all items function should now redirect back to the biblio view specified in the BiblioDefaultView system preference. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit 8121f5581ff0f39a31302edace0fc2cf66d65e71) Signed-off-by: Chris Nighswonger commit df5cfbcb376cf605c24c9dd97ddafd27eeaa989d Author: Owen Leonard Date: Tue Dec 13 14:37:32 2011 -0500 Bug 7135 - in addbiblio, make save button floating to have it on always on screen Follow-up fix corrects z-index of toolbar so that "More" menu is not hidden behind it. Signed-off-by: Paul Poulain (cherry picked from commit edd8e5767d29bbbf28eb88591c00a2e419f4b14f) Signed-off-by: Chris Nighswonger commit fdc0ad7b929033146bf0231f9b7edcea5a6c85ce Author: Owen Leonard Date: Fri Dec 2 15:14:58 2011 -0500 Bug 7202 - z39.50 search on bib edit not working The pop-up menu's "Import" link did not correctly pick up the existing record's biblionumber, if present. Signed-off-by: Katrin Fischer To test: 1) Searched for a record in your catalog 2) Edit > Edit record 3) Start Z39.50 search 4) Pick a new record with different title for import - using the import link at the end of the table line - using the pop up menu's import link 5) Save and check if a duplicate was created Signed-off-by: Paul Poulain (cherry picked from commit 7fd5098b98007e3a25e6694a5b31ef0828ce4997) Signed-off-by: Chris Nighswonger commit 26d5974b49de9a133aeeb832aabaf18e1775b0c4 Author: Robin Sheat Date: Wed Nov 23 18:39:25 2011 +1300 Bug 7197 - add a Spanish readme file to the packages Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain I don't speak spanish, so my signoff is just a technical view of the patch (cherry picked from commit 373e49576d023c24e1b649f0a5c2a2570f4bb80f) Signed-off-by: Chris Nighswonger commit 27042032c03b3e89803b1551035125cec1492c0d Author: Paul Poulain Date: Wed Dec 14 15:10:28 2011 +0100 Bug 7164 follow-up history.txt and perlcritic compliance * in history.txt, added a tab for Stephane Delaune, for display consistency * fixed a small mistake in about.pl that was resulted in a perlcritic failure (cherry picked from commit 82ed4696321df9b3f4e16b759b1e1a083a5c5e28) Signed-off-by: Chris Nighswonger commit 766ee688f70a00d25e1b26d37f0be5b31b659707 Author: Paul Poulain Date: Wed Dec 14 14:49:22 2011 +0100 Bug 7164 minor follow-up tab for Stephane Delaune, for display consistency Signed-off-by: Chris Nighswonger commit 80ef7efa4a097a03abd925ed34c6a4dddace1069 Author: Mason James Date: Sat Nov 5 23:28:48 2011 +1300 Bug 7164 - add Koha history timeline tab to 'About' page Includes follow up by Chris Cormack fixing formatting in docs/history.txt [MINOR EDIT] Added html filter to output for validity's sake Signed-off-by: Owen Leonard (cherry picked from commit 6bc414a3d418cd5255a178271207121f3cb9878a) Signed-off-by: Chris Nighswonger commit 665133b10a5ac5ed0865eca2307bb4d2fd05f009 Author: Ian Walls Date: Fri Nov 4 23:28:31 2011 -0400 Bug 7160: paying fines throws error The call to ReturnLostItem in C4/Accounts was not properly namespaced to come from C4::Circulation. That prefix is added to the call. To test: Pay a fine, and confirm the error disappears (and the fines is still paid) Signed-off-by: Brendan Signed-off-by: Paul Poulain (cherry picked from commit afd2098f3c82812af7ab7366035e18b953662dab) Signed-off-by: Chris Nighswonger commit beede5bf609f7fc9a68d3680b56b56ef86dc2207 Author: Brendan Date: Wed Nov 2 03:04:58 2011 -0700 Bug 7143: Follow up patch for Updating about.tt I had a typo where I put Ian Walls as Release Manager - I have fixed to QA. Signed-off-by: Katrin Fischer I put in another missing space for Colin Campbell. Signed-off-by: Paul Poulain (cherry picked from commit 04f8dfec9b7de782d206f61650160b2113e12ccd) Signed-off-by: Chris Nighswonger commit 432179b5cde2abe78f428e5997dc214311e3b97a Author: Brendan Date: Wed Nov 2 02:59:41 2011 -0700 Bug 7143: Updating About.tt for Ian Walls, Chris Nighswonger and Paul Poulain Signed-off-by: Katrin Fischer (cherry picked from commit c3494eaaed4cdb45d7b9f80251fa096a57af143b) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 2 +- C4/Biblio.pm | 2 +- about.pl | 41 +++++++++++++ cataloguing/additem.pl | 12 ++++- debian/docs/LEEME.Debian | 60 ++++++++++++++++++++ debian/koha-common.docs | 1 + docs/history.txt | 2 +- .../intranet-tmpl/prog/en/includes/facets.inc | 2 +- .../prog/en/lib/jquery/plugins/jquery.fixFloat.js | 7 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 53 +++++++++++++----- .../prog/en/modules/catalogue/results.tt | 2 +- .../prog/en/modules/cataloguing/z3950_search.tt | 2 +- .../prog/en/modules/tools/holidays.tt | 8 +- .../prog/en/modules/virtualshelves/shelves.tt | 2 +- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl} | 48 +++++++++------- .../prog/en/xslt/NORMARCslimUtils.xsl | 1 - .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- misc/cronjobs/overdue_notices.pl | 2 +- misc/release_notes/release_notes_3_6_0.txt | 2 +- misc/release_notes/release_notes_3_6_1.txt | 2 +- misc/release_notes/release_notes_3_6_2.txt | 37 ++++++++---- misc/release_notes/release_notes_3_6_x.tmpl | 2 +- 22 files changed, 222 insertions(+), 70 deletions(-) create mode 100644 debian/docs/LEEME.Debian create mode 100644 debian/koha-common.docs copy koha-tmpl/{opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl => intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl} (90%) copy koha-tmpl/{opac-tmpl => intranet-tmpl}/prog/en/xslt/NORMARCslimUtils.xsl (99%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 13:42:17 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 12:42:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5327 updated. v3.06.00-154-gdfa4b73 Message-ID: This is an automated email from the git hooks/post-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_5327 has been updated via dfa4b73737ff32b10fd01fb53937b137d898c770 (commit) via 18bb9c22100ba810944a1341a891bc5b2e765255 (commit) via 47b514cf565f5eaccbefd256f24f82f38b5b4765 (commit) via bb79d37b8754114ec670b5806150b61340b99e7c (commit) via 7876d4fa8dcc67ec54448edb7c4cd9d454dcf52a (commit) from ffb544e8e4a202705c330f0026453cecebe08c71 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dfa4b73737ff32b10fd01fb53937b137d898c770 Author: Chris Hall Date: Thu Dec 8 09:34:36 2011 +1300 Added missing reference case to Boolean.t and corrected count http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer Test passes. Signed-off-by: Paul Poulain commit 18bb9c22100ba810944a1341a891bc5b2e765255 Author: Chris Hall Date: Fri Dec 9 11:04:19 2011 +1300 Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token Removed unneeded self=shift from unshift_token (as peek and next do not take a self, makes interface more consistent) http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer Signed-off-by: Paul Poulain commit 47b514cf565f5eaccbefd256f24f82f38b5b4765 Author: Duncan Tyler Date: Fri Dec 9 10:19:14 2011 +1300 Added unit tests for Scrubber http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer Test passes. Signed-off-by: Paul Poulain commit bb79d37b8754114ec670b5806150b61340b99e7c Author: Duncan Tyler Date: Fri Dec 9 08:52:34 2011 +1300 Added unit test for AuthoritiesMarc/UNIMARC.pm http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer Test passes. Signed-off-by: Paul Poulain commit 7876d4fa8dcc67ec54448edb7c4cd9d454dcf52a Author: Duncan Tyler Date: Thu Dec 8 14:38:28 2011 +1300 Added unit tests for Sip Checksum.pm http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer Test passes. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: C4/TTParser.pm | 1 - t/AuthoritiesMarc_UNIMARC.t | 4 +++- t/Boolean.t | 1 + t/SIP_Sip.t | 18 +++++++++++++++++- t/Scrubber.t | 24 +++++++++++++++++++++--- 5 files changed, 42 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 13:45:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 12:45:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-229-ge60e1cb Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via e60e1cba00ae406942ecdfb6975dd30242420480 (commit) via 4f0da07de61285216197f681330ee418ed14583c (commit) via dfa4b73737ff32b10fd01fb53937b137d898c770 (commit) via 18bb9c22100ba810944a1341a891bc5b2e765255 (commit) via 47b514cf565f5eaccbefd256f24f82f38b5b4765 (commit) via bb79d37b8754114ec670b5806150b61340b99e7c (commit) via 7876d4fa8dcc67ec54448edb7c4cd9d454dcf52a (commit) via 6dc234a0012609e8e2cfed07029a470881b13d83 (commit) from e4c6f1fc20f6d2f658fd5cf56da77708fd9a9c26 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e60e1cba00ae406942ecdfb6975dd30242420480 Author: Paul Poulain Date: Thu Dec 15 13:45:21 2011 +0100 welcome to Duncan Tyler, developer 166 ! commit 4f0da07de61285216197f681330ee418ed14583c Merge: 6dc234a dfa4b73 Author: Paul Poulain Date: Thu Dec 15 13:43:58 2011 +0100 Merge remote-tracking branch 'origin/new/bug_5327' commit 6dc234a0012609e8e2cfed07029a470881b13d83 Author: Marcel de Rooy Date: Thu Nov 17 13:07:59 2011 +0100 7185 Fixing typo in release notes Signed-off-by: Marcel de Rooy Trivial typo fix in text file. ----------------------------------------------------------------------- Summary of changes: C4/TTParser.pm | 1 - docs/history.txt | 1 + misc/release_notes/release_notes_3_6_0.txt | 2 +- t/AuthoritiesMarc_UNIMARC.t | 4 +++- t/Boolean.t | 1 + t/SIP_Sip.t | 18 +++++++++++++++++- t/Scrubber.t | 24 +++++++++++++++++++++--- 7 files changed, 44 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 13:51:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 12:51:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5327 updated. v3.06.00-228-g64a9c64 Message-ID: This is an automated email from the git hooks/post-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_5327 has been updated via 64a9c641003f865690956436e27d2a71d9044f1f (commit) via e12fca0eb8330adbe230c435a55e88696409bfbd (commit) via e4c6f1fc20f6d2f658fd5cf56da77708fd9a9c26 (commit) via a1e3174668181c06baea11161466a1f7bf3a84c4 (commit) via 9b9093d2256b18cc0b813894064e527fbc411998 (commit) via a8ddf6acaee4ce7661d8fd4e9027fca1e56de1ae (commit) via a8f3860149cd6b61cc87cb1d4da147359e5b2e43 (commit) via 48f25fec431322d8ce47d62793985a5b498ab22a (commit) via 8121f5581ff0f39a31302edace0fc2cf66d65e71 (commit) via f9e4c6424aaf07c0e7480f6e6e463c787beeb15c (commit) via edd8e5767d29bbbf28eb88591c00a2e419f4b14f (commit) via 7fd5098b98007e3a25e6694a5b31ef0828ce4997 (commit) via 373e49576d023c24e1b649f0a5c2a2570f4bb80f (commit) via 3f2fe181af3d55af1f085aa379810b81a6c8ccbb (commit) via 82ed4696321df9b3f4e16b759b1e1a083a5c5e28 (commit) via 898ab7318b419dc2322f8050bd572daf3d5e74d6 (commit) via 6bc414a3d418cd5255a178271207121f3cb9878a (commit) via afd2098f3c82812af7ab7366035e18b953662dab (commit) via 04f8dfec9b7de782d206f61650160b2113e12ccd (commit) via c3494eaaed4cdb45d7b9f80251fa096a57af143b (commit) via 288c1a768db4f578900de904ce39bc9a2f64378f (commit) via da916a368c98e7f2599cf3a52126d53ee0ecfcd1 (commit) via fff32393cf19fb5ef0a22979bb84a47fa27cc949 (commit) via e65dc43af76b6e27481af8691c3ff4032245e4d2 (commit) via 6e497471e3341788401f86a06347045aed018a2c (commit) via 61102d16d13a704f27a776350aa6d5582344b7e3 (commit) via b0e9423c2f94bfb9aac8b6b6d68fa2af38f5ef87 (commit) via 9855b834b66bf4b3dc1edb36e1347997d5aded86 (commit) via da6c532074adb20158658fab9515bc4af60e8a48 (commit) via 5db33970410d5fb43bb1934513ec7d2741b18b3d (commit) via c30f0e8e89a1299d3390a633c5a9baea8054592e (commit) via 3aa00f63131fdccba4bb57870bc86c93329d5050 (commit) via 66b5175aa5b38fd793db64f725fa927bc113e8c4 (commit) via c9441f48955360829ef7f8e97a54afa7aa31fc5b (commit) via 12031f5b8cfc9e294f121135a7eb83449f1c2b63 (commit) via 156f45fe2158ebfb8eeced2614a212f7bcb6aa7b (commit) via 806fac60f466b79d9c60023df4425b134040bfdc (commit) via 53141e7f4966fa3f134442087cdf835b261f476a (commit) via a5241093b3cfd564f69b26a76b52ef04eaa5719e (commit) via a0936f1754526ba93f3e1f0204e2b22aa8a4058f (commit) via 9c66c427642b9b8add00c389e0c33ddc3ecac622 (commit) via 57800f2af22e496ecc113672c64de0b25c497bbf (commit) via 1fb0351979637626a8b2310209edf851689f8342 (commit) via b255d091fdbfecf1dd82475052ad966546a76e7f (commit) via 18e06ecf0bfeeefd08575d0512891bea52bc1bde (commit) via 4fad65cc269b049043da2841b491b3c0132ff0e6 (commit) via a98219dc34a61806f856482ec68bcf27912270b6 (commit) via 48173560ba583da4fe6d3f2ba2f071573b4b927e (commit) via 3dc99300014ecb032bb4433fbd782f649ebe999d (commit) via fe50ffb37f912e32b2f0291a11dd6139120f2ba0 (commit) via 7e4e0d4300a6d15aa3b0d8625981f626344b79f0 (commit) via 038a2cf5d6cf8431af67fa3c4b28aaf3d513f6eb (commit) via c1dbd7bbbfe42eef54277a7cc2795877d8b996a3 (commit) via 8f0c10ef1bc09d820523fbaf528df45d72dfa782 (commit) via d3c02c6bb6bb544136aabc4b5d68db031f192b25 (commit) via 5d6f770c186470bbbbd0c670b27bce68b101a44e (commit) via 614cc4ca8db2fb7bf04fe3134bd9959bf15a0deb (commit) via 90ddf1b2544d26910e3354670ea4aab65eb9b8aa (commit) via d39262e61d972dfc6bf2fbe3f5d19969e352b34c (commit) via 484c1f6deaba6851d53ab52e41837a28471774e3 (commit) via ce599119321cd2c931cf55b0d20cb00f8f1ab5b2 (commit) via 7dbb966b49e31468b24b410e7563af8c98142031 (commit) via dc6e1031f8c2aa36e88ca39a70c5b7d9fd63065d (commit) via a047dea5e46338d3d664935451764fffe56e6d9e (commit) via b9d743a9281bfd6c853ffaa639577e1801f3b71b (commit) via 4a14e7dbe69db0517d1d333a644c4abeb0a42cb8 (commit) via c0234dd9b9649063acf2617fecf5c6efda38a532 (commit) via e615516952fc77f27f1dac02573879a61d9f1ed7 (commit) via e06f3ee0fa542c2ab511e8fd2e81680d4a675837 (commit) via 2e486be5920c0339c69e0a7eeaed6e4554b38565 (commit) via f21577986f8ff5da5fde88deaae2302a8b40dbe7 (commit) via b03cb0d545caf5cbbe5cab80a9fbb4154c56a508 (commit) via 39d401a0ce78393491ec248f2472249efe10cbed (commit) via 1c429d8f6302f7062e3539568ffaebb5592e29f1 (commit) from dfa4b73737ff32b10fd01fb53937b137d898c770 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 64a9c641003f865690956436e27d2a71d9044f1f Author: Chris Hall Date: Thu Dec 8 09:34:36 2011 +1300 Added missing reference case to Boolean.t and corrected count http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer Test passes. Signed-off-by: Paul Poulain commit e12fca0eb8330adbe230c435a55e88696409bfbd Merge: dfa4b73 e4c6f1f Author: Paul Poulain Date: Thu Dec 15 13:49:47 2011 +0100 Merge remote-tracking branch 'origin/master' into new/bug_5327 ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 2 +- C4/Biblio.pm | 2 +- C4/Creators/Layout.pm | 2 +- C4/Letters.pm | 1 - C4/Members.pm | 10 +- C4/Overdues.pm | 13 +- C4/Review.pm | 4 +- C4/Tags.pm | 19 ++ about.pl | 41 +++ catalogue/moredetail.pl | 30 +- catalogue/showmarc.pl | 2 +- cataloguing/addbiblio.pl | 8 +- cataloguing/additem.pl | 15 +- cataloguing/merge.pl | 2 +- cataloguing/value_builder/stocknumber.pl | 8 +- cataloguing/value_builder/unimarc_field_210c.pl | 11 +- cataloguing/value_builder/unimarc_field_4XX.pl | 26 +- cataloguing/ysearch.pl | 2 +- circ/branchtransfers.pl | 92 +++--- circ/circulation.pl | 2 +- circ/overdue.pl | 17 +- debian/docs/LEEME.Debian | 60 ++++ debian/koha-common.docs | 1 + debian/templates/koha-conf-site.xml.in | 132 ++++++++- docs/history.txt | 26 +- .../unimarc/necessari/unimarc_framework.sql | 24 +- .../mysql/it-IT/necessari/sample_itemtypes.sql | 18 +- installer/data/mysql/kohastructure.sql | 326 ++++++++++---------- installer/data/mysql/sysprefs.sql | 2 +- installer/data/mysql/updatedatabase.pl | 4 +- koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css | 5 + .../intranet-tmpl/prog/en/css/staff-global.css | 80 ++++- .../intranet-tmpl/prog/en/includes/facets.inc | 2 +- .../prog/en/lib/jquery/plugins/jquery.fixFloat.js | 68 ++++ koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 53 +++- .../prog/en/modules/acqui/addorderiso2709.tt | 4 +- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 112 ++++--- .../prog/en/modules/acqui/basketgroup.tt | 343 +++++++++----------- .../prog/en/modules/admin/aqbudgets.tt | 2 +- .../prog/en/modules/catalogue/moredetail.tt | 33 +- .../prog/en/modules/catalogue/results.tt | 4 +- .../prog/en/modules/cataloguing/addbiblio.tt | 2 + .../prog/en/modules/cataloguing/z3950_search.tt | 2 +- .../prog/en/modules/circ/branchtransfers.tt | 97 +++--- .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 10 +- .../prog/en/modules/reports/catalogue_out.tt | 19 +- .../prog/en/modules/tools/holidays.tt | 35 ++- .../prog/en/modules/tools/tools-home.tt | 6 +- .../prog/en/modules/virtualshelves/shelves.tt | 2 +- .../prog/en/xslt/MARC21slim2MODS3-1.xsl | 2 +- .../prog/en/xslt/MARC21slimUtils-MODS31.xsl | 190 +++++++++++ .../prog/en/xslt/NORMARCslim2intranetDetail.xsl} | 48 ++-- .../prog/en/xslt/NORMARCslimUtils.xsl | 1 - koha-tmpl/intranet-tmpl/prog/img/alert-bg.gif | Bin 2255 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/bg-tab.png | Bin 115 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/button-bg.gif | Bin 582 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/dialog-bg.gif | Bin 1922 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/fade-butt.png | Bin 785 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/message-bg.gif | Bin 966 -> 0 bytes .../prog/img/side-tab-gradient-hover.gif | Bin 92 -> 0 bytes .../intranet-tmpl/prog/img/side-tab-gradient.gif | Bin 92 -> 0 bytes koha-tmpl/opac-tmpl/prog/en/css/opac.css | 140 ++++++--- .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 8 +- .../prog/en/modules/opac-results-grouped.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- koha-tmpl/opac-tmpl/prog/images/alert-bg.gif | Bin 2255 -> 0 bytes .../prog/images/listmenu-container-bg.gif | Bin 347 -> 0 bytes .../opac-tmpl/prog/images/menu-background.gif | Bin 3048 -> 0 bytes koha-tmpl/opac-tmpl/prog/images/message-bg.gif | Bin 966 -> 0 bytes .../prog/images/side-tab-gradient-hover.gif | Bin 92 -> 0 bytes .../opac-tmpl/prog/images/side-tab-gradient.gif | Bin 92 -> 0 bytes koha-tmpl/opac-tmpl/prog/images/submit-bg.gif | Bin 2899 -> 0 bytes .../prog/itemtypeimg/Seshat/archival lDVD.gif | Bin 3126 -> 0 bytes .../prog}/itemtypeimg/Seshat/archivalDVD.gif | Bin 3126 -> 3126 bytes labels/label-create-csv.pl | 27 ++- mainpage.pl | 13 + members/memberentry.pl | 2 +- misc/cronjobs/overdue_notices.pl | 2 +- opac/opac-showreviews.pl | 2 +- reports/acquisitions_stats.pl | 8 +- t/00-testcritic.t | 4 +- t/db_dependent/Labels/t_Layout.t | 2 +- t/db_dependent/Record.t | 10 +- t/perlcriticrc | 4 + tools/holidays.pl | 1 + tools/newHolidays.pl | 98 +++++- tools/tools-home.pl | 10 + 90 files changed, 1602 insertions(+), 761 deletions(-) create mode 100644 debian/docs/LEEME.Debian create mode 100644 debian/koha-common.docs create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.fixFloat.js create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils-MODS31.xsl copy koha-tmpl/{opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl => intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl} (90%) copy koha-tmpl/{opac-tmpl => intranet-tmpl}/prog/en/xslt/NORMARCslimUtils.xsl (99%) delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/alert-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/bg-tab.png delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/button-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/dialog-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/fade-butt.png delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/message-bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/side-tab-gradient-hover.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/side-tab-gradient.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/alert-bg.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/listmenu-container-bg.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/menu-background.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/message-bg.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/side-tab-gradient-hover.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/side-tab-gradient.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/images/submit-bg.gif delete mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/archival lDVD.gif copy koha-tmpl/{intranet-tmpl/prog/img => opac-tmpl/prog}/itemtypeimg/Seshat/archivalDVD.gif (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 13:53:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 12:53:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5327 updated. v3.06.00-229-g06c822c Message-ID: This is an automated email from the git hooks/post-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_5327 has been updated via 06c822c37ce91e5936542990d7e3299e14271bd3 (commit) from 64a9c641003f865690956436e27d2a71d9044f1f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 06c822c37ce91e5936542990d7e3299e14271bd3 Author: Duncan Tyler Date: Wed Dec 14 16:42:30 2011 +1300 Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer Test requires a database installed using the sample data. All tests pass. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: t/SIP_ILS.t | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 13:53:59 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 12:53:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-233-g6ca007a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6ca007a9237954d2497080448586f721da6701a8 (commit) via 06c822c37ce91e5936542990d7e3299e14271bd3 (commit) via 64a9c641003f865690956436e27d2a71d9044f1f (commit) via e12fca0eb8330adbe230c435a55e88696409bfbd (commit) from e60e1cba00ae406942ecdfb6975dd30242420480 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6ca007a9237954d2497080448586f721da6701a8 Merge: e60e1cb 06c822c Author: Paul Poulain Date: Thu Dec 15 13:53:39 2011 +0100 Merge remote-tracking branch 'origin/new/bug_5327' ----------------------------------------------------------------------- Summary of changes: t/Boolean.t | 2 +- t/SIP_ILS.t | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 16:17:41 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 15:17:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5327 updated. v3.06.00-231-g8df873c Message-ID: This is an automated email from the git hooks/post-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_5327 has been updated via 8df873c1a298d9c7e4283372201466d28fa1a784 (commit) via 62914dfd8329891786c5da53266de31368fd3175 (commit) from 06c822c37ce91e5936542990d7e3299e14271bd3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8df873c1a298d9c7e4283372201466d28fa1a784 Author: Paul Poulain Date: Thu Dec 15 16:14:35 2011 +0100 Revert "Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm" This reverts commit 06c822c37ce91e5936542990d7e3299e14271bd3. commit 62914dfd8329891786c5da53266de31368fd3175 Author: Paul Poulain Date: Thu Dec 15 16:13:43 2011 +0100 Revert "Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token" This reverts commit 18bb9c22100ba810944a1341a891bc5b2e765255. ----------------------------------------------------------------------- Summary of changes: C4/TTParser.pm | 1 + t/SIP_ILS.t | 17 ++--------------- 2 files changed, 3 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 16:17:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 15:17:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-237-g7698ce6 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 7698ce6e016d6006449814c9bf73e58dd231fc11 (commit) via 8df873c1a298d9c7e4283372201466d28fa1a784 (commit) via 62914dfd8329891786c5da53266de31368fd3175 (commit) via 746deb51279c01176442220a21f7174dc65ff77d (commit) from 6ca007a9237954d2497080448586f721da6701a8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7698ce6e016d6006449814c9bf73e58dd231fc11 Merge: 746deb5 8df873c Author: Paul Poulain Date: Thu Dec 15 16:17:44 2011 +0100 Merge remote-tracking branch 'origin/new/bug_5327' commit 746deb51279c01176442220a21f7174dc65ff77d Author: Paul Poulain Date: Thu Dec 15 16:11:47 2011 +0100 Revert "Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token" This reverts commit 18bb9c22100ba810944a1341a891bc5b2e765255. ----------------------------------------------------------------------- Summary of changes: C4/TTParser.pm | 1 + t/SIP_ILS.t | 17 ++--------------- 2 files changed, 3 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 16:47:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 15:47:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7313 created. v3.06.00-238-g8374ecb Message-ID: This is an automated email from the git hooks/post-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_7313 has been created at 8374ecbcd68fc0f6f9bc13ed7b45448920490bba (commit) - Log ----------------------------------------------------------------- commit 8374ecbcd68fc0f6f9bc13ed7b45448920490bba Author: Katrin Fischer Date: Sat Dec 3 09:55:44 2011 +0100 Bug 7313: Untranslatable strings in 'Search to hold' feature Changed the javascript to include markup for translation _(...) in result list and detail page tool bars. Also changed the text shown for each result to match the text in the toolbar to make things more consistent. To test: - Apply patch - Run "perl translate update " - Open .po file for staff and check for "Place hold on" and "Forget" - Translate those - Run "perl translate install " - Activate "Search for hold" feature in patron account - Do a search and check tool bar on top of result list - Check link text shown in result list - Check detail page Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 16:55:02 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 15:55:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7321 created. v3.06.00-239-gd831a03 Message-ID: This is an automated email from the git hooks/post-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_7321 has been created at d831a03fdefc56b5462df08cbe626887291c01c8 (commit) - Log ----------------------------------------------------------------- commit d831a03fdefc56b5462df08cbe626887291c01c8 Author: Katrin Fischer Date: Mon Dec 5 21:52:44 2011 +0100 Bug 7321: Silence some warns in Koha.pm While testing bug 7013 I noticed a lot of warns in the koha error log. This patch is silencing them. To test: Add or edit an authorised value and check your log files before and after applying the patch. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 16:58:59 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 15:58:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7323 created. v3.06.00-240-g2cfb339 Message-ID: This is an automated email from the git hooks/post-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_7323 has been created at 2cfb3398cf567c72473a98224a2cb0387e1f7fea (commit) - Log ----------------------------------------------------------------- commit 2cfb3398cf567c72473a98224a2cb0387e1f7fea Author: Owen Leonard Date: Tue Dec 6 11:43:10 2011 -0500 Bug 7323 - Javascript error when editing list Correcting check for empty shelf name to prevent javascript error. Also correcting unescaped ampersand. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 17:10:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 16:10:19 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7325 created. v3.06.00-241-g17df078 Message-ID: This is an automated email from the git hooks/post-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_7325 has been created at 17df078261b9054b45f87c42f34d9a9e82fba138 (commit) - Log ----------------------------------------------------------------- commit 17df078261b9054b45f87c42f34d9a9e82fba138 Author: Owen Leonard Date: Tue Dec 6 16:03:31 2011 -0500 Bug 7325 - Editing a list generates errors in the log Checking for variables before trying to use them in building the pagination menu Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 17:15:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 16:15:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7326 created. v3.06.00-242-g1f5f498 Message-ID: This is an automated email from the git hooks/post-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_7326 has been created at 1f5f4981c098a7aa2a4323107dd98379a52a4c6e (commit) - Log ----------------------------------------------------------------- commit 1f5f4981c098a7aa2a4323107dd98379a52a4c6e Author: Ian Walls Date: Tue Dec 6 19:12:04 2011 -0500 Bug 7326: longoverdue.pl hardcoded to 366 days maximum Adds --maxdays command line flag to longoverdue.pl to allow the user to specify their own $endrange value. Because sometimes 366 isn't enough! Also adds help documentation for both --quiet and --maxdays params Signed-off-by: Chris Cormack Simple change, works well Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 17:37:31 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 16:37:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7330 created. v3.06.00-243-g0817902 Message-ID: This is an automated email from the git hooks/post-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_7330 has been created at 081790295661662f3d1f22673b1c44eee030fddb (commit) - Log ----------------------------------------------------------------- commit 081790295661662f3d1f22673b1c44eee030fddb Author: Owen Leonard Date: Wed Dec 7 10:50:06 2011 -0500 Bug 7330 - System preferences editor generates errors in the log with each search Adding a check for an empty value in a couple of places which seem to always get one. As far as I can tell these places in the script are looping over ALL the data in the pref files, and sometimes an empty value comes through. I wonder if this is because of a minor syntax error in the pref file? My correction is a stab in the dark since I haven't determined where the empty value is actually coming from. This change quiets the errors in the log and doesn't seem to affect preference search results. Signed-off-by: Liz Rea No more messages in the logs. Yay! Ran unit tests on this (t, xt/author, xt, t/db_dependent)- nothing out of the ordinary in any. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 17:38:48 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 16:38:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7331 created. v3.06.00-244-gc2bba3f Message-ID: This is an automated email from the git hooks/post-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_7331 has been created at c2bba3ffc89ffae78635bf271eaccce7c60c22df (commit) - Log ----------------------------------------------------------------- commit c2bba3ffc89ffae78635bf271eaccce7c60c22df Author: Duncan Tyler Date: Thu Dec 8 14:11:43 2011 +1300 Bug 7331 - Circulation.pl generates errors in the log Fixed error in C4::Dates causing unneeded warnings Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 18:14:02 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 17:14:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7333 created. v3.06.00-245-gb955692 Message-ID: This is an automated email from the git hooks/post-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_7333 has been created at b955692c8494a81d46a72efaca9385f980cfd1b1 (commit) - Log ----------------------------------------------------------------- commit b955692c8494a81d46a72efaca9385f980cfd1b1 Author: Liz Rea Date: Wed Dec 7 16:32:11 2011 -0600 Bug 7333 - modifying Members.t to use a branchcode that exists in the sample data To test: Create a fresh koha db with all of the sample data (if you have one that has the sample branches in it, that will work too) run the test: prove t/db_dependent/Members.t All subtests should complete. Signed-off-by: Katrin Fischer All tests complete successfully with my database created from sample data and with the database provided on the bug. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 18:21:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 17:21:36 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7334 created. v3.06.00-246-gac139f8 Message-ID: This is an automated email from the git hooks/post-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_7334 has been created at ac139f8f63c87123aa6ba50759eed44f0016d81b (commit) - Log ----------------------------------------------------------------- commit ac139f8f63c87123aa6ba50759eed44f0016d81b Author: Katrin Fischer Date: Thu Dec 8 07:19:05 2011 +0100 Bug 7334: Improve 'no address stored' and similar messages in patron account - 'no address stored' is now only displayed when first and second line of the address are empty - added id's to all 3 possible messages so people can change or hide them To test: 1) Check 'no address stored' shows only up when address fields are both empty 2) Check address is still correctly displayed Note: make sure you check the 'checkouts' and other tabs, because there are 2 different include files used here. Signed-off-by: Fr?d?ric Demians I confirm the bug and the solution. Text messages identification for customization with JavaScript is a plus. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 18:33:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 17:33:53 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7346 created. v3.06.00-247-gd9f7922 Message-ID: This is an automated email from the git hooks/post-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_7346 has been created at d9f7922ad77406939a5f57a22e9a6474e4c328d3 (commit) - Log ----------------------------------------------------------------- commit d9f7922ad77406939a5f57a22e9a6474e4c328d3 Author: Marc Balmer Date: Sun Dec 11 15:40:55 2011 +0100 Bail out early if an invalid language is used. Signed-off-by: Marc Balmer http://bugs.koha-community.org/show_bug.cgi?id=7346 Signed-off-by: Paul Poulain commit c04e6e3c8f758de6489e6d2ead05ce1419ba6543 Author: Katrin Fischer Date: Thu Dec 8 07:19:05 2011 +0100 Bug 7334: Improve 'no address stored' and similar messages in patron account - 'no address stored' is now only displayed when first and second line of the address are empty - added id's to all 3 possible messages so people can change or hide them To test: 1) Check 'no address stored' shows only up when address fields are both empty 2) Check address is still correctly displayed Note: make sure you check the 'checkouts' and other tabs, because there are 2 different include files used here. Signed-off-by: Fr?d?ric Demians I confirm the bug and the solution. Text messages identification for customization with JavaScript is a plus. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 15 18:40:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Dec 2011 17:40:36 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-250-g42d6b17 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 42d6b17851626c547481438138ebc592177c4e75 (commit) via 9880b3ad050813550338de70dcd52c82fadac376 (commit) via d9f7922ad77406939a5f57a22e9a6474e4c328d3 (commit) via c04e6e3c8f758de6489e6d2ead05ce1419ba6543 (commit) via ac139f8f63c87123aa6ba50759eed44f0016d81b (commit) via b955692c8494a81d46a72efaca9385f980cfd1b1 (commit) via c2bba3ffc89ffae78635bf271eaccce7c60c22df (commit) via 081790295661662f3d1f22673b1c44eee030fddb (commit) via 1f5f4981c098a7aa2a4323107dd98379a52a4c6e (commit) via 17df078261b9054b45f87c42f34d9a9e82fba138 (commit) via 2cfb3398cf567c72473a98224a2cb0387e1f7fea (commit) via d831a03fdefc56b5462df08cbe626887291c01c8 (commit) via 8374ecbcd68fc0f6f9bc13ed7b45448920490bba (commit) from 7698ce6e016d6006449814c9bf73e58dd231fc11 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 42d6b17851626c547481438138ebc592177c4e75 Author: Paul Poulain Date: Thu Dec 15 18:37:39 2011 +0100 welcome to Marc Balmer, #167 commit 9880b3ad050813550338de70dcd52c82fadac376 Merge: ac139f8 d9f7922 Author: Paul Poulain Date: Thu Dec 15 18:33:55 2011 +0100 Merge remote-tracking branch 'origin/new/bug_7346' ----------------------------------------------------------------------- Summary of changes: C4/Dates.pm | 2 +- C4/Koha.pm | 3 +- C4/VirtualShelves/Page.pm | 4 +- admin/preferences.pl | 3 +- docs/history.txt | 1 + .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 6 ++-- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 20 ++++++++++-------- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 21 +++++++++++-------- .../prog/en/modules/catalogue/results.tt | 10 ++++---- .../prog/en/modules/virtualshelves/shelves.tt | 4 +- misc/cronjobs/longoverdue.pl | 8 ++++++- misc/translator/translate | 4 +++ t/db_dependent/Members.t | 2 +- 13 files changed, 52 insertions(+), 36 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 10:35:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 09:35:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7324 created. v3.06.00-251-g52dca0f Message-ID: This is an automated email from the git hooks/post-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_7324 has been created at 52dca0f4337b83bff4ff2de457f21b8b7ab70134 (commit) - Log ----------------------------------------------------------------- commit 52dca0f4337b83bff4ff2de457f21b8b7ab70134 Author: Katrin Fischer Date: Tue Dec 6 18:45:33 2011 +0100 Bug 7324: Show alternate email as mailto: / hide labels when field is empty UPDATE 2011-12-15 Fixed wrong div that broke the patron account display. Thank you Paul for catching this! Changes made to the patron detail tab: - alternate email shows as mailto: link - labels for following fields only show when field is filled - initials - date of birth - gender - country (alternate address) - email (alternate address) - state (alternative contact) - country (alternative contact) - phone (alternative contact) To test: 1) Add new patron with minimal data and check the labels don't show 2) Change patron to have data in changed fields and check labels show 3) Check all email addresses are shown as mailto: links now Signed-off-by: Liz Rea Verified tests 1-3, looks good to me. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 10:46:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 09:46:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7319 created. v3.06.00-252-g8a87f15 Message-ID: This is an automated email from the git hooks/post-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_7319 has been created at 8a87f15605b23c44a8dac71cd4a3f209add98556 (commit) - Log ----------------------------------------------------------------- commit 8a87f15605b23c44a8dac71cd4a3f209add98556 Author: Owen Leonard Date: Mon Dec 5 09:32:07 2011 -0500 Bug 7319 - Improving title and breadcrumbs on acquisitions Z39.50 search pages Changing title and breadcrumbs so that they correctly reflect the curent stage of the process. To test: Add to an order from an external source. When filling out the Z39.50 search form the title and breadcrumbs should read "Order from external sources." After searching they should read "Order from external sources -> Search results" Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 13:34:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 12:34:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-252-g8a87f15 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 8a87f15605b23c44a8dac71cd4a3f209add98556 (commit) via 52dca0f4337b83bff4ff2de457f21b8b7ab70134 (commit) from 42d6b17851626c547481438138ebc592177c4e75 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/z3950_search.tt | 8 ++++---- .../prog/en/modules/members/moremember.tt | 19 ++++++++++--------- 2 files changed, 14 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 14:32:50 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 13:32:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7282 created. v3.06.00-253-g0ad7e76 Message-ID: This is an automated email from the git hooks/post-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_7282 has been created at 0ad7e76cb7cebf16310a95377f88047f09b66d24 (commit) - Log ----------------------------------------------------------------- commit 0ad7e76cb7cebf16310a95377f88047f09b66d24 Author: Fr?re S?bastien Marie Date: Thu Dec 1 19:02:11 2011 +0100 Bug 7282 - invalid language selection - ensure that without cookie, language selection is based on browser preferences - refactor function to obtain langugage for stem in search (opac + intranet) Signed-off-by: Fr?d?ric Demians To reproduce the bug: - Activate en and fr-FR for OPAC - Clear your browser cookies - Select your language preference in your browser: fr, fr-fr, en - Load OPAC main page - OPAC is displayed in English, rather than French as asked by browser preferences Apply the patch and test: - Clear your browser cookies - Load OPAC main page - Pages are displayed in French Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 15:45:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 14:45:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5327 updated. v3.06.00-232-g3ae23cd Message-ID: This is an automated email from the git hooks/post-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_5327 has been updated via 3ae23cd6cf97ffbab6080f255e942f2ba73dcd07 (commit) from 8df873c1a298d9c7e4283372201466d28fa1a784 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3ae23cd6cf97ffbab6080f255e942f2ba73dcd07 Author: Duncan Tyler Date: Wed Dec 14 16:42:30 2011 +1300 Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer Test requires a database installed using the sample data. All tests pass. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: t/SIP_ILS.t | 16 ---------------- t/db_dependent/SIP_ILS.t | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 16 deletions(-) delete mode 100755 t/SIP_ILS.t create mode 100755 t/db_dependent/SIP_ILS.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 16:01:23 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 15:01:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-255-ga1ec828 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via a1ec82845372cd888021220f056d465e9e65f4f2 (commit) via 3ae23cd6cf97ffbab6080f255e942f2ba73dcd07 (commit) via 0ad7e76cb7cebf16310a95377f88047f09b66d24 (commit) from 8a87f15605b23c44a8dac71cd4a3f209add98556 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a1ec82845372cd888021220f056d465e9e65f4f2 Merge: 0ad7e76 3ae23cd Author: Paul Poulain Date: Fri Dec 16 15:45:12 2011 +0100 Merge remote-tracking branch 'origin/new/bug_5327' ----------------------------------------------------------------------- Summary of changes: C4/Templates.pm | 53 ++++++++++++++++++++++++++------------------- catalogue/search.pl | 2 +- opac/opac-search.pl | 2 +- t/SIP_ILS.t | 16 ------------- t/db_dependent/SIP_ILS.t | 29 +++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 40 deletions(-) delete mode 100755 t/SIP_ILS.t create mode 100755 t/db_dependent/SIP_ILS.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 16:15:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 15:15:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7349 created. v3.06.00-256-g1de55f6 Message-ID: This is an automated email from the git hooks/post-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_7349 has been created at 1de55f6f088f174431896d33fbe6d94152921758 (commit) - Log ----------------------------------------------------------------- commit 1de55f6f088f174431896d33fbe6d94152921758 Author: Adrien Saurat Date: Tue Dec 13 16:01:45 2011 +0100 Bug 7349: corrects sort order for Patron search Sorting by cardnumber now works (removed a client-side sort, the server-side sort is enough). Signed-off-by: Koustubha Kale 1) Verified that before applying this patch, when searching patrons with cardnumber as order by preference, patrons are sorted ny name. 2) Verified that after applying this patch, when searching with cardnumber as order by preference, patrons are correctly sorted by cardnumber. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 16:18:45 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 15:18:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7361 created. v3.06.00-257-g86d6e6d Message-ID: This is an automated email from the git hooks/post-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_7361 has been created at 86d6e6d3de0a8d935802abe843f7ec407af1c759 (commit) - Log ----------------------------------------------------------------- commit 86d6e6d3de0a8d935802abe843f7ec407af1c759 Author: Duncan Tyler Date: Thu Dec 15 13:51:21 2011 +1300 Bug 7361 Fix default option in encoding dropdown http://bugs.koha-community.org/show_bug.cgi?id=7361 Signed-off-by: Katrin Fischer This patch changes the pull down for encodings in staged marc import. Before patch: - Character encoding preselected was 'Default' - 'Default' broke diacritics in utf-8 encoded files and was reported to not work correctly - Selecting 'UTF-8' from the drop down worked After patch: - Character encoding preselected is 'UTF-8 (Default)' - There is no longer a 'Default' option and no separate 'UTF-8' Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 16:18:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 15:18:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-257-g86d6e6d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 86d6e6d3de0a8d935802abe843f7ec407af1c759 (commit) via 1de55f6f088f174431896d33fbe6d94152921758 (commit) from a1ec82845372cd888021220f056d465e9e65f4f2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/member.tt | 10 ---------- .../prog/en/modules/tools/stage-marc-import.tt | 2 +- 2 files changed, 1 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 17:42:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 16:42:43 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_2830 created. v3.06.00-258-g6e07fd7 Message-ID: This is an automated email from the git hooks/post-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_2830 has been created at 6e07fd7b004b5cb16ea0bec764993c1e9ffe153c (commit) - Log ----------------------------------------------------------------- commit 6e07fd7b004b5cb16ea0bec764993c1e9ffe153c Author: Srdjan Jankovic Date: Thu Oct 13 16:57:41 2011 +1300 bug_2830: Remove reserve when checking out if the borrower is not the first one in the reserve queue To test: Create 4 holds on a bib, for patrons A, B, C, and D, Check in the item to mark hold as waiting for patron A Check out the item to patron B -> reserve for patron B should be removed Check in the item to mark hold as waiting for patron A Check out the item to Patron A, hold should complete normally Check in the item to mark hold as waiting for patron C Check out the item to patron D -> reserve for patron D should be removed. Check in the item to mark hold as waiting for patron C Check out the item to patron C, hold should complete normally Check in the item -> there should be no more reserves. We also tested: Created 4 holds on a bib with two items, for patrons A, B, C, and D All worked as expected. Signed-off-by: Liz Rea Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 17:56:35 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 16:56:35 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6292 created. v3.06.00-261-g1be4678 Message-ID: This is an automated email from the git hooks/post-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_6292 has been created at 1be4678a57200ba895b73e3b3d38f331a9b8cbb4 (commit) - Log ----------------------------------------------------------------- commit 1be4678a57200ba895b73e3b3d38f331a9b8cbb4 Author: Sophie Meynieux Date: Tue Aug 30 16:54:42 2011 +0200 Bug 6292 : Followup 2. several letters where generated if a borrower had overdues with different due_date triggering the same level This patch fixes the SQL request giving the list of borrowers Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain commit 410975a7f777123d255854ecf3d31541b86ff848 Author: Chris Cormack Date: Tue May 3 12:13:28 2011 +1200 Bug 6292 : Overdue notices not being generated when borrower had an overdue older than the max value of the notice triggers Signed-off-by: Katrin Fischer commit d86d62adba7f898db26dc58e909f2b91db3248b0 Author: Sophie Meynieux Date: Fri Aug 12 16:04:13 2011 +0200 Bug 6292 followup selection of items to be listed in an overdue notice included both limits (upper and lower). So items with an overdue equal to a limit appeared on both notices. This patch fix this, including lower limit and excluding upper limit for the selection. Signed-off-by: Katrin Fischer ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 18:11:31 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 17:11:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6302 created. v3.06.00-263-g2ab11c4 Message-ID: This is an automated email from the git hooks/post-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_6302 has been created at 2ab11c4892f87c054df02763804e34f070d931e1 (commit) - Log ----------------------------------------------------------------- commit 2ab11c4892f87c054df02763804e34f070d931e1 Author: Marcel de Rooy Date: Wed Dec 14 15:54:22 2011 +0100 6302 follow up Updates to_address in message queue when sending an email (when needed). Signed-off-by: Koustubha Kale Signed-off-by: Paul Poulain commit a5a8d78f0d54acd7606477774d5e94cfcac66e9a Author: Katrin Fischer Date: Fri Dec 2 07:53:18 2011 +0100 Bug 6302: Separate AutoEmailPrimaryAdress and AutoEmailOpacUser AutoEmailPrimaryAddress is not only used for the patron account mails, but also for overdues and other email notices to patrons. This patch separates the system preferences in the system preference editor. To test: - Check Patrons tab shows both system preferences separated - Check you can still change the settings Signed-off-by: Nicole C. Engard Signed-off-by: Koustubha Kale ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 18:17:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 17:17:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7226 created. v3.06.00-264-g0b9d490 Message-ID: This is an automated email from the git hooks/post-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_7226 has been created at 0b9d4902def55a6ce7c9b0c006a6210b3f7abe97 (commit) - Log ----------------------------------------------------------------- commit 0b9d4902def55a6ce7c9b0c006a6210b3f7abe97 Author: Owen Leonard Date: Tue Dec 6 09:53:05 2011 -0500 Bug 7226 - can't add tags on list Incorrect check for TagsInputOnList was preventing the right JavaScript from being triggered, and markup was nested inside the wrong logic for the confirmation message to be displayed consistently. Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 18:32:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 17:32:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3431 created. v3.06.00-266-g396efb9 Message-ID: This is an automated email from the git hooks/post-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_3431 has been created at 396efb90c73099e1f87a5a4593b4c5c1020c69c3 (commit) - Log ----------------------------------------------------------------- commit 396efb90c73099e1f87a5a4593b4c5c1020c69c3 Author: Owen Leonard Date: Tue Aug 23 15:33:34 2011 -0400 Fix for Bug 3431 - Catalog by itemtype report pulling from holdingbranch Plus several other fixes for this report no one uses: - Clarifying titles and breadcrumbs - Correcting terminology: branch -> library - Sorting library select field by library name - Displaying library name instead of code on output - Sorting results by itemtype description - Adding tablesorter to results Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 16 18:32:21 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Dec 2011 17:32:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-266-g396efb9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 396efb90c73099e1f87a5a4593b4c5c1020c69c3 (commit) via 873ac768b0d557315e3e6067032db78defa4377a (commit) via 0b9d4902def55a6ce7c9b0c006a6210b3f7abe97 (commit) via 2ab11c4892f87c054df02763804e34f070d931e1 (commit) via a5a8d78f0d54acd7606477774d5e94cfcac66e9a (commit) via 1be4678a57200ba895b73e3b3d38f331a9b8cbb4 (commit) via 410975a7f777123d255854ecf3d31541b86ff848 (commit) via d86d62adba7f898db26dc58e909f2b91db3248b0 (commit) via 6e07fd7b004b5cb16ea0bec764993c1e9ffe153c (commit) from 86d6e6d3de0a8d935802abe843f7ec407af1c759 (commit) Those revisions listed 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/Circulation.pm | 42 ++----------- C4/Items.pm | 2 +- C4/Letters.pm | 8 ++- C4/Reserves.pm | 67 +++++++++++++++++--- C4/Search.pm | 4 +- C4/XSLT.pm | 2 +- circ/circulation.pl | 2 +- .../prog/en/modules/admin/preferences/patrons.pref | 6 +- .../prog/en/modules/reports/itemtypes.tt | 38 ++++++++---- koha-tmpl/opac-tmpl/prog/en/includes/calendar.inc | 62 ++++++++++++++++++- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 26 ++++---- misc/cronjobs/overdue_notices.pl | 19 +++--- opac/opac-user.pl | 2 +- reports/itemtypes.plugin | 20 ++++-- t/db_dependent/Reserves.t | 6 +- t/db_dependent/lib/KohaTest/Reserves.pm | 1 + 16 files changed, 206 insertions(+), 101 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 23 00:01:38 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Dec 2011 23:01:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-139-g3d877b4 Message-ID: This is an automated email from the git hooks/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 3d877b4d3299faa84498b617fe13fb16f63e6b3d (commit) via 7b496cec62f15ca51691dc738798e8791a6875d7 (commit) via 22e6da41d41040c27e9c8bfe44c5ab5470a715c7 (commit) from 3d18ff446653ea9f18e43c80d8af6b8ef4ec1cf5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3d877b4d3299faa84498b617fe13fb16f63e6b3d Author: Chris Nighswonger Date: Thu Dec 22 17:55:19 2011 -0500 Updating Version Number to 3.06.02.000 commit 7b496cec62f15ca51691dc738798e8791a6875d7 Author: Chris Nighswonger Date: Thu Dec 22 17:53:24 2011 -0500 Release Notes for 3.06.02.000 22 Dec 2011 22:53:23 Z commit 22e6da41d41040c27e9c8bfe44c5ab5470a715c7 Author: Fr?d?ric Demians Date: Thu Dec 22 08:18:47 2011 +0100 3.6.2 Translation Update (cherry picked from commit 54c7a82ac861a2f443d142b8e8dd3fa0fd17ce43) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_6_2.txt | 8 +- .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 1755 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 7243 ++-- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 1754 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 7349 ++-- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 1754 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 7347 ++-- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 1759 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 7243 ++-- misc/translator/po/bg-Cyrl-pref.po |24896 +-------- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 1754 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po | 7243 ++-- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po | 5565 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |31570 ++++++----- misc/translator/po/cs-CZ-pref.po |22806 +------- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 2073 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 7548 ++-- misc/translator/po/da-DK-pref.po | 48 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 2258 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 7446 ++-- misc/translator/po/de-DE-pref.po | 32 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 2276 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |12615 +++-- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 1752 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 7371 ++-- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 2834 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 8346 ++-- misc/translator/po/en-NZ-pref.po | 570 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 2415 +- .../po/es-ES-i-staff-t-prog-v-3006000.po |19334 ++----- misc/translator/po/es-ES-pref.po | 50 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 1746 +- misc/translator/po/fa-Arab-pref.po |59652 +------------------ .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 1763 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 7293 ++-- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 2084 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 7773 ++-- misc/translator/po/fr-CA-pref.po | 147 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 1803 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 8345 ++-- misc/translator/po/fr-FR-pref.po | 63 +- misc/translator/po/gl-pref.po | 7136 --- misc/translator/po/he-Hebr-pref.po |55994 +----------------- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 1754 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 7340 ++-- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 1762 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 7271 ++-- misc/translator/po/hr-HR-pref.po | 26 +- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 1754 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 7324 ++-- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 1754 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 7360 ++-- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 1740 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 7243 ++-- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 1754 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 2491 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |36556 ++++-------- misc/translator/po/it-IT-pref.po | 31 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 4085 +- misc/translator/po/ja-Jpan-JP-pref.po | 52 +- misc/translator/po/ko-Kore-KP-pref.po |41048 +------------- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 3716 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 7560 ++-- misc/translator/po/lo-Laoo-pref.po | 29 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 1754 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 1754 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 7342 ++-- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 1749 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 7447 ++-- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 1755 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 7265 ++-- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 2248 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po |40367 ++++++------- misc/translator/po/ne-NE-pref.po |14558 +----- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 2244 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 8162 ++-- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 1754 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 7243 ++-- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 1752 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 7334 ++-- misc/translator/po/pbr-pref.po |34752 +----------- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 2329 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 7365 ++-- misc/translator/po/prs-pref.po |49486 +--------------- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 1822 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 7378 ++-- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 1754 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 7370 ++-- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 1753 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 7335 ++-- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 2066 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 8365 ++-- misc/translator/po/ru-RU-pref.po | 53 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 1742 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 7243 ++-- misc/translator/po/sk-SK-pref.po | 6342 +-- misc/translator/po/sl-SI-pref.po | 8138 +--- misc/translator/po/sq-AL-pref.po |60514 +------------------- misc/translator/po/sr-Cyrl-pref.po |37218 +------------ .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 1754 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 7275 ++-- misc/translator/po/ta-LK-pref.po |21190 +------ misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 2180 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |10246 ++-- misc/translator/po/tet-pref.po | 6 +- .../po/th-THA-i-opac-t-prog-v-3006000.po | 1763 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 7243 ++-- misc/translator/po/tl-PH-pref.po |52614 +---------------- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 1817 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 7350 ++-- misc/translator/po/tr-TR-pref.po | 72 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 2061 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 8409 ++-- misc/translator/po/uk-UA-pref.po | 53 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 1755 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 7243 ++-- misc/translator/po/vi-VN-pref.po |33918 +---------- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po | 1755 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 7350 ++-- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 1759 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po | 7348 ++-- 123 files changed, 293250 insertions(+), 763135 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 23 00:03:55 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 22 Dec 2011 23:03:55 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.06.02 created. v3.06.02 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.06.02 has been created at 8d91befabdde1d06076181d5d5b7da5d4c872f27 (tag) tagging 3d877b4d3299faa84498b617fe13fb16f63e6b3d (commit) replaces v3.06.01 tagged by Chris Nighswonger on Thu Dec 22 17:56:20 2011 -0500 - Log ----------------------------------------------------------------- v3.06.02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAABAgAGBQJO87WdAAoJEEQBPavVIgJh4w4H/A5mJ8UfsuUJN8WLVDpaP6Rf KohTBaLTBGhflfU1feLbuZ85J3KtCgHYeg1Jp1anRp0ArqzpiVzkciWuOzyftFI9 FemKAqiapL8k/gQqH+GhHiROC5gXRmZa7lOF/FmpVX1zN102DF0Q+LicHrHjSrV5 wew6bENFYcOPgb2GjcSen4yuKAL2PvIp4WA0zE9N38RIp4UumceFMr/ypasWzUYp TeaORJCMrHXyOLRvy548LbpNn14XALjMf/E5j5WhN/olMX0VoOhIQ/O7nNyeZJPr ejobDqqjfeyfvSA4Gi9W7QxehQac35Z6l2FvuCgekJzCc5EiTrHYZWY8LvXLR6E= =wHPv -----END PGP SIGNATURE----- Adrien Saurat (2): Bug 4051: adds issuedate column to overdues export Bug 6893 : Updates suggestions list when adding orders Albert Oller (1): Bug 6971: XSLT Opac Detail displays 245 subfields out of order. Alex Arnaud (2): bug/7285 Use C4::Auth::checkpw instead of checkpw only bug 6917 Dates filters doesn't work when they are not selected on row or column Brendan (3): Bug 7215 - changed callnumber PRESET field to itemcallnumber Bug 7143: Updating About.tt for Ian Walls, Chris Nighswonger and Paul Poulain Bug 7143: Follow up patch for Updating about.tt Chris Cormack (16): Bug 4330: Wrong address for Free Software Foundation Bug 4330: Missing License Statement Bug 7242 : Fixing typo in a div Bug 7268: Fixing failing tests for translatable templates Bug 5327 : Adding more unit tests Bug 5327 : Complete coverage for BackgroundJob.pm Bug 5327 : Fixing unit test for SQLHelper.pm Bug 5327: Fixing the Members.t test Bug 6679 : Allowing eval require Bug 5604 : Follow up for missing image Bug 6679: catalogue/ now passing perl critic tests Bug 6679 : cataloguing/ now passing critic tests Bug 6679 : Adding license statement and stopping declaring variables in a conditional Bug 7141 : Changing test to match new formatting of xsl style sheet Bug 7215 : The Module changed, but the tests weren't updated to reflect that Bug 7139 : Log addition and deletion of circulation messages Chris Hall (2): Bug 5327: Unit tests for C4/Exteral/BakerTaylor.pm bug 7239 fix to avoid error being thrown even though a record is created Chris Nighswonger (17): Release Notes for 3.06.01.000 Release Notes for 3.06.02.000 04 Dec 2011 21:10:25 Z Release Notes for 3.06.02.000 05 Dec 2011 01:51:54 Z Adding template for autogeneration of 3.6.x release notes Adding a git mailmap file to allow standardizing of commit author's names/email Release Notes for 3.06.02.000 06 Dec 2011 12:57:05 Z Fixing typo in image filename which introduced a space causing problems on win32 Release Notes for 3.06.02.000 06 Dec 2011 19:23:39 Z Release Notes for 3.06.02.000 06 Dec 2011 23:44:14 Z Release Notes for 3.06.02.000 07 Dec 2011 16:41:07 Z Release Notes for 3.06.02.000 08 Dec 2011 16:17:37 Z Release Notes for 3.06.02.000 08 Dec 2011 19:48:55 Z Release Notes for 3.06.02.000 13 Dec 2011 20:00:36 Z Followup on bug 7185 to correct Marcel de Rooy's name Release Notes for 3.06.02.000 14 Dec 2011 17:57:42 Z Release Notes for 3.06.02.000 22 Dec 2011 22:53:23 Z Updating Version Number to 3.06.02.000 Christophe Croullebois (2): Bug 7105: Bad request in GetSubscriptions Bug 6663: Features for holidays.pl with datepicker Colin Campbell (3): Bug 6877 - use is executed and errors at compile time Bug 7191 Remove GetBorrowerIssues from @EXPORT Bug 6987 Make return from Overdues::GetFine consistent Dobrica Pavlinusic (1): Bug 6022: Auth_with_ldap check if categorycode is valid Fr?re S?bastien Marie (1): Bug 7316 - Missing escaping in search results Fr?d?ric Demians (3): 3.6.1 Translation Update Bug 7245 Tables population with mandatory data for italian installation 3.6.2 Translation Update Fr?d?rick Capovilla (2): Fix a problem when translations contain   various XSL files Bug 7251 : Corrects a problem in overdue_notices.pl when delimiter is set to tabulation Galen Charlton (1): bug 7198: show patron name in overdue list even if name column is null Greg Barniskis (1): Bug 6914 - fixes for the color option of koha_perl_deps.pl Henri-Damien LAURENT (1): Bug 6132: preference were case sensitive. Ian Walls (4): Bug 7073: GetCOinSBiblio should take $record object, not biblionumber Bug 2616: Remove unnecessary 'use HTML::Template' calls Bug 7093: placeholds for suggestion table not working in notices Bug 7160: paying fines throws error Jared Camins-Esakov (3): Bug 6997: Koha-remove leaves system in inconsistent state Bug 7216 - koha-restore does not correctly set home Bug 6971: XSLT Intranet Detail displays 245 subfields out of order Jon Aker (1): Bug 7020 Items with no checkouts report does not output call number, barcode or item details Juan Romay Sieira (2): Bug 7262 - No calendar present in holidays module when there are quotes in title or description Bug 7275 - Pagination lost when click in the option "Show more" of facets column Katrin Fischer (8): Bug 7250: stage_biblios_file.pl is missing options for encoding Bug 3388: Restore account number on vendor page Bug 6894: Order from suggestion defaulting to wrong currency Bug 6740: can add items at ordering/receiving but not remove Bug 6530: Item Due notice label displaying as 'unknown' Bug 7116: White space on item form for bulk ordering from staged file Bug 7082: Template improvements for better translatability Bug 6935: Correct XISBNDailyLimit for new installations Liz Rea (2): Bug 7122 - Add a div to opac-messaging.tt to facilitate consistent styling across OPAC user pages. Bug 7159 - Add branchcode to circulation.pl search (take two, revising with Owen's suggestion) Magnus Enger (2): Bug 4877 - Add DocBook for missing manual pages Bug 7309 - Add NORMARCslim2intranetDetail.xsl for detail view in intranet Marcel de Rooy (6): Bug 7254 Show pending orders from baskets with closedate > 180 days 6699 Add not-empty check for warnings from load_sql in Installer Bug 7041: Sort >1000 search results with sortmax parameter in zebra config file Bug 6786: Follow up fixing index names with hyphens Bug 6803: Replacing remote XSL include Bug 7270: Removing double itemtype on shelve contents page when no icon is shown Martin Renvoize (2): Bug 7108 - OPAC Translations Display Patch Bug7108: Intranet Language Menu Display Patch Mason James (2): Bug 6908 - increase DEBUG level for *NOISY* Dates.pm init() messages Bug 7164 - add Koha history timeline tab to 'About' page Maxime Pelletier (1): fix test xml records Nicole C. Engard (7): Bug 6966 Updated Patron Attribute Help File bug6716: documenting reserves and old_reserves tables Bug 6716 - Document Items Table Bug 6716 Document deleteditems table Bug 6716: Document biblioitems and deletedbiblioitems Bug 6716 : Categories table Bug 6716 Update biblio & deletedbiblio tables Owen Leonard (18): Fix for Bug 7137 - fixed width table where it should be variable Fix for Bug 7120 - After deleting order from order receive page redirect fails Bug 7280 - can't place hold without selecting on list Bug 7225 - "Delete all items" should be greyed out when a title has no items Bug 3385 - Add checkout date and renewal date to display list of checked out items Fix for Bug 5974 - Bogus auth check for "StaffMember" role Bug 6291 - Cart printing truncated in Firefox Bug 7259 - Show a count of items pending approval on staff client home and tools pages Bug 7259 - Show a count of items pending approval on staff client home and tools pages Fix for Bug 6818 - acquisitions basket groups could use some design work Fix for Bug 7124 - back to search wrapping in lower resolutions Bug 6865 - Replace image-based gradient backgrounds with CSS3 gradients Fix for Bug 7121 - remove comma on items info Fix for Bug 7123 - barcode should be one word Fix for Bug 7135: Save button options Bug 7202 - z39.50 search on bib edit not working Bug 7135 - in addbiblio, make save button floating to have it on always on screen Fix for Bug 7227, "Delete all items" action should redirect to the detail view Paul Poulain (15): Revert "Fix for Bug 6291, Cart printing truncated in Firefox" fixing the translatable-template.t to handle localized setups Bug 6699 follow-up Bug 6926 : overdue_notices don't send itemcount to notification Bug 2346 follow-up (UpdateBorrowerDebarred subroutine removed) Adding Adrien Saurat as 161th committer. Test suite: ignoring backups from vi (files ending with a ~) history.txt, adding St?phane Delaune, as 117, moving others and welcome Albert, you're 163th ! 160th developer + 2 events added (NZ tm and 3.6.1 released) t/UploadedFile, updated comment Jenkins complaining = fixing number of tests Bug 6679: fix missing use strict welcome Fabio, you're 165th ! Bug 7164 minor follow-up Bug 7164 follow-up history.txt and perlcritic compliance Robin Sheat (5): Bug 7091 - [MASTER] - update the build version for packages from master Bug 7091 - [MASTER/3.6.x/3.4.x] - update the changelogs for the 3.4 series Bug 7008 - create tmp dir for zebra Bug 7028 - updated the koha-conf.xml template Bug 7197 - add a Spanish readme file to the packages Sophie Meynieux (1): Bug 7287 : Fix overdue notification if a branch given as parameter does not have rules Srdjan Jankovic (2): Bug 6303: Display Organisation and Parent Organisation names when viewing a borrower of type organisation bug_5211: LostItem() - added charge_fee param to control fee charging ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 17:14:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 16:14:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6880 created. v3.06.00-267-g8b0d281 Message-ID: This is an automated email from the git hooks/post-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_6880 has been created at 8b0d28179316650e6643983b97227a0992384b4a (commit) - Log ----------------------------------------------------------------- commit 8b0d28179316650e6643983b97227a0992384b4a Author: Owen Leonard Date: Wed Oct 26 14:17:52 2011 -0400 Bug 6880- Reason for suggestions do not save The fix for Bug 1883 seems to have lacked the necessary update to the database to add the "patronreason" column to the suggestions table. This patch does so. Signed-off-by: Katrin Fischer Patch adds database update and change to kohastructure. After this patch is applied, the patron's reason for making a suggestion (form in opac) is saved to the database correctly. The reason is also shown in the detail view of the suggestion. This needs to be backported to 3.6 Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 17:17:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 16:17:05 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6193 created. v3.06.00-268-g22dca58 Message-ID: This is an automated email from the git hooks/post-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_6193 has been created at 22dca58cbad64841fb12a6e48afa50500c1a5c60 (commit) - Log ----------------------------------------------------------------- commit 22dca58cbad64841fb12a6e48afa50500c1a5c60 Author: Tomas Cohen Arazi Date: Thu Apr 14 14:40:21 2011 -0300 Bug 6193 - Use memcached cache koha-conf.xml configuration variables Basically I add some code to Context.pm so it stores koha-conf.xml config vars in memcached server. It is arguable whether this is an improvement or not, tests are needed to conclude something about this. Error handling was an issue with Cache::Memcached, I tried to do it the simplest I could. Note: As it was pointless to read the xml file to get the memcached server info for accessing them for retreiving the info in the koha-conf.xml file... I passed those values through apache's SetEnv. These variables are set acordingly through the install scripts and commented out if koha was setup not to use it. Bug 6193 - Properly comment the code Required by slef. Regards To+ Signed-off-by: Federico Rinaudo Signed-off-by: MJ Ray Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 17:56:50 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 16:56:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6700 created. v3.06.00-270-gbb92ac1 Message-ID: This is an automated email from the git hooks/post-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_6700 has been created at bb92ac1ee01a9b781ca2a7adab4beec28e6edeaa (commit) - Log ----------------------------------------------------------------- commit bb92ac1ee01a9b781ca2a7adab4beec28e6edeaa Author: Chris Cormack Date: Mon Aug 8 23:45:00 2011 +0200 Test to check for XXX in kohaversion.pl or updatedatabase.pl Signed-off-by: Marcel de Rooy Works as advertised. Signed-off-by: Marcel de Rooy Amended the original patch of Chris to add two exceptions for a line in SetVersion and TransferToNum. http://bugs.koha-community.org/show_bug.cgi?id=6700 Signed-off-by: Paul Poulain commit c8982e1ab41ef54ba66afd3ed313e81cde307004 Author: Marcel de Rooy Date: Thu Jun 30 09:34:23 2011 +0200 6700: Better handling of version numbers in updatedatabase Contains a few lines of code for updatedatabase routines SetVersion and TransformToNum in order to facilitate testing new db revisions which are still marked XXX. Currently, the XXX as added in a proposed patch generates an error in the version compare. Additionally, running SetVersion while testing the upgrade is annoying and not needed. In testing stage you would like to keep your version number as is. The version number should of course be incremented when the patch is pushed. A simple test accomplishes that. Signed-off-by: Julian Maurice ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 17:58:48 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 16:58:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7072 created. v3.06.00-271-g6408547 Message-ID: This is an automated email from the git hooks/post-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_7072 has been created at 6408547cc0d396c8b9d29e1f7617637d9c12a9a6 (commit) - Log ----------------------------------------------------------------- commit 6408547cc0d396c8b9d29e1f7617637d9c12a9a6 Author: Fr?d?rick Capovilla Date: Thu Oct 20 12:05:02 2011 -0400 Use MARCAuthorityControlField008 in AddAuthority for empty 008s The old default value for field 008 didn't have the correct length, which could potentially cause data corruptions. Uses the MARCAuthorityControlField008 preference added by BUG4839. http://bugs.koha-community.org/show_bug.cgi?id=7072 Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 18:21:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 17:21:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7311 created. v3.06.00-272-g97caccb Message-ID: This is an automated email from the git hooks/post-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_7311 has been created at 97caccbd0fea3245e3f1c701de7ba2a4e46726d8 (commit) - Log ----------------------------------------------------------------- commit 97caccbd0fea3245e3f1c701de7ba2a4e46726d8 Author: Jared Camins-Esakov Date: Fri Dec 2 15:24:42 2011 +0100 Bug 7311: Only run analytics code if analytics are enabled With the addition of the code from Bug 5528 (easy analytic record workflows), UNIMARC 461$0 and MARC21/NORMARC 773$0 have special meanings. When you import a record that uses those subfields for different data, you will get an error in /cataloguing/additem.pl. A check should be added to be sure that EasyAnalyticalRecords is enabled before trying to handle the 461$0/773$0 as bib numbers for analytics. Thanks to Fr?re S?bastien Marie for spotting this issue. Signed-off-by: Fr?re S?bastien Marie Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 18:22:56 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 17:22:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7370 created. v3.06.00-273-g525c7bc Message-ID: This is an automated email from the git hooks/post-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_7370 has been created at 525c7bc4af45b548e548c2fe6f69c4d22ec1d472 (commit) - Log ----------------------------------------------------------------- commit 525c7bc4af45b548e548c2fe6f69c4d22ec1d472 Author: Chris Cormack Date: Thu Dec 22 08:27:09 2011 +1300 Bug 7370 : Missing use call Signed-off-by: Ian Walls Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 18:28:33 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 17:28:33 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_1623 created. v3.06.00-274-gbc2a1d1 Message-ID: This is an automated email from the git hooks/post-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_1623 has been created at bc2a1d18e246b024e93a88df140281eebeb53a48 (commit) - Log ----------------------------------------------------------------- commit bc2a1d18e246b024e93a88df140281eebeb53a48 Author: Owen Leonard Date: Mon Nov 28 08:35:21 2011 -0500 Bug 1623 - Provide view of approved comments This patch creates two tabs on the comments administration page: one for approved comments and one for unapproved comments. Each display is paginated according to the numSearchResults preference. The list of approved comments has, instead of a link to approve, a link to unapprove. The JavaScript table sorter has been removed since it doesn't make sense to sort individual pages of a multi-page result set. Signed-off-by: Chris Cormack Signed-off-by: Ian Walls Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 18:34:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 17:34:37 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5565 created. v3.06.00-276-g34e99cf Message-ID: This is an automated email from the git hooks/post-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_5565 has been created at 34e99cf478010e886ea75ccad6d8026ca547fe03 (commit) - Log ----------------------------------------------------------------- commit 34e99cf478010e886ea75ccad6d8026ca547fe03 Author: Fr?d?ric Demians Date: Fri Dec 31 07:35:29 2010 +0100 Bug 5565 UNIMARC to DC XSL tidy up Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain commit a6eb50747575acec333a76ff08fa04cc9a85656d Author: Fr?d?ric Demians Date: Fri Dec 31 07:32:41 2010 +0100 Bug 5565 Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 18:35:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 17:35:29 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5607 created. v3.06.00-277-g940652a Message-ID: This is an automated email from the git hooks/post-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_5607 has been created at 940652a6c7ac45b255d4d9b89bf90ccfca568ccd (commit) - Log ----------------------------------------------------------------- commit 940652a6c7ac45b255d4d9b89bf90ccfca568ccd Author: Sophie Meynieux Date: Mon Dec 19 12:31:21 2011 +0100 BUG 5607 : Adds parsing of issues fields in overdue letters Signed-off-by: Katrin Fischer Patch makes it possible to add fields from the issues table to overdue notices. Template used for testing: "<>" by <>, <>, Barcode: <> , Checkout date: <>, Due date: <> Fine: GBP Checkout date from items: <> Possible improvements: - Dates are not formatted according to dateformat system preference Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 18:35:45 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 17:35:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-277-g940652a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 940652a6c7ac45b255d4d9b89bf90ccfca568ccd (commit) via 34e99cf478010e886ea75ccad6d8026ca547fe03 (commit) via a6eb50747575acec333a76ff08fa04cc9a85656d (commit) via bc2a1d18e246b024e93a88df140281eebeb53a48 (commit) via 525c7bc4af45b548e548c2fe6f69c4d22ec1d472 (commit) via 97caccbd0fea3245e3f1c701de7ba2a4e46726d8 (commit) via 6408547cc0d396c8b9d29e1f7617637d9c12a9a6 (commit) via bb92ac1ee01a9b781ca2a7adab4beec28e6edeaa (commit) via c8982e1ab41ef54ba66afd3ed313e81cde307004 (commit) via 22dca58cbad64841fb12a6e48afa50500c1a5c60 (commit) via 8b0d28179316650e6643983b97227a0992384b4a (commit) from 396efb90c73099e1f87a5a4593b4c5c1020c69c3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 13 +- C4/Context.pm | 43 +++- C4/Review.pm | 23 ++- cataloguing/additem.pl | 44 ++-- etc/koha-httpd.conf | 4 + installer/data/mysql/kohastructure.sql | 3 +- installer/data/mysql/updatedatabase.pl | 15 +- .../prog/en/modules/reviews/reviewswaiting.tt | 35 +-- .../prog/en/xslt/UNIMARCslim2OAIDC.xsl | 356 ++++++++++---------- kohaversion.pl | 2 +- misc/cronjobs/longoverdue.pl | 1 + misc/cronjobs/overdue_notices.pl | 1 + reviews/reviewswaiting.pl | 17 +- t/00-checkdatabase-version.t | 55 +++ 14 files changed, 378 insertions(+), 234 deletions(-) create mode 100644 t/00-checkdatabase-version.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 18:37:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 17:37:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5729 created. v3.06.00-278-gc96a52a Message-ID: This is an automated email from the git hooks/post-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_5729 has been created at c96a52a4a0eeda52b219ba29a86685337265ab56 (commit) - Log ----------------------------------------------------------------- commit c96a52a4a0eeda52b219ba29a86685337265ab56 Author: Paul Poulain Date: Tue Sep 27 18:35:33 2011 +0200 Bug 5729 - Add CoinS to intranet This patch adds CoinS support to biblio displays in staff interface. librarians can now use zotero on the staff interface Signed-off-by: Chris Cormack Modified by: Ian Walls GetCOinSBiblio has changed interface, requiring a $record object instead of looking one up by biblionumber. Calls in ISBDdetail.pl, MARCdetail.pl and detail.pl updated. Signed-off-by: Ian Walls ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 18:38:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 17:38:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6142 created. v3.06.00-279-ga600fbd Message-ID: This is an automated email from the git hooks/post-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_6142 has been created at a600fbd74c2f01e0d4ed7159e08d6884f2c1c3f0 (commit) - Log ----------------------------------------------------------------- commit a600fbd74c2f01e0d4ed7159e08d6884f2c1c3f0 Author: Alex Arnaud Date: Fri Apr 8 14:02:19 2011 +0200 Bug #6142 - Delete sub CanBookBeReserved and delete function's reference on @EXPORT Original-Author: Alex Arnaud , St?phane Delaune Original-Signed-off-by: MJ Ray Correct use statement bug found by Ian Walls Author: MJ Ray Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 18:41:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 17:41:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7333 updated. v3.06.00-280-g3c12d5f Message-ID: This is an automated email from the git hooks/post-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_7333 has been updated via 3c12d5f2f63ac06ac8f71c1a5598bc01c82e5802 (commit) via a600fbd74c2f01e0d4ed7159e08d6884f2c1c3f0 (commit) via c96a52a4a0eeda52b219ba29a86685337265ab56 (commit) via 940652a6c7ac45b255d4d9b89bf90ccfca568ccd (commit) via 34e99cf478010e886ea75ccad6d8026ca547fe03 (commit) via a6eb50747575acec333a76ff08fa04cc9a85656d (commit) via bc2a1d18e246b024e93a88df140281eebeb53a48 (commit) via 525c7bc4af45b548e548c2fe6f69c4d22ec1d472 (commit) via 97caccbd0fea3245e3f1c701de7ba2a4e46726d8 (commit) via 6408547cc0d396c8b9d29e1f7617637d9c12a9a6 (commit) via bb92ac1ee01a9b781ca2a7adab4beec28e6edeaa (commit) via c8982e1ab41ef54ba66afd3ed313e81cde307004 (commit) via 22dca58cbad64841fb12a6e48afa50500c1a5c60 (commit) via 8b0d28179316650e6643983b97227a0992384b4a (commit) via 396efb90c73099e1f87a5a4593b4c5c1020c69c3 (commit) via 873ac768b0d557315e3e6067032db78defa4377a (commit) via 0b9d4902def55a6ce7c9b0c006a6210b3f7abe97 (commit) via 2ab11c4892f87c054df02763804e34f070d931e1 (commit) via a5a8d78f0d54acd7606477774d5e94cfcac66e9a (commit) via 1be4678a57200ba895b73e3b3d38f331a9b8cbb4 (commit) via 410975a7f777123d255854ecf3d31541b86ff848 (commit) via d86d62adba7f898db26dc58e909f2b91db3248b0 (commit) via 6e07fd7b004b5cb16ea0bec764993c1e9ffe153c (commit) via 86d6e6d3de0a8d935802abe843f7ec407af1c759 (commit) via 1de55f6f088f174431896d33fbe6d94152921758 (commit) via a1ec82845372cd888021220f056d465e9e65f4f2 (commit) via 3ae23cd6cf97ffbab6080f255e942f2ba73dcd07 (commit) via 0ad7e76cb7cebf16310a95377f88047f09b66d24 (commit) via 8a87f15605b23c44a8dac71cd4a3f209add98556 (commit) via 52dca0f4337b83bff4ff2de457f21b8b7ab70134 (commit) via 42d6b17851626c547481438138ebc592177c4e75 (commit) via 9880b3ad050813550338de70dcd52c82fadac376 (commit) via d9f7922ad77406939a5f57a22e9a6474e4c328d3 (commit) via c04e6e3c8f758de6489e6d2ead05ce1419ba6543 (commit) via ac139f8f63c87123aa6ba50759eed44f0016d81b (commit) from b955692c8494a81d46a72efaca9385f980cfd1b1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3c12d5f2f63ac06ac8f71c1a5598bc01c82e5802 Author: Liz Rea Date: Thu Dec 15 10:21:36 2011 -0600 Bug 7333 - Fixing up db_dependent/Search.t to use sample data Thanks to Chris N. for helping figure out that it was because there were no French stopwords in the DB that the test was failing. Patch changes the French string (with French stopwords) to an English string with English stopwords, as only English stopwords are installed in the default data. This patch will allow Search.t to run on the database attached to this bug. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 13 +- C4/Circulation.pm | 42 +-- C4/Context.pm | 43 +++- C4/ILSDI/Utility.pm | 54 +--- C4/Items.pm | 2 +- C4/Letters.pm | 8 +- C4/Reserves.pm | 67 +++- C4/Review.pm | 23 ++- C4/Search.pm | 4 +- C4/Templates.pm | 53 ++-- C4/XSLT.pm | 2 +- catalogue/ISBDdetail.pl | 4 +- catalogue/MARCdetail.pl | 1 + catalogue/detail.pl | 1 + catalogue/search.pl | 2 +- cataloguing/additem.pl | 44 ++-- circ/circulation.pl | 2 +- docs/history.txt | 1 + etc/koha-httpd.conf | 4 + installer/data/mysql/kohastructure.sql | 3 +- installer/data/mysql/updatedatabase.pl | 15 +- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 20 +- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 21 +- .../prog/en/modules/acqui/z3950_search.tt | 8 +- .../prog/en/modules/admin/preferences/patrons.pref | 6 +- .../prog/en/modules/catalogue/ISBDdetail.tt | 5 +- .../prog/en/modules/catalogue/MARCdetail.tt | 4 + .../prog/en/modules/catalogue/detail.tt | 5 + .../prog/en/modules/members/member.tt | 10 - .../prog/en/modules/members/moremember.tt | 19 +- .../prog/en/modules/reports/itemtypes.tt | 38 ++- .../prog/en/modules/reviews/reviewswaiting.tt | 35 +-- .../prog/en/modules/tools/stage-marc-import.tt | 2 +- .../prog/en/xslt/UNIMARCslim2OAIDC.xsl | 356 ++++++++++---------- koha-tmpl/opac-tmpl/prog/en/includes/calendar.inc | 62 ++++- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 26 +- kohaversion.pl | 2 +- misc/cronjobs/longoverdue.pl | 1 + misc/cronjobs/overdue_notices.pl | 20 +- misc/translator/translate | 4 + opac/opac-search.pl | 2 +- opac/opac-user.pl | 2 +- reports/itemtypes.plugin | 20 +- reviews/reviewswaiting.pl | 17 +- t/00-checkdatabase-version.t | 55 +++ t/SIP_ILS.t | 16 - t/db_dependent/Reserves.t | 6 +- t/db_dependent/SIP_ILS.t | 29 ++ t/db_dependent/Search.t | 2 +- t/db_dependent/lib/KohaTest/Reserves.pm | 1 + 50 files changed, 711 insertions(+), 471 deletions(-) create mode 100644 t/00-checkdatabase-version.t delete mode 100755 t/SIP_ILS.t create mode 100755 t/db_dependent/SIP_ILS.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 27 18:41:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 27 Dec 2011 17:41:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-280-g3c12d5f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 3c12d5f2f63ac06ac8f71c1a5598bc01c82e5802 (commit) via a600fbd74c2f01e0d4ed7159e08d6884f2c1c3f0 (commit) via c96a52a4a0eeda52b219ba29a86685337265ab56 (commit) from 940652a6c7ac45b255d4d9b89bf90ccfca568ccd (commit) Those revisions listed 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/ILSDI/Utility.pm | 54 +------------------ catalogue/ISBDdetail.pl | 4 +- catalogue/MARCdetail.pl | 1 + catalogue/detail.pl | 1 + .../prog/en/modules/catalogue/ISBDdetail.tt | 5 ++- .../prog/en/modules/catalogue/MARCdetail.tt | 4 ++ .../prog/en/modules/catalogue/detail.tt | 5 ++ t/db_dependent/Search.t | 2 +- 8 files changed, 22 insertions(+), 54 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 30 12:07:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Dec 2011 11:07:47 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7328 created. v3.06.00-281-g1730e18 Message-ID: This is an automated email from the git hooks/post-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_7328 has been created at 1730e180cdbe11a7878ddfab54cec7291d12f430 (commit) - Log ----------------------------------------------------------------- commit 1730e180cdbe11a7878ddfab54cec7291d12f430 Author: Fr?d?ric Demians Date: Wed Dec 7 08:46:21 2011 +0100 Bug 7328 Expanded options in advanced search In OPAC and intra advanced search, more search options are displayed depending on expandedSearchOption syspres and user choice. This doesn't work anymore in HEAD. This patch restore this functionnality. To test: - enable/disable expandedSearchOption. - Load advanced search page. Limited seach options version is always displayed - Apply this patch and see how it works... Signed-off-by: Katrin Fischer The problem only appeared in the staff client for me. Tested both OPAC and staff with patch applied. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 30 15:07:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 30 Dec 2011 14:07:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.06.00-281-g1730e18 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 1730e180cdbe11a7878ddfab54cec7291d12f430 (commit) from 3c12d5f2f63ac06ac8f71c1a5598bc01c82e5802 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: catalogue/search.pl | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository