From gitmaster at git.koha-community.org Wed Dec 1 20:33:35 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 19:33:35 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5232, created. v3.02.00-233-g31439fc Message-ID: This is an automated email from the git hooks/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_5232 has been created at 31439fc51adc7e32a2eff6608bf91e08fcbf0ade (commit) - Log ----------------------------------------------------------------- commit 31439fc51adc7e32a2eff6608bf91e08fcbf0ade Author: Ian Walls Date: Tue Nov 30 02:25:30 2010 -0500 Fixes bug 5232: Shelfname won't display on high-numbered lists This bugfix adds an explicit GetShelf for the specific shelfnumber when viewing that individual shelfnumber. This captures the shelfname, which was originally pulled from shelflist->{$shelfnumber}, which may not have been populated if the List in question was beyond the 20th private or public list in the system. Also adds a more explicit sort: the sort from the CGI takes top priority, then it falls back to the default sort for the list, and ultimate falls to 'title' if neither CGI nor default sort exist. Signed-off-by: Ian Walls Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 20:34:16 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 19:34:16 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-233-g31439fc Message-ID: This is an automated email from the git hooks/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 31439fc51adc7e32a2eff6608bf91e08fcbf0ade (commit) from b9ccc5184197e2bf4bf6697edfdb9e70963fdee6 (commit) Those revisions listed 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/VirtualShelves/Page.pm | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 20:38:40 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 19:38:40 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4449, created. v3.02.00-234-g5e8b078 Message-ID: This is an automated email from the git hooks/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/enh/bug_4449 has been created at 5e8b078651624cee7bc4f86e206cf36c8ace9c4d (commit) - Log ----------------------------------------------------------------- commit 5e8b078651624cee7bc4f86e206cf36c8ace9c4d Author: Ian Walls Date: Tue Nov 30 02:19:49 2010 -0500 Bug 4449: AllowHoldPolicyOverride does not override all hold policies This patch provides a universal override to any hold policy if the AllowHoldPolicyOverride is set. Amongst other overrides, this patch allows missing, non-checked out items to be placed on hold even with AllowShelfHolds turned off. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 20:39:05 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 19:39:05 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-234-g5e8b078 Message-ID: This is an automated email from the git hooks/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 5e8b078651624cee7bc4f86e206cf36c8ace9c4d (commit) from 31439fc51adc7e32a2eff6608bf91e08fcbf0ade (commit) Those revisions listed 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: reserve/request.pl | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 20:52:31 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 19:52:31 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5448, created. v3.02.00-235-gf08b33a Message-ID: This is an automated email from the git hooks/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_5448 has been created at f08b33a9122aa908bb49a513b0ccd29c3c2b7562 (commit) - Log ----------------------------------------------------------------- commit f08b33a9122aa908bb49a513b0ccd29c3c2b7562 Author: Colin Campbell Date: Fri Nov 26 16:31:35 2010 +0000 Bug 5448: Refactor Boolean.pm Remove unnecesssary export Use Exporter according to best practices Use Carp not warn so we know where the error string came from Don't create warnings manipulating undefined input Replace package variables by lexicals Signed-off-by: Chris Cormack commit 78be08c73e4265a996c4777a90757fd66991320a Author: Colin Campbell Date: Fri Nov 26 16:31:34 2010 +0000 Bug 5448 Use Test::More in Boolean.t Use Test::More's structure as more readable Replaced a test of an used function with a use_ok test of the module Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 20:53:00 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 19:53:00 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-237-g6aa9e91 Message-ID: This is an automated email from the git hooks/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 6aa9e9171cbc7639b171dcd6a9f316954b68d0c6 (commit) via f08b33a9122aa908bb49a513b0ccd29c3c2b7562 (commit) via 78be08c73e4265a996c4777a90757fd66991320a (commit) from 5e8b078651624cee7bc4f86e206cf36c8ace9c4d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6aa9e9171cbc7639b171dcd6a9f316954b68d0c6 Merge: 5e8b078651624cee7bc4f86e206cf36c8ace9c4d f08b33a9122aa908bb49a513b0ccd29c3c2b7562 Author: Chris Cormack Date: Thu Dec 2 08:52:49 2010 +1300 Merge remote branch 'kc/new/bug_5448' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Boolean.pm | 69 ++++++++++++++------------------------ t/Boolean.t | 103 ++++++++------------------------------------------------- 2 files changed, 40 insertions(+), 132 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 20:54:28 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 19:54:28 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-238-gbc3dcdd Message-ID: This is an automated email from the git hooks/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 bc3dcdd733576fb66dd6431de29a2e401b77bd04 (commit) from 6aa9e9171cbc7639b171dcd6a9f316954b68d0c6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bc3dcdd733576fb66dd6431de29a2e401b77bd04 Author: Colin Campbell Date: Fri Nov 26 14:39:18 2010 +0000 Fix some compile time errors reported in test suite redeclaration of itemnumber in RotatingCollections A couple of errors caused by retaining commas in qw() Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Creators.pm | 2 +- C4/Patroncards.pm | 2 +- C4/RotatingCollections.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 20:56:03 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 19:56:03 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-240-ga1aa1ee Message-ID: This is an automated email from the git hooks/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 a1aa1eea166c86dda5fdbc158c2499d4bb014474 (commit) via 5a71ffa0d3554faa08632fb748af1f5039c48921 (commit) from bc3dcdd733576fb66dd6431de29a2e401b77bd04 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a1aa1eea166c86dda5fdbc158c2499d4bb014474 Author: Chris Cormack Date: Fri Nov 26 09:18:06 2010 +1300 Adding 3.2.1 release to the history Signed-off-by: Chris Cormack commit 5a71ffa0d3554faa08632fb748af1f5039c48921 Author: Chris Cormack Date: Fri Nov 26 09:05:39 2010 +1300 Fixing formatting and links in the history document Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 47 ++++++++++++++++++++++++----------------------- 1 files changed, 24 insertions(+), 23 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 20:58:47 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 19:58:47 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5444, created. v3.02.00-241-gbe65390 Message-ID: This is an automated email from the git hooks/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_5444 has been created at be65390d0693dc13c5d58b71a13ade5e2689e6b7 (commit) - Log ----------------------------------------------------------------- commit be65390d0693dc13c5d58b71a13ade5e2689e6b7 Author: Fr?d?ric Demians Date: Thu Nov 25 08:55:05 2010 +0100 Bug 5444 Fix misc/translate script for 'standard' Koha install [3.2] Should apply Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 20:59:14 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 19:59:14 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-241-gbe65390 Message-ID: This is an automated email from the git hooks/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 be65390d0693dc13c5d58b71a13ade5e2689e6b7 (commit) from a1aa1eea166c86dda5fdbc158c2499d4bb014474 (commit) Those revisions listed 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/translator/LangInstaller.pm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 21:03:15 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 20:03:15 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5142, created. v3.02.00-241-g470dc1d Message-ID: This is an automated email from the git hooks/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_5142 has been created at 470dc1d37c457b9919200c61e369a4fb6207dbc1 (commit) - Log ----------------------------------------------------------------- commit 470dc1d37c457b9919200c61e369a4fb6207dbc1 Author: Owen Leonard Date: Thu Nov 18 19:37:16 2010 -0500 Further fixes for Bug 5142 - Untranslatable strings in tag review template Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 21:04:20 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 20:04:20 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-243-g261c8d3 Message-ID: This is an automated email from the git hooks/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 261c8d3aafd4ed861cacbbcc139b59c12dee3417 (commit) via 470dc1d37c457b9919200c61e369a4fb6207dbc1 (commit) from be65390d0693dc13c5d58b71a13ade5e2689e6b7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 261c8d3aafd4ed861cacbbcc139b59c12dee3417 Merge: be65390d0693dc13c5d58b71a13ade5e2689e6b7 470dc1d37c457b9919200c61e369a4fb6207dbc1 Author: Chris Cormack Date: Thu Dec 2 09:04:09 2010 +1300 Merge remote branch 'kc/new/bug_5142' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/tags/review.tmpl | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 21:12:37 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 20:12:37 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-244-g9753368 Message-ID: This is an automated email from the git hooks/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 9753368626e631ebb06929278d408453186c2528 (commit) from 261c8d3aafd4ed861cacbbcc139b59c12dee3417 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9753368626e631ebb06929278d408453186c2528 Author: Galen Charlton Date: Sat Nov 13 22:37:10 2010 -0500 bug 5405: remove disused script catalogue/suggest.pl Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: catalogue/suggest.pl | 59 -------------------- .../prog/en/modules/catalogue/suggest.tmpl | 51 ----------------- 2 files changed, 0 insertions(+), 110 deletions(-) delete mode 100755 catalogue/suggest.pl delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/suggest.tmpl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 21:14:39 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 20:14:39 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5029, created. v3.02.00-242-gf7b3b0c Message-ID: This is an automated email from the git hooks/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_5029 has been created at f7b3b0c75b3dd21dd9c1899f0e5103c3b8798810 (commit) - Log ----------------------------------------------------------------- commit f7b3b0c75b3dd21dd9c1899f0e5103c3b8798810 Author: Owen Leonard Date: Sat Nov 13 14:42:05 2010 -0500 Fix for Bug 5029 - Update patron deletion error page - Styling error message with "dialog alert" class - Adding sidebar patron details to match other patron pages Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 21:16:16 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 20:16:16 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5030, created. v3.02.00-245-g9f04952 Message-ID: This is an automated email from the git hooks/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_5030 has been created at 9f0495238de31cbdcacabe8f3986081f150ae2cb (commit) - Log ----------------------------------------------------------------- commit 9f0495238de31cbdcacabe8f3986081f150ae2cb Author: Owen Leonard Date: Sat Nov 13 14:34:42 2010 -0500 Fix for Bug 5030 - Improve handling of duplicate patrons - Making duplicate patron warning dialog simpler but more explicit - Pointing duplicate patron preview window to new brief version of moremember.pl to display more patron details than the previous version. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 21:21:06 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 20:21:06 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-248-g00408e2 Message-ID: This is an automated email from the git hooks/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 00408e262fbe58f4c6a3fbb722a0cb56d3d22f6c (commit) via 9f0495238de31cbdcacabe8f3986081f150ae2cb (commit) via 0287080cdcea7edafd836967c58fe754c88cf1ea (commit) via f7b3b0c75b3dd21dd9c1899f0e5103c3b8798810 (commit) from 9753368626e631ebb06929278d408453186c2528 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 00408e262fbe58f4c6a3fbb722a0cb56d3d22f6c Merge: 0287080cdcea7edafd836967c58fe754c88cf1ea 9f0495238de31cbdcacabe8f3986081f150ae2cb Author: Chris Cormack Date: Thu Dec 2 09:20:14 2010 +1300 Merge remote branch 'kc/new/bug_5030' into kcmaster commit 0287080cdcea7edafd836967c58fe754c88cf1ea Merge: 9753368626e631ebb06929278d408453186c2528 f7b3b0c75b3dd21dd9c1899f0e5103c3b8798810 Author: Chris Cormack Date: Thu Dec 2 09:14:49 2010 +1300 Merge remote branch 'kc/new/bug_5029' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 17 +++- .../prog/en/modules/members/borrowers_details.tmpl | 63 ------------- .../prog/en/modules/members/deletemem.tmpl | 10 +- .../prog/en/modules/members/memberentrygen.tmpl | 25 ++--- .../prog/en/modules/members/moremember-brief.tmpl | 97 ++++++++++++++++++++ koha-tmpl/intranet-tmpl/prog/img/pop-up-link.png | Bin 0 -> 205 bytes members/borrowers_details.pl | 75 --------------- members/deletemem.pl | 24 +++++- members/moremember.pl | 3 + 9 files changed, 154 insertions(+), 160 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/members/borrowers_details.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/img/pop-up-link.png delete mode 100755 members/borrowers_details.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 21:25:05 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 20:25:05 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5048, created. v3.02.00-249-g1024ece Message-ID: This is an automated email from the git hooks/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_5048 has been created at 1024eceec715fed2f5c38ac6998ff9be75240280 (commit) - Log ----------------------------------------------------------------- commit 1024eceec715fed2f5c38ac6998ff9be75240280 Author: Owen Leonard Date: Sat Nov 13 14:14:39 2010 -0500 Fix for Bug 5048, Error in menu/submenu for select language in intranet Patch for HEAD. This issue was apparently solved quite a while ago in the OPAC. This patch copies that solution over to the staff client. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 21:25:31 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 20:25:31 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-249-g1024ece Message-ID: This is an automated email from the git hooks/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 1024eceec715fed2f5c38ac6998ff9be75240280 (commit) from 00408e262fbe58f4c6a3fbb722a0cb56d3d22f6c (commit) Those revisions listed 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/includes/intranet-bottom.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 55 ++++++++++---------- 2 files changed, 28 insertions(+), 29 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 1 23:05:13 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 Dec 2010 22:05:13 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-27-g157ee40 Message-ID: This is an automated email from the git hooks/post-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 157ee4096b156988df2be8d145726b9d94cd5215 (commit) via 1c3214b6e6e310afd4c6a5faf063936d67b3b8d6 (commit) via 3f9b09fa0ad06affad1a44ec351178f595316798 (commit) via 90bb50959da12df78ca411198d8860b100cb65fe (commit) via 777ab9f7d10529b5676ceed36a75326951e783d9 (commit) via 26513408092499433bc24debf2f5864fa32623e8 (commit) via b358815bfb8f802f5d2397f82fc3657552cac208 (commit) via be3d9f6c13ac8be42974b3f27045112f7321a760 (commit) via 55bb361248cc466e06a6f4ffa0ae0de1f92ece02 (commit) via 288cbb1f57b359fd36837ff402ec09d95c63e1d9 (commit) via ae0387e21ef9e087def432616701b18c8adbb921 (commit) via c99ce7f3fdd12ad46329484ddf5d51e775d05e75 (commit) via faead6cbd2ef6693c0eed2db14d7776f432b1307 (commit) from bd5e6e9d89cd85fa3bf35c4fc3c90471380bd0f3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 157ee4096b156988df2be8d145726b9d94cd5215 Author: Owen Leonard Date: Sat Nov 13 14:14:39 2010 -0500 Fix for Bug 5048, Error in menu/submenu for select language in intranet Patch for HEAD. This issue was apparently solved quite a while ago in the OPAC. This patch copies that solution over to the staff client. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack (cherry picked from commit 1024eceec715fed2f5c38ac6998ff9be75240280) Signed-off-by: Chris Nighswonger commit 1c3214b6e6e310afd4c6a5faf063936d67b3b8d6 Author: Owen Leonard Date: Sat Nov 13 14:34:42 2010 -0500 Fix for Bug 5030 - Improve handling of duplicate patrons - Making duplicate patron warning dialog simpler but more explicit - Pointing duplicate patron preview window to new brief version of moremember.pl to display more patron details than the previous version. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack (cherry picked from commit 9f0495238de31cbdcacabe8f3986081f150ae2cb) Signed-off-by: Chris Nighswonger commit 3f9b09fa0ad06affad1a44ec351178f595316798 Author: Fr?d?ric Demians Date: Thu Nov 25 08:55:05 2010 +0100 Bug 5444 Fix misc/translate script for 'standard' Koha install [3.2] Should apply Signed-off-by: Chris Cormack (cherry picked from commit be65390d0693dc13c5d58b71a13ade5e2689e6b7) Signed-off-by: Chris Nighswonger commit 90bb50959da12df78ca411198d8860b100cb65fe Author: Ian Walls Date: Tue Nov 30 02:19:49 2010 -0500 Bug 4449: AllowHoldPolicyOverride does not override all hold policies This patch provides a universal override to any hold policy if the AllowHoldPolicyOverride is set. Amongst other overrides, this patch allows missing, non-checked out items to be placed on hold even with AllowShelfHolds turned off. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack (cherry picked from commit 5e8b078651624cee7bc4f86e206cf36c8ace9c4d) Signed-off-by: Chris Nighswonger commit 777ab9f7d10529b5676ceed36a75326951e783d9 Author: Owen Leonard Date: Sat Nov 13 14:42:05 2010 -0500 Fix for Bug 5029 - Update patron deletion error page - Styling error message with "dialog alert" class - Adding sidebar patron details to match other patron pages Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack (cherry picked from commit f7b3b0c75b3dd21dd9c1899f0e5103c3b8798810) Signed-off-by: Chris Nighswonger commit 26513408092499433bc24debf2f5864fa32623e8 Author: Galen Charlton Date: Sat Nov 13 22:37:10 2010 -0500 bug 5405: remove disused script catalogue/suggest.pl Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack (cherry picked from commit 9753368626e631ebb06929278d408453186c2528) Signed-off-by: Chris Nighswonger commit b358815bfb8f802f5d2397f82fc3657552cac208 Author: Owen Leonard Date: Thu Nov 18 19:37:16 2010 -0500 Further fixes for Bug 5142 - Untranslatable strings in tag review template Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack (cherry picked from commit 470dc1d37c457b9919200c61e369a4fb6207dbc1) Signed-off-by: Chris Nighswonger commit be3d9f6c13ac8be42974b3f27045112f7321a760 Author: Chris Cormack Date: Fri Nov 26 09:18:06 2010 +1300 Adding 3.2.1 release to the history Signed-off-by: Chris Cormack (cherry picked from commit a1aa1eea166c86dda5fdbc158c2499d4bb014474) Signed-off-by: Chris Nighswonger commit 55bb361248cc466e06a6f4ffa0ae0de1f92ece02 Author: Chris Cormack Date: Fri Nov 26 09:05:39 2010 +1300 Fixing formatting and links in the history document Signed-off-by: Chris Cormack (cherry picked from commit 5a71ffa0d3554faa08632fb748af1f5039c48921) Signed-off-by: Chris Nighswonger commit 288cbb1f57b359fd36837ff402ec09d95c63e1d9 Author: Colin Campbell Date: Fri Nov 26 14:39:18 2010 +0000 Fix some compile time errors reported in test suite redeclaration of itemnumber in RotatingCollections A couple of errors caused by retaining commas in qw() Signed-off-by: Chris Cormack (cherry picked from commit bc3dcdd733576fb66dd6431de29a2e401b77bd04) Signed-off-by: Chris Nighswonger commit ae0387e21ef9e087def432616701b18c8adbb921 Author: Colin Campbell Date: Fri Nov 26 16:31:35 2010 +0000 Bug 5448: Refactor Boolean.pm Remove unnecesssary export Use Exporter according to best practices Use Carp not warn so we know where the error string came from Don't create warnings manipulating undefined input Replace package variables by lexicals Signed-off-by: Chris Cormack (cherry picked from commit f08b33a9122aa908bb49a513b0ccd29c3c2b7562) Signed-off-by: Chris Nighswonger commit c99ce7f3fdd12ad46329484ddf5d51e775d05e75 Author: Colin Campbell Date: Fri Nov 26 16:31:34 2010 +0000 Bug 5448 Use Test::More in Boolean.t Use Test::More's structure as more readable Replaced a test of an used function with a use_ok test of the module Signed-off-by: Chris Cormack (cherry picked from commit 78be08c73e4265a996c4777a90757fd66991320a) Signed-off-by: Chris Nighswonger commit faead6cbd2ef6693c0eed2db14d7776f432b1307 Author: Ian Walls Date: Tue Nov 30 02:25:30 2010 -0500 Fixes bug 5232: Shelfname won't display on high-numbered lists This bugfix adds an explicit GetShelf for the specific shelfnumber when viewing that individual shelfnumber. This captures the shelfname, which was originally pulled from shelflist->{$shelfnumber}, which may not have been populated if the List in question was beyond the 20th private or public list in the system. Also adds a more explicit sort: the sort from the CGI takes top priority, then it falls back to the default sort for the list, and ultimate falls to 'title' if neither CGI nor default sort exist. Signed-off-by: Ian Walls Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack (cherry picked from commit 31439fc51adc7e32a2eff6608bf91e08fcbf0ade) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Boolean.pm | 69 +++++-------- C4/Creators.pm | 2 +- C4/Patroncards.pm | 2 +- C4/RotatingCollections.pm | 2 +- C4/VirtualShelves/Page.pm | 13 ++- catalogue/suggest.pl | 59 ----------- docs/history.txt | 47 +++++----- .../intranet-tmpl/prog/en/css/staff-global.css | 17 +++- .../prog/en/includes/intranet-bottom.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 55 +++++------ .../prog/en/modules/catalogue/suggest.tmpl | 51 ---------- .../prog/en/modules/members/borrowers_details.tmpl | 63 ------------ .../prog/en/modules/members/deletemem.tmpl | 10 +- .../prog/en/modules/members/memberentrygen.tmpl | 25 ++--- .../prog/en/modules/members/moremember-brief.tmpl | 97 ++++++++++++++++++ .../intranet-tmpl/prog/en/modules/tags/review.tmpl | 16 ++-- koha-tmpl/intranet-tmpl/prog/img/pop-up-link.png | Bin 0 -> 205 bytes members/borrowers_details.pl | 75 -------------- members/deletemem.pl | 24 +++++- members/moremember.pl | 3 + misc/translator/LangInstaller.pm | 3 +- reserve/request.pl | 3 + t/Boolean.t | 103 +++----------------- 23 files changed, 273 insertions(+), 468 deletions(-) delete mode 100755 catalogue/suggest.pl delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/suggest.tmpl delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/members/borrowers_details.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/img/pop-up-link.png delete mode 100755 members/borrowers_details.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 00:29:51 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Dec 2010 23:29:51 +0000 Subject: [koha-commits] main Koha release repository branch, new/awaiting_qa/analytical_records, updated. v3.02.00-210-ge4917c1 Message-ID: This is an automated email from the git hooks/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/awaiting_qa/analytical_records has been updated via e4917c172277c1549b606e90aab583b80721752a (commit) via c08a56abb7908eb587739feebfbf4209f6df8cf0 (commit) from 7236c9ea583ddd18a6b92b7086ad376c60883b57 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e4917c172277c1549b606e90aab583b80721752a Author: Savitra Sirohi Date: Thu Dec 2 17:02:25 2010 +0530 Analytical records: new command line script that establishes relationships between analytical records and host items and bibs The script looks for host field (MARC21 773) in records, and based on barcode in subfield o populates host bibnumber in subfield 0 and host itemnumber in subfield 9. The script can be run after an import of analytical records, it can also be run in the crontab to maintain the relationships commit c08a56abb7908eb587739feebfbf4209f6df8cf0 Author: Savitra Sirohi Date: Thu Dec 2 17:01:49 2010 +0530 Analytical records: storing bibnumber and itemnumber in subfields 0 and 9, plus other mapping changes ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 51 +++++++++-- C4/Items.pm | 8 +- cataloguing/additem.pl | 10 +- .../create_analytical_rel.pl} | 102 ++++++++++---------- 4 files changed, 103 insertions(+), 68 deletions(-) copy misc/{maintenance/sync_items_in_marc_bib.pl => migration_tools/create_analytical_rel.pl} (53%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 00:33:00 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Dec 2010 23:33:00 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5104, created. v3.02.00-250-geb2c10e Message-ID: This is an automated email from the git hooks/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/enh/bug_5104 has been created at eb2c10eff99ccd48bd23833be2c210014fd232fc (commit) - Log ----------------------------------------------------------------- commit eb2c10eff99ccd48bd23833be2c210014fd232fc Author: Katrin Fischer Date: Thu Dec 2 12:45:13 2010 +0000 Bug 5104: Add control number as search option to acq z39.50 search Adds control number as search option to z39.50 search in acquisitions. Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 00:34:31 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Dec 2010 23:34:31 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-250-geb2c10e Message-ID: This is an automated email from the git hooks/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 eb2c10eff99ccd48bd23833be2c210014fd232fc (commit) from 1024eceec715fed2f5c38ac6998ff9be75240280 (commit) Those revisions listed 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: acqui/z3950_search.pl | 6 ++++++ .../prog/en/modules/acqui/z3950_search.tmpl | 4 +++- 2 files changed, 9 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 00:40:43 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Dec 2010 23:40:43 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4908, created. v3.02.00-252-gbb03213 Message-ID: This is an automated email from the git hooks/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_4908 has been created at bb032138e72a6428e404d9f3593430b7fd989f45 (commit) - Log ----------------------------------------------------------------- commit bb032138e72a6428e404d9f3593430b7fd989f45 Author: Galen Charlton Date: Sat Nov 13 14:08:59 2010 -0500 bug 4908: rename temlate variable to branchname Using branchname is more accurate and could avoid a bug if/when the patron update function is made more sophisticated. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack commit d86c4aa8943054be2b94990c9778eacff9ec4259 Author: Owen Leonard Date: Sat Nov 13 14:08:58 2010 -0500 Fix for Bug 4908 - OPAC patron details page doesn't show patron's home library Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 00:41:40 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Dec 2010 23:41:40 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-252-gbb03213 Message-ID: This is an automated email from the git hooks/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 bb032138e72a6428e404d9f3593430b7fd989f45 (commit) via d86c4aa8943054be2b94990c9778eacff9ec4259 (commit) from eb2c10eff99ccd48bd23833be2c210014fd232fc (commit) Those revisions listed 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-userupdate.tmpl | 1 + opac/opac-userupdate.pl | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 00:54:53 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Dec 2010 23:54:53 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4983, created. v3.02.00-251-g05dd542 Message-ID: This is an automated email from the git hooks/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/enh/bug_4983 has been created at 05dd542cebf0e33b4dd1ee30d5b4190a6f18e277 (commit) - Log ----------------------------------------------------------------- commit 05dd542cebf0e33b4dd1ee30d5b4190a6f18e277 Author: Owen Leonard Date: Sat Nov 13 13:06:50 2010 -0500 Fix for Bug 4983 - Add edit record / edit item links to search results Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 00:55:11 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Dec 2010 23:55:11 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4851, created. v3.02.00-251-ge6ebf10 Message-ID: This is an automated email from the git hooks/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_4851 has been created at e6ebf10bba5d9ebec0f8d9995df16d2eb384f44f (commit) - Log ----------------------------------------------------------------- commit e6ebf10bba5d9ebec0f8d9995df16d2eb384f44f Author: Owen Leonard Date: Sat Nov 13 13:42:35 2010 -0500 Fix for Bug 4851 - Batch delete shouldn't show delete button if no items were found - Adding template flag to indicate valid results (hidden or not) - Clarifying warning messages based on various outcomes Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 00:55:41 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Dec 2010 23:55:41 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-256-gb36befa Message-ID: This is an automated email from the git hooks/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 b36befa821736129ca12dd502c9287b0ae0f4b55 (commit) via 836e0d2c03c74daed967f191bdb1ccde75376ad8 (commit) via 05dd542cebf0e33b4dd1ee30d5b4190a6f18e277 (commit) via e6ebf10bba5d9ebec0f8d9995df16d2eb384f44f (commit) from bb032138e72a6428e404d9f3593430b7fd989f45 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b36befa821736129ca12dd502c9287b0ae0f4b55 Merge: 836e0d2c03c74daed967f191bdb1ccde75376ad8 05dd542cebf0e33b4dd1ee30d5b4190a6f18e277 Author: Chris Cormack Date: Fri Dec 3 12:55:25 2010 +1300 Merge remote branch 'kc/new/enh/bug_4983' into kcmaster commit 836e0d2c03c74daed967f191bdb1ccde75376ad8 Merge: bb032138e72a6428e404d9f3593430b7fd989f45 e6ebf10bba5d9ebec0f8d9995df16d2eb384f44f Author: Chris Cormack Date: Fri Dec 3 12:55:20 2010 +1300 Merge remote branch 'kc/new/bug_4851' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 5 ++- .../prog/en/modules/catalogue/results.tmpl | 18 ++++++++++----- .../prog/en/modules/tools/batchMod-del.tmpl | 22 ++++++++++++------- tools/batchMod.pl | 3 ++ 4 files changed, 32 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 00:56:42 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 Dec 2010 23:56:42 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-257-g0252421 Message-ID: This is an automated email from the git hooks/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 02524213b3eba1166121bc7e2831f02e93ac941a (commit) from b36befa821736129ca12dd502c9287b0ae0f4b55 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 02524213b3eba1166121bc7e2831f02e93ac941a Author: Galen Charlton Date: Fri Nov 12 22:00:27 2010 -0500 bug 5397: display renew count consistently Display the renewal count for loans consistently; in particular, for loans that have never been renewed, display 0. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/circulation.tmpl | 2 +- .../prog/en/modules/members/moremember.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 01:04:21 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Dec 2010 00:04:21 +0000 Subject: [koha-commits] main Koha release repository branch, new/awaiting_qa/bug_4506, created. v3.02.00-271-g28b889a Message-ID: This is an automated email from the git hooks/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/awaiting_qa/bug_4506 has been created at 28b889a186b886439e93b219895777b22662927d (commit) - Log ----------------------------------------------------------------- commit 28b889a186b886439e93b219895777b22662927d Author: Katrin Fischer Date: Mon Sep 27 06:56:04 2010 +0200 Bug 4506: Correct wrong links in intranet Set links in intranet were opac links. commit 2e982b97a2f10b0cd792fa599aba8cb83a13c2cf Author: Katrin Fischer Date: Mon Sep 27 06:47:57 2010 +0200 Bug 4506: Add rcn links to host item entry = 773 Add links using control number in $w to host item entry. commit 54a4674e7bee41523a41c19083f3050ac6badbf5 Author: Katrin Fischer Date: Mon Sep 27 06:34:18 2010 +0200 Bug 4506: Add rcn links to 780 and 785 Add links using control number in $w to preceeding and succeeding entry. commit dc5976ad93c11cb2a1f9b29c3c2e612f9355405b Author: Katrin Fischer Date: Mon Sep 27 06:17:16 2010 +0200 Bug 4506: Add link to volumes of traced series to series record Changed link to volumes of sets to work for traced series too. Now if the user finds a series or set record in the database, there is always a link to search for the associated recos with items. commit b7c3298ad36fbd11207a328d6db7d03ea6bb3a84 Author: Katrin Fischer Date: Mon Sep 27 05:57:16 2010 +0200 Bug 4506: Traced series Add separate display of traced series. Use $w and index rcn for link if $w exists, else show text link. commit 052089a1f90dbf4ff97be6af727b3d554aa3314e Author: Katrin Fischer Date: Mon Sep 27 01:55:45 2010 +0200 Bug 4506: Add links to other editions, some minor corrections A new label 'Other editions:' is added with links to other editions. The link starts a search for control number from 775$w in index control number. A check for existence of $w/001 is added to always provide a fallback to a search for the link text. Take care of repeated 773 fields. commit 07ba4f52d7120407f737872c71740f88a0de7986 Author: Katrin Fischer Date: Sun Sep 26 23:42:07 2010 +0200 Bug 4506: Add volume > set link A new label 'Set:' is added with a link to the set. The link starts a search for control number from 773$w in index control number. A syspref UseControlNumber will be added later, to provide a fallback to a search by 245$a, which is also the title of the set. commit 71500b0ca4c146b2b73ee0b79a9fe391d54b265e Author: Katrin Fischer Date: Sun Sep 26 23:21:43 2010 +0200 Bug 4506: Add set > volume link A new label 'Volumes:' is added with a link 'Show volumes'. The link starts a search fcontrol number from 001 in index rcn = Record control number. A syspref UseControlNumber will be added later, to provide a fallback to a search by title. commit b59f1b12a17a7347f11d251ba07461d7fa22ce4c Author: Katrin Fischer Date: Sun Sep 26 22:44:15 2010 +0200 Bug 4506: New icon for sets Show an own icon for sets - LDR 19 = a commit 25429acc5c6b183267c4ad20e940fe2578c2fff7 Author: Katrin Fischer Date: Thu Jun 17 17:28:07 2010 +0200 BUG 4506: Add 8xx $w subfields to MARC-Frameworks de-DE commit 3eda2460b63fd80feddfbc2df137429fc72fb155 Author: Katrin Fischer Date: Sun Sep 26 21:35:34 2010 +0200 Bug 4506: Some work on article to serial links - changes search links to use Title index - show article icon in intranet like in opac commit a8dde7a71ddaa9ce1864efb55f4bfedc504e3d61 Author: Katrin Fischer Date: Sun May 23 16:36:29 2010 +0200 BUG 4506: Add 8xx $w subfields to MARC-Frameworks pl-PL ru-RU and uk-UA have no files for MARC21 Signed-off-by: Katrin Fischer commit 66b9556c9b1768a3aff9406b809abe9b8c274c86 Author: Katrin Fischer Date: Fri May 21 18:00:05 2010 +0200 BUG 4506: Add 8xx $w subfields to MARC-Frameworks en, fr-FR commit 077839639e5b93c1e2c73ae1f8390033e06d1d1b Author: Katrin Fischer Date: Fri May 14 18:01:56 2010 +0200 Bug 4506: Add index Record-control-number = rcn for indexing of $w subfields ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 01:16:52 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Dec 2010 00:16:52 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-30-g1a3ae8f Message-ID: This is an automated email from the git hooks/post-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 1a3ae8f0d3c188f01639a01f892b3c6f428d647b (commit) via 0935ee139e616fcc9e70c32a177f13a106d1b75e (commit) via adf93917bdd22759bcc263afbf77eef29398da32 (commit) from 157ee4096b156988df2be8d145726b9d94cd5215 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1a3ae8f0d3c188f01639a01f892b3c6f428d647b Author: Galen Charlton Date: Fri Nov 12 22:00:27 2010 -0500 bug 5397: display renew count consistently Display the renewal count for loans consistently; in particular, for loans that have never been renewed, display 0. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack (cherry picked from commit 02524213b3eba1166121bc7e2831f02e93ac941a) Signed-off-by: Chris Nighswonger commit 0935ee139e616fcc9e70c32a177f13a106d1b75e Author: Owen Leonard Date: Sat Nov 13 13:06:50 2010 -0500 Fix for Bug 4983 - Add edit record / edit item links to search results Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack (cherry picked from commit 05dd542cebf0e33b4dd1ee30d5b4190a6f18e277) Signed-off-by: Chris Nighswonger commit adf93917bdd22759bcc263afbf77eef29398da32 Author: Owen Leonard Date: Sat Nov 13 13:42:35 2010 -0500 Fix for Bug 4851 - Batch delete shouldn't show delete button if no items were found - Adding template flag to indicate valid results (hidden or not) - Clarifying warning messages based on various outcomes Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack (cherry picked from commit e6ebf10bba5d9ebec0f8d9995df16d2eb384f44f) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 5 ++- .../prog/en/modules/catalogue/results.tmpl | 18 ++++++++++----- .../prog/en/modules/circ/circulation.tmpl | 2 +- .../prog/en/modules/members/moremember.tmpl | 2 +- .../prog/en/modules/tools/batchMod-del.tmpl | 22 ++++++++++++------- tools/batchMod.pl | 3 ++ 6 files changed, 34 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 3 02:13:38 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 Dec 2010 01:13:38 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-32-gce763e5 Message-ID: This is an automated email from the git hooks/post-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 ce763e58ff47a5ab413a97862fcf905fb73aff82 (commit) via 4e0f420eed65fe9f312fdfe578b7d4e09c040120 (commit) from 1a3ae8f0d3c188f01639a01f892b3c6f428d647b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ce763e58ff47a5ab413a97862fcf905fb73aff82 Author: Galen Charlton Date: Sat Nov 13 14:08:59 2010 -0500 bug 4908: rename temlate variable to branchname Using branchname is more accurate and could avoid a bug if/when the patron update function is made more sophisticated. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack (cherry picked from commit bb032138e72a6428e404d9f3593430b7fd989f45) Signed-off-by: Chris Nighswonger commit 4e0f420eed65fe9f312fdfe578b7d4e09c040120 Author: Owen Leonard Date: Sat Nov 13 14:08:58 2010 -0500 Fix for Bug 4908 - OPAC patron details page doesn't show patron's home library Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack (cherry picked from commit d86c4aa8943054be2b94990c9778eacff9ec4259) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-userupdate.tmpl | 1 + opac/opac-userupdate.pl | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 6 20:57:55 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Dec 2010 19:57:55 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5457, created. v3.02.00-258-g31622bc Message-ID: This is an automated email from the git hooks/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_5457 has been created at 31622bc6b3fe1f42d78c13c890ca2706dc41e86c (commit) - Log ----------------------------------------------------------------- commit 31622bc6b3fe1f42d78c13c890ca2706dc41e86c Author: Ian Walls Date: Thu Dec 2 09:29:27 2010 -0500 Bug 5457: gather_print_notices.pl requires explicit stylesheet Adds a conditional around the opening and closing of STYLESHEET, testing on whether the $stylesheet variable is set or not. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 6 20:58:53 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Dec 2010 19:58:53 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-258-g31622bc Message-ID: This is an automated email from the git hooks/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 31622bc6b3fe1f42d78c13c890ca2706dc41e86c (commit) from 02524213b3eba1166121bc7e2831f02e93ac941a (commit) Those revisions listed 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/gather_print_notices.pl | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 6 21:07:48 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Dec 2010 20:07:48 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5460, created. v3.02.00-259-gb112ec8 Message-ID: This is an automated email from the git hooks/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_5460 has been created at b112ec8ff4486a6391a544163ac4ec27aceccb79 (commit) - Log ----------------------------------------------------------------- commit b112ec8ff4486a6391a544163ac4ec27aceccb79 Author: Ian Walls Date: Thu Dec 2 09:45:29 2010 -0500 Bug 5460: AutoEmailPrimaryAddress set to invalid value in sysprefs.sql Fixes de-DE, en, fr-FR, pl-PL, ru-RU and uk-UA default install values for this system preference (changing from '0' to 'OFF', the preferred value). Signed-off-by: Ian Walls Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 6 21:09:44 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Dec 2010 20:09:44 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-259-gb112ec8 Message-ID: This is an automated email from the git hooks/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 b112ec8ff4486a6391a544163ac4ec27aceccb79 (commit) from 31622bc6b3fe1f42d78c13c890ca2706dc41e86c (commit) Those revisions listed 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/de-DE/mandatory/sysprefs.sql | 2 +- installer/data/mysql/en/mandatory/sysprefs.sql | 2 +- .../1-Obligatoire/unimarc_standard_systemprefs.sql | 2 +- installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 2 +- ...m_preferences_full_optimal_for_install_only.sql | 2 +- ...m_preferences_full_optimal_for_install_only.sql | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 6 21:29:23 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Dec 2010 20:29:23 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_3285, created. v3.02.00-260-ge54169b Message-ID: This is an automated email from the git hooks/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_3285 has been created at e54169ba0f06cd835d72936e14012933a67793e7 (commit) - Log ----------------------------------------------------------------- commit e54169ba0f06cd835d72936e14012933a67793e7 Author: Owen Leonard Date: Mon Dec 6 11:56:12 2010 +0000 Incremental fix for Bug 3285 - Location on Add Subscription should be pull down - Adds location dropdown to subscription edit form - Pulls authorised value for display on subscription detail page - Adds function for pulling authorised value description based on category and value This patch does NOT implement automatic preselection of the shelving location form field on the serial add item screen. This must be worked out in order for the bug to be closed. Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 6 21:30:14 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Dec 2010 20:30:14 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-260-ge54169b Message-ID: This is an automated email from the git hooks/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 e54169ba0f06cd835d72936e14012933a67793e7 (commit) from b112ec8ff4486a6391a544163ac4ec27aceccb79 (commit) Those revisions listed 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/Koha.pm | 22 ++++++++++++++++++++ .../prog/en/modules/serials/subscription-add.tmpl | 5 +++- serials/subscription-add.pl | 4 +++ serials/subscription-detail.pl | 2 +- 4 files changed, 31 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 6 23:27:42 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 Dec 2010 22:27:42 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-35-gd941d85 Message-ID: This is an automated email from the git hooks/post-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 d941d85712eaa4b58bc6fc071a7585efeb2ceb02 (commit) via 7f8130e433548ac3efaa0f45f4779d0897cd5704 (commit) via f86e6f5d2412b1cdca009954a654457a5bbb087f (commit) from ce763e58ff47a5ab413a97862fcf905fb73aff82 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d941d85712eaa4b58bc6fc071a7585efeb2ceb02 Author: Owen Leonard Date: Mon Dec 6 11:56:12 2010 +0000 Incremental fix for Bug 3285 - Location on Add Subscription should be pull down - Adds location dropdown to subscription edit form - Pulls authorised value for display on subscription detail page - Adds function for pulling authorised value description based on category and value This patch does NOT implement automatic preselection of the shelving location form field on the serial add item screen. This must be worked out in order for the bug to be closed. Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack (cherry picked from commit e54169ba0f06cd835d72936e14012933a67793e7) Signed-off-by: Chris Nighswonger commit 7f8130e433548ac3efaa0f45f4779d0897cd5704 Author: Ian Walls Date: Thu Dec 2 09:45:29 2010 -0500 Bug 5460: AutoEmailPrimaryAddress set to invalid value in sysprefs.sql Fixes de-DE, en, fr-FR, pl-PL, ru-RU and uk-UA default install values for this system preference (changing from '0' to 'OFF', the preferred value). Signed-off-by: Ian Walls Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack (cherry picked from commit b112ec8ff4486a6391a544163ac4ec27aceccb79) Signed-off-by: Chris Nighswonger commit f86e6f5d2412b1cdca009954a654457a5bbb087f Author: Ian Walls Date: Thu Dec 2 09:29:27 2010 -0500 Bug 5457: gather_print_notices.pl requires explicit stylesheet Adds a conditional around the opening and closing of STYLESHEET, testing on whether the $stylesheet variable is set or not. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack (cherry picked from commit 31622bc6b3fe1f42d78c13c890ca2706dc41e86c) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 22 ++++++++++++++++++++ installer/data/mysql/de-DE/mandatory/sysprefs.sql | 2 +- installer/data/mysql/en/mandatory/sysprefs.sql | 2 +- .../1-Obligatoire/unimarc_standard_systemprefs.sql | 2 +- installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 2 +- ...m_preferences_full_optimal_for_install_only.sql | 2 +- ...m_preferences_full_optimal_for_install_only.sql | 2 +- .../prog/en/modules/serials/subscription-add.tmpl | 5 +++- misc/cronjobs/gather_print_notices.pl | 8 ++++-- serials/subscription-add.pl | 4 +++ serials/subscription-detail.pl | 2 +- 11 files changed, 42 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 11 19:51:03 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 11 Dec 2010 18:51:03 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5446, created. v3.02.00-262-g7626463 Message-ID: This is an automated email from the git hooks/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_5446 has been created at 76264638ccd16600fa063fe19475e73177763916 (commit) - Log ----------------------------------------------------------------- commit 76264638ccd16600fa063fe19475e73177763916 Author: f.demians at tamil.fr <(frederic at tamil.fr)> Date: Fri Nov 26 08:22:45 2010 +0100 Bug 5446 Item creation in Acquisition module doesn't control mandatory field Add some JS validing form, so saving an order is blocked if any item mandatory field is empty. Signed-off-by: Koustubha Kale commit 27828231d42c50eb6c0f671b0aba6d5476443465 Author: Katrin Fischer Date: Wed Sep 15 14:47:55 2010 +0200 Add BSZ to Koha's About page Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 11 19:54:11 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 11 Dec 2010 18:54:11 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5467, created. v3.02.00-263-g5633b42 Message-ID: This is an automated email from the git hooks/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_5467 has been created at 5633b423e3622f21842e38598f208e5da588f7e5 (commit) - Log ----------------------------------------------------------------- commit 5633b423e3622f21842e38598f208e5da588f7e5 Author: Katrin Fischer Date: Mon Dec 6 09:55:03 2010 -0500 Bug 5467: Kits shown wrong as visual material in XSLT displays - reused icon for mixed materials for kits - fixed missing icon for mixed materials Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 11 19:55:09 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 11 Dec 2010 18:55:09 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-263-g5633b42 Message-ID: This is an automated email from the git hooks/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 5633b423e3622f21842e38598f208e5da588f7e5 (commit) via 76264638ccd16600fa063fe19475e73177763916 (commit) via 27828231d42c50eb6c0f671b0aba6d5476443465 (commit) from e54169ba0f06cd835d72936e14012933a67793e7 (commit) Those revisions listed 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/modules/about.tmpl | 1 + .../prog/en/modules/acqui/neworderempty.tmpl | 15 ++++++++++++++- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 7 ++++--- .../prog/img/famfamfam/{MM.png => MX.png} | Bin 760 -> 760 bytes .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 7 ++++--- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 9 +++++---- .../MM.png => opac-tmpl/prog/famfamfam/MX.png} | Bin 760 -> 760 bytes 7 files changed, 28 insertions(+), 11 deletions(-) copy koha-tmpl/intranet-tmpl/prog/img/famfamfam/{MM.png => MX.png} (100%) copy koha-tmpl/{intranet-tmpl/prog/img/famfamfam/MM.png => opac-tmpl/prog/famfamfam/MX.png} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 11 20:01:31 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 11 Dec 2010 19:01:31 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4832, created. v3.02.00-264-gc9f3f28 Message-ID: This is an automated email from the git hooks/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_4832 has been created at c9f3f2872f8ca15eed8bcd73fcd498f81ad7d5df (commit) - Log ----------------------------------------------------------------- commit c9f3f2872f8ca15eed8bcd73fcd498f81ad7d5df Author: Owen Leonard Date: Mon Dec 6 16:41:17 2010 +0100 Fix for 4832 - Re-editing a suggestion changes the item type Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 11 20:02:13 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 11 Dec 2010 19:02:13 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-264-gc9f3f28 Message-ID: This is an automated email from the git hooks/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 c9f3f2872f8ca15eed8bcd73fcd498f81ad7d5df (commit) from 5633b423e3622f21842e38598f208e5da588f7e5 (commit) Those revisions listed 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/suggestion/suggestion.tmpl | 2 +- suggestion/suggestion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 03:26:08 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 02:26:08 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-39-g02f21b9 Message-ID: This is an automated email from the git hooks/post-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 02f21b98fce4d0c8cd5ea6567827994f04194150 (commit) via 9c2231b93553889ca19bead215abd57a18b431f7 (commit) via 00dd132acda807c57a51397fb70c6db84461d14a (commit) via ff14e53c020a670d7474c2e7ac2aedf75c1c047f (commit) from d941d85712eaa4b58bc6fc071a7585efeb2ceb02 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 02f21b98fce4d0c8cd5ea6567827994f04194150 Author: Owen Leonard Date: Mon Dec 6 16:41:17 2010 +0100 Fix for 4832 - Re-editing a suggestion changes the item type Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit c9f3f2872f8ca15eed8bcd73fcd498f81ad7d5df) Signed-off-by: Chris Nighswonger commit 9c2231b93553889ca19bead215abd57a18b431f7 Author: Katrin Fischer Date: Mon Dec 6 09:55:03 2010 -0500 Bug 5467: Kits shown wrong as visual material in XSLT displays - reused icon for mixed materials for kits - fixed missing icon for mixed materials Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit 5633b423e3622f21842e38598f208e5da588f7e5) Signed-off-by: Chris Nighswonger commit 00dd132acda807c57a51397fb70c6db84461d14a Author: f.demians at tamil.fr <(frederic at tamil.fr)> Date: Fri Nov 26 08:22:45 2010 +0100 Bug 5446 Item creation in Acquisition module doesn't control mandatory field Add some JS validing form, so saving an order is blocked if any item mandatory field is empty. Signed-off-by: Koustubha Kale (cherry picked from commit 76264638ccd16600fa063fe19475e73177763916) Signed-off-by: Chris Nighswonger commit ff14e53c020a670d7474c2e7ac2aedf75c1c047f Author: Katrin Fischer Date: Wed Sep 15 14:47:55 2010 +0200 Add BSZ to Koha's About page Signed-off-by: Chris Cormack (cherry picked from commit 27828231d42c50eb6c0f671b0aba6d5476443465) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl | 1 + .../prog/en/modules/acqui/neworderempty.tmpl | 15 ++++++++++++++- .../prog/en/modules/suggestion/suggestion.tmpl | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 7 ++++--- .../prog/img/famfamfam/{MM.png => MX.png} | Bin 760 -> 760 bytes .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 7 ++++--- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 9 +++++---- .../MM.png => opac-tmpl/prog/famfamfam/MX.png} | Bin 760 -> 760 bytes suggestion/suggestion.pl | 2 +- 9 files changed, 30 insertions(+), 13 deletions(-) copy koha-tmpl/intranet-tmpl/prog/img/famfamfam/{MM.png => MX.png} (100%) copy koha-tmpl/{intranet-tmpl/prog/img/famfamfam/MM.png => opac-tmpl/prog/famfamfam/MX.png} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:14:22 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:14:22 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5022, created. v3.02.00-265-gaa6ce93 Message-ID: This is an automated email from the git hooks/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_5022 has been created at aa6ce934d9fc3eb260211292c44ae941fe214330 (commit) - Log ----------------------------------------------------------------- commit aa6ce934d9fc3eb260211292c44ae941fe214330 Author: Colin Campbell Date: Mon Dec 6 16:48:47 2010 +0100 Bug 5022 Supplements were not saved correctly No subscription id was set Also entered a default arrived date on the supplement And removed errors due to bad dates returned from GetSerials Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:16:25 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:16:25 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4500, created. v3.02.00-266-g692786b Message-ID: This is an automated email from the git hooks/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_4500 has been created at 692786b51922e75dae76403a7a3317f7aae13905 (commit) - Log ----------------------------------------------------------------- commit 692786b51922e75dae76403a7a3317f7aae13905 Author: Robin Sheat Date: Mon Dec 6 16:58:04 2010 +0100 Bug 4500 - remove commas from price formatting Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:20:54 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:20:54 +0000 Subject: [koha-commits] main Koha release repository branch, new/awaiting_qa/bug_5226, updated. v3.02.00-216-g4aa5d3f Message-ID: This is an automated email from the git hooks/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/awaiting_qa/bug_5226 has been updated via 4aa5d3f97efe37ad596d0fe86d6eb28b57b61e96 (commit) from 88fa450db503ac726a0a8a2ab50957d77319ee6f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4aa5d3f97efe37ad596d0fe86d6eb28b57b61e96 Author: Katrin Fischer Date: Mon Dec 6 18:43:01 2010 +0100 Bug 5226: Follow up to new/awaiting_qa/bug_5226 This patch adds the field definition to - it-IT (default and sample frameworks) - de-DE, en, fr-FR, pl-PL (sample frameworks) I am not sure about the database update. If we want to do that, it should perhaps update all frameworks and languages. At the moment only en and de-DE default frameworks are updated. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../optional/marc21_simple_bib_frameworks.sql | 8 ++++++++ .../optional/marc21_simple_bib_frameworks.sql | 8 ++++++++ .../Optionnel/marc21_simple_bib_frameworks.sql | 8 ++++++++ .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + .../optional/marc21_simple_bib_frameworks.sql | 8 ++++++++ .../optional/marc21_simple_bib_frameworks.sql | 8 ++++++++ 6 files changed, 41 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:26:38 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:26:38 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5475, created. v3.02.00-268-g37a17d8 Message-ID: This is an automated email from the git hooks/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_5475 has been created at 37a17d8fadf745aa9a236f96a1fb5c9665651f04 (commit) - Log ----------------------------------------------------------------- commit 37a17d8fadf745aa9a236f96a1fb5c9665651f04 Author: Fr?d?ric Demians Date: Mon Dec 6 14:52:06 2010 -0500 Bug 5475 Wrong messages date formating on Check Out page On the Check Out page, messages related to the borrower are displayed on the right side. Message text is preceded by a date and library code. The date is displayed in US format (mm/dd/YYY). Is should be displayed formated depending on 'dateformat' syspref. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack commit fefd158f424939fc473f54a2ffe4ee0e39ffba08 Author: Jean-Andr? Santoni Date: Mon Dec 6 18:00:21 2010 +0000 Ergonomy improvement in smart rule management Added a jQuery table filter, usefull when you have a lot of rows. This filter works on the entire row and allows you for exemple to type "Adul Perio 5". Indentation cleaning. Added tabs to filter colums on 4 axes: All, Issues, Fines and Reserves. Moved the table filter to the right of the tabs. Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:27:28 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:27:28 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-268-g37a17d8 Message-ID: This is an automated email from the git hooks/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 37a17d8fadf745aa9a236f96a1fb5c9665651f04 (commit) via fefd158f424939fc473f54a2ffe4ee0e39ffba08 (commit) via 692786b51922e75dae76403a7a3317f7aae13905 (commit) via aa6ce934d9fc3eb260211292c44ae941fe214330 (commit) from c9f3f2872f8ca15eed8bcd73fcd498f81ad7d5df (commit) Those revisions listed 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/Members.pm | 4 +- C4/Serials.pm | 19 ++- admin/aqbudgetperiods.pl | 1 + .../en/lib/jquery/plugins/jquery.uitablefilter.js | 90 +++++++++++++ .../prog/en/modules/admin/smart-rules.tmpl | 141 ++++++++++++++------ .../prog/en/modules/serials/serials-edit.tmpl | 8 +- serials/serials-edit.pl | 16 ++- 7 files changed, 227 insertions(+), 52 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.uitablefilter.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:30:29 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:30:29 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_2808, created. v3.02.00-269-ge29a123 Message-ID: This is an automated email from the git hooks/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_2808 has been created at e29a123a9bae93ca1247737e508e93104b3de2e7 (commit) - Log ----------------------------------------------------------------- commit e29a123a9bae93ca1247737e508e93104b3de2e7 Author: Owen Leonard Date: Mon Dec 6 22:07:02 2010 +0100 Fix for Bug 2808, Hold queue not alphabetizing White space in the biblio-default-view include and in the page template caused sorting on title or patron to be incorrect. Signed-off-by: Fr?d?ric Demians Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:31:34 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:31:34 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-269-ge29a123 Message-ID: This is an automated email from the git hooks/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 e29a123a9bae93ca1247737e508e93104b3de2e7 (commit) from 37a17d8fadf745aa9a236f96a1fb5c9665651f04 (commit) Those revisions listed 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/includes/biblio-default-view.inc | 10 +------- .../prog/en/modules/circ/waitingreserves.tmpl | 24 +++++--------------- 2 files changed, 7 insertions(+), 27 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:36:37 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:36:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/awaiting_qa/enh/bug_5422, created. v3.02.00-275-ga853918 Message-ID: This is an automated email from the git hooks/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/awaiting_qa/enh/bug_5422 has been created at a85391886036ec4ecbf1d39ef937d029cef9f655 (commit) - Log ----------------------------------------------------------------- commit a85391886036ec4ecbf1d39ef937d029cef9f655 Author: Katrin Fischer Date: Mon Dec 6 07:32:58 2010 +0100 Bug 5422: Small layout correction to borrower search result list commit d3a36edd52ff7fd2ba8cda48eaf2dc53f3c9ab51 Author: Owen Leonard Date: Fri Dec 3 11:16:57 2010 -0500 Adding state to output of patron search results screen commit 0ccba84808bcd1a7cf97d5781068fa195abdf47c Author: Katrin Fischer Date: Thu Dec 2 07:30:42 2010 +0100 Bug 5422: Add missing fields to deletedborrowers and change datatype to text commit 4050be7300681a43f17c07da596169ca26c155f7 Author: Owen Leonard Date: Wed Nov 24 10:50:39 2010 -0500 Additional fixes for Bug 5422, Separate state field for patron's adresses Adding state variable to various circ and member pages so that sidebar display of patron details includes state. commit 9c676adce8d10e72a67d938520b7120d1d5d1750 Author: Katrin Fischer Date: Sun Nov 21 02:48:52 2010 +0100 Bug 5422: Separate state field for patron's addresses commit de96e09a48bf49ada9337470ed4571b1a58cc174 Author: Katrin Fischer Date: Sun Nov 21 02:47:41 2010 +0100 Bug 5422: Separate state field for patron's addresses - database update ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:41:05 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:41:05 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5418, created. v3.02.00-270-ge4cbc4f Message-ID: This is an automated email from the git hooks/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/enh/bug_5418 has been created at e4cbc4f421fbea16b0f99cff6d96ba4e6343b59a (commit) - Log ----------------------------------------------------------------- commit e4cbc4f421fbea16b0f99cff6d96ba4e6343b59a Author: Koustubha Kale Date: Tue Dec 7 04:06:47 2010 +0100 Bug 5418: Rev-5 patch new itemBarcodeInputFilter for libsuite8 style barcodes In India a ILS product called Libsuite8 prints barcodes like b0007432. The barcode is not stored anywhere in libsuite8's database. Neither is barcode available in any of the reports generated by the software. The barcode 'b0007432' when scanned into the libsuite8 software is de-constructed like 'b' which is the itemtype i.e. Book in this instance, and '7432' which is the 'Accession Number'. The software then takes the logged in staff's branchcode and does a join on three tables 'Location', 'Media_Type', and 'Books' to retrieve the particular record from the database. There is no possibility of recreating the barcodes for insertion in Koha while doing a retrospective conversion, because of arbitrary length of the barcode string AND arbitrary number of zeros in the numeric part of the printed barcode AND the fact that there are no reports available from the software which contain barcodes AND the fact that the barcode is not stored in the database. But most importantly due to the simple fact that printed barcodes are duplicated among branches. Therefore this patch emulates the functionality of Libsuite8 software of converting the scanned barcode into one stored in Koha using the itemBarcodeInputFilter system preference. To use this new itemBarcodeInputFilter systempreference choice called 'libsuite8', the barcodes stored in Koha must match the pattern of --. This is easy to achieve while doing retrospective conversion from Libsuite8 to Koha. As expected the itemBarcodeInputFilter will return unmodified barcode if presented with a barcode of pattern -- This revision corrects the way updatedatabase.pl is changed in order to correctly update version and insert the libsuite8 option in the database. Also kohaversion.pl is changed in the recommended format of 3.0X.0X.XXX to reflect database has changed. This revision also changes the erronorous itemBarcodeInputFilter description in koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref from 'scanned patron barcodes' to 'scanned item barcodes' there by eliminating need for a separate patch for bug 5417. Signed-off-by: Katrin Fischer 1) applied patch to HEAD 2) set next database number in kohaversion.pl and updatedatabase.pl 3) webinstaller kicked in, update ok 4) typed the barcodes from test cases into check-in Barcodes used my local branch code, everything seemed ok to me. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:43:23 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:43:23 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-271-gb133918 Message-ID: This is an automated email from the git hooks/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 b133918d0abf8e14bb0af365f466465f9abe6d72 (commit) via e4cbc4f421fbea16b0f99cff6d96ba4e6343b59a (commit) from e29a123a9bae93ca1247737e508e93104b3de2e7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b133918d0abf8e14bb0af365f466465f9abe6d72 Author: Chris Cormack Date: Sun Dec 12 20:42:43 2010 +1300 Bumping version number ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 9 +++++++++ installer/data/mysql/en/mandatory/sysprefs.sql | 2 +- installer/data/mysql/updatedatabase.pl | 8 ++++++++ .../en/modules/admin/preferences/circulation.pref | 3 ++- .../prog/en/modules/circ/circulation.tmpl | 2 +- kohaversion.pl | 2 +- t/Circulation_barcodedecode.t | 6 +++++- 7 files changed, 27 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 08:52:10 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 07:52:10 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-272-g4231386 Message-ID: This is an automated email from the git hooks/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 423138606eabcae2b9960d1a9841f0ca51f9fd46 (commit) from b133918d0abf8e14bb0af365f466465f9abe6d72 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 423138606eabcae2b9960d1a9841f0ca51f9fd46 Author: Chris Cormack Date: Sun Dec 12 20:48:56 2010 +1300 Updating test for systprefs to give more useful output ----------------------------------------------------------------------- Summary of changes: xt/syspref.t | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 09:07:54 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 08:07:54 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4935, created. v3.02.00-270-g61957d0 Message-ID: This is an automated email from the git hooks/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_4935 has been created at 61957d07ce718ff3a24bf507828f7d313522f9c3 (commit) - Log ----------------------------------------------------------------- commit 61957d07ce718ff3a24bf507828f7d313522f9c3 Author: Liz Rea Date: Wed Dec 8 15:15:10 2010 -0500 Bug 4935: fix for allowing authorized values to be "unset" Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 09:08:33 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 08:08:33 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-274-gabee9fe Message-ID: This is an automated email from the git hooks/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 abee9fee61aca16408d85b1db09543adf52431f1 (commit) via 61957d07ce718ff3a24bf507828f7d313522f9c3 (commit) from 423138606eabcae2b9960d1a9841f0ca51f9fd46 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit abee9fee61aca16408d85b1db09543adf52431f1 Merge: 423138606eabcae2b9960d1a9841f0ca51f9fd46 61957d07ce718ff3a24bf507828f7d313522f9c3 Author: Chris Cormack Date: Sun Dec 12 21:08:19 2010 +1300 Merge remote branch 'kc/new/bug_4935' into kcmaster ----------------------------------------------------------------------- Summary of changes: tools/batchMod.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 10:50:41 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 09:50:41 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5455, created. v3.02.00-276-g434c1d6 Message-ID: This is an automated email from the git hooks/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_5455 has been created at 434c1d648325cbae1750a6052bab845a1f450694 (commit) - Log ----------------------------------------------------------------- commit 434c1d648325cbae1750a6052bab845a1f450694 Author: Marcel de Rooy Date: Thu Dec 9 12:36:07 2010 +0000 bug5455 (Fix uninitialized-warnings on authorities.pl) Fix warnings for uninitialized authtypecode on lines 646, 653. Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack commit 8b3a2ecebd986ac42820eada891463efc014194c Author: Robin Sheat Date: Thu Dec 9 14:27:43 2010 +1300 Bug 5479 - Update package building scripts Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 10:51:55 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 09:51:55 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-276-g434c1d6 Message-ID: This is an automated email from the git hooks/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 434c1d648325cbae1750a6052bab845a1f450694 (commit) via 8b3a2ecebd986ac42820eada891463efc014194c (commit) from abee9fee61aca16408d85b1db09543adf52431f1 (commit) Those revisions listed 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: authorities/authorities.pl | 4 +++- debian/build-git-snapshot | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 10:58:05 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 09:58:05 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-277-g4fc8885 Message-ID: This is an automated email from the git hooks/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 4fc888572be10bbc3981dfd02f8e9ba0cfa73612 (commit) from 434c1d648325cbae1750a6052bab845a1f450694 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4fc888572be10bbc3981dfd02f8e9ba0cfa73612 Author: Chris Cormack Date: Sun Dec 12 22:57:28 2010 +1300 Adding another developer to the Koha history, 120 now! ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 20:31:18 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 19:31:18 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-49-g5acb8a2 Message-ID: This is an automated email from the git hooks/post-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 5acb8a2c6083f82095d16ef35989b35862cc4e22 (commit) via fdc9905e35c197f80d8f5929a3f44dbcd7d3f2de (commit) via 0fc64a62efcdfc0ee3cfa0076bf8a0ab6ac60ad2 (commit) via d4ccf67231b05b179f72ebee268e9a8913341c9c (commit) via 0a44de48d85c04f9f9943eca01d4a26942328919 (commit) via 5665a3d4b02be7374b2981c3f3c23933192759c4 (commit) via e1cf24e89c9654fd0ef8f4cb85257674963ddf70 (commit) via 8ad55cbdcf4263c56ad88be2abebfb92690e74e5 (commit) via ddac69c1e8afc4606cb0c0ed53ddcb5fc082acf6 (commit) via 5ce340e8ba6840491940ef056fc5debb1ab07c53 (commit) from 02f21b98fce4d0c8cd5ea6567827994f04194150 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5acb8a2c6083f82095d16ef35989b35862cc4e22 Author: Chris Cormack Date: Sun Dec 12 22:57:28 2010 +1300 Adding another developer to the Koha history, 120 now! (cherry picked from commit 4fc888572be10bbc3981dfd02f8e9ba0cfa73612) Signed-off-by: Chris Nighswonger commit fdc9905e35c197f80d8f5929a3f44dbcd7d3f2de Author: Marcel de Rooy Date: Thu Dec 9 12:36:07 2010 +0000 bug5455 (Fix uninitialized-warnings on authorities.pl) Fix warnings for uninitialized authtypecode on lines 646, 653. Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack (cherry picked from commit 434c1d648325cbae1750a6052bab845a1f450694) Signed-off-by: Chris Nighswonger commit 0fc64a62efcdfc0ee3cfa0076bf8a0ab6ac60ad2 Author: Robin Sheat Date: Thu Dec 9 14:27:43 2010 +1300 Bug 5479 - Update package building scripts Signed-off-by: Chris Cormack (cherry picked from commit 8b3a2ecebd986ac42820eada891463efc014194c) Signed-off-by: Chris Nighswonger commit d4ccf67231b05b179f72ebee268e9a8913341c9c Author: Liz Rea Date: Wed Dec 8 15:15:10 2010 -0500 Bug 4935: fix for allowing authorized values to be "unset" Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit 61957d07ce718ff3a24bf507828f7d313522f9c3) Signed-off-by: Chris Nighswonger commit 0a44de48d85c04f9f9943eca01d4a26942328919 Author: Chris Cormack Date: Sun Dec 12 20:48:56 2010 +1300 Updating test for systprefs to give more useful output (cherry picked from commit 423138606eabcae2b9960d1a9841f0ca51f9fd46) Signed-off-by: Chris Nighswonger commit 5665a3d4b02be7374b2981c3f3c23933192759c4 Author: Owen Leonard Date: Mon Dec 6 22:07:02 2010 +0100 Fix for Bug 2808, Hold queue not alphabetizing White space in the biblio-default-view include and in the page template caused sorting on title or patron to be incorrect. Signed-off-by: Fr?d?ric Demians Signed-off-by: Chris Cormack (cherry picked from commit e29a123a9bae93ca1247737e508e93104b3de2e7) Signed-off-by: Chris Nighswonger commit e1cf24e89c9654fd0ef8f4cb85257674963ddf70 Author: Fr?d?ric Demians Date: Mon Dec 6 14:52:06 2010 -0500 Bug 5475 Wrong messages date formating on Check Out page On the Check Out page, messages related to the borrower are displayed on the right side. Message text is preceded by a date and library code. The date is displayed in US format (mm/dd/YYY). Is should be displayed formated depending on 'dateformat' syspref. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit 37a17d8fadf745aa9a236f96a1fb5c9665651f04) Signed-off-by: Chris Nighswonger commit 8ad55cbdcf4263c56ad88be2abebfb92690e74e5 Author: Jean-Andr? Santoni Date: Mon Dec 6 18:00:21 2010 +0000 Ergonomy improvement in smart rule management Added a jQuery table filter, usefull when you have a lot of rows. This filter works on the entire row and allows you for exemple to type "Adul Perio 5". Indentation cleaning. Added tabs to filter colums on 4 axes: All, Issues, Fines and Reserves. Moved the table filter to the right of the tabs. Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack (cherry picked from commit fefd158f424939fc473f54a2ffe4ee0e39ffba08) Signed-off-by: Chris Nighswonger commit ddac69c1e8afc4606cb0c0ed53ddcb5fc082acf6 Author: Robin Sheat Date: Mon Dec 6 16:58:04 2010 +0100 Bug 4500 - remove commas from price formatting Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 692786b51922e75dae76403a7a3317f7aae13905) Signed-off-by: Chris Nighswonger commit 5ce340e8ba6840491940ef056fc5debb1ab07c53 Author: Colin Campbell Date: Mon Dec 6 16:48:47 2010 +0100 Bug 5022 Supplements were not saved correctly No subscription id was set Also entered a default arrived date on the supplement And removed errors due to bad dates returned from GetSerials Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit aa6ce934d9fc3eb260211292c44ae941fe214330) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 4 +- C4/Serials.pm | 19 ++- admin/aqbudgetperiods.pl | 1 + authorities/authorities.pl | 4 +- debian/build-git-snapshot | 2 +- docs/history.txt | 3 +- .../prog/en/includes/biblio-default-view.inc | 10 +-- .../en/lib/jquery/plugins/jquery.uitablefilter.js | 90 +++++++++++++ .../prog/en/modules/admin/smart-rules.tmpl | 141 ++++++++++++++------ .../prog/en/modules/circ/waitingreserves.tmpl | 24 +--- .../prog/en/modules/serials/serials-edit.tmpl | 8 +- serials/serials-edit.pl | 16 ++- tools/batchMod.pl | 2 +- xt/syspref.t | 4 +- 14 files changed, 243 insertions(+), 85 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.uitablefilter.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 21:10:37 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 20:10:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5423, created. v3.02.00-278-g289eb6c Message-ID: This is an automated email from the git hooks/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_5423 has been created at 289eb6caa5897fecfcc841b13a5425da303c7dd4 (commit) - Log ----------------------------------------------------------------- commit 289eb6caa5897fecfcc841b13a5425da303c7dd4 Author: Katrin Fischer Date: Mon Dec 6 08:28:38 2010 +0100 Bug 5423: Deleted Patrons are no longer saved in table deletedborrowers Tested with HEAD > Should also apply to 3.2.x ( Not tested with 3.2.x) Signed-off-by: Koustubha Kale Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 21:13:29 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 20:13:29 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5391, created. v3.02.00-279-g0448a6d Message-ID: This is an automated email from the git hooks/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_5391 has been created at 0448a6d014a489a5fc931ecc1ef51aee71e2099e (commit) - Log ----------------------------------------------------------------- commit 0448a6d014a489a5fc931ecc1ef51aee71e2099e Author: Chris Nighswonger Date: Fri Nov 12 14:56:25 2010 -0500 Bug 5391 - can't add multiples to batch This was due to the use of an OR which seems to have caused the param method to be called in a scalar context thus returning only the first of multiple repeated cgi params. This patch retains the intent of the OR by replacing it with a conditional. Signed-off-by: Koustubha Kale Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 21:22:57 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 20:22:57 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5464, created. v3.02.00-280-gf164902 Message-ID: This is an automated email from the git hooks/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/enh/bug_5464 has been created at f1649027619c0324a0abc08ac43c0a6ea1feb919 (commit) - Log ----------------------------------------------------------------- commit f1649027619c0324a0abc08ac43c0a6ea1feb919 Author: Amit Gupta Date: Thu Dec 9 14:15:22 2010 +0000 Bug 5464 Suggestions - adding more acq fields to staff interface More acq fields in staff interface - price, quantity, currency and totals Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 21:23:23 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 20:23:23 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-280-gf164902 Message-ID: This is an automated email from the git hooks/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 f1649027619c0324a0abc08ac43c0a6ea1feb919 (commit) via 0448a6d014a489a5fc931ecc1ef51aee71e2099e (commit) via 289eb6caa5897fecfcc841b13a5425da303c7dd4 (commit) from 4fc888572be10bbc3981dfd02f8e9ba0cfa73612 (commit) Those revisions listed 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 | 7 ++++++- installer/data/mysql/updatedatabase.pl | 19 +++++++++++++++++++ koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 18 ++++++++++++++++++ .../prog/en/modules/suggestion/suggestion.tmpl | 19 +++++++++++++++++-- kohaversion.pl | 2 +- labels/label-edit-batch.pl | 2 +- suggestion/suggestion.pl | 20 ++++++++++++++++++++ 7 files changed, 82 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 21:27:06 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 20:27:06 +0000 Subject: [koha-commits] main Koha release repository branch, new/awaiting_qa/analytical_records, updated. v3.02.00-213-g0b2030a Message-ID: This is an automated email from the git hooks/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/awaiting_qa/analytical_records has been updated via 0b2030ab9dd8bd517762090c66abb082789588e5 (commit) via bc600338a15b4eadcbf29b4a4c9da17c42b96aec (commit) via 920ec609579d5440bb10296164f608d5e89d0551 (commit) from e4917c172277c1549b606e90aab583b80721752a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0b2030ab9dd8bd517762090c66abb082789588e5 Author: Savitra Sirohi Date: Thu Dec 9 20:15:28 2010 +0530 Analytical records: ability to create analytical records from items, to view linked analytics, and prevent deletion of items that have linked analytics commit bc600338a15b4eadcbf29b4a4c9da17c42b96aec Author: Savitra Sirohi Date: Thu Dec 9 20:13:33 2010 +0530 Analytical records: better handling of holds on analytical records, allow holds only on specific copies commit 920ec609579d5440bb10296164f608d5e89d0551 Author: Savitra Sirohi Date: Thu Dec 9 20:12:50 2010 +0530 Analytical records: changes to accomodate itemnumber and biblionumber in host subfields 9 and 0 respectively. ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 26 ++++++++++++++++++++ C4/Search.pm | 4 +- catalogue/detail.pl | 18 ++++++++++++- cataloguing/additem.pl | 7 +++++ .../prog/en/includes/biblio-view-menu.inc | 2 + .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 1 + .../prog/en/modules/cataloguing/additem.tmpl | 2 +- .../prog/en/modules/reserve/request.tmpl | 3 ++ .../opac-tmpl/prog/en/modules/opac-reserve.tmpl | 8 +++++- opac/opac-detail.pl | 4 +- reserve/request.pl | 1 + 11 files changed, 68 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 21:43:37 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 20:43:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4473, created. v3.02.00-281-gf36747f Message-ID: This is an automated email from the git hooks/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/enh/bug_4473 has been created at f36747f5e8ab8c02034b165be31dcc478153cbee (commit) - Log ----------------------------------------------------------------- commit f36747f5e8ab8c02034b165be31dcc478153cbee Author: Owen Leonard Date: Thu Dec 9 17:41:03 2010 +0000 Fix for Bug 4473 - Recent comments view for the OPAC - modifies opac-showreviews.pl to display recent comments for all titles, sorted in descending order by date. - includes RSS feed - includes (thanks to Chris N.): [Enhancement][3.4] Add RFC822 Format to C4::Dates This patch adds RFC822 formatting to C4::Dates. It also updates Dates.t appropriately. Consult the POD for this module for how to use this format. Please note that this module *does not* handle TZ conversion at this point. This means that the TZ portion of a RFC822 time will be truncated and the converted time will be in the same TZ as was passed in. When generating an RFC822 time, the local TZ offset will be included since none of the other supported formats provide a means for including their TZ. This is not a problem introduced by the addition of RFC822 formatting. Rather it is due to this module not having TZ support to begin with. Also note that the dow, moy abbreviations are English as required by RFC822 section 3.3 (thanks to self for pointing that out). Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 21:45:47 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 20:45:47 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5285, created. v3.02.00-282-gcb96968 Message-ID: This is an automated email from the git hooks/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/enh/bug_5285 has been created at cb969684da285622de645b008dc3aa7c7a207e7c (commit) - Log ----------------------------------------------------------------- commit cb969684da285622de645b008dc3aa7c7a207e7c Author: Owen Leonard Date: Thu Dec 9 17:57:49 2010 +0000 Fix for Bug 5285, Show/hide columns in the output of items in batch operations Also adds title/author information to output of batch deletions Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 21:52:03 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 20:52:03 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4173, created. v3.02.00-283-gbdf4dd1 Message-ID: This is an automated email from the git hooks/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_4173 has been created at bdf4dd13afc6c709ca682f41618c99d4d4b1ec23 (commit) - Log ----------------------------------------------------------------- commit bdf4dd13afc6c709ca682f41618c99d4d4b1ec23 Author: Owen Leonard Date: Fri Dec 10 14:33:36 2010 +0000 Fix for Bug 4173 - Statuses not appearing in the OPAC This adds display of "Use restrictions" authorized values to the OPAC and the staff client for available and not-for-loan items. Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 21:58:45 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 20:58:45 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_1883, created. v3.02.00-284-g9a15aa4 Message-ID: This is an automated email from the git hooks/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/enh/bug_1883 has been created at 9a15aa451442c3c0929ae0f81ad03f588eb2439e (commit) - Log ----------------------------------------------------------------- commit 9a15aa451442c3c0929ae0f81ad03f588eb2439e Author: Owen Leonard Date: Fri Dec 10 15:03:33 2010 +0000 Fix for Bug 1883, authorised list of reasons why patron requesting book - Adding form controls to opac submission form and staf client edit form. - Adding display of patron reason for suggestion on opac list - Adding function for pulling an authorized value description using the category and value TODO: Add some default authorised values Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 22:07:36 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 21:07:36 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5443, created. v3.02.00-285-g4095d45 Message-ID: This is an automated email from the git hooks/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_5443 has been created at 4095d45eaf374f99b1962b8e41c0c10f1c23f76c (commit) - Log ----------------------------------------------------------------- commit 4095d45eaf374f99b1962b8e41c0c10f1c23f76c Author: Owen Leonard Date: Fri Dec 10 15:32:20 2010 +0000 Fix for Bug 5443, Inaccurate highlighting of fields in patron update email - email was incorrectly named emailaddress - string processing was being done to address and B_address which didn't seem to be serving a purpose Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 22:10:00 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 21:10:00 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5483, created. v3.02.00-286-gd0231ba Message-ID: This is an automated email from the git hooks/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/enh/bug_5483 has been created at d0231ba65cb8c591a00847554aa50397e2aed404 (commit) - Log ----------------------------------------------------------------- commit d0231ba65cb8c591a00847554aa50397e2aed404 Author: Nicole Engard Date: Sat Dec 11 09:43:30 2010 -0500 Bug 5483 New Icon Set Icon set sponsored by the Allen Ginsberg Library at Naropa University sponsored this icon set named Seshat, after the Egyptian goddess of libraries, and designed by Jen Tobias. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 22:10:47 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 21:10:47 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-286-gd0231ba Message-ID: This is an automated email from the git hooks/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 d0231ba65cb8c591a00847554aa50397e2aed404 (commit) via 4095d45eaf374f99b1962b8e41c0c10f1c23f76c (commit) via 9a15aa451442c3c0929ae0f81ad03f588eb2439e (commit) via bdf4dd13afc6c709ca682f41618c99d4d4b1ec23 (commit) via cb969684da285622de645b008dc3aa7c7a207e7c (commit) via f36747f5e8ab8c02034b165be31dcc478153cbee (commit) from f1649027619c0324a0abc08ac43c0a6ea1feb919 (commit) Those revisions listed 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 | 274 ++++++++++++-------- C4/Items.pm | 25 ++ C4/Review.pm | 20 +- .../prog/en/includes/doc-head-close.inc | 2 +- .../intranet-tmpl/prog/en/js/pages/batchMod.js | 139 ++++++++++ .../prog/en/modules/catalogue/detail.tmpl | 2 + .../prog/en/modules/suggestion/suggestion.tmpl | 3 + .../prog/en/modules/tools/batchMod-del.tmpl | 50 ++-- .../prog/en/modules/tools/batchMod-edit.tmpl | 54 ++-- .../prog/img/itemtypeimg/Seshat/AV.jpg | Bin 0 -> 4513 bytes .../prog/img/itemtypeimg/Seshat/DVD.gif | Bin 0 -> 3188 bytes .../prog/img/itemtypeimg/Seshat/DVDreserve.gif | Bin 0 -> 3153 bytes .../prog/img/itemtypeimg/Seshat/ILL.jpg | Bin 0 -> 4349 bytes .../prog/img/itemtypeimg/Seshat/archival lDVD.gif | Bin 0 -> 3126 bytes .../prog/img/itemtypeimg/Seshat/archivalCD.gif | Bin 0 -> 3081 bytes .../prog/img/itemtypeimg/Seshat/archivalVHS.jpg | Bin 0 -> 4541 bytes .../prog/img/itemtypeimg/Seshat/archivaltape.gif | Bin 0 -> 3852 bytes .../prog/img/itemtypeimg/Seshat/book.gif | Bin 0 -> 3137 bytes .../prog/img/itemtypeimg/Seshat/cd.gif | Bin 0 -> 3170 bytes .../prog/img/itemtypeimg/Seshat/download.gif | Bin 0 -> 3405 bytes .../prog/img/itemtypeimg/Seshat/ebook.gif | Bin 0 -> 3117 bytes .../prog/img/itemtypeimg/Seshat/key.jpg | Bin 0 -> 3926 bytes .../prog/img/itemtypeimg/Seshat/newbook.gif | Bin 0 -> 3334 bytes .../prog/img/itemtypeimg/Seshat/referencebook.gif | Bin 0 -> 3097 bytes .../prog/img/itemtypeimg/Seshat/reservebook.gif | Bin 0 -> 3066 bytes .../prog/img/itemtypeimg/Seshat/reservecd.gif | Bin 0 -> 3104 bytes .../prog/img/itemtypeimg/Seshat/reservetape.gif | Bin 0 -> 3856 bytes .../prog/img/itemtypeimg/Seshat/reservevhs.gif | Bin 0 -> 3642 bytes .../prog/img/itemtypeimg/Seshat/tape.gif | Bin 0 -> 3805 bytes .../prog/img/itemtypeimg/Seshat/vhs.gif | Bin 0 -> 3627 bytes koha-tmpl/opac-tmpl/prog/en/css/opac.css | 28 ++- .../opac-tmpl/prog/en/includes/item-status.inc | 8 +- .../prog/en/modules/opac-showreviews-rss.tmpl | 36 +++ .../prog/en/modules/opac-showreviews.tmpl | 98 ++++++-- .../prog/en/modules/opac-suggestions.tmpl | 3 + .../opac-tmpl/prog/en/modules/opac-userupdate.tmpl | 2 +- koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/AV.jpg | Bin 0 -> 4513 bytes .../opac-tmpl/prog/itemtypeimg/Seshat/DVD.gif | Bin 0 -> 3188 bytes .../prog/itemtypeimg/Seshat/DVDreserve.gif | Bin 0 -> 3153 bytes .../opac-tmpl/prog/itemtypeimg/Seshat/ILL.jpg | Bin 0 -> 4349 bytes .../prog/itemtypeimg/Seshat/archival lDVD.gif | Bin 0 -> 3126 bytes .../prog/itemtypeimg/Seshat/archivalCD.gif | Bin 0 -> 3081 bytes .../prog/itemtypeimg/Seshat/archivalVHS.jpg | Bin 0 -> 4541 bytes .../prog/itemtypeimg/Seshat/archivaltape.gif | Bin 0 -> 3852 bytes .../opac-tmpl/prog/itemtypeimg/Seshat/book.gif | Bin 0 -> 3137 bytes koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/cd.gif | Bin 0 -> 3170 bytes .../opac-tmpl/prog/itemtypeimg/Seshat/download.gif | Bin 0 -> 3405 bytes .../opac-tmpl/prog/itemtypeimg/Seshat/ebook.gif | Bin 0 -> 3117 bytes .../opac-tmpl/prog/itemtypeimg/Seshat/key.jpg | Bin 0 -> 3926 bytes .../opac-tmpl/prog/itemtypeimg/Seshat/newbook.gif | Bin 0 -> 3334 bytes .../prog/itemtypeimg/Seshat/referencebook.gif | Bin 0 -> 3097 bytes .../prog/itemtypeimg/Seshat/reservebook.gif | Bin 0 -> 3066 bytes .../prog/itemtypeimg/Seshat/reservecd.gif | Bin 0 -> 3104 bytes .../prog/itemtypeimg/Seshat/reservetape.gif | Bin 0 -> 3856 bytes .../prog/itemtypeimg/Seshat/reservevhs.gif | Bin 0 -> 3642 bytes .../opac-tmpl/prog/itemtypeimg/Seshat/tape.gif | Bin 0 -> 3805 bytes .../opac-tmpl/prog/itemtypeimg/Seshat/vhs.gif | Bin 0 -> 3627 bytes opac/opac-showreviews.pl | 126 +++++++++- opac/opac-suggestions.pl | 7 +- opac/opac-userupdate.pl | 14 +- suggestion/suggestion.pl | 3 + t/Dates.t | 115 ++++---- tools/batchMod.pl | 13 +- 63 files changed, 742 insertions(+), 280 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/pages/batchMod.js create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/AV.jpg create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/DVD.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/DVDreserve.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ILL.jpg create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archival lDVD.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalCD.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalVHS.jpg create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivaltape.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/book.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/cd.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/download.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ebook.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/key.jpg create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/newbook.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/referencebook.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservebook.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservecd.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservetape.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservevhs.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/tape.gif create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/vhs.gif create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-showreviews-rss.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/AV.jpg create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/DVD.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/DVDreserve.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/ILL.jpg create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/archival lDVD.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/archivalCD.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/archivalVHS.jpg create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/archivaltape.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/book.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/cd.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/download.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/ebook.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/key.jpg create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/newbook.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/referencebook.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/reservebook.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/reservecd.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/reservetape.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/reservevhs.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/tape.gif create mode 100644 koha-tmpl/opac-tmpl/prog/itemtypeimg/Seshat/vhs.gif hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 12 22:26:00 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 Dec 2010 21:26:00 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_1997, created. v3.02.00-288-gf0c5d74 Message-ID: This is an automated email from the git hooks/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/enh/bug_1997 has been created at f0c5d74f06e81da63e1a931416341c9da736e712 (commit) - Log ----------------------------------------------------------------- commit f0c5d74f06e81da63e1a931416341c9da736e712 Author: Chris Cormack Date: Mon Dec 13 10:24:46 2010 +1300 Bumping db version commit 817b1338384c1375c91d9c5b6cb0d6a0a1dc8e56 Author: Nicole Engard Date: Sat Dec 11 21:17:55 2010 +0100 Bug 1997: new OPACNoResultsFound pref This patch adds a new preference to allow librarians to add content to the no results found page if they want. Signed-off-by: Katrin Fischer Changed surrounding

in template to

Will send follow up patch adding sys pref to translated sql files Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 01:47:47 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 00:47:47 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-287-geaddd60 Message-ID: This is an automated email from the git hooks/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 eaddd603e4d878aa75622acd8191474499ca77d4 (commit) from d0231ba65cb8c591a00847554aa50397e2aed404 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eaddd603e4d878aa75622acd8191474499ca77d4 Author: Robin Sheat Date: Mon Dec 13 11:20:03 2010 +1300 Update Debian changelog for 3.2.1 release This adds the required changelog changes to keep it current for the 3.2.1 release. It is intended to go straight into 3.2.x, and probably should go into master also. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: debian/changelog | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 02:32:15 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 01:32:15 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4806, created. v3.02.00-288-g122bc58 Message-ID: This is an automated email from the git hooks/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_4806 has been created at 122bc589e7f6e3607c0368a55fd9304596f6f7c3 (commit) - Log ----------------------------------------------------------------- commit 122bc589e7f6e3607c0368a55fd9304596f6f7c3 Author: Alex Arnaud Date: Mon May 24 11:56:48 2010 +0200 (BUG #4806) circ/circulation.tmpl: Add "reservenumber" in the reserved table. Add "reservenumber" the "reserved" table which is used for delete or update reserved items. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 02:33:24 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 01:33:24 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-288-g122bc58 Message-ID: This is an automated email from the git hooks/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 122bc589e7f6e3607c0368a55fd9304596f6f7c3 (commit) from eaddd603e4d878aa75622acd8191474499ca77d4 (commit) Those revisions listed 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 | 1 + .../prog/en/modules/circ/circulation.tmpl | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 03:56:56 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 02:56:56 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4218, created. v3.02.00-288-g6466ac8 Message-ID: This is an automated email from the git hooks/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_4218 has been created at 6466ac847fadd23ab7941bbca49424c87d382e6e (commit) - Log ----------------------------------------------------------------- commit 6466ac847fadd23ab7941bbca49424c87d382e6e Author: Owen Leonard Date: Tue Sep 21 10:45:03 2010 -0400 Fix for Bug 4218 - Staff client detail page does not show item hold status Showing "on hold" in the holdings list (as we used to do) is misleading if it is a bibilo-level hold. However seeing that a title has holds is important information for this view. This patch adds a line to the biblio-level information display with a count of the title's outstanding holds. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 03:57:51 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 02:57:51 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-290-gc49dc07 Message-ID: This is an automated email from the git hooks/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 c49dc072aa987f4db6bb523492b28b0e18451549 (commit) via 6466ac847fadd23ab7941bbca49424c87d382e6e (commit) from 122bc589e7f6e3607c0368a55fd9304596f6f7c3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c49dc072aa987f4db6bb523492b28b0e18451549 Merge: 122bc589e7f6e3607c0368a55fd9304596f6f7c3 6466ac847fadd23ab7941bbca49424c87d382e6e Author: Chris Cormack Date: Mon Dec 13 15:57:17 2010 +1300 Merge branch 'new/bug_4218' into kcmaster ----------------------------------------------------------------------- Summary of changes: catalogue/detail.pl | 4 ++++ .../intranet-tmpl/prog/en/css/staff-global.css | 3 +++ .../prog/en/modules/catalogue/detail.tmpl | 3 +-- 3 files changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 04:13:44 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 03:13:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5154, created. v3.02.00-291-g666cc03 Message-ID: This is an automated email from the git hooks/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_5154 has been created at 666cc03bd38f5932e96d7b5ff151e097f93cb4e6 (commit) - Log ----------------------------------------------------------------- commit 666cc03bd38f5932e96d7b5ff151e097f93cb4e6 Author: Nahuel ANGELINETTI Date: Thu Aug 19 15:48:21 2010 +0200 (bug #5154) fix most checkouts report Ignore null/deleted borrowers Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 04:25:52 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 03:25:52 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-291-g666cc03 Message-ID: This is an automated email from the git hooks/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 666cc03bd38f5932e96d7b5ff151e097f93cb4e6 (commit) from c49dc072aa987f4db6bb523492b28b0e18451549 (commit) Those revisions listed 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: reports/bor_issues_top.pl | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 05:10:21 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 04:10:21 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_3575, created. v3.02.00-292-g38a1526 Message-ID: This is an automated email from the git hooks/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_3575 has been created at 38a1526a740b506e87c0aa296014f2feb1c00c0f (commit) - Log ----------------------------------------------------------------- commit 38a1526a740b506e87c0aa296014f2feb1c00c0f Author: Nahuel ANGELINETTI Date: Fri Sep 11 16:34:00 2009 +0200 (bug #3575) fix opac-detail.pl This delete an useless "use C4::Serials"(there are 2). Signed-off-by: Henri-Damien LAURENT Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 05:13:23 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 04:13:23 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-292-g38a1526 Message-ID: This is an automated email from the git hooks/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 38a1526a740b506e87c0aa296014f2feb1c00c0f (commit) from 666cc03bd38f5932e96d7b5ff151e097f93cb4e6 (commit) Those revisions listed 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/opac-detail.pl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 08:03:55 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 07:03:55 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_1997, updated. v3.02.00-289-gddde74e Message-ID: This is an automated email from the git hooks/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/enh/bug_1997 has been updated via ddde74e10e355646cda62fc6138ab259aab56fcf (commit) from f0c5d74f06e81da63e1a931416341c9da736e712 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ddde74e10e355646cda62fc6138ab259aab56fcf Author: Katrin Fischer Date: Sat Dec 11 21:13:06 2010 +0100 Bug 1997: new OPACNoResultsFound pref This patch is a follow up - adding new system preference to all translated sql files. ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/de-DE/mandatory/sysprefs.sql | 1 + installer/data/mysql/en/mandatory/sysprefs.sql | 2 +- .../1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 398 ++++++++++---------- installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + 7 files changed, 206 insertions(+), 199 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 08:04:29 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 07:04:29 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-296-g906a1a0 Message-ID: This is an automated email from the git hooks/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 906a1a03ac023aae4f2f51ce72338ab2035e1d8d (commit) via ddde74e10e355646cda62fc6138ab259aab56fcf (commit) via f0c5d74f06e81da63e1a931416341c9da736e712 (commit) via 817b1338384c1375c91d9c5b6cb0d6a0a1dc8e56 (commit) from 38a1526a740b506e87c0aa296014f2feb1c00c0f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 906a1a03ac023aae4f2f51ce72338ab2035e1d8d Merge: 38a1526a740b506e87c0aa296014f2feb1c00c0f ddde74e10e355646cda62fc6138ab259aab56fcf Author: Chris Cormack Date: Mon Dec 13 20:04:11 2010 +1300 Merge remote branch 'kc/new/enh/bug_1997' into kcmaster ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/de-DE/mandatory/sysprefs.sql | 1 + installer/data/mysql/en/mandatory/sysprefs.sql | 1 + .../1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 398 ++++++++++---------- installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + installer/data/mysql/updatedatabase.pl | 6 + .../prog/en/modules/admin/preferences/opac.pref | 5 + koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 8 +- kohaversion.pl | 2 +- opac/opac-search.pl | 1 + 12 files changed, 226 insertions(+), 200 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 08:14:15 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 07:14:15 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5041, created. v3.02.00-297-g565b780 Message-ID: This is an automated email from the git hooks/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_5041 has been created at 565b780becd291d29d768e4851d3935b3cb19751 (commit) - Log ----------------------------------------------------------------- commit 565b780becd291d29d768e4851d3935b3cb19751 Author: Fr?d?ric Demians Date: Tue Jul 20 14:03:35 2010 +0200 Bug 5041 Allow to delete non-repeatable field Minus links wasn't displayed as it should in order to allow cataloger to delete (empty all subfields) a non repeatable subfield. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 08:15:30 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 07:15:30 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-297-g565b780 Message-ID: This is an automated email from the git hooks/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 565b780becd291d29d768e4851d3935b3cb19751 (commit) from 906a1a03ac023aae4f2f51ce72338ab2035e1d8d (commit) Those revisions listed 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/cataloguing/addbiblio.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 09:23:16 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 08:23:16 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-298-g554b6ad Message-ID: This is an automated email from the git hooks/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 554b6ad34056cd3ab166b244c200720c17f2d891 (commit) from 565b780becd291d29d768e4851d3935b3cb19751 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 554b6ad34056cd3ab166b244c200720c17f2d891 Author: Owen Leonard Date: Wed Nov 24 09:48:24 2010 -0500 Fix for Bug 5416, Template syntax error in moredetails.tmpl Credit for finding this bug and patching it goes to Fridolyn Somers, but the patch in Bugzilla didn't apply for me so I duplicated the changes and reformatted. -- Owen Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/moredetail.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 09:34:22 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 08:34:22 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-299-g4f4c4ec Message-ID: This is an automated email from the git hooks/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 4f4c4eceb3e4d6b01a87c4c5dbb65df24fcc0638 (commit) from 554b6ad34056cd3ab166b244c200720c17f2d891 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4f4c4eceb3e4d6b01a87c4c5dbb65df24fcc0638 Author: Robin Sheat Date: Wed Oct 20 14:28:29 2010 +1300 Bug 5313 - allow creation of libraries with hyphens Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-create | 8 +++----- debian/scripts/koha-remove | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 10:00:52 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 09:00:52 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5228, created. v3.02.00-300-g8de1ef7 Message-ID: This is an automated email from the git hooks/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_5228 has been created at 8de1ef7e94b37f343b5a1896b1ab06950ee83530 (commit) - Log ----------------------------------------------------------------- commit 8de1ef7e94b37f343b5a1896b1ab06950ee83530 Author: Robin Sheat Date: Thu Sep 16 19:08:57 2010 +1200 Bug 5228 - make rebuild_zebra handle fixing the zebra dirs If the zebra server directories don't exist, zebra will spit the dummy. This makes rebuild_zebra.pl smart enough to create them if they're not there. If that fails, it'll scream loudly so you know zebra isn't reindexing. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 10:01:23 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 09:01:23 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-300-g8de1ef7 Message-ID: This is an automated email from the git hooks/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 8de1ef7e94b37f343b5a1896b1ab06950ee83530 (commit) from 4f4c4eceb3e4d6b01a87c4c5dbb65df24fcc0638 (commit) Those revisions listed 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/migration_tools/rebuild_zebra.pl | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 10:15:04 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 09:15:04 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5208, created. v3.02.00-301-g2b53b14 Message-ID: This is an automated email from the git hooks/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_5208 has been created at 2b53b14bacfdd276c3188de2f76ed03201a0cab0 (commit) - Log ----------------------------------------------------------------- commit 2b53b14bacfdd276c3188de2f76ed03201a0cab0 Author: Owen Leonard Date: Fri Sep 10 14:37:55 2010 +0200 Fix for Bug 5208, Language chooser missing on Batch item deletion/modification Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 10:16:30 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 09:16:30 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-301-g2b53b14 Message-ID: This is an automated email from the git hooks/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 2b53b14bacfdd276c3188de2f76ed03201a0cab0 (commit) from 8de1ef7e94b37f343b5a1896b1ab06950ee83530 (commit) Those revisions listed 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/tools/batchMod-del.tmpl | 9 +++------ .../prog/en/modules/tools/batchMod-edit.tmpl | 4 +--- .../prog/en/modules/tools/batchMod.tmpl | 4 +--- 3 files changed, 5 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 10:54:53 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 09:54:53 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4218, updated. v3.02.00-289-gbd26d05 Message-ID: This is an automated email from the git hooks/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_4218 has been updated via bd26d056283e5a98bfcf655c5f956faedfb258e4 (commit) from 6466ac847fadd23ab7941bbca49424c87d382e6e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bd26d056283e5a98bfcf655c5f956faedfb258e4 Author: Katrin Fischer Date: Tue Dec 7 04:47:35 2010 +0100 Bug 4218: Fixes display problem introduced by last patch Adds back missing . Without navigation tabs and holdigns are not displayed in staff detail. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/detail.tmpl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 10:55:38 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 09:55:38 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-303-g9cce6de Message-ID: This is an automated email from the git hooks/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 9cce6deef8e673dff4e709d38a19a16649d14449 (commit) via bd26d056283e5a98bfcf655c5f956faedfb258e4 (commit) from 2b53b14bacfdd276c3188de2f76ed03201a0cab0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9cce6deef8e673dff4e709d38a19a16649d14449 Merge: 2b53b14bacfdd276c3188de2f76ed03201a0cab0 bd26d056283e5a98bfcf655c5f956faedfb258e4 Author: Chris Cormack Date: Mon Dec 13 22:55:23 2010 +1300 Merge remote branch 'kc/new/bug_4218' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/detail.tmpl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 11:11:29 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 10:11:29 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-304-g1b36faf Message-ID: This is an automated email from the git hooks/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 1b36fafe8c21e55367d139ca1823d5e51b3280ba (commit) from 9cce6deef8e673dff4e709d38a19a16649d14449 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1b36fafe8c21e55367d139ca1823d5e51b3280ba Author: Nicole Engard Date: Tue Aug 17 21:22:56 2010 -0400 bug 5150 change issuing to circ & fine rules Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/smart-rules.tmpl | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 13 18:31:22 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 17:31:22 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-312-g5278aa0 Message-ID: This is an automated email from the git hooks/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 5278aa0ca4bb5110741b792b527725280a3ee902 (commit) via 89cda847a1852a0b42b79f245af57ec4ae429bd3 (commit) via 637e5c6713d781706d660d66a17b05e8afc35a2e (commit) via 4bd61888166f6fbb344b07c5c64f63049beb6c2a (commit) via 311d958bbb97f6b5934aabb984e58d68c4d363ab (commit) via 51d4e749d5f3fd5af050f0a7b42a3ad2bc9bf8c6 (commit) via d866282bb941fb141e45164152c8cdf3c45db294 (commit) via 84dbc926c0875a2513f940f07d3cb01d3ffc21ca (commit) from 1b36fafe8c21e55367d139ca1823d5e51b3280ba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5278aa0ca4bb5110741b792b527725280a3ee902 Merge: 1b36fafe8c21e55367d139ca1823d5e51b3280ba 89cda847a1852a0b42b79f245af57ec4ae429bd3 Author: Chris Cormack Date: Tue Dec 14 06:31:00 2010 +1300 Merge remote branch 'kc/new/biblibre_reports' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Reports/Guided.pm | 3 +- koha-tmpl/intranet-tmpl/prog/en/columns.def | 1 + .../en/modules/reports/guided_reports_start.tmpl | 20 ++++- .../prog/en/modules/reports/issues_stats.tmpl | 24 ++++++ reports/guided_reports.pl | 6 +- reports/issues_stats.pl | 74 ++++++++++++-------- 6 files changed, 90 insertions(+), 38 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 00:25:31 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 23:25:31 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_3381, created. v3.02.00-314-g2b25835 Message-ID: This is an automated email from the git hooks/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/enh/bug_3381 has been created at 2b2583546456b2621625380d3f04a4f9a773dd6e (commit) - Log ----------------------------------------------------------------- commit 2b2583546456b2621625380d3f04a4f9a773dd6e Merge: 5278aa0ca4bb5110741b792b527725280a3ee902 c6a91414135ffd9f16c389ba3d4f96c98878d683 Author: Chris Cormack Date: Tue Dec 14 12:24:59 2010 +1300 Merge remote branch 'katrin/3381_intranetusercss' into new/enh/bug_3381 Conflicts: installer/data/mysql/it-IT/necessari/sysprefs.sql kohaversion.pl Signed-off-by: Chris Cormack commit c6a91414135ffd9f16c389ba3d4f96c98878d683 Author: Katrin Fischer Date: Sat Dec 11 23:47:47 2010 +0100 Bug 3381 - Add an IntranetUserCSS system preference Add an IntranetUserCSS sys pref that works like OPACUserCSS in OPAC only for intranet. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 00:59:37 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 Dec 2010 23:59:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5484, created. v3.02.00-315-g96330a7 Message-ID: This is an automated email from the git hooks/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_5484 has been created at 96330a7b07dc78e627d44c5347fd07e42415ca36 (commit) - Log ----------------------------------------------------------------- commit 96330a7b07dc78e627d44c5347fd07e42415ca36 Author: Chris Cormack Date: Mon Dec 13 11:44:35 2010 +0000 Bug 5484 - Handling bad borrower categories in serial routing lists more gracefully Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 01:12:55 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 00:12:55 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_2170, created. v3.02.00-317-gc53c96f Message-ID: This is an automated email from the git hooks/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/enh/bug_2170 has been created at c53c96fa5738ab76285ceaab64952d3b29adf0d1 (commit) - Log ----------------------------------------------------------------- commit c53c96fa5738ab76285ceaab64952d3b29adf0d1 Author: Colin Campbell Date: Mon Dec 13 15:31:47 2010 +0000 Bug 2170 Supplementary Fix Wrap link in permissions check Found an edit item link not subject to edit_items permission check Signed-off-by: Chris Cormack commit bd7cca935b9c77ad0514038cfee6c84d02bd8e7d Author: Owen Leonard Date: Mon Dec 13 15:30:07 2010 +0000 Updated fix for Bug 2170, Adding 'edititems' user-permission This patch follows up on the addition of the 'edititems' permission by adding a check of the new permission to places in the interface which link to the edit item screen. The catalogue toolbar had to be extensively re-worked in order to ensure that the "New" and "Edit" menus would appear (or not) whether or not edit_catalogue, edit_items, or create_subscription permissions are on. Revised for current HEAD Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 01:13:39 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 00:13:39 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-317-gc53c96f Message-ID: This is an automated email from the git hooks/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 c53c96fa5738ab76285ceaab64952d3b29adf0d1 (commit) via bd7cca935b9c77ad0514038cfee6c84d02bd8e7d (commit) via 96330a7b07dc78e627d44c5347fd07e42415ca36 (commit) via 2b2583546456b2621625380d3f04a4f9a773dd6e (commit) via c6a91414135ffd9f16c389ba3d4f96c98878d683 (commit) from 5278aa0ca4bb5110741b792b527725280a3ee902 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + installer/data/mysql/de-DE/mandatory/sysprefs.sql | 1 + installer/data/mysql/en/mandatory/sysprefs.sql | 1 + .../1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 3 +- installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + installer/data/mysql/updatedatabase.pl | 11 +- .../intranet-tmpl/prog/en/css/staff-global.css | 6 +- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 173 +++++++++++--------- .../prog/en/includes/doc-head-close.inc | 1 + .../en/modules/admin/preferences/staff-client.pref | 7 +- .../prog/en/modules/catalogue/moredetail.tmpl | 6 +- .../prog/en/modules/cataloguing/addbooks.tmpl | 16 +-- .../prog/en/modules/tools/batchMod-del.tmpl | 2 +- .../prog/en/modules/tools/batchMod-edit.tmpl | 2 +- kohaversion.pl | 2 +- serials/member-search.pl | 26 ++-- 19 files changed, 157 insertions(+), 105 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 01:16:46 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 00:16:46 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4252, created. v3.02.00-318-ga6799f9 Message-ID: This is an automated email from the git hooks/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_4252 has been created at a6799f95fb0315aa413c56f7d75817bb9d1a481e (commit) - Log ----------------------------------------------------------------- commit a6799f95fb0315aa413c56f7d75817bb9d1a481e Author: Nicole Engard Date: Mon Dec 13 10:27:47 2010 -0500 bug 4252 add authorites permission to menus Added to more menu and to the main intranet page Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 01:44:35 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 00:44:35 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5000, created. v3.02.00-321-g21cdd2f Message-ID: This is an automated email from the git hooks/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_5000 has been created at 21cdd2feb45406728faa395cd457670c4aef2bb3 (commit) - Log ----------------------------------------------------------------- commit 21cdd2feb45406728faa395cd457670c4aef2bb3 Author: Owen Leonard Date: Mon Dec 13 22:14:11 2010 +0100 Fix for Bug 5000, Uncertain prices misses option to choose display language - Adding missing footer include for language chooser - Correcting markup and structure errors Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack commit 51dc5b060beb4243b364da9b3df81c9454107175 Author: Colin Campbell Date: Mon Dec 13 17:05:06 2010 +0000 Variable redeclared in same scope lexical variable declared twice causing run time warnings Signed-off-by: Chris Cormack commit 40e2b5421a478ec2e9251798b34858eefa2ef114 Author: Nicole Engard Date: Mon Dec 13 11:13:58 2010 -0500 bug 5255 change 'document type' to 'item type' Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 01:49:33 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 00:49:33 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_2965, created. v3.02.00-322-g4d1762f Message-ID: This is an automated email from the git hooks/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/enh/bug_2965 has been created at 4d1762f5ec451729d74e3fa6282e1726a0a74969 (commit) - Log ----------------------------------------------------------------- commit 4d1762f5ec451729d74e3fa6282e1726a0a74969 Author: Srdjan Jankovic Date: Mon Dec 13 22:34:07 2010 +0100 Bug 2965: Allow due date in the past Raise warning rather than disallowing Remove due date js validation when checking out Signed-off-by: Katrin Fischer Fixed small error in circulation.tmpl Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 01:50:19 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 00:50:19 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-322-g4d1762f Message-ID: This is an automated email from the git hooks/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 4d1762f5ec451729d74e3fa6282e1726a0a74969 (commit) via 21cdd2feb45406728faa395cd457670c4aef2bb3 (commit) via 51dc5b060beb4243b364da9b3df81c9454107175 (commit) via 40e2b5421a478ec2e9251798b34858eefa2ef114 (commit) via a6799f95fb0315aa413c56f7d75817bb9d1a481e (commit) from c53c96fa5738ab76285ceaab64952d3b29adf0d1 (commit) Those revisions listed 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 | 9 +++++- C4/Items.pm | 2 +- circ/circulation.pl | 12 ++++---- .../intranet-tmpl/prog/en/includes/header.inc | 2 + .../prog/en/modules/acqui/uncertainprice.tmpl | 23 +++++++--------- .../prog/en/modules/circ/circulation.tmpl | 13 +++++++-- .../prog/en/modules/intranet-main.tmpl | 28 +++++++++++++++----- .../prog/en/modules/reports/catalogue_out.tmpl | 4 +- 8 files changed, 59 insertions(+), 34 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 03:09:14 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 02:09:14 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5084, created. v3.02.00-323-g00dd0ae Message-ID: This is an automated email from the git hooks/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_5084 has been created at 00dd0ae6276e9ea9d744d42b3871a4d35a70a1d7 (commit) - Log ----------------------------------------------------------------- commit 00dd0ae6276e9ea9d744d42b3871a4d35a70a1d7 Author: Robin Sheat Date: Wed Aug 4 15:48:10 2010 +1200 Bug 5084 - hide funds that are part of an inactive budget Prevents inactive funds from showing in the aquisitions module, they still show in the administration. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 03:11:07 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 02:11:07 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-323-g00dd0ae Message-ID: This is an automated email from the git hooks/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 00dd0ae6276e9ea9d744d42b3871a4d35a70a1d7 (commit) from 4d1762f5ec451729d74e3fa6282e1726a0a74969 (commit) Those revisions listed 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/Budgets.pm | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 06:08:04 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 05:08:04 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-60-g1ff0bd7 Message-ID: This is an automated email from the git hooks/post-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 1ff0bd7a491ccbaf5f136019e0de07bfe3e3230b (commit) via 9ded7c9f72e6de6a19e8aef14dc3d6d2ecae46ec (commit) via 02bc0fac653ad11e7f058c8604902a52a20c5b00 (commit) via 7c31f430d0d3694f182855514ab2842a40b8f7a7 (commit) via aff782b4d53c42cadf2c3bf24091d82cdfdd4f4d (commit) via f70170d95f6d436bb71df4c62c92a8b32c300c15 (commit) via 8f48822aa43d5181556e12bea97361ab077da130 (commit) via 77b824a00d44e14bec8ed1d63049c2b00a554eb9 (commit) via f8230678e0be26dd411e4b63f291dd723786cf3e (commit) via ecd2cefea6b53ae3941b6b408395691b3ff113e0 (commit) via 00f560980c58d7849acebf5ff3dda440ded08aab (commit) from 5acb8a2c6083f82095d16ef35989b35862cc4e22 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1ff0bd7a491ccbaf5f136019e0de07bfe3e3230b Author: Chris Nighswonger Date: Tue Dec 14 00:05:29 2010 -0500 Updating Version Number to 3.02.01.003 commit 9ded7c9f72e6de6a19e8aef14dc3d6d2ecae46ec Author: Katrin Fischer Date: Sat Dec 11 23:47:47 2010 +0100 Bug 3381 - Add an IntranetUserCSS system preference Add an IntranetUserCSS sys pref that works like OPACUserCSS in OPAC only for intranet. Signed-off-by: Chris Nighswonger commit 02bc0fac653ad11e7f058c8604902a52a20c5b00 Author: Nahuel ANGELINETTI Date: Fri Sep 11 16:34:00 2009 +0200 (bug #3575) fix opac-detail.pl This delete an useless "use C4::Serials"(there are 2). Signed-off-by: Henri-Damien LAURENT Signed-off-by: Chris Cormack (cherry picked from commit 38a1526a740b506e87c0aa296014f2feb1c00c0f) Signed-off-by: Chris Nighswonger commit 7c31f430d0d3694f182855514ab2842a40b8f7a7 Author: Nahuel ANGELINETTI Date: Thu Aug 19 15:48:21 2010 +0200 (bug #5154) fix most checkouts report Ignore null/deleted borrowers Signed-off-by: Chris Cormack (cherry picked from commit 666cc03bd38f5932e96d7b5ff151e097f93cb4e6) Signed-off-by: Chris Nighswonger commit aff782b4d53c42cadf2c3bf24091d82cdfdd4f4d Author: Owen Leonard Date: Tue Sep 21 10:45:03 2010 -0400 Fix for Bug 4218 - Staff client detail page does not show item hold status Showing "on hold" in the holdings list (as we used to do) is misleading if it is a bibilo-level hold. However seeing that a title has holds is important information for this view. This patch adds a line to the biblio-level information display with a count of the title's outstanding holds. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack (cherry picked from commit 6466ac847fadd23ab7941bbca49424c87d382e6e) Signed-off-by: Chris Nighswonger commit f70170d95f6d436bb71df4c62c92a8b32c300c15 Author: Robin Sheat Date: Mon Dec 13 11:20:03 2010 +1300 Update Debian changelog for 3.2.1 release This adds the required changelog changes to keep it current for the 3.2.1 release. It is intended to go straight into 3.2.x, and probably should go into master also. Signed-off-by: Chris Cormack (cherry picked from commit eaddd603e4d878aa75622acd8191474499ca77d4) Signed-off-by: Chris Nighswonger commit 8f48822aa43d5181556e12bea97361ab077da130 Author: Owen Leonard Date: Fri Dec 10 15:32:20 2010 +0000 Fix for Bug 5443, Inaccurate highlighting of fields in patron update email - email was incorrectly named emailaddress - string processing was being done to address and B_address which didn't seem to be serving a purpose Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack (cherry picked from commit 4095d45eaf374f99b1962b8e41c0c10f1c23f76c) Signed-off-by: Chris Nighswonger commit 77b824a00d44e14bec8ed1d63049c2b00a554eb9 Author: Owen Leonard Date: Fri Dec 10 14:33:36 2010 +0000 Fix for Bug 4173 - Statuses not appearing in the OPAC This adds display of "Use restrictions" authorized values to the OPAC and the staff client for available and not-for-loan items. Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack (cherry picked from commit bdf4dd13afc6c709ca682f41618c99d4d4b1ec23) Signed-off-by: Chris Nighswonger commit f8230678e0be26dd411e4b63f291dd723786cf3e Author: Chris Nighswonger Date: Fri Nov 12 14:56:25 2010 -0500 Bug 5391 - can't add multiples to batch This was due to the use of an OR which seems to have caused the param method to be called in a scalar context thus returning only the first of multiple repeated cgi params. This patch retains the intent of the OR by replacing it with a conditional. Signed-off-by: Koustubha Kale Signed-off-by: Chris Cormack Signed-off-by: Chris Nighswonger commit ecd2cefea6b53ae3941b6b408395691b3ff113e0 Author: Chris Nighswonger Date: Mon Dec 13 22:16:12 2010 -0500 Updating Version Number to 3.02.01.002 commit 00f560980c58d7849acebf5ff3dda440ded08aab Author: Katrin Fischer Date: Mon Dec 6 08:28:38 2010 +0100 Bug 5423: Deleted Patrons are no longer saved in table deletedborrowers Tested with HEAD > Should also apply to 3.2.x ( Not tested with 3.2.x) Signed-off-by: Koustubha Kale Signed-off-by: Chris Cormack Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + C4/Items.pm | 25 ++ catalogue/detail.pl | 4 + debian/changelog | 6 + installer/data/mysql/de-DE/mandatory/sysprefs.sql | 1 + installer/data/mysql/en/mandatory/sysprefs.sql | 1 + .../1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 398 ++++++++++---------- installer/data/mysql/kohastructure.sql | 3 +- installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + installer/data/mysql/updatedatabase.pl | 15 + .../intranet-tmpl/prog/en/css/staff-global.css | 3 + .../prog/en/includes/doc-head-close.inc | 1 + .../en/modules/admin/preferences/staff-client.pref | 7 +- .../prog/en/modules/catalogue/detail.tmpl | 5 +- .../opac-tmpl/prog/en/includes/item-status.inc | 8 +- .../opac-tmpl/prog/en/modules/opac-userupdate.tmpl | 2 +- kohaversion.pl | 2 +- labels/label-edit-batch.pl | 1 + opac/opac-detail.pl | 1 - opac/opac-userupdate.pl | 14 +- reports/bor_issues_top.pl | 9 +- 24 files changed, 286 insertions(+), 225 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 07:32:18 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 06:32:18 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-324-g6b33299 Message-ID: This is an automated email from the git hooks/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 6b33299f8f7e06ae77f6ec58a319f1de63ae9666 (commit) from 00dd0ae6276e9ea9d744d42b3871a4d35a70a1d7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6b33299f8f7e06ae77f6ec58a319f1de63ae9666 Author: Katrin Fischer Date: Tue Dec 14 07:26:09 2010 +0100 Add missing bracket to updatedatabase.pl Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.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 14 07:34:26 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 06:34:26 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_2965, updated. v3.02.00-323-g872529c Message-ID: This is an automated email from the git hooks/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/enh/bug_2965 has been updated via 872529cb118874e5604dc8faa23ecbffb2439456 (commit) from 4d1762f5ec451729d74e3fa6282e1726a0a74969 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 872529cb118874e5604dc8faa23ecbffb2439456 Author: Katrin Fischer Date: Tue Dec 14 06:33:27 2010 +0100 Bug 2965: Allow due date in the past - small template fix Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/circulation.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 07:36:04 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 06:36:04 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-326-g2a3bed8 Message-ID: This is an automated email from the git hooks/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 2a3bed8e84b6a9aa7caf31b5fd7b9b61d25373c5 (commit) via 872529cb118874e5604dc8faa23ecbffb2439456 (commit) from 6b33299f8f7e06ae77f6ec58a319f1de63ae9666 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2a3bed8e84b6a9aa7caf31b5fd7b9b61d25373c5 Merge: 6b33299f8f7e06ae77f6ec58a319f1de63ae9666 872529cb118874e5604dc8faa23ecbffb2439456 Author: Chris Cormack Date: Tue Dec 14 19:35:42 2010 +1300 Merge remote branch 'kc/new/enh/bug_2965' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/circulation.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 07:39:16 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 06:39:16 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_2307, created. v3.02.00-327-g21c5166 Message-ID: This is an automated email from the git hooks/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_2307 has been created at 21c516601cf1bba2ae22a3448898a2efed159b8a (commit) - Log ----------------------------------------------------------------- commit 21c516601cf1bba2ae22a3448898a2efed159b8a Author: Owen Leonard Date: Tue Dec 14 07:24:16 2010 +0100 Possible fix for Bug 2307, Calendar widget cannot be translated This patch copies the calendar's language strings from a stand- alone javascript file into calendar.inc where they can be translated along with other strings. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 07:40:24 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 06:40:24 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-327-g21c5166 Message-ID: This is an automated email from the git hooks/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 21c516601cf1bba2ae22a3448898a2efed159b8a (commit) from 2a3bed8e84b6a9aa7caf31b5fd7b9b61d25373c5 (commit) Those revisions listed 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/calendar.inc | 62 +++++++++++++++++++- 1 files changed, 61 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 08:00:36 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 07:00:36 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5125, created. v3.02.00-328-g3415597 Message-ID: This is an automated email from the git hooks/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_5125 has been created at 34155975fc805059635f520c6cedfe927b9fd7fa (commit) - Log ----------------------------------------------------------------- commit 34155975fc805059635f520c6cedfe927b9fd7fa Author: Ian Walls Date: Fri Sep 10 12:43:18 2010 -0400 Fixes bug 5125: Default focus on circulation-home page Fix created by Owen Leonard, related over IRC chat (rather than a patch file). Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 08:13:38 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 07:13:38 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-329-ge83beb0 Message-ID: This is an automated email from the git hooks/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 e83beb048201fdc3be9286006173973eb73d6ce0 (commit) via 34155975fc805059635f520c6cedfe927b9fd7fa (commit) from 21c516601cf1bba2ae22a3448898a2efed159b8a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e83beb048201fdc3be9286006173973eb73d6ce0 Author: Chris Cormack Date: Tue Dec 14 20:10:59 2010 +1300 Fix for intranet-tmpl had one /TMPL_IF to many ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 2 +- .../prog/en/modules/intranet-main.tmpl | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 08:35:28 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 07:35:28 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-330-g9c8f934 Message-ID: This is an automated email from the git hooks/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 9c8f934a2c2c3808a2a5502c839b9cb087231ec5 (commit) from e83beb048201fdc3be9286006173973eb73d6ce0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9c8f934a2c2c3808a2a5502c839b9cb087231ec5 Author: Robin Sheat Date: Mon Jul 19 14:06:32 2010 +1200 bug 5033: Add a reference to xml_sax to the Makefile.PL Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: Makefile.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 14 09:08:45 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 08:08:45 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4506, created. v3.02.00-346-g718473b Message-ID: This is an automated email from the git hooks/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/enh/bug_4506 has been created at 718473bdd2f156544e7f254fa7adce2890c51e2a (commit) - Log ----------------------------------------------------------------- commit 718473bdd2f156544e7f254fa7adce2890c51e2a Merge: 9c8f934a2c2c3808a2a5502c839b9cb087231ec5 f707e6c82b718d3e8777e8d108099090ef688349 Author: Chris Cormack Date: Tue Dec 14 21:07:15 2010 +1300 Merge remote branch 'colin/QA/bug_4506' into new/enh/bug_4506 commit f707e6c82b718d3e8777e8d108099090ef688349 Author: Colin Campbell Date: Wed Dec 8 12:54:58 2010 +0000 Remove some whitespace from earlier commit commit 68cb4af4af73368e0bb073ecb911e7278724fece Author: Katrin Fischer Date: Mon Sep 27 06:56:04 2010 +0200 Bug 4506: Correct wrong links in intranet Set links in intranet were opac links. Signed-off-by: Colin Campbell commit 0800ab6fdab3ca9ccb3b9f2ecc44d528ea56f328 Author: Katrin Fischer Date: Mon Sep 27 06:47:57 2010 +0200 Bug 4506: Add rcn links to host item entry = 773 Add links using control number in $w to host item entry. Signed-off-by: Colin Campbell commit bc4512a60071c9f764b1771352cd204bbf81cc93 Author: Katrin Fischer Date: Mon Sep 27 06:34:18 2010 +0200 Bug 4506: Add rcn links to 780 and 785 Add links using control number in $w to preceeding and succeeding entry. Signed-off-by: Colin Campbell commit d035a581a8db80ef406ca91d9f08d2a53cb6b89a Author: Katrin Fischer Date: Mon Sep 27 06:17:16 2010 +0200 Bug 4506: Add link to volumes of traced series to series record Changed link to volumes of sets to work for traced series too. Now if the user finds a series or set record in the database, there is always a link to search for the associated recos with items. Signed-off-by: Colin Campbell commit 0f83daddd84e1a18a711474dba55afe7de59108b Author: Katrin Fischer Date: Mon Sep 27 05:57:16 2010 +0200 Bug 4506: Traced series Add separate display of traced series. Use $w and index rcn for link if $w exists, else show text link. Signed-off-by: Colin Campbell commit 26fa2de9146e1cdc0e086f85ff63264920c7ceca Author: Katrin Fischer Date: Mon Sep 27 01:55:45 2010 +0200 Bug 4506: Add links to other editions, some minor corrections A new label 'Other editions:' is added with links to other editions. The link starts a search for control number from 775$w in index control number. A check for existence of $w/001 is added to always provide a fallback to a search for the link text. Take care of repeated 773 fields. Signed-off-by: Colin Campbell commit bfbf10e8e912272f345cdbe3447d22f702c0987d Author: Katrin Fischer Date: Sun Sep 26 23:42:07 2010 +0200 Bug 4506: Add volume > set link A new label 'Set:' is added with a link to the set. The link starts a search for control number from 773$w in index control number. A syspref UseControlNumber will be added later, to provide a fallback to a search by 245$a, which is also the title of the set. Signed-off-by: Colin Campbell commit 43d0860e55ccc610a7e05eda43b19ad29b8c2d96 Author: Katrin Fischer Date: Sun Sep 26 23:21:43 2010 +0200 Bug 4506: Add set > volume link A new label 'Volumes:' is added with a link 'Show volumes'. The link starts a search fcontrol number from 001 in index rcn = Record control number. A syspref UseControlNumber will be added later, to provide a fallback to a search by title. Signed-off-by: Colin Campbell commit b705902c38c53a018fdfa1ea76058ba04e47748e Author: Katrin Fischer Date: Sun Sep 26 22:44:15 2010 +0200 Bug 4506: New icon for sets Show an own icon for sets - LDR 19 = a Signed-off-by: Colin Campbell commit a1a8acf4e2c5e02a7f1224850e170c039c82128d Author: Katrin Fischer Date: Thu Jun 17 17:28:07 2010 +0200 BUG 4506: Add 8xx $w subfields to MARC-Frameworks de-DE Signed-off-by: Colin Campbell commit d3605d9ae8d31953df1aed6c04631a578b690fcd Author: Katrin Fischer Date: Sun Sep 26 21:35:34 2010 +0200 Bug 4506: Some work on article to serial links - changes search links to use Title index - show article icon in intranet like in opac Signed-off-by: Colin Campbell commit 813325c753eded16c565ad6d4e54befdd713e232 Author: Katrin Fischer Date: Sun May 23 16:36:29 2010 +0200 BUG 4506: Add 8xx $w subfields to MARC-Frameworks pl-PL ru-RU and uk-UA have no files for MARC21 Signed-off-by: Katrin Fischer Signed-off-by: Colin Campbell commit 5d8694b59cff0bd64eb2844ac1c6f4ec3b0092c4 Author: Katrin Fischer Date: Fri May 21 18:00:05 2010 +0200 BUG 4506: Add 8xx $w subfields to MARC-Frameworks en, fr-FR Signed-off-by: Colin Campbell commit baf3f605ecca2201527fc985cb9267b9f2809bd2 Author: Katrin Fischer Date: Fri May 14 18:01:56 2010 +0200 Bug 4506: Add index Record-control-number = rcn for indexing of $w subfields Signed-off-by: Colin Campbell ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 09:11:11 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 08:11:11 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-346-g718473b Message-ID: This is an automated email from the git hooks/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 718473bdd2f156544e7f254fa7adce2890c51e2a (commit) via f707e6c82b718d3e8777e8d108099090ef688349 (commit) via 68cb4af4af73368e0bb073ecb911e7278724fece (commit) via 0800ab6fdab3ca9ccb3b9f2ecc44d528ea56f328 (commit) via bc4512a60071c9f764b1771352cd204bbf81cc93 (commit) via d035a581a8db80ef406ca91d9f08d2a53cb6b89a (commit) via 0f83daddd84e1a18a711474dba55afe7de59108b (commit) via 26fa2de9146e1cdc0e086f85ff63264920c7ceca (commit) via bfbf10e8e912272f345cdbe3447d22f702c0987d (commit) via 43d0860e55ccc610a7e05eda43b19ad29b8c2d96 (commit) via b705902c38c53a018fdfa1ea76058ba04e47748e (commit) via a1a8acf4e2c5e02a7f1224850e170c039c82128d (commit) via d3605d9ae8d31953df1aed6c04631a578b690fcd (commit) via 813325c753eded16c565ad6d4e54befdd713e232 (commit) via 5d8694b59cff0bd64eb2844ac1c6f4ec3b0092c4 (commit) via baf3f605ecca2201527fc985cb9267b9f2809bd2 (commit) from 9c8f934a2c2c3808a2a5502c839b9cb087231ec5 (commit) Those revisions listed 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 + etc/zebradb/biblios/etc/bib1.att | 1 + etc/zebradb/ccl.properties | 4 + etc/zebradb/marc_defs/marc21/biblios/record.abs | 14 + .../marc21/mandatory/marc21_framework_DEFAULT.sql | 4 + .../optional/marc21_simple_bib_frameworks.sql | 32 +++ .../marc21/mandatory/marc21_framework_DEFAULT.sql | 4 + .../optional/marc21_simple_bib_frameworks.sql | 32 +++ .../Obligatoire/marc21_framework_DEFAULT.sql | 28 ++- .../Optionnel/marc21_simple_bib_frameworks.sql | 256 +++++++++++--------- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 4 + .../optional/marc21_simple_bib_frameworks.sql | 32 +++ .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 202 +++++++++++++++- .../prog/img/famfamfam/ST.png} | Bin 789 -> 789 bytes .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 165 ++++++++++++- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 3 + .../prog/famfamfam/{silk/book_link.png => ST.png} | Bin 789 -> 789 bytes 17 files changed, 637 insertions(+), 146 deletions(-) copy koha-tmpl/{opac-tmpl/prog/famfamfam/silk/book_link.png => intranet-tmpl/prog/img/famfamfam/ST.png} (100%) copy koha-tmpl/opac-tmpl/prog/famfamfam/{silk/book_link.png => ST.png} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 20:51:42 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 19:51:42 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_2981, created. v3.02.00-347-gc4ea43f Message-ID: This is an automated email from the git hooks/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_2981 has been created at c4ea43f3dbe1f8d36086944d95c67a20c9caa894 (commit) - Log ----------------------------------------------------------------- commit c4ea43f3dbe1f8d36086944d95c67a20c9caa894 Author: Owen Leonard Date: Mon Dec 13 14:26:35 2010 -0500 Alternate fix for Bug 2981, removing onclick redirect Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 21:08:25 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 20:08:25 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-348-g3705965 Message-ID: This is an automated email from the git hooks/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 3705965cd71bc30ed4ba325cde115764fa1afe44 (commit) via c4ea43f3dbe1f8d36086944d95c67a20c9caa894 (commit) from 718473bdd2f156544e7f254fa7adce2890c51e2a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3705965cd71bc30ed4ba325cde115764fa1afe44 Author: Chris Cormack Date: Wed Dec 15 09:03:11 2010 +1300 Revert "Ergonomy improvement in smart rule management" This reverts commit fefd158f424939fc473f54a2ffe4ee0e39ffba08. This was causing quite major errors, read the details at bug 5496 ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 1 - .../en/lib/jquery/plugins/jquery.uitablefilter.js | 90 ------------- .../prog/en/modules/admin/smart-rules.tmpl | 141 ++++++-------------- 3 files changed, 41 insertions(+), 191 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.uitablefilter.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 21:14:12 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 20:14:12 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4977, created. v3.02.00-349-g5c8ca51 Message-ID: This is an automated email from the git hooks/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_4977 has been created at 5c8ca5129cef8b8d1042e9b774114463bb4e75bb (commit) - Log ----------------------------------------------------------------- commit 5c8ca5129cef8b8d1042e9b774114463bb4e75bb Author: Nicole Engard Date: Tue Dec 14 08:57:46 2010 -0500 bug 4977 add missing order links to 'no results found' page Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 21:17:54 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 20:17:54 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4937, created. v3.02.00-350-g0fc7e5b Message-ID: This is an automated email from the git hooks/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_4937 has been created at 0fc7e5bfdc30ba03ff342f35b27c61f0bd3938d8 (commit) - Log ----------------------------------------------------------------- commit 0fc7e5bfdc30ba03ff342f35b27c61f0bd3938d8 Author: Garry Collum Date: Tue Dec 14 09:38:19 2010 -0500 Bug 4937: Fixes XHTML in the pagination links of a saved report. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 21:23:00 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 20:23:00 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_3789, created. v3.02.00-351-gf05bd59 Message-ID: This is an automated email from the git hooks/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/enh/bug_3789 has been created at f05bd5984c94fbbf1603317fd9fdd8909959dbb5 (commit) - Log ----------------------------------------------------------------- commit f05bd5984c94fbbf1603317fd9fdd8909959dbb5 Author: Jane Wagner Date: Tue Dec 14 11:39:12 2010 -0500 Bug 3789 Set off shelving location in staff and OPAC title display Koha puts the shelving location immediately after the library name in the "Location" column of the title display. If the library name and/or shelving location is wordy, the two can run together and a user can overlook the shelving location. I've added a new span class to the staff and OPAC .css files and applied it to shelving location in both templates. This puts the shelving location on a separate line and in italics, to make it stand out from the library name. [Edit] Re-implemented some changes which wouldn't merge after so long Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 21:32:03 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 20:32:03 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5143, created. v3.02.00-352-gbe8f1f3 Message-ID: This is an automated email from the git hooks/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_5143 has been created at be8f1f33430f35257c0ed5e93fc52ddfc65b7d84 (commit) - Log ----------------------------------------------------------------- commit be8f1f33430f35257c0ed5e93fc52ddfc65b7d84 Author: Chris Cormack Date: Tue Dec 14 14:20:42 2010 -0500 Fix for 5143, now with IE debug removed Need to set up keyword to marc mappings for subtitle, parts, numbers for this to work adds: - the subtitles into the title link (originally Chris Cormack) - barcodes for every listed hold - denoted which items were only item and which could be filled by any item on that bib. - added id's to every column for ease of jquery suppression of data (example: publication data or patron column could be suppressed) [EDIT]: Added missing template variable [EDIT]: Converted table cell IDs to classes. Having multiple identical IDs is invalid. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 14 21:34:14 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 Dec 2010 20:34:14 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-352-gbe8f1f3 Message-ID: This is an automated email from the git hooks/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 be8f1f33430f35257c0ed5e93fc52ddfc65b7d84 (commit) via f05bd5984c94fbbf1603317fd9fdd8909959dbb5 (commit) via 0fc7e5bfdc30ba03ff342f35b27c61f0bd3938d8 (commit) via 5c8ca5129cef8b8d1042e9b774114463bb4e75bb (commit) from 3705965cd71bc30ed4ba325cde115764fa1afe44 (commit) Those revisions listed 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/view_holdsqueue.pl | 8 +++- .../intranet-tmpl/prog/en/css/staff-global.css | 6 ++ .../prog/en/modules/acqui/neworderbiblio.tmpl | 2 + .../prog/en/modules/catalogue/detail.tmpl | 2 +- .../prog/en/modules/circ/view_holdsqueue.tmpl | 54 ++++++++++---------- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 6 ++ .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 2 +- reports/guided_reports.pl | 2 +- 8 files changed, 51 insertions(+), 31 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 15 03:51:47 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Dec 2010 02:51:47 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-87-g92070b3 Message-ID: This is an automated email from the git hooks/post-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 92070b30398e8700a2db6db8b44c9a8f740311b7 (commit) via d19300432fe0f7a940e7b685a343b7e505bbd0d4 (commit) via 106725c45d7d3838b01e37b9d86f86dd84bfbde0 (commit) via a9b88549db1974a9ed4b9901b25c9650e28737a2 (commit) via 93800bf6fd0f78f1bf4be74e110ec11df363f2f5 (commit) via 335fbe5da7300aefc89b3bec77229cb0f62fae39 (commit) via 0e088620640f8b20a1b88ce6adb3e7c7888bab3e (commit) via 54fb32b52139067155873d2d4c5daa0a42609599 (commit) via a39f706f096a6ed034af0d7e80e1a7adf4ed2670 (commit) via fb468b5629b5b84d8745c7a94d86d1093be0348a (commit) via 253ddbc50aa3c8935976483b50f71704fc520d14 (commit) via d39aef7de1a48a3095f7f1ac20b177b9eb12c531 (commit) via 0b32d910d777949cf34e66f8c85cca8d3529c7b7 (commit) via 3c5b2bef897dfa2b9db09782dedde29a21fd5338 (commit) via 08c2668ee218e162af099de7dffa724624e04ac5 (commit) via 59814b0cecebb868dbacaf9a9ef6548f27ba0949 (commit) via 8dab9b47710ddd0705691949bfea2c847185a856 (commit) via a7ed9401724f8bd0141bd73f27986543f1ef258c (commit) via 4da3829b0d4bf2eaeccc297ba921b84b2ae951de (commit) via 2e9910ce678b25626570f4bbd3bba29f40f7006f (commit) via 86c0f0ee8ca584c4f2f42c44ad094851a74a011e (commit) via 937752bcf7f2cae5709d995bbc6290d538b8b948 (commit) via f5f7455c0271123eb364e230bb47a9a297109af3 (commit) via 825aba2cdba3ec6ff0a734e471f3ac389afc6639 (commit) via 15f32df3f8b6858f02f8a4def1014f5a674dbb5a (commit) via 3970e42a725d0bf93ab4f45d51023f1374360126 (commit) via acdd08a538ec09f97d86e01cc7a799845ba45949 (commit) from 1ff0bd7a491ccbaf5f136019e0de07bfe3e3230b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 92070b30398e8700a2db6db8b44c9a8f740311b7 Author: Chris Cormack Date: Tue Dec 14 14:20:42 2010 -0500 Fix for 5143, now with IE debug removed Need to set up keyword to marc mappings for subtitle, parts, numbers for this to work adds: - the subtitles into the title link (originally Chris Cormack) - barcodes for every listed hold - denoted which items were only item and which could be filled by any item on that bib. - added id's to every column for ease of jquery suppression of data (example: publication data or patron column could be suppressed) [EDIT]: Added missing template variable [EDIT]: Converted table cell IDs to classes. Having multiple identical IDs is invalid. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit be8f1f33430f35257c0ed5e93fc52ddfc65b7d84) Signed-off-by: Chris Nighswonger commit d19300432fe0f7a940e7b685a343b7e505bbd0d4 Author: Jane Wagner Date: Tue Dec 14 11:39:12 2010 -0500 Bug 3789 Set off shelving location in staff and OPAC title display Koha puts the shelving location immediately after the library name in the "Location" column of the title display. If the library name and/or shelving location is wordy, the two can run together and a user can overlook the shelving location. I've added a new span class to the staff and OPAC .css files and applied it to shelving location in both templates. This puts the shelving location on a separate line and in italics, to make it stand out from the library name. [Edit] Re-implemented some changes which wouldn't merge after so long Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit f05bd5984c94fbbf1603317fd9fdd8909959dbb5) Signed-off-by: Chris Nighswonger commit 106725c45d7d3838b01e37b9d86f86dd84bfbde0 Author: Garry Collum Date: Tue Dec 14 09:38:19 2010 -0500 Bug 4937: Fixes XHTML in the pagination links of a saved report. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit 0fc7e5bfdc30ba03ff342f35b27c61f0bd3938d8) Signed-off-by: Chris Nighswonger commit a9b88549db1974a9ed4b9901b25c9650e28737a2 Author: Nicole Engard Date: Tue Dec 14 08:57:46 2010 -0500 bug 4977 add missing order links to 'no results found' page Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit 5c8ca5129cef8b8d1042e9b774114463bb4e75bb) Signed-off-by: Chris Nighswonger commit 93800bf6fd0f78f1bf4be74e110ec11df363f2f5 Author: Chris Cormack Date: Wed Dec 15 09:03:11 2010 +1300 Revert "Ergonomy improvement in smart rule management" This reverts commit fefd158f424939fc473f54a2ffe4ee0e39ffba08. This was causing quite major errors, read the details at bug 5496 (cherry picked from commit 3705965cd71bc30ed4ba325cde115764fa1afe44) Signed-off-by: Chris Nighswonger commit 335fbe5da7300aefc89b3bec77229cb0f62fae39 Author: Owen Leonard Date: Mon Dec 13 14:26:35 2010 -0500 Alternate fix for Bug 2981, removing onclick redirect Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack (cherry picked from commit c4ea43f3dbe1f8d36086944d95c67a20c9caa894) Signed-off-by: Chris Nighswonger commit 0e088620640f8b20a1b88ce6adb3e7c7888bab3e Author: Robin Sheat Date: Mon Jul 19 14:06:32 2010 +1200 bug 5033: Add a reference to xml_sax to the Makefile.PL Signed-off-by: Chris Cormack (cherry picked from commit 9c8f934a2c2c3808a2a5502c839b9cb087231ec5) Signed-off-by: Chris Nighswonger commit 54fb32b52139067155873d2d4c5daa0a42609599 Author: Chris Cormack Date: Tue Dec 14 20:10:59 2010 +1300 Fix for intranet-tmpl had one /TMPL_IF to many (cherry picked from commit e83beb048201fdc3be9286006173973eb73d6ce0) Signed-off-by: Chris Nighswonger commit a39f706f096a6ed034af0d7e80e1a7adf4ed2670 Author: Ian Walls Date: Fri Sep 10 12:43:18 2010 -0400 Fixes bug 5125: Default focus on circulation-home page Fix created by Owen Leonard, related over IRC chat (rather than a patch file). Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit 34155975fc805059635f520c6cedfe927b9fd7fa) Signed-off-by: Chris Nighswonger commit fb468b5629b5b84d8745c7a94d86d1093be0348a Author: Owen Leonard Date: Tue Dec 14 07:24:16 2010 +0100 Possible fix for Bug 2307, Calendar widget cannot be translated This patch copies the calendar's language strings from a stand- alone javascript file into calendar.inc where they can be translated along with other strings. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 21c516601cf1bba2ae22a3448898a2efed159b8a) Signed-off-by: Chris Nighswonger commit 253ddbc50aa3c8935976483b50f71704fc520d14 Author: Katrin Fischer Date: Tue Dec 14 06:33:27 2010 +0100 Bug 2965: Allow due date in the past - small template fix Signed-off-by: Chris Cormack (cherry picked from commit 872529cb118874e5604dc8faa23ecbffb2439456) Signed-off-by: Chris Nighswonger commit d39aef7de1a48a3095f7f1ac20b177b9eb12c531 Author: Robin Sheat Date: Wed Aug 4 15:48:10 2010 +1200 Bug 5084 - hide funds that are part of an inactive budget Prevents inactive funds from showing in the aquisitions module, they still show in the administration. Signed-off-by: Chris Cormack (cherry picked from commit 00dd0ae6276e9ea9d744d42b3871a4d35a70a1d7) Signed-off-by: Chris Nighswonger commit 0b32d910d777949cf34e66f8c85cca8d3529c7b7 Author: Srdjan Jankovic Date: Mon Dec 13 22:34:07 2010 +0100 Bug 2965: Allow due date in the past Raise warning rather than disallowing Remove due date js validation when checking out Signed-off-by: Katrin Fischer Fixed small error in circulation.tmpl Signed-off-by: Chris Cormack (cherry picked from commit 4d1762f5ec451729d74e3fa6282e1726a0a74969) Signed-off-by: Chris Nighswonger commit 3c5b2bef897dfa2b9db09782dedde29a21fd5338 Author: Owen Leonard Date: Mon Dec 13 22:14:11 2010 +0100 Fix for Bug 5000, Uncertain prices misses option to choose display language - Adding missing footer include for language chooser - Correcting markup and structure errors Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 21cdd2feb45406728faa395cd457670c4aef2bb3) Signed-off-by: Chris Nighswonger commit 08c2668ee218e162af099de7dffa724624e04ac5 Author: Colin Campbell Date: Mon Dec 13 17:05:06 2010 +0000 Variable redeclared in same scope lexical variable declared twice causing run time warnings Signed-off-by: Chris Cormack (cherry picked from commit 51dc5b060beb4243b364da9b3df81c9454107175) Signed-off-by: Chris Nighswonger commit 59814b0cecebb868dbacaf9a9ef6548f27ba0949 Author: Nicole Engard Date: Mon Dec 13 11:13:58 2010 -0500 bug 5255 change 'document type' to 'item type' Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit 40e2b5421a478ec2e9251798b34858eefa2ef114) Signed-off-by: Chris Nighswonger commit 8dab9b47710ddd0705691949bfea2c847185a856 Author: Nicole Engard Date: Mon Dec 13 10:27:47 2010 -0500 bug 4252 add authorites permission to menus Added to more menu and to the main intranet page Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit a6799f95fb0315aa413c56f7d75817bb9d1a481e) Signed-off-by: Chris Nighswonger commit a7ed9401724f8bd0141bd73f27986543f1ef258c Author: Colin Campbell Date: Mon Dec 13 15:31:47 2010 +0000 Bug 2170 Supplementary Fix Wrap link in permissions check Found an edit item link not subject to edit_items permission check Signed-off-by: Chris Cormack (cherry picked from commit c53c96fa5738ab76285ceaab64952d3b29adf0d1) Signed-off-by: Chris Nighswonger commit 4da3829b0d4bf2eaeccc297ba921b84b2ae951de Author: Owen Leonard Date: Mon Dec 13 15:30:07 2010 +0000 Updated fix for Bug 2170, Adding 'edititems' user-permission This patch follows up on the addition of the 'edititems' permission by adding a check of the new permission to places in the interface which link to the edit item screen. The catalogue toolbar had to be extensively re-worked in order to ensure that the "New" and "Edit" menus would appear (or not) whether or not edit_catalogue, edit_items, or create_subscription permissions are on. Revised for current HEAD Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack (cherry picked from commit bd7cca935b9c77ad0514038cfee6c84d02bd8e7d) Signed-off-by: Chris Nighswonger commit 2e9910ce678b25626570f4bbd3bba29f40f7006f Author: Chris Cormack Date: Mon Dec 13 11:44:35 2010 +0000 Bug 5484 - Handling bad borrower categories in serial routing lists more gracefully Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack (cherry picked from commit 96330a7b07dc78e627d44c5347fd07e42415ca36) Signed-off-by: Chris Nighswonger commit 86c0f0ee8ca584c4f2f42c44ad094851a74a011e Author: Nicole Engard Date: Tue Aug 17 21:22:56 2010 -0400 bug 5150 change issuing to circ & fine rules Signed-off-by: Chris Cormack (cherry picked from commit 1b36fafe8c21e55367d139ca1823d5e51b3280ba) Signed-off-by: Chris Nighswonger commit 937752bcf7f2cae5709d995bbc6290d538b8b948 Author: Owen Leonard Date: Fri Sep 10 14:37:55 2010 +0200 Fix for Bug 5208, Language chooser missing on Batch item deletion/modification Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 2b53b14bacfdd276c3188de2f76ed03201a0cab0) Signed-off-by: Chris Nighswonger commit f5f7455c0271123eb364e230bb47a9a297109af3 Author: Robin Sheat Date: Thu Sep 16 19:08:57 2010 +1200 Bug 5228 - make rebuild_zebra handle fixing the zebra dirs If the zebra server directories don't exist, zebra will spit the dummy. This makes rebuild_zebra.pl smart enough to create them if they're not there. If that fails, it'll scream loudly so you know zebra isn't reindexing. Signed-off-by: Chris Cormack (cherry picked from commit 8de1ef7e94b37f343b5a1896b1ab06950ee83530) Signed-off-by: Chris Nighswonger commit 825aba2cdba3ec6ff0a734e471f3ac389afc6639 Author: Robin Sheat Date: Wed Oct 20 14:28:29 2010 +1300 Bug 5313 - allow creation of libraries with hyphens Signed-off-by: Chris Cormack (cherry picked from commit 4f4c4eceb3e4d6b01a87c4c5dbb65df24fcc0638) Signed-off-by: Chris Nighswonger commit 15f32df3f8b6858f02f8a4def1014f5a674dbb5a Author: Owen Leonard Date: Wed Nov 24 09:48:24 2010 -0500 Fix for Bug 5416, Template syntax error in moredetails.tmpl Credit for finding this bug and patching it goes to Fridolyn Somers, but the patch in Bugzilla didn't apply for me so I duplicated the changes and reformatted. -- Owen Signed-off-by: Chris Cormack (cherry picked from commit 554b6ad34056cd3ab166b244c200720c17f2d891) Signed-off-by: Chris Nighswonger commit 3970e42a725d0bf93ab4f45d51023f1374360126 Author: Fr?d?ric Demians Date: Tue Jul 20 14:03:35 2010 +0200 Bug 5041 Allow to delete non-repeatable field Minus links wasn't displayed as it should in order to allow cataloger to delete (empty all subfields) a non repeatable subfield. Signed-off-by: Chris Cormack (cherry picked from commit 565b780becd291d29d768e4851d3935b3cb19751) Signed-off-by: Chris Nighswonger commit acdd08a538ec09f97d86e01cc7a799845ba45949 Author: Katrin Fischer Date: Tue Dec 7 04:47:35 2010 +0100 Bug 4218: Fixes display problem introduced by last patch Adds back missing . Without navigation tabs and holdigns are not displayed in staff detail. Signed-off-by: Chris Cormack (cherry picked from commit bd26d056283e5a98bfcf655c5f956faedfb258e4) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Budgets.pm | 8 +- C4/Circulation.pm | 9 +- C4/Items.pm | 2 +- Makefile.PL | 1 + circ/circulation.pl | 13 +- circ/view_holdsqueue.pl | 8 +- debian/scripts/koha-create | 8 +- debian/scripts/koha-remove | 4 +- .../intranet-tmpl/prog/en/css/staff-global.css | 12 ++- .../intranet-tmpl/prog/en/includes/calendar.inc | 62 +++++++- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 173 +++++++++++--------- .../intranet-tmpl/prog/en/includes/header.inc | 2 + koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 2 +- .../en/lib/jquery/plugins/jquery.uitablefilter.js | 90 ---------- .../prog/en/modules/acqui/neworderbiblio.tmpl | 2 + .../prog/en/modules/acqui/uncertainprice.tmpl | 23 +-- .../prog/en/modules/admin/smart-rules.tmpl | 149 +++++------------ .../prog/en/modules/catalogue/detail.tmpl | 3 +- .../prog/en/modules/catalogue/moredetail.tmpl | 6 +- .../prog/en/modules/cataloguing/addbiblio.tmpl | 2 +- .../prog/en/modules/cataloguing/addbooks.tmpl | 16 +-- .../prog/en/modules/circ/circulation.tmpl | 13 +- .../prog/en/modules/circ/view_holdsqueue.tmpl | 54 +++--- .../prog/en/modules/intranet-main.tmpl | 32 +++- .../prog/en/modules/reports/catalogue_out.tmpl | 4 +- .../prog/en/modules/tools/batchMod-del.tmpl | 11 +- .../prog/en/modules/tools/batchMod-edit.tmpl | 6 +- .../prog/en/modules/tools/batchMod.tmpl | 4 +- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 6 + .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 2 +- misc/migration_tools/rebuild_zebra.pl | 30 +++- reports/guided_reports.pl | 2 +- serials/member-search.pl | 26 ++-- 33 files changed, 397 insertions(+), 388 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.uitablefilter.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 15 20:20:37 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Dec 2010 19:20:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5508, created. v3.02.00-378-g5bc49fe Message-ID: This is an automated email from the git hooks/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/enh/bug_5508 has been created at 5bc49fe9ebada6642865175b83b9d299a11e8793 (commit) - Log ----------------------------------------------------------------- commit 5bc49fe9ebada6642865175b83b9d299a11e8793 Author: Colin Campbell Date: Wed Dec 15 16:39:31 2010 +0000 Fix supplier loop in serials claims Wrong parameter was being passed to GetLateOrMissingIssues causing incorrect display of count Remove superfluous loop creating array we dont use No need to sort a sorted array commit 9bfcf01abdaa52f89d41893c44dfe74980cd1252 Author: Henri-Damien LAURENT Date: Mon Jun 7 11:13:10 2010 +0200 MT3801: Serials not received issues cannot be claimed waiting issues which where planned for an old date were not "claimable" This also fixes a bug from commit Signed-off-by: Colin Campbell commit 63a8c5bc9df7585ac4e5796e9f1a62f25f52ebb0 Author: Henri-Damien LAURENT Date: Mon Nov 1 22:15:05 2010 +1300 MT3801 followup : Cannot claim for issues was missing an opening ( Adding test script Signed-off-by: Colin Campbell commit 78038d3cf6816fe9cb001f7edddebf83592df3e6 Author: Paul POULAIN Date: Fri Oct 29 04:32:02 2010 +0200 fixing unopened closed tmpl_if Signed-off-by: Colin Campbell commit c401514b9546f14df3be6f9740b94b323c21cd0e Author: Paul POULAIN Date: Thu Sep 23 09:06:43 2010 +0200 MT2743 : add filter on subscription branch to subscription claims Signed-off-by: Colin Campbell commit 73a140b509b23a9bd097342f13f6dee12add1c7b Author: Paul POULAIN Date: Thu Sep 9 20:37:29 2010 +0200 some display changes in subscription add - removing librarian line - displaying subscription number only if it's a modif - some minor html tag changes - putting month length on top, as default for subscription duration (it's from far the most usual case) Signed-off-by: Colin Campbell commit 2f9c8293c8cd74283a7468adbe15e14441e15b26 Author: Paul POULAIN Date: Thu Sep 9 20:35:49 2010 +0200 adding some javascript strings for translator Signed-off-by: Colin Campbell commit 43bfa4030748423cc5a285edb17879d29bca5db7 Author: Paul POULAIN Date: Thu Sep 9 20:03:58 2010 +0200 minor change: reordering branch/location/callnumber display it's more logical to have branch first, then location, then callnumber (from general to specific) Previously, it was location/callnumber/branch Signed-off-by: Colin Campbell commit ff36d256b70cd1a9fbc38816313964f3187621d9 Author: Jean-Andr? Santoni Date: Tue Aug 24 14:48:46 2010 +0200 (bug #4363) Fix subscription search error when no results There was a template param assignment before template is loaded. Signed-off-by: Colin Campbell commit 01e4b668caa41faaaad01b18a2e30cb7bebf8252 Author: Christophe Croullebois Date: Thu Aug 12 17:57:01 2010 +0200 (MT #4108) Notes in serial The public and nonpublic notes was redundant with two areas in the page, one was inactive, and in edit subscription page, the subscription history area had two redundant blocks for notes, this fix it. Signed-off-by: Colin Campbell commit ba8a2c7e8ad871958c3c1b27536a3f3d922f2cbe Author: Alex Arnaud Date: Wed Aug 11 09:58:04 2010 +0200 (MT4068) Display callnumber & location in serials-collection.pl & serials-edit.pl. Signed-off-by: Colin Campbell commit 5fbcf225a491dcfd400054e0c6a8b0ec6a8d99bc Author: Matthias Meusburger Date: Mon Jul 5 17:38:19 2010 +0200 MT3802: Patron notification is not correctly shown in subscription modification Signed-off-by: Colin Campbell commit 44560fc73c7481334aaf6165430659ff6903dd87 Author: Paul Poulain Date: Thu Jun 24 14:48:25 2010 +0200 Editing help for subscription-add Signed-off-by: Colin Campbell commit c7effbe20900edb883501db7be77698fe4b92945 Author: Henri-Damien LAURENT Date: Tue Jun 8 10:20:27 2010 +0200 MT3667 followup MT3811 : unexpected issues not stored As a consequence of previous MT3667 patch, the subscriptionid list was processed. And unfortunately, since array order is the only relevant information from HTML processing, it caused subscriptionid to be null for a double edition. This patch only uses uniq for serials-collection and when passing information to serials-collection page. Signed-off-by: Colin Campbell commit 2f318ab84189edf79ad8842601abef93849fa422 Author: Henri-Damien LAURENT Date: Mon Jun 7 16:20:12 2010 +0200 MT3801: Serials not received issues cannot be claimed position problem for claimst table the table was displayed at right handside of the window Signed-off-by: Colin Campbell commit fc725ae6435cbd8dce3be4f92303c308a975779b Author: Henri-Damien LAURENT Date: Thu May 20 20:54:59 2010 +0200 MT3667 : multiple display of same subscription The same subscription would be displayed multiple times when coming from serials-edit. This patch fixes that problem Signed-off-by: Colin Campbell commit 36e766aa4ad1bbd042547cd7c8d791ef5240706b Author: Henri-Damien LAURENT Date: Fri May 7 18:52:40 2010 +0200 merge problem commit 99c0d2bf74d67c9cb08a657ec547d6d689bd69ca Author: Nahuel ANGELINETTI Date: Tue Mar 9 11:25:09 2010 +0100 (MT #3110) fix repetable titles This fix in serials search, for repeatables titles. Now we use biblionumber to detect repeated serials. Signed-off-by: Colin Campbell commit dade9a2a24003e90eaf1c21e53992860086fec80 Author: Nicolas Morin Date: Tue Mar 2 10:26:06 2010 +0100 correct vocabulary in GUI, changes technical vocab like "string" to proper user-friendly terms like "Title" Signed-off-by: Colin Campbell commit b833e0a70d43349c9b571154054faa0e3a6cfcf5 Author: Jean-Andr? Santoni Date: Mon Feb 22 12:56:37 2010 +0100 Fixed a bug about hidden checkboxes in claims Signed-off-by: Colin Campbell commit 159c586b3c82cdf5bc52aa46c1326e9c06681212 Author: Jean-Andr? Santoni Date: Mon Feb 22 12:53:48 2010 +0100 Added table filter to claims.tmpl Signed-off-by: Colin Campbell commit 0efaa6a41cfb2fbd401b1bffdec7714fd9db7051 Author: Jean-Andr? Santoni Date: Mon Feb 22 11:54:10 2010 +0100 Replaced CGI dropdown box call wich is deprecated Signed-off-by: Colin Campbell commit df6283ffe9f19bf64c5608bdc13ee76b9afdd78c Author: Jean-Andr? Santoni Date: Mon Feb 22 10:50:16 2010 +0100 Fixed the checkall checkbox Signed-off-by: Colin Campbell commit 04dbd152f890f14ef4424dd334e9294a723f9f7b Author: Henri-Damien LAURENT Date: Tue Feb 23 08:56:27 2010 +0100 (MT 3035) subscription created expired Subscription expiration date was not calculated on creation of a subscription (cherry picked from commit 263e9217c8cd736924f66d699981949e29b4c200) Signed-off-by: Colin Campbell commit 34673bf4efcad5746e16a1bf29d849b024497dd1 Author: Jean-Andr? Santoni Date: Fri Feb 26 12:32:53 2010 +0100 Checks serials item form Signed-off-by: Colin Campbell commit 12100e13e4cb929f772ab72a69304ec4d7c39a83 Author: Colin Campbell Date: Wed Dec 15 11:01:00 2010 +0000 Add jquery.uitablefilter.js Add jquery plugin included in a number of templates modified by biblibre Add as a separate commit rather than as part of a feature patch as we may be merging out of sequence ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 15 20:39:14 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Dec 2010 19:39:14 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4826, created. v3.02.00-353-g0783437 Message-ID: This is an automated email from the git hooks/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_4826 has been created at 07834371f25ab207688e1534c39654049b890951 (commit) - Log ----------------------------------------------------------------- commit 07834371f25ab207688e1534c39654049b890951 Author: Nicole Engard Date: Wed Dec 15 09:23:14 2010 -0500 bug 4826 change 'add basket' to 'new basket' Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 15 20:50:04 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Dec 2010 19:50:04 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5398, created. v3.02.00-354-g0560aa7 Message-ID: This is an automated email from the git hooks/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_5398 has been created at 0560aa768cc1b128891259982a25ee2450470e79 (commit) - Log ----------------------------------------------------------------- commit 0560aa768cc1b128891259982a25ee2450470e79 Author: Galen Charlton Date: Wed Dec 15 11:26:04 2010 -0500 bug 5398: make additional pages in staff interface obey noItemTypeImages Signed-off-by: Galen Charlton Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 15 20:51:04 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Dec 2010 19:51:04 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-354-g0560aa7 Message-ID: This is an automated email from the git hooks/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 0560aa768cc1b128891259982a25ee2450470e79 (commit) via 07834371f25ab207688e1534c39654049b890951 (commit) from be8f1f33430f35257c0ed5e93fc52ddfc65b7d84 (commit) Those revisions listed 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/booksellers.tmpl | 2 +- .../prog/en/modules/catalogue/advsearch.tmpl | 2 ++ .../prog/en/modules/reserve/request.tmpl | 5 ++++- .../prog/en/modules/suggestion/suggestion.tmpl | 1 - .../prog/en/modules/virtualshelves/shelves.tmpl | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 15 23:50:20 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 Dec 2010 22:50:20 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5508, updated. v3.02.00-379-g2529527 Message-ID: This is an automated email from the git hooks/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/enh/bug_5508 has been updated via 25295275972a605e71e532fb259cbdc7e13e3b8f (commit) from 5bc49fe9ebada6642865175b83b9d299a11e8793 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 25295275972a605e71e532fb259cbdc7e13e3b8f Author: Chris Cormack Date: Thu Dec 16 11:49:36 2010 +1300 Bug 5508 : Updating copyright statements ----------------------------------------------------------------------- Summary of changes: C4/Serials.pm | 1 + serials/claims.pl | 2 ++ serials/serials-collection.pl | 1 + serials/serials-edit.pl | 1 + serials/subscription-bib-search.pl | 1 + 5 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 16 01:47:34 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Dec 2010 00:47:34 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-382-ga904a9b Message-ID: This is an automated email from the git hooks/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 a904a9bac745c696d998c28b8eb82961ddde9207 (commit) via 25295275972a605e71e532fb259cbdc7e13e3b8f (commit) via 5bc49fe9ebada6642865175b83b9d299a11e8793 (commit) via 9bfcf01abdaa52f89d41893c44dfe74980cd1252 (commit) via 63a8c5bc9df7585ac4e5796e9f1a62f25f52ebb0 (commit) via 78038d3cf6816fe9cb001f7edddebf83592df3e6 (commit) via c401514b9546f14df3be6f9740b94b323c21cd0e (commit) via 73a140b509b23a9bd097342f13f6dee12add1c7b (commit) via 2f9c8293c8cd74283a7468adbe15e14441e15b26 (commit) via 43bfa4030748423cc5a285edb17879d29bca5db7 (commit) via ff36d256b70cd1a9fbc38816313964f3187621d9 (commit) via 01e4b668caa41faaaad01b18a2e30cb7bebf8252 (commit) via ba8a2c7e8ad871958c3c1b27536a3f3d922f2cbe (commit) via 5fbcf225a491dcfd400054e0c6a8b0ec6a8d99bc (commit) via 44560fc73c7481334aaf6165430659ff6903dd87 (commit) via c7effbe20900edb883501db7be77698fe4b92945 (commit) via 2f318ab84189edf79ad8842601abef93849fa422 (commit) via fc725ae6435cbd8dce3be4f92303c308a975779b (commit) via 36e766aa4ad1bbd042547cd7c8d791ef5240706b (commit) via 99c0d2bf74d67c9cb08a657ec547d6d689bd69ca (commit) via dade9a2a24003e90eaf1c21e53992860086fec80 (commit) via b833e0a70d43349c9b571154054faa0e3a6cfcf5 (commit) via 159c586b3c82cdf5bc52aa46c1326e9c06681212 (commit) via 0efaa6a41cfb2fbd401b1bffdec7714fd9db7051 (commit) via df6283ffe9f19bf64c5608bdc13ee76b9afdd78c (commit) via 04dbd152f890f14ef4424dd334e9294a723f9f7b (commit) via 34673bf4efcad5746e16a1bf29d849b024497dd1 (commit) via 12100e13e4cb929f772ab72a69304ec4d7c39a83 (commit) from 0560aa768cc1b128891259982a25ee2450470e79 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a904a9bac745c696d998c28b8eb82961ddde9207 Merge: 0560aa768cc1b128891259982a25ee2450470e79 25295275972a605e71e532fb259cbdc7e13e3b8f Author: Chris Cormack Date: Thu Dec 16 13:47:01 2010 +1300 Merge remote branch 'kc/new/enh/bug_5508' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Serials.pm | 35 +++-- .../intranet-tmpl/prog/en/includes/header.inc | 1 - .../prog/en/includes/serials-search.inc | 2 +- .../en/lib/jquery/plugins/jquery.uitablefilter.js | 90 ++++++++++ .../en/modules/help/serials/subscription-add.tmpl | 171 +++++++++++++------- .../prog/en/modules/serials/claims.tmpl | 77 ++++++--- .../en/modules/serials/serials-collection.tmpl | 5 +- .../prog/en/modules/serials/serials-edit.tmpl | 46 +++--- .../prog/en/modules/serials/subscription-add.tmpl | 58 +++----- .../en/modules/serials/subscription-detail.tmpl | 6 +- .../prog/en/modules/suggestion/suggestion.tmpl | 2 +- .../en/modules/virtualshelves/downloadshelf.tmpl | 3 +- serials/claims.pl | 27 ++-- serials/serials-collection.pl | 15 ++- serials/serials-edit.pl | 12 ++- serials/subscription-add.pl | 89 +++++----- serials/subscription-bib-search.pl | 34 ++--- t/Serials.t | 6 +- 18 files changed, 433 insertions(+), 246 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.uitablefilter.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 16 21:08:40 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Dec 2010 20:08:40 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5373, created. v3.02.00-355-gcf6867d Message-ID: This is an automated email from the git hooks/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_5373 has been created at cf6867db6247f234a7fd8f1f879309d15af5eef6 (commit) - Log ----------------------------------------------------------------- commit cf6867db6247f234a7fd8f1f879309d15af5eef6 Author: Garry Collum Date: Wed Dec 15 18:48:27 2010 -0500 Bug 5373: Adds cardnumber to the field list of the Import Patrons NOTES. Adds 'cardnumber' as an option to the list of possible fields in the NOTES section of the patron import tool. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 16 21:11:38 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Dec 2010 20:11:38 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5294, created. v3.02.00-385-g750a8a8 Message-ID: This is an automated email from the git hooks/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/enh/bug_5294 has been created at 750a8a8dae8a445d678f6645b6cbd3405e27924d (commit) - Log ----------------------------------------------------------------- commit 750a8a8dae8a445d678f6645b6cbd3405e27924d Author: Srdjan Jankovic Date: Wed Dec 15 20:10:12 2010 -0500 Bug 5294 - Unescape vendor name when pushing back Signed-off-by: Robin Sheat Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack commit bf5a328af645f8de06bba1b71e58f29ab2a17159 Merge: a904a9bac745c696d998c28b8eb82961ddde9207 cf6867db6247f234a7fd8f1f879309d15af5eef6 Author: Chris Cormack Date: Fri Dec 17 09:09:40 2010 +1300 Merge remote branch 'kc/new/bug_5373' into kcmaster ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 16 21:14:38 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Dec 2010 20:14:38 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-385-g750a8a8 Message-ID: This is an automated email from the git hooks/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 750a8a8dae8a445d678f6645b6cbd3405e27924d (commit) via bf5a328af645f8de06bba1b71e58f29ab2a17159 (commit) via cf6867db6247f234a7fd8f1f879309d15af5eef6 (commit) from a904a9bac745c696d998c28b8eb82961ddde9207 (commit) Those revisions listed 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: .../en/modules/serials/acqui-search-result.tmpl | 2 +- .../prog/en/modules/tools/import_borrowers.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 16 21:39:36 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Dec 2010 20:39:36 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5283, created. v3.02.00-386-g05965fb Message-ID: This is an automated email from the git hooks/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/enh/bug_5283 has been created at 05965fb56dcc54a72b275e5fa93f3f9e5c959d0b (commit) - Log ----------------------------------------------------------------- commit 05965fb56dcc54a72b275e5fa93f3f9e5c959d0b Author: koha Date: Wed Dec 15 20:41:52 2010 -0500 Bug 5283 NEWS ITEM FOR RECEIPT SLIP There is no on-off global parameter for it since if a library does not want to use it, then the library will not use the "slip" category in news - this is similar to the OPAC news and Staff news categories in the news feature. We have been using this for months in Koha 3.0 and the librarians like it and so does PR as it gives a way to advertise events and news to patrons with every checkout. The files modified are: koha-news.tmpl moremember-receipt.tmpl moremember.pl Darrell Ulm Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 16 21:42:27 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Dec 2010 20:42:27 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_3859, created. v3.02.00-386-gd6e8308 Message-ID: This is an automated email from the git hooks/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_3859 has been created at d6e83087a479d9d2f552c9a6a2e5554c0f693596 (commit) - Log ----------------------------------------------------------------- commit d6e83087a479d9d2f552c9a6a2e5554c0f693596 Author: Owen Leonard Date: Wed Dec 15 21:16:24 2010 -0500 Fix for Bug 3859, Attach item clarification - Modifies hint text - Adds handling for BiblioDefaultView preference - Markup and CSS tweaks Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 16 21:45:17 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Dec 2010 20:45:17 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4946, created. v3.02.00-389-g324991f Message-ID: This is an automated email from the git hooks/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_4946 has been created at 324991fefd1c6f336308b0f7aec8e8f0047e6e1a (commit) - Log ----------------------------------------------------------------- commit 324991fefd1c6f336308b0f7aec8e8f0047e6e1a Author: Owen Leonard Date: Wed Dec 15 21:30:38 2010 -0500 Fix for Bug 4946 - hold warning needs rewording This patch improves the phrasing of several messages by breaking the message variable into distinct parts for more natural-sounding warnings when: - Checking out an item on hold for another patron - Checking out an item which is waiting for another patron - Checking out an item which is checked out to another patron - Checking out an item which is checked out to this patron - Checking out to a patron who has too many checked out I would appreciate special attention to my changes to the TooMany function in Circulation.pm to make sure I handled it correctly. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack commit 9c17e9305a31854b7a67834905784981724cf5c4 Merge: d6e83087a479d9d2f552c9a6a2e5554c0f693596 05965fb56dcc54a72b275e5fa93f3f9e5c959d0b Author: Chris Cormack Date: Fri Dec 17 09:43:17 2010 +1300 Merge remote branch 'kc/new/enh/bug_5283' into kcmaster ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 16 21:45:42 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Dec 2010 20:45:42 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-389-g324991f Message-ID: This is an automated email from the git hooks/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 324991fefd1c6f336308b0f7aec8e8f0047e6e1a (commit) via 9c17e9305a31854b7a67834905784981724cf5c4 (commit) via d6e83087a479d9d2f552c9a6a2e5554c0f693596 (commit) via 05965fb56dcc54a72b275e5fa93f3f9e5c959d0b (commit) from 750a8a8dae8a445d678f6645b6cbd3405e27924d (commit) Those revisions listed 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/Reserves.pm | 1 + circ/circulation.pl | 1 + .../prog/en/modules/cataloguing/moveitem.tmpl | 35 ++++++++++------ .../prog/en/modules/circ/circulation.tmpl | 10 ++-- .../en/modules/members/moremember-receipt.tmpl | 16 +++++++- .../prog/en/modules/tools/koha-news.tmpl | 10 ++++- members/moremember.pl | 10 +++++ 8 files changed, 93 insertions(+), 32 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 16 22:50:24 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Dec 2010 21:50:24 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4997, created. v3.02.00-390-g402240b Message-ID: This is an automated email from the git hooks/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_4997 has been created at 402240bbe25aaffd205a34a01663e556be01ac15 (commit) - Log ----------------------------------------------------------------- commit 402240bbe25aaffd205a34a01663e556be01ac15 Author: Owen Leonard Date: Wed Dec 15 21:33:59 2010 -0500 Fix for Bug 4997, More searches menu not on OPAC MARC and ISBD detail pages Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 16 22:53:39 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 Dec 2010 21:53:39 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-390-g402240b Message-ID: This is an automated email from the git hooks/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 402240bbe25aaffd205a34a01663e556be01ac15 (commit) from 324991fefd1c6f336308b0f7aec8e8f0047e6e1a (commit) Those revisions listed 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-ISBDdetail.tmpl | 28 ++++++++++++++++ .../opac-tmpl/prog/en/modules/opac-MARCdetail.tmpl | 35 +++++++++++++++++++- opac/opac-ISBDdetail.pl | 10 ++++++ opac/opac-MARCdetail.pl | 10 ++++++ 4 files changed, 82 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 18 18:52:40 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 17:52:40 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-391-gbd8f379 Message-ID: This is an automated email from the git hooks/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 bd8f379d70be0afe5e37c843f8b7dd0ab82be1ed (commit) from 402240bbe25aaffd205a34a01663e556be01ac15 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bd8f379d70be0afe5e37c843f8b7dd0ab82be1ed Author: Serhij Dubyk {?????? ?????} Date: Thu Dec 16 01:49:51 2010 +0200 Deleted old sample budget sql-data for Ukrainian and Russian Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../mysql/ru-RU/optional/acqusion_book_funds.sql | 12 ------------ .../mysql/ru-RU/optional/acqusion_book_funds.txt | 1 - .../mysql/uk-UA/optional/acqusion_book_funds.sql | 12 ------------ .../mysql/uk-UA/optional/acqusion_book_funds.txt | 1 - 4 files changed, 0 insertions(+), 26 deletions(-) delete mode 100644 installer/data/mysql/ru-RU/optional/acqusion_book_funds.sql delete mode 100644 installer/data/mysql/ru-RU/optional/acqusion_book_funds.txt delete mode 100644 installer/data/mysql/uk-UA/optional/acqusion_book_funds.sql delete mode 100644 installer/data/mysql/uk-UA/optional/acqusion_book_funds.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 18 19:10:58 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 18:10:58 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5510, created. v3.02.00-392-g1c86e93 Message-ID: This is an automated email from the git hooks/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/enh/bug_5510 has been created at 1c86e93cec3749ce5821d237e6d86fa888f62fa3 (commit) - Log ----------------------------------------------------------------- commit 1c86e93cec3749ce5821d237e6d86fa888f62fa3 Author: Srdjan Jankovic Date: Thu Dec 16 19:23:31 2010 +1300 Bug 5510: prepend output with system name Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 18 19:13:04 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 18:13:04 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-392-g1c86e93 Message-ID: This is an automated email from the git hooks/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 1c86e93cec3749ce5821d237e6d86fa888f62fa3 (commit) from bd8f379d70be0afe5e37c843f8b7dd0ab82be1ed (commit) Those revisions listed 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-foreach | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 18 19:21:10 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 18:21:10 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_3987, created. v3.02.00-393-g396c214 Message-ID: This is an automated email from the git hooks/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_3987 has been created at 396c2143d9f0196126af5d24f23e4b286f55d830 (commit) - Log ----------------------------------------------------------------- commit 396c2143d9f0196126af5d24f23e4b286f55d830 Author: Owen Leonard Date: Thu Dec 16 02:34:47 2010 -0500 Fix for Bug 3987 - New Sys Prefs Branch - Alphabetize prefs in sections Adding jquery tablesorter, sorting on sys pref variable by default Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 18 19:24:40 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 18:24:40 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4891, created. v3.02.00-394-g13bc505 Message-ID: This is an automated email from the git hooks/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/enh/bug_4891 has been created at 13bc505c5ffdd22533b49ddc4d1e79ecce49ed4d (commit) - Log ----------------------------------------------------------------- commit 13bc505c5ffdd22533b49ddc4d1e79ecce49ed4d Author: Robin Sheat Date: Thu Dec 16 02:50:08 2010 -0500 bug4891 - sort facets in search sidebar (OPAC and staff client) Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 18 19:25:14 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 18:25:14 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-394-g13bc505 Message-ID: This is an automated email from the git hooks/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 13bc505c5ffdd22533b49ddc4d1e79ecce49ed4d (commit) via 396c2143d9f0196126af5d24f23e4b286f55d830 (commit) from 1c86e93cec3749ce5821d237e6d86fa888f62fa3 (commit) Those revisions listed 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 | 6 ++++++ .../intranet-tmpl/prog/en/js/pages/preferences.js | 7 +++++++ .../prog/en/modules/admin/preferences.tmpl | 6 ++++-- opac/opac-search.pl | 7 +++++++ 4 files changed, 24 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 18 19:34:59 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 18:34:59 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-395-g306c1a1 Message-ID: This is an automated email from the git hooks/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 306c1a17afbd7106a52d443245d9b9c6d1e2874a (commit) from 13bc505c5ffdd22533b49ddc4d1e79ecce49ed4d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 306c1a17afbd7106a52d443245d9b9c6d1e2874a Author: Chris Cormack Date: Sun Dec 19 07:32:24 2010 +1300 Adding another developer to the history ----------------------------------------------------------------------- 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 Sat Dec 18 19:40:48 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 18:40:48 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5513, created. v3.02.00-396-g080f693 Message-ID: This is an automated email from the git hooks/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_5513 has been created at 080f693c480d65d16c1757860cb88929bea70012 (commit) - Log ----------------------------------------------------------------- commit 080f693c480d65d16c1757860cb88929bea70012 Author: Owen Leonard Date: Thu Dec 16 02:57:42 2010 -0500 Fix for Bug 5513 - staff client display screwy if you don't have all permissions The cause of this bug was the removal of a closing in a recent commit. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 18 19:45:09 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 18:45:09 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5470, created. v3.02.00-397-gbe70444 Message-ID: This is an automated email from the git hooks/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/enh/bug_5470 has been created at be70444f687144063dd6e640dfd93afc2256cf44 (commit) - Log ----------------------------------------------------------------- commit be70444f687144063dd6e640dfd93afc2256cf44 Author: Owen Leonard Date: Thu Dec 16 03:02:53 2010 -0500 Fix for Bug 5470 - improvements to results display in the staff client Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 18 19:46:17 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 18:46:17 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-397-gbe70444 Message-ID: This is an automated email from the git hooks/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 be70444f687144063dd6e640dfd93afc2256cf44 (commit) via 080f693c480d65d16c1757860cb88929bea70012 (commit) from 306c1a17afbd7106a52d443245d9b9c6d1e2874a (commit) Those revisions listed 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/header.inc | 1 + .../prog/en/modules/catalogue/results.tmpl | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 18 20:23:02 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 Dec 2010 19:23:02 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-399-g53d4c87 Message-ID: This is an automated email from the git hooks/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 53d4c87c463ec36dbda081d16f569256b6f9c4a4 (commit) via 451918665312e519ad9fd8c40c382ad00d7a9a3c (commit) from be70444f687144063dd6e640dfd93afc2256cf44 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 53d4c87c463ec36dbda081d16f569256b6f9c4a4 Author: Chris Cormack Date: Sun Dec 19 08:22:13 2010 +1300 Adding another developer to history commit 451918665312e519ad9fd8c40c382ad00d7a9a3c Author: Edward Allen Date: Sat Dec 18 20:05:50 2010 +0100 bug 5516: Corrected git url in Install Documentation Corrected the git clone url for INSTALL.ubuntu, INSTALL.ubuntu.lucid Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: INSTALL.ubuntu | 2 +- INSTALL.ubuntu.lucid | 2 +- docs/history.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 09:08:20 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 08:08:20 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5285, updated. v3.02.00-283-gc64e286 Message-ID: This is an automated email from the git hooks/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/enh/bug_5285 has been updated via c64e286d3d860ee4e03d61c5a8c6d5eb7c72dade (commit) from cb969684da285622de645b008dc3aa7c7a207e7c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c64e286d3d860ee4e03d61c5a8c6d5eb7c72dade Author: Owen Leonard Date: Thu Dec 16 03:09:01 2010 -0500 Follow-up fix for Bug 5285, adding missing CSS Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/pages/batchMod.css | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 09:11:37 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 08:11:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4908, updated. v3.02.00-253-gc4f8b9d Message-ID: This is an automated email from the git hooks/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_4908 has been updated via c4f8b9d636d8e37069233870b720ccc2ad2eeb3b (commit) from bb032138e72a6428e404d9f3593430b7fd989f45 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c4f8b9d636d8e37069233870b720ccc2ad2eeb3b Author: Owen Leonard Date: Thu Dec 16 04:15:53 2010 -0500 Follow-up patch for Bug 4908, show patron's home library in OPAC Adding home library to list of details when OPACPatronDetails pref is set to "don't allow" Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-userupdate.tmpl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 09:14:42 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 08:14:42 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5518, created. v3.02.00-404-g276e1c3 Message-ID: This is an automated email from the git hooks/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_5518 has been created at 276e1c34307b9bcb2986e4bd1b1318b4bfe12d75 (commit) - Log ----------------------------------------------------------------- commit 276e1c34307b9bcb2986e4bd1b1318b4bfe12d75 Author: Owen Leonard Date: Thu Dec 16 04:20:01 2010 -0500 Fix for Bug 5518 - Add to shelf icon doesn't appear in OPAC results page Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack commit 1349b46320a7a3a1367238061919bf43af19c03f Merge: 826eda9d7045e970e6989fef7feb5f013e81e675 c4f8b9d636d8e37069233870b720ccc2ad2eeb3b Author: Chris Cormack Date: Sun Dec 19 21:11:54 2010 +1300 Merge remote branch 'kc/new/bug_4908' into kcmaster commit 826eda9d7045e970e6989fef7feb5f013e81e675 Merge: 53d4c87c463ec36dbda081d16f569256b6f9c4a4 c64e286d3d860ee4e03d61c5a8c6d5eb7c72dade Author: Chris Cormack Date: Sun Dec 19 21:08:41 2010 +1300 Merge remote branch 'kc/new/enh/bug_5285' into kcmaster ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 09:19:44 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 08:19:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4286, created. v3.02.00-405-g74e63fe Message-ID: This is an automated email from the git hooks/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_4286 has been created at 74e63fe0e602f745e711cf00417b965614f7be68 (commit) - Log ----------------------------------------------------------------- commit 74e63fe0e602f745e711cf00417b965614f7be68 Author: Colin Campbell Date: Thu Dec 16 04:59:34 2010 -0500 Bug 4286 Allow receiving if subscription enddate not set HasSubscriptionExpired is not a boolean return it may also return that a valid subscription enddate is not set This should not block receipting of issues Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 09:20:15 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 08:20:15 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-405-g74e63fe Message-ID: This is an automated email from the git hooks/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 74e63fe0e602f745e711cf00417b965614f7be68 (commit) via 276e1c34307b9bcb2986e4bd1b1318b4bfe12d75 (commit) via 1349b46320a7a3a1367238061919bf43af19c03f (commit) via c4f8b9d636d8e37069233870b720ccc2ad2eeb3b (commit) via 826eda9d7045e970e6989fef7feb5f013e81e675 (commit) via c64e286d3d860ee4e03d61c5a8c6d5eb7c72dade (commit) from 53d4c87c463ec36dbda081d16f569256b6f9c4a4 (commit) Those revisions listed 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/pages/batchMod.css | 7 +++++++ .../opac-tmpl/prog/en/modules/opac-results.tmpl | 2 +- .../opac-tmpl/prog/en/modules/opac-userupdate.tmpl | 1 + serials/serials-edit.pl | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 09:25:46 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 08:25:46 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5446, updated. v3.02.00-263-g9a048e2 Message-ID: This is an automated email from the git hooks/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_5446 has been updated via 9a048e2b12e2004fad51b5b0db3187a8eb6c2a04 (commit) from 76264638ccd16600fa063fe19475e73177763916 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9a048e2b12e2004fad51b5b0db3187a8eb6c2a04 Author: Fr?d?ric Demians Date: Fri Dec 17 11:16:52 2010 +0000 Bug 5446 Fix a bug introduces by previous patch When AcqCreateItem was set to 'cataloguing' there was no items fields in the acq web form to validate in JS... Alert commented. Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/neworderempty.tmpl | 21 +++++++++++-------- 1 files changed, 12 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 09:26:25 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 08:26:25 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-407-g8902ee5 Message-ID: This is an automated email from the git hooks/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 8902ee5684719b7b7ff936272dcbb96dd558b411 (commit) via 9a048e2b12e2004fad51b5b0db3187a8eb6c2a04 (commit) from 74e63fe0e602f745e711cf00417b965614f7be68 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8902ee5684719b7b7ff936272dcbb96dd558b411 Merge: 74e63fe0e602f745e711cf00417b965614f7be68 9a048e2b12e2004fad51b5b0db3187a8eb6c2a04 Author: Chris Cormack Date: Sun Dec 19 21:26:06 2010 +1300 Merge remote branch 'kc/new/bug_5446' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/neworderempty.tmpl | 21 +++++++++++-------- 1 files changed, 12 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 20:49:07 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 19:49:07 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-408-g814795d Message-ID: This is an automated email from the git hooks/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 814795da60318c70059fc1dfbe7be4da37109db0 (commit) from 8902ee5684719b7b7ff936272dcbb96dd558b411 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 814795da60318c70059fc1dfbe7be4da37109db0 Author: Fr?d?ric Demians Date: Sun Dec 19 10:57:51 2010 +0100 Bug 5506 Improve translation script [1] Update all .po files in once with this command: translate update [2] For sysprefs, quoted text wasn't properly retrieved from .po file and so quoted strings wasn't translatable. [3] The install process (translate -p install de-DE) was rewriting syspref .po file which isn't required anymore. MUST be applied to [3.2] to get all syspref proper translation. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: misc/translator/LangInstaller.pm | 44 +++++++++++++++++++++++++++---------- 1 files changed, 32 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 20:53:53 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 19:53:53 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-88-g9c1fa45 Message-ID: This is an automated email from the git hooks/post-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 9c1fa4581c21bfd30400c0323ebe8081e4d3ee19 (commit) from 92070b30398e8700a2db6db8b44c9a8f740311b7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9c1fa4581c21bfd30400c0323ebe8081e4d3ee19 Author: Fr?d?ric Demians Date: Sun Dec 19 10:57:51 2010 +0100 Bug 5506 Improve translation script [1] Update all .po files in once with this command: translate update [2] For sysprefs, quoted text wasn't properly retrieved from .po file and so quoted strings wasn't translatable. [3] The install process (translate -p install de-DE) was rewriting syspref .po file which isn't required anymore. MUST be applied to [3.2] to get all syspref proper translation. Signed-off-by: Chris Cormack (cherry picked from commit 814795da60318c70059fc1dfbe7be4da37109db0) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: misc/translator/LangInstaller.pm | 44 +++++++++++++++++++++++++++---------- 1 files changed, 32 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 21:57:59 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 20:57:59 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-409-g88d3d09 Message-ID: This is an automated email from the git hooks/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 88d3d09897aa8624b20ad5762b0c06699caa766e (commit) from 814795da60318c70059fc1dfbe7be4da37109db0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 88d3d09897aa8624b20ad5762b0c06699caa766e Author: Jesse Weaver Date: Sat Dec 18 19:12:04 2010 -0700 Add .packages file for Ubuntu 10.10 Ubuntu 10.10 has all of Koha's Perl dependencies packaged (aside from a couple small version issues); add a dpkg --set-selections compatible file to reflect that. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../{ubuntu.packages => ubuntu_maverick.packages} | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) copy install_misc/{ubuntu.packages => ubuntu_maverick.packages} (93%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 22:08:38 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 21:08:38 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-410-gc9465ed Message-ID: This is an automated email from the git hooks/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 c9465ed9dfb0ec557a674104f11bb969213c315b (commit) from 88d3d09897aa8624b20ad5762b0c06699caa766e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c9465ed9dfb0ec557a674104f11bb969213c315b Author: Chris Cormack Date: Mon Dec 20 10:08:02 2010 +1300 Revert "Merge remote branch 'kc/new/bug_5373' into kcmaster" This reverts commit bf5a328af645f8de06bba1b71e58f29ab2a17159, reversing changes made to a904a9bac745c696d998c28b8eb82961ddde9207. ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/import_borrowers.tmpl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 22:14:05 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 21:14:05 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_3262, created. v3.02.00-411-g75762a6 Message-ID: This is an automated email from the git hooks/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/enh/bug_3262 has been created at 75762a63e940040d3d9bcc26566b0079000078a8 (commit) - Log ----------------------------------------------------------------- commit 75762a63e940040d3d9bcc26566b0079000078a8 Author: Owen Leonard Date: Thu Dec 16 06:42:51 2010 -0500 Fix for Bug 3262 - OPAC needs syspref to show homebranch on detail page Revised version of Liz Rea's fix adding homebranch by default. This revision displays the homebranch name instead of branchcode. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 22:24:25 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 21:24:25 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5489, created. v3.02.00-411-g75762a6 Message-ID: This is an automated email from the git hooks/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/enh/bug_5489 has been created at 75762a63e940040d3d9bcc26566b0079000078a8 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 22:25:01 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 21:25:01 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5489, updated. v3.02.00-412-g21cae26 Message-ID: This is an automated email from the git hooks/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/enh/bug_5489 has been updated via 21cae2609d12075f685f51b66a5821eb41d30c97 (commit) from 75762a63e940040d3d9bcc26566b0079000078a8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 21cae2609d12075f685f51b66a5821eb41d30c97 Author: Amit Gupta Date: Thu Dec 16 06:47:17 2010 -0500 Bug 5489: Send hold email to branch email address if it exists instead of koha email address Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 22:28:56 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 21:28:56 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-411-g75762a6 Message-ID: This is an automated email from the git hooks/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 75762a63e940040d3d9bcc26566b0079000078a8 (commit) from c9465ed9dfb0ec557a674104f11bb969213c315b (commit) Those revisions listed 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/detail.pl | 2 ++ .../prog/en/modules/catalogue/detail.tmpl | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 22:43:48 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 21:43:48 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5283, updated. v3.02.00-387-g206e070 Message-ID: This is an automated email from the git hooks/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/enh/bug_5283 has been updated via 206e0709d7041368666fa109c66663e1af52d174 (commit) from 05965fb56dcc54a72b275e5fa93f3f9e5c959d0b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 206e0709d7041368666fa109c66663e1af52d174 Author: Chris Cormack Date: Mon Dec 20 10:42:59 2010 +1300 Bug 5283 Follow up, fixing broken template syntax ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/koha-news.tmpl | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 19 22:48:03 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 Dec 2010 21:48:03 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-413-g3c19f22 Message-ID: This is an automated email from the git hooks/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 3c19f22f8625105715f9ba5f4fca2b0502bcd9cc (commit) via 206e0709d7041368666fa109c66663e1af52d174 (commit) from 75762a63e940040d3d9bcc26566b0079000078a8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3c19f22f8625105715f9ba5f4fca2b0502bcd9cc Merge: 75762a63e940040d3d9bcc26566b0079000078a8 206e0709d7041368666fa109c66663e1af52d174 Author: Chris Cormack Date: Mon Dec 20 10:44:03 2010 +1300 Merge remote branch 'kc/new/enh/bug_5283' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/koha-news.tmpl | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 20 01:23:39 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 Dec 2010 00:23:39 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5143, updated. v3.02.00-353-gc25aaf1 Message-ID: This is an automated email from the git hooks/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_5143 has been updated via c25aaf1ca49c2733c22325057037dd5e14e0cfd8 (commit) from be8f1f33430f35257c0ed5e93fc52ddfc65b7d84 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c25aaf1ca49c2733c22325057037dd5e14e0cfd8 Author: Liz Rea Date: Thu Dec 16 19:20:25 2010 -0500 Bug 5143: Help file revisions per Owen Leonard Nice changes, thanks. :) LR Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/help/circ/view_holdsqueue.tmpl | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 20 14:52:45 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 Dec 2010 13:52:45 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-415-g8fe46f3 Message-ID: This is an automated email from the git hooks/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 8fe46f3dc1a3250b04a0da2f6dd9335710b4e702 (commit) via c25aaf1ca49c2733c22325057037dd5e14e0cfd8 (commit) from 3c19f22f8625105715f9ba5f4fca2b0502bcd9cc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8fe46f3dc1a3250b04a0da2f6dd9335710b4e702 Merge: 3c19f22f8625105715f9ba5f4fca2b0502bcd9cc c25aaf1ca49c2733c22325057037dd5e14e0cfd8 Author: Chris Cormack Date: Mon Dec 20 13:24:40 2010 +1300 Merge remote branch 'kc/new/bug_5143' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/help/circ/view_holdsqueue.tmpl | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 20 20:33:38 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 Dec 2010 19:33:38 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4473, updated. v3.02.00-282-gf5e6514 Message-ID: This is an automated email from the git hooks/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/enh/bug_4473 has been updated via f5e65148ace51060f739fce4c26b772d09f35ba6 (commit) from f36747f5e8ab8c02034b165be31dcc478153cbee (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f5e65148ace51060f739fce4c26b772d09f35ba6 Author: Chris Cormack Date: Tue Dec 21 08:31:07 2010 +1300 Bug 4473: Making a change to TmplTokenizer.pm to stop translation error ----------------------------------------------------------------------- Summary of changes: misc/translator/TmplTokenizer.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 20 20:35:49 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 Dec 2010 19:35:49 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-417-g9e9d8db Message-ID: This is an automated email from the git hooks/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 9e9d8dbe2ce8544c111cff7ba7b687fd658ac6fa (commit) via f5e65148ace51060f739fce4c26b772d09f35ba6 (commit) from 8fe46f3dc1a3250b04a0da2f6dd9335710b4e702 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9e9d8dbe2ce8544c111cff7ba7b687fd658ac6fa Merge: 8fe46f3dc1a3250b04a0da2f6dd9335710b4e702 f5e65148ace51060f739fce4c26b772d09f35ba6 Author: Chris Cormack Date: Tue Dec 21 08:34:51 2010 +1300 Merge remote branch 'kc/new/enh/bug_4473' into kcmaster ----------------------------------------------------------------------- Summary of changes: misc/translator/TmplTokenizer.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 20 20:51:05 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 Dec 2010 19:51:05 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_2965, updated. v3.02.00-324-gcf4d851 Message-ID: This is an automated email from the git hooks/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/enh/bug_2965 has been updated via cf4d8519078cf13ff2e67c7baca39f3fb95897a8 (commit) from 872529cb118874e5604dc8faa23ecbffb2439456 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cf4d8519078cf13ff2e67c7baca39f3fb95897a8 Author: Katrin Fischer Date: Mon Dec 20 20:24:31 2010 +0100 Bug 2965: Follow up - fixing problem with barcode field The scanned barcode stayed in the checkout field instead of being deleted after checkout or confirmation. This patch reverts the template change, so the barcode is deleted. Please test! Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/circulation.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 20 20:52:44 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 Dec 2010 19:52:44 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-419-g9693db7 Message-ID: This is an automated email from the git hooks/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 9693db7bff0e900680e388c24e7920ce703f4419 (commit) via cf4d8519078cf13ff2e67c7baca39f3fb95897a8 (commit) from 9e9d8dbe2ce8544c111cff7ba7b687fd658ac6fa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9693db7bff0e900680e388c24e7920ce703f4419 Merge: 9e9d8dbe2ce8544c111cff7ba7b687fd658ac6fa cf4d8519078cf13ff2e67c7baca39f3fb95897a8 Author: Chris Cormack Date: Tue Dec 21 08:51:31 2010 +1300 Merge remote branch 'kc/new/enh/bug_2965' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/circulation.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 21 02:30:03 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 Dec 2010 01:30:03 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5522, created. v3.02.00-420-g3775854 Message-ID: This is an automated email from the git hooks/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/enh/bug_5522 has been created at 37758541580ea85a68f23382f36a71375adc75a7 (commit) - Log ----------------------------------------------------------------- commit 37758541580ea85a68f23382f36a71375adc75a7 Author: Robin Sheat Date: Thu Dec 16 22:34:13 2010 -0500 Bug 5522 - allow google preview to open in a new window If the OPACURLOpenInNewWindow system is set, then google preview links will obey it. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 21 02:34:20 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 Dec 2010 01:34:20 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-420-g3775854 Message-ID: This is an automated email from the git hooks/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 37758541580ea85a68f23382f36a71375adc75a7 (commit) from 9693db7bff0e900680e388c24e7920ce703f4419 (commit) Those revisions listed 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/js/google-jackets.js | 65 +++++++++++--------- .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 2 +- opac/opac-detail.pl | 8 +++ 3 files changed, 44 insertions(+), 31 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 21 02:34:34 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 Dec 2010 01:34:34 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5186, created. v3.02.00-421-g8e5ee00 Message-ID: This is an automated email from the git hooks/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_5186 has been created at 8e5ee007db451f62fe17c456215013e422f25bec (commit) - Log ----------------------------------------------------------------- commit 8e5ee007db451f62fe17c456215013e422f25bec Author: Robin Sheat Date: Thu Dec 16 22:40:57 2010 -0500 Bug 5186 - allow tax rates to be set to zero (master) This allows the tax rate for a vendor to be set to zero. Previously, a zero meant that the system default was used. Now, zero means no tax, and to have it be the default the field should simply be left empty. Additionally: * this will now show on the vendor display if the tax value is from the system default * this includes a database update that changes all the existing 0.00 tax settings to be NULL, which preserves existing behaviour. * this now saves the tax value supplied for new vendors Note: this patch applies against master Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 21 04:48:29 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 Dec 2010 03:48:29 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5035, created. v3.02.00-420-ga45eb8f Message-ID: This is an automated email from the git hooks/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_5035 has been created at a45eb8fb7864ed2c41abb449b1671cf715cab3a7 (commit) - Log ----------------------------------------------------------------- commit a45eb8fb7864ed2c41abb449b1671cf715cab3a7 Author: Nicole Engard Date: Mon Dec 20 13:22:42 2010 +0000 bug 5035 remove default opaccolorstylesheet value for new installs Per the bug, the color.css file is blank and so this preference should have no value by default. This patch only fixes this for new installs. There is no way to know if people have added values to the color.css file in existing installs, so removing that value in those cases might break things. This patch does not remove the blank color.css file, it only edits the default system preference. Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 21 04:52:34 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 Dec 2010 03:52:34 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4838, created. v3.02.00-423-g6b3e4f1 Message-ID: This is an automated email from the git hooks/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_4838 has been created at 6b3e4f19f4902e926375d337d948b2050b348537 (commit) - Log ----------------------------------------------------------------- commit 6b3e4f19f4902e926375d337d948b2050b348537 Author: Fr?d?ric Demians Date: Mon Dec 20 15:09:49 2010 +0100 Bug 4838 Allow to choose which authority heading to copy into biblio record With this patch, in biblio record data entry form, when ... is clicked for an authority controlled field, it's possible to select which heading repetion to copy if the authority has repeated headings. When there is just one authority repetition, the first one is displayed to choose, as previously. This patch is REQUIRED by French libraries following SUDOC UNIMARC format, and cataloguing multilingual materials ie all Higher Educational and Research libraries. Signed-off-by: Henri-Damien LAURENT Signed-off-by: Chris Cormack commit 9b2cfae01713ea051736bea44f1a967354fff2e8 Merge: 37758541580ea85a68f23382f36a71375adc75a7 a45eb8fb7864ed2c41abb449b1671cf715cab3a7 Author: Chris Cormack Date: Tue Dec 21 16:48:42 2010 +1300 Merge remote branch 'kc/new/bug_5035' into kcmaster ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 21 04:59:09 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 Dec 2010 03:59:09 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.01-91-gf3b095a Message-ID: This is an automated email from the git hooks/post-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 f3b095a3600fdc970a990ca88fedc3e66d8aacf0 (commit) via 51e1da1224cf96e25a6b622e38084a61bcd8e75e (commit) via 91161f190de4efaccf0eccd8f197bfa877d15cdc (commit) from 9c1fa4581c21bfd30400c0323ebe8081e4d3ee19 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f3b095a3600fdc970a990ca88fedc3e66d8aacf0 Author: Chris Nighswonger Date: Mon Dec 20 22:57:23 2010 -0500 Beginning of Release Notes for 3.02.02.000 commit 51e1da1224cf96e25a6b622e38084a61bcd8e75e Author: Katrin Fischer Date: Mon Dec 20 20:24:31 2010 +0100 Bug 2965: Follow up - fixing problem with barcode field The scanned barcode stayed in the checkout field instead of being deleted after checkout or confirmation. This patch reverts the template change, so the barcode is deleted. Please test! Signed-off-by: Chris Cormack (cherry picked from commit cf4d8519078cf13ff2e67c7baca39f3fb95897a8) Signed-off-by: Chris Nighswonger commit 91161f190de4efaccf0eccd8f197bfa877d15cdc Author: Jesse Weaver Date: Sat Dec 18 19:12:04 2010 -0700 Add .packages file for Ubuntu 10.10 Ubuntu 10.10 has all of Koha's Perl dependencies packaged (aside from a couple small version issues); add a dpkg --set-selections compatible file to reflect that. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack (cherry picked from commit 88d3d09897aa8624b20ad5762b0c06699caa766e) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: .../{ubuntu.packages => ubuntu_maverick.packages} | 7 + .../prog/en/modules/circ/circulation.tmpl | 2 +- misc/release_notes/release_notes_3_2_2.txt | 275 ++++++++++++++++++++ 3 files changed, 283 insertions(+), 1 deletions(-) copy install_misc/{ubuntu.packages => ubuntu_maverick.packages} (93%) create mode 100644 misc/release_notes/release_notes_3_2_2.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 21 05:02:19 2010 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 Dec 2010 04:02:19 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5106, created. v3.02.00-416-g3f0eeb9 Message-ID: This is an automated email from the git hooks/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/enh/bug_5106 has been created at 3f0eeb9c28691e079da1b1a009502b7ee674165e (commit) - Log ----------------------------------------------------------------- commit 3f0eeb9c28691e079da1b1a009502b7ee674165e Author: Owen Leonard Date: Mon Dec 20 20:11:26 2010 +0100 Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC (Conflict marker fix 2nd try) - Eliminates the "Extended MARC View" tab - Points the "MARC View" tab to opac-MARCDetail.pl as it is when XSLT is off - Offers a "view plain" link on opac-MARCDetail.pl. Clicking this link replaces the standard labeled MARC view with an unformatted view similar to the one displayed in the pop-up modal MARC view. - When viewing the "plain view," clicking the "view labeled" link will return you to the standard labeled MARC view. - Adds a new XSL file for displaying MARC data in a slightly-more-formatted manner (compared to one big
 block).
    
    Removed a conflict marker line from Owen's patch (Marcel).
    
    Signed-off-by: Marcel de Rooy 
    Signed-off-by: Chris Cormack 

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Tue Dec 21 05:13:36 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Tue, 21 Dec 2010 04:13:36 +0000
Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5106,
	updated. v3.02.00-417-g1729177
Message-ID: 

This is an automated email from the git hooks/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/enh/bug_5106 has been updated
       via  17291775876e56f3de190af4fb6e3442396d03d8 (commit)
      from  3f0eeb9c28691e079da1b1a009502b7ee674165e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 17291775876e56f3de190af4fb6e3442396d03d8
Author: Chris Cormack 
Date:   Tue Dec 21 17:12:49 2010 +1300

    Bug 5106: Tidy up code in opac-showmarc.pl

-----------------------------------------------------------------------

Summary of changes:
 opac/opac-showmarc.pl |   27 ++++++++++-----------------
 1 files changed, 10 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Tue Dec 21 08:53:38 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Tue, 21 Dec 2010 07:53:38 +0000
Subject: [koha-commits] main Koha release repository branch, master,
	updated. v3.02.00-425-ga1c6cbb
Message-ID: 

This is an automated email from the git hooks/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  a1c6cbbb77cec347f5a4a83ba140df0473114cc7 (commit)
       via  17291775876e56f3de190af4fb6e3442396d03d8 (commit)
       via  3f0eeb9c28691e079da1b1a009502b7ee674165e (commit)
       via  9b2cfae01713ea051736bea44f1a967354fff2e8 (commit)
       via  a45eb8fb7864ed2c41abb449b1671cf715cab3a7 (commit)
      from  37758541580ea85a68f23382f36a71375adc75a7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a1c6cbbb77cec347f5a4a83ba140df0473114cc7
Merge: 9b2cfae01713ea051736bea44f1a967354fff2e8 17291775876e56f3de190af4fb6e3442396d03d8
Author: Chris Cormack 
Date:   Tue Dec 21 20:52:28 2010 +1300

    Merge remote branch 'kc/new/enh/bug_5106' into kcmaster

-----------------------------------------------------------------------

Summary of changes:
 installer/data/mysql/en/mandatory/sysprefs.sql     |    2 +-
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |    5 +
 .../opac-tmpl/prog/en/modules/opac-ISBDdetail.tmpl |   22 +---
 .../opac-tmpl/prog/en/modules/opac-MARCdetail.tmpl |  104 ++++++++++++--------
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |    8 --
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |    5 +-
 .../prog/en/xslt/MARC21slim2OPACMARCdetail.xsl     |   55 ++++++++++
 .../prog/img => opac-tmpl/prog/images}/loading.gif |  Bin 3208 -> 3208 bytes
 opac/opac-showmarc.pl                              |   32 ++++---
 9 files changed, 151 insertions(+), 82 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACMARCdetail.xsl
 copy koha-tmpl/{intranet-tmpl/prog/img => opac-tmpl/prog/images}/loading.gif (100%)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Tue Dec 21 09:20:52 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Tue, 21 Dec 2010 08:20:52 +0000
Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5530,
	created. v3.02.00-444-g801e7ff
Message-ID: 

This is an automated email from the git hooks/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/enh/bug_5530 has been created
        at  801e7ffb72d87fb80ad0231474e4f37b043ba420 (commit)

- Log -----------------------------------------------------------------
commit 801e7ffb72d87fb80ad0231474e4f37b043ba420
Author: Chris Cormack 
Date:   Tue Dec 21 21:19:23 2010 +1300

    Bug 5530: Fixing a link to systempreferences.pl instead of preferences.pl

commit bea80d29482a6ab17d01253979aef87531081afd
Author: Paul POULAIN 
Date:   Sat Oct 30 04:48:04 2010 +0200

    mybranch not exported (merge pb)

commit 150f67e896097703f4173bbf14955b26d8042c92
Author: Henri-Damien LAURENT 
Date:   Thu Oct 28 00:05:38 2010 +1300

    branch transfer limits

commit 95c51f1c8507d6778602093134531d76cae74197
Author: St?phane Delaune 
Date:   Wed Sep 1 09:45:56 2010 +0200

    (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branch_transfer_limits.pl

commit 77b3307772dcd7d6f407fa534959a85c50291dd6
Author: St?phane Delaune 
Date:   Tue Aug 31 17:07:09 2010 +0200

    (MT #1654) followup : corrects tablesorting for authorised_values.pl

commit fbfe0276a0e1d20b6b573c12da7c6c5e606fac5b
Author: St?phane Delaune 
Date:   Tue Aug 31 15:44:11 2010 +0200

    (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for auth_tag_structure.pl

commit f1762530d1d8f2cc49738fabf53e512e633b4079
Author: St?phane Delaune 
Date:   Tue Aug 31 15:11:23 2010 +0200

    (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for marctagstructure.pl

commit 6a76d13e44dd132552b1a5f48630afeb018faf43
Author: St?phane Delaune 
Date:   Tue Aug 31 14:21:48 2010 +0200

    (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for cities.pl

commit fcd2a2de3de755d26664ffddea4ff55dedc5b0f5
Author: St?phane Delaune 
Date:   Tue Aug 31 14:14:59 2010 +0200

    (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for categorie.pl

commit 64521709d1cdfdca36f15c91b3b82fec25c732c5
Author: St?phane Delaune 
Date:   Tue Aug 31 14:01:39 2010 +0200

    (MT #1654) followup : corrects tablesorting for authorised_values and itemtypes

commit 6e9727ad360a3e3b582e72e32192efd41609ee18
Author: St?phane Delaune 
Date:   Tue Aug 31 13:50:38 2010 +0200

    (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for itemtypes.pl

commit 4c70627e9e09cb1d25ec15d556af9a41f20ab7e7
Author: St?phane Delaune 
Date:   Tue Aug 31 13:31:44 2010 +0200

    (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branches.pl

commit d950e509ff1049d2837a574f8e97b2e023d8c60f
Author: St?phane Delaune 
Date:   Tue Aug 31 11:59:26 2010 +0200

    (MT #1654) Adding jquery.tablesorter and jquery.tablesorter.pager support for authorised_values.pl

commit 1242ec7cc4cd9dc3a0900de7d80e6601ce7314f3
Author: St?phane Delaune 
Date:   Wed Sep 1 13:59:31 2010 +0200

    (MT #1577) complete langages checkbox for unique id

commit 77426c9ef16ce1d8a5055f25eda62498980ce24e
Author: Henri-Damien LAURENT 
Date:   Tue Jun 29 09:55:12 2010 +0200

    MT4009: followup removing systempreferences
    
    searching a systempreferences was disabled owed to the fact that it is now systempreferences which is used.

commit 79ad2a0e176ab2c1e29cb6c4f06adac08ddb953b
Author: Paul Poulain 
Date:   Wed Jun 16 11:27:32 2010 +0200

    Removing usage of preferences.pl

commit fb804b6020698f1fe461d0710ae9d617fa40da06
Author: Henri-Damien LAURENT 
Date:   Thu Mar 18 04:43:52 2010 +0100

    Followup admin/categorie.pl
    
    Signed-off-by: Henri-Damien LAURENT 

commit c00a51468e2eb73852cbf2f5011ee8ca5dab712f
Author: Matthias Meusburger 
Date:   Tue Dec 8 17:08:53 2009 +0100

    MT 2310 : New subfield for fields < 10 is now in a tab
    
    Signed-off-by: Henri-Damien LAURENT 

commit 710993d0e71881f9960ebdc898a56b803629a8bf
Author: Matthias Meusburger 
Date:   Thu Dec 3 16:53:14 2009 +0100

    MT 2446 : Cancel authority edition for a field goes back to this field

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Tue Dec 21 09:45:34 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Tue, 21 Dec 2010 08:45:34 +0000
Subject: [koha-commits] main Koha release repository branch, master,
	updated. v3.02.00-427-g435e899
Message-ID: 

This is an automated email from the git hooks/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  435e8996a305eef939f7b5cd369577d43ce4d795 (commit)
       via  21cae2609d12075f685f51b66a5821eb41d30c97 (commit)
      from  a1c6cbbb77cec347f5a4a83ba140df0473114cc7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 435e8996a305eef939f7b5cd369577d43ce4d795
Merge: a1c6cbbb77cec347f5a4a83ba140df0473114cc7 21cae2609d12075f685f51b66a5821eb41d30c97
Author: Chris Cormack 
Date:   Tue Dec 21 21:43:51 2010 +1300

    Merge remote branch 'kc/new/enh/bug_5489' into kcmaster

-----------------------------------------------------------------------

Summary of changes:
 C4/Reserves.pm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Tue Dec 21 11:03:58 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Tue, 21 Dec 2010 10:03:58 +0000
Subject: [koha-commits] main Koha release repository branch, master,
	updated. v3.02.00-429-g2814b53
Message-ID: 

This is an automated email from the git hooks/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  2814b535e6672e972d954e823f611378393f624b (commit)
       via  e20895a9a783eca7a1b8892da291dceac90a6f85 (commit)
      from  435e8996a305eef939f7b5cd369577d43ce4d795 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2814b535e6672e972d954e823f611378393f624b
Author: Chris Cormack 
Date:   Tue Dec 21 23:01:30 2010 +1300

    Bug 5331, fixing Italian sysprefs.sql

commit e20895a9a783eca7a1b8892da291dceac90a6f85
Author: Chris Cormack 
Date:   Tue Dec 21 22:47:05 2010 +1300

    Bug 5531: Fixing german sysprefs file

-----------------------------------------------------------------------

Summary of changes:
 installer/data/mysql/de-DE/mandatory/sysprefs.sql |    2 ++
 installer/data/mysql/it-IT/necessari/sysprefs.sql |   13 +++----------
 2 files changed, 5 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Tue Dec 21 20:53:28 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Tue, 21 Dec 2010 19:53:28 +0000
Subject: [koha-commits] main Koha release repository branch, 3.2.x,
	updated. v3.02.01-92-g002230d
Message-ID: 

This is an automated email from the git hooks/post-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  002230d5382fa67f50488fe669388d38efc9bbb3 (commit)
      from  f3b095a3600fdc970a990ca88fedc3e66d8aacf0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 002230d5382fa67f50488fe669388d38efc9bbb3
Author: Fr?d?ric Demians 
Date:   Tue Dec 21 20:34:37 2010 +0100

    Updated .po files for 3.2.2 inclusion
    (cherry picked from commit 072f03b2c1399d559c45d89218b68150d71f02d2)
    
    Signed-off-by: Chris Nighswonger 

-----------------------------------------------------------------------

Summary of changes:
 .../translator/po/de-DE-i-opac-t-prog-v-3002000.po | 6901 ++--
 .../po/de-DE-i-staff-t-prog-v-3002000.po           |51844 +++++++++++---------
 misc/translator/po/de-DE-pref.po                   | 8789 ++++-
 .../translator/po/en-GB-i-opac-t-prog-v-3002000.po | 5955 ++--
 .../translator/po/es-ES-i-opac-t-prog-v-3002000.po | 7020 ++--
 .../po/es-ES-i-staff-t-prog-v-3002000.po           |52693 ++++++++++++--------
 misc/translator/po/es-ES-pref.po                   |45297 +++++++++++++++++-
 .../translator/po/fr-CA-i-opac-t-prog-v-3002000.po | 4968 +-
 .../translator/po/fr-FR-i-opac-t-prog-v-3002000.po | 7345 ++--
 .../po/fr-FR-i-staff-t-prog-v-3002000.po           |52242 +++++++++----------
 misc/translator/po/fr-FR-pref.po                   |12177 +-----
 .../po/it-IT-i-staff-t-prog-v-3002000.po           |51303 +++++++++----------
 .../po/ja-Jpan-JP-i-opac-t-prog-v-3002000.po       | 5005 +-
 .../translator/po/pt-BR-i-opac-t-prog-v-3002000.po | 5897 ++--
 .../po/pt-BR-i-staff-t-prog-v-3002000.po           |42133 ++++++++--------
 misc/translator/po/pt-BR-pref.po                   |35318 +++++++++++++-
 .../translator/po/pt-PT-i-opac-t-prog-v-3002000.po | 6469 ++--
 .../po/pt-PT-i-staff-t-prog-v-3002000.po           |49580 +++++++++++--------
 misc/translator/po/pt-PT-pref.po                   |12595 ++++-
 .../translator/po/ru-RU-i-opac-t-prog-v-3002000.po | 7221 ++--
 .../po/ru-RU-i-staff-t-prog-v-3002000.po           |41827 ++++++++--------
 misc/translator/po/ru-RU-pref.po                   | 2604 +-
 misc/translator/po/tet-i-opac-t-prog-v-3002000.po  | 6254 ++--
 misc/translator/po/tet-i-staff-t-prog-v-3002000.po |43284 +++++++++--------
 .../translator/po/uk-UA-i-opac-t-prog-v-3002000.po | 7223 ++--
 .../po/uk-UA-i-staff-t-prog-v-3002000.po           |41915 ++++++++--------
 misc/translator/po/uk-UA-pref.po                   |11139 ++++-
 27 files changed, 376606 insertions(+), 248392 deletions(-)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Tue Dec 21 21:54:55 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Tue, 21 Dec 2010 20:54:55 +0000
Subject: [koha-commits] main Koha release repository branch, master,
	updated. v3.02.00-430-gf460afb
Message-ID: 

This is an automated email from the git hooks/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  f460afbad6566e68bdbaddb5577f13f77a86a877 (commit)
      from  2814b535e6672e972d954e823f611378393f624b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f460afbad6566e68bdbaddb5577f13f77a86a877
Author: Fr?d?ric Demians 
Date:   Tue Dec 21 21:42:41 2010 +0100

    Bug 5506 Shorten .po file comment lines
    
    In opac/staff templates .po files, we have comment lines contextualizing
    extracted text in templates. Path to template are absolute. For example, we can
    have:
    
      #: /home/katrin/kohaclone/koha-tmpl/intranet-tmpl/prog/en/...
         modules/cataloguing/addbiblio.tmpl:585
    
    The first part of the pathname is useless. With this patch, we just keep
    relative path to tempalte from Koha template main directory. The above example
    becomes:
    
      #: intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl:585
    
    To be applied on [3.2]
    
    Signed-off-by: Chris Cormack 

-----------------------------------------------------------------------

Summary of changes:
 misc/translator/xgettext.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 21 23:04:49 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Tue, 21 Dec 2010 22:04:49 +0000
Subject: [koha-commits] main Koha release repository branch, 3.2.x,
	updated. v3.02.01-97-g403eea2
Message-ID: 

This is an automated email from the git hooks/post-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  403eea2c1c46994e6d4462cf52a2ded4d6bee363 (commit)
       via  228695c7fe397915abd7ca013812cc740ec7e108 (commit)
       via  f45a91e66cdd3bcd82603791a729edfe752d076d (commit)
       via  efa0c8ccbea6a7c81db5480dcb0273e3d25bf113 (commit)
       via  0ad09b73b7c22a3d8c1a23c6fe39669bb27ae88f (commit)
      from  002230d5382fa67f50488fe669388d38efc9bbb3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 403eea2c1c46994e6d4462cf52a2ded4d6bee363
Author: Fr?d?ric Demians 
Date:   Tue Dec 21 21:42:41 2010 +0100

    Bug 5506 Shorten .po file comment lines
    
    In opac/staff templates .po files, we have comment lines contextualizing
    extracted text in templates. Path to template are absolute. For example, we can
    have:
    
      #: /home/katrin/kohaclone/koha-tmpl/intranet-tmpl/prog/en/...
         modules/cataloguing/addbiblio.tmpl:585
    
    The first part of the pathname is useless. With this patch, we just keep
    relative path to tempalte from Koha template main directory. The above example
    becomes:
    
      #: intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl:585
    
    To be applied on [3.2]
    
    Signed-off-by: Chris Cormack 
    (cherry picked from commit f460afbad6566e68bdbaddb5577f13f77a86a877)
    
    Signed-off-by: Chris Nighswonger 

commit 228695c7fe397915abd7ca013812cc740ec7e108
Author: Chris Cormack 
Date:   Tue Dec 21 23:01:30 2010 +1300

    Bug 5331, fixing Italian sysprefs.sql
    (cherry picked from commit 2814b535e6672e972d954e823f611378393f624b)
    
    Signed-off-by: Chris Nighswonger 

commit f45a91e66cdd3bcd82603791a729edfe752d076d
Author: Chris Cormack 
Date:   Tue Dec 21 22:47:05 2010 +1300

    Bug 5531: Fixing german sysprefs file
    (cherry picked from commit e20895a9a783eca7a1b8892da291dceac90a6f85)
    
    Signed-off-by: Chris Nighswonger 

commit efa0c8ccbea6a7c81db5480dcb0273e3d25bf113
Author: Nicole Engard 
Date:   Mon Dec 20 13:22:42 2010 +0000

    bug 5035 remove default opaccolorstylesheet value for new installs
    
    Per the bug, the color.css file is blank and so this preference
    should have no value by default. This patch only fixes this for
    new installs. There is no way to know if people have added values
    to the color.css file in existing installs, so removing that value
    in those cases might break things.
    
    This patch does not remove the blank color.css file, it only
    edits the default system preference.
    
    Signed-off-by: Marcel de Rooy 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit a45eb8fb7864ed2c41abb449b1671cf715cab3a7)
    
    Signed-off-by: Chris Nighswonger 

commit 0ad09b73b7c22a3d8c1a23c6fe39669bb27ae88f
Author: Chris Nighswonger 
Date:   Tue Dec 21 17:00:45 2010 -0500

    Adding Translations Updated to Release Notes for 3.02.02.000

-----------------------------------------------------------------------

Summary of changes:
 installer/data/mysql/de-DE/mandatory/sysprefs.sql |    2 +
 installer/data/mysql/en/mandatory/sysprefs.sql    |    2 +-
 installer/data/mysql/it-IT/necessari/sysprefs.sql |   13 +---
 misc/release_notes/release_notes_3_2_2.txt        |   65 +++++++++++++++------
 misc/translator/xgettext.pl                       |    1 +
 5 files changed, 53 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Tue Dec 21 23:32:05 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Tue, 21 Dec 2010 22:32:05 +0000
Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5530,
	updated. v3.02.00-445-gf5b416b
Message-ID: 

This is an automated email from the git hooks/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/enh/bug_5530 has been updated
       via  f5b416b5bb937a711f8a7bc2d1ae79cfd630d18c (commit)
      from  801e7ffb72d87fb80ad0231474e4f37b043ba420 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f5b416b5bb937a711f8a7bc2d1ae79cfd630d18c
Author: Fr?d?ric Demians 
Date:   Tue Dec 21 22:12:44 2010 +0100

    Bug 5530 Follow up
    
    With this patch, I don't see any other place where the old sysprefs editors
    (systemprefences.pl) is used anymore.
    
    Signed-off-by: Chris Cormack 

-----------------------------------------------------------------------

Summary of changes:
 .../prog/en/includes/prefs-admin-search.inc        |    2 +-
 .../prog/en/includes/sysprefs-admin-search.inc     |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/400.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/401.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/402.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/403.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/404.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/405.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/500.tmpl  |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Tue Dec 21 23:37:38 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Tue, 21 Dec 2010 22:37:38 +0000
Subject: [koha-commits] main Koha release repository branch, master,
	updated. v3.02.00-451-g28d9f9a
Message-ID: 

This is an automated email from the git hooks/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  28d9f9a39885be95dc186d4dac9d16b407593dc0 (commit)
       via  f5b416b5bb937a711f8a7bc2d1ae79cfd630d18c (commit)
       via  801e7ffb72d87fb80ad0231474e4f37b043ba420 (commit)
       via  bea80d29482a6ab17d01253979aef87531081afd (commit)
       via  150f67e896097703f4173bbf14955b26d8042c92 (commit)
       via  95c51f1c8507d6778602093134531d76cae74197 (commit)
       via  77b3307772dcd7d6f407fa534959a85c50291dd6 (commit)
       via  fbfe0276a0e1d20b6b573c12da7c6c5e606fac5b (commit)
       via  f1762530d1d8f2cc49738fabf53e512e633b4079 (commit)
       via  6a76d13e44dd132552b1a5f48630afeb018faf43 (commit)
       via  fcd2a2de3de755d26664ffddea4ff55dedc5b0f5 (commit)
       via  64521709d1cdfdca36f15c91b3b82fec25c732c5 (commit)
       via  6e9727ad360a3e3b582e72e32192efd41609ee18 (commit)
       via  4c70627e9e09cb1d25ec15d556af9a41f20ab7e7 (commit)
       via  d950e509ff1049d2837a574f8e97b2e023d8c60f (commit)
       via  1242ec7cc4cd9dc3a0900de7d80e6601ce7314f3 (commit)
       via  77426c9ef16ce1d8a5055f25eda62498980ce24e (commit)
       via  79ad2a0e176ab2c1e29cb6c4f06adac08ddb953b (commit)
       via  fb804b6020698f1fe461d0710ae9d617fa40da06 (commit)
       via  c00a51468e2eb73852cbf2f5011ee8ca5dab712f (commit)
       via  710993d0e71881f9960ebdc898a56b803629a8bf (commit)
      from  f460afbad6566e68bdbaddb5577f13f77a86a877 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 28d9f9a39885be95dc186d4dac9d16b407593dc0
Merge: f460afbad6566e68bdbaddb5577f13f77a86a877 f5b416b5bb937a711f8a7bc2d1ae79cfd630d18c
Author: Chris Cormack 
Date:   Wed Dec 22 11:37:09 2010 +1300

    Merge remote branch 'kc/new/enh/bug_5530' into kcmaster

-----------------------------------------------------------------------

Summary of changes:
 C4/Branch.pm                                       |    1 +
 admin/auth_tag_structure.pl                        |   11 +-
 admin/branch_transfer_limits.pl                    |   10 +-
 admin/categorie.pl                                 |    2 +-
 admin/marctagstructure.pl                          |    6 +-
 .../prog/en/includes/sysprefs-admin-search.inc     |    2 +-
 .../lib/jquery/plugins/jquery.tablesorter.pager.js |  184 ++++++++++++++++++++
 .../en/modules/admin/auth_subfields_structure.tmpl |    3 +-
 .../prog/en/modules/admin/auth_tag_structure.tmpl  |   38 +++-
 .../prog/en/modules/admin/authorised_values.tmpl   |   50 ++++--
 .../en/modules/admin/branch_transfer_limits.tmpl   |   27 +++
 .../prog/en/modules/admin/branches.tmpl            |   22 ++-
 .../prog/en/modules/admin/categorie.tmpl           |   33 +++-
 .../prog/en/modules/admin/cities.tmpl              |   33 ++++-
 .../prog/en/modules/admin/itemtypes.tmpl           |   37 ++++-
 .../en/modules/admin/marc_subfields_structure.tmpl |    2 -
 .../prog/en/modules/admin/marctagstructure.tmpl    |   39 +++-
 .../prog/en/modules/admin/systempreferences.tmpl   |    4 +-
 .../intranet-tmpl/prog/en/modules/errors/400.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/401.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/402.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/403.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/404.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/405.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/500.tmpl  |    2 +-
 .../prog/img/first.png}                            |  Bin 720 -> 720 bytes
 .../prog/img/last.png}                             |  Bin 737 -> 737 bytes
 .../prog/img/next.png}                             |  Bin 736 -> 736 bytes
 .../prog/img/prev.png}                             |  Bin 745 -> 745 bytes
 29 files changed, 448 insertions(+), 70 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.tablesorter.pager.js
 copy koha-tmpl/{opac-tmpl/prog/famfamfam/silk/control_start_blue.png => intranet-tmpl/prog/img/first.png} (100%)
 copy koha-tmpl/{opac-tmpl/prog/famfamfam/silk/control_end_blue.png => intranet-tmpl/prog/img/last.png} (100%)
 copy koha-tmpl/{opac-tmpl/prog/famfamfam/silk/control_fastforward_blue.png => intranet-tmpl/prog/img/next.png} (100%)
 copy koha-tmpl/{opac-tmpl/prog/famfamfam/silk/control_rewind_blue.png => intranet-tmpl/prog/img/prev.png} (100%)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Wed Dec 22 01:05:04 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Wed, 22 Dec 2010 00:05:04 +0000
Subject: [koha-commits] main Koha release repository branch, 3.2.x,
	updated. v3.02.01-98-geac7c17
Message-ID: 

This is an automated email from the git hooks/post-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  eac7c17e9fc7c444b8fdfa8637f4a5e4047e3e82 (commit)
      from  403eea2c1c46994e6d4462cf52a2ded4d6bee363 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eac7c17e9fc7c444b8fdfa8637f4a5e4047e3e82
Author: Chris Nighswonger 
Date:   Tue Dec 21 18:58:29 2010 -0500

    Updating Version Number to 3.02.02.00
    
    Updating version number for 3.2.2 release.

-----------------------------------------------------------------------

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  Wed Dec 22 01:06:22 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Wed, 22 Dec 2010 00:06:22 +0000
Subject: [koha-commits] main Koha release repository annotated tag, 3.02.02,
	created. 3.02.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, 3.02.02 has been created
        at  5a660b39a48469880040a8f62e161ad467348673 (tag)
   tagging  eac7c17e9fc7c444b8fdfa8637f4a5e4047e3e82 (commit)
  replaces  v3.02.01
 tagged by  Chris Nighswonger
        on  Tue Dec 21 19:03:39 2010 -0500

- Log -----------------------------------------------------------------
version 3.02.02
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQEcBAABAgAGBQJNEUBbAAoJEEQBPavVIgJhanEH/0tT5vy9KRcLIdjGPqzX7tMa
wsQd8p9JCi1HIXyGtgw4sQHICP69mzjpiAIO6QfCqtrxht94AZitqlD3E0Ptz8dD
aCYhB7WPQn7HT1x1EaLM4iBgqVyp0okJ1ero/IDVuC/ZGwtZe2k8aq/vdpeb9DQB
8Ji2pnmR40GsksfXRGfz7raEPfh6WUKwgwIwPR5SuOHpa1R0dQeexGSEGCNeZAIB
deMroOUE6r8EU+vpGF3itT/yj/46emA0KTe+xgPSx+nqgqdRtwpjdKiD20So1xwD
JHeqjFgcSM6QCfVboROLnBAxG2GZLW7cqzVHgPZ3OBg8lE2RW/zGii/asceojXg=
=9RiP
-----END PGP SIGNATURE-----

Chris Cormack (11):
      Bug 4211: This patch should provide a working way to send out mail from suggestions
      Fixing formatting and links in the history document
      Adding 3.2.1 release to the history
      Updating test for systprefs to give more useful output
      Adding another developer to the Koha history, 120 now!
      Bug 5484 - Handling bad borrower categories in serial routing lists more gracefully
      Fix for intranet-tmpl had one /TMPL_IF to many
      Revert "Ergonomy improvement in smart rule management"
      Fix for 5143, now with IE debug removed
      Bug 5531: Fixing german sysprefs file
      Bug 5331, fixing Italian sysprefs.sql

Chris Nighswonger (7):
      Updating Version Number to 3.02.01.000
      Updating Version Number to 3.02.01.002
      Bug 5391 - can't add multiples to batch
      Updating Version Number to 3.02.01.003
      Beginning of Release Notes for 3.02.02.000
      Adding Translations Updated to Release Notes for 3.02.02.000
      Updating Version Number to 3.02.02.00

Colin Campbell (7):
      Bug 5450 Avoid a name clash in ILSDI modules
      Bug 5448 Use Test::More in Boolean.t
      Bug 5448: Refactor Boolean.pm
      Fix some compile time errors reported in test suite
      Bug 5022 Supplements were not saved correctly
      Bug 2170 Supplementary Fix Wrap link in permissions check
      Variable redeclared in same scope

Fr?d?ric Demians (6):
      Bug 5444 Fix misc/translate script for 'standard' Koha install
      Bug 5475 Wrong messages date formating on Check Out page
      Bug 5041 Allow to delete non-repeatable field
      Bug 5506 Improve translation script
      Updated .po files for 3.2.2 inclusion
      Bug 5506 Shorten .po file comment lines

Galen Charlton (8):
      bug 4211: more fixes to suggestion letter template handling
      bug 4211: ensure that suggestion emails have full details
      bug 5127: sample notice templates for suggestions
      Updating Version Number to 3.02.01.001
      bug 4451 followup - don't need /g for this replace
      bug 5405: remove disused script catalogue/suggest.pl
      bug 5397: display renew count consistently
      bug 4908: rename temlate variable to branchname

Garry Collum (1):
      Bug 4937: Fixes XHTML in the pagination links of a saved report.

Ian Walls (5):
      Fixes bug 5232: Shelfname won't display on high-numbered lists
      Bug 4449: AllowHoldPolicyOverride does not override all hold policies
      Bug 5457: gather_print_notices.pl requires explicit stylesheet
      Bug 5460: AutoEmailPrimaryAddress set to invalid value in sysprefs.sql
      Fixes bug 5125: Default focus on circulation-home page

Jane Wagner (1):
      Bug 3789 Set off shelving location in staff and OPAC title display

Jean-Andr? Santoni (1):
      Ergonomy improvement in smart rule management

Jesse Weaver (1):
      Add .packages file for Ubuntu 10.10

Katrin Fischer (7):
      Add BSZ to Koha's About page
      Bug 5467: Kits shown wrong as visual material in XSLT displays
      Bug 5423: Deleted Patrons are no longer saved in table deletedborrowers
      Bug 3381 - Add an IntranetUserCSS system preference
      Bug 4218: Fixes display problem introduced by last patch
      Bug 2965: Allow due date in the past - small template fix
      Bug 2965: Follow up - fixing problem with barcode field

Liz Rea (1):
      Bug 4935: fix for allowing authorized values to be "unset"

Marcel de Rooy (1):
      bug5455 (Fix uninitialized-warnings on authorities.pl)

Nahuel ANGELINETTI (2):
      (bug #5154) fix most checkouts report
      (bug #3575) fix opac-detail.pl

Nicole Engard (5):
      bug 5150 change issuing to circ & fine rules
      bug 4252 add authorites permission to menus
      bug 5255 change 'document type' to 'item type'
      bug 4977 add missing order links to 'no results found' page
      bug 5035 remove default opaccolorstylesheet value for new installs

Owen Leonard (25):
      Fix for Bug 5281, "Check in" then "Renew" checkboxes checked in the same time
      Fix for Bug 5269 - link to patron edit form when editing turned off
      Fix for Bug 5051, Renewal due date doesn't always show on patron Checkout tab
      Fix for Bug 4981, Tweak style of item listing on MARC display
      Fix for Bug 4451 Batch item tool can't process file with Windows line endings
      Fix for Bug 5402, "add to cart" shown on checkbox hover
      Further fixes for Bug 5142 - Untranslatable strings in tag review template
      Fix for Bug 5029 - Update patron deletion error page
      Fix for Bug 5030 - Improve handling of duplicate patrons
      Fix for Bug 5048, Error in menu/submenu for select language in intranet
      Fix for Bug 4851 - Batch delete shouldn't show delete button if no items were found
      Fix for Bug 4983 - Add edit record / edit item links to search results
      Fix for Bug 4908 - OPAC patron details page doesn't show patron's home library
      Incremental fix for Bug 3285 - Location on Add Subscription should be pull down
      Fix for 4832 - Re-editing a suggestion changes the item type
      Fix for Bug 2808, Hold queue not alphabetizing
      Fix for Bug 4173 - Statuses not appearing in the OPAC
      Fix for Bug 5443, Inaccurate highlighting of fields in patron update email
      Fix for Bug 4218 - Staff client detail page does not show item hold status
      Fix for Bug 5416, Template syntax error in moredetails.tmpl
      Fix for Bug 5208, Language chooser missing on Batch item deletion/modification
      Updated fix for Bug 2170, Adding 'edititems' user-permission
      Fix for Bug 5000, Uncertain prices misses option to choose display language
      Possible fix for Bug 2307, Calendar widget cannot be translated
      Alternate fix for Bug 2981, removing onclick redirect

Robin Sheat (7):
      Bug 4500 - remove commas from price formatting
      Bug 5479 - Update package building scripts
      Update Debian changelog for 3.2.1 release
      Bug 5313 - allow creation of libraries with hyphens
      Bug 5228 - make rebuild_zebra handle fixing the zebra dirs
      Bug 5084 - hide funds that are part of an inactive budget
      bug 5033: Add a reference to xml_sax to the Makefile.PL

Srdjan Jankovic (1):
      Bug 2965: Allow due date in the past

f.demians at tamil.fr (1):
      Bug 5446 Item creation in Acquisition module doesn't control mandatory field

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Wed Dec 22 02:36:39 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Wed, 22 Dec 2010 01:36:39 +0000
Subject: [koha-commits] main Koha release repository branch, new/bug_5531,
	created. v3.02.00-452-g409dcdf
Message-ID: 

This is an automated email from the git hooks/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_5531 has been created
        at  409dcdfe6aaf3a6d2d90918f54a48c2c326f5f85 (commit)

- Log -----------------------------------------------------------------
commit 409dcdfe6aaf3a6d2d90918f54a48c2c326f5f85
Author: Henri-Damien LAURENT 
Date:   Wed Dec 22 00:00:17 2010 +0100

    Based on Chris Nighswonger french unimarc_standard_sysprefs.sql

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Wed Dec 22 02:46:09 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Wed, 22 Dec 2010 01:46:09 +0000
Subject: [koha-commits] main Koha release repository branch, new/bug_5531,
	updated. v3.02.00-453-gc9db18b
Message-ID: 

This is an automated email from the git hooks/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_5531 has been updated
       via  c9db18bf0b084136451ee078cab7c9fffd53f615 (commit)
      from  409dcdfe6aaf3a6d2d90918f54a48c2c326f5f85 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c9db18bf0b084136451ee078cab7c9fffd53f615
Author: Chris Cormack 
Date:   Wed Dec 22 14:44:33 2010 +1300

    Bug 5531: further fix for fr-FR files

-----------------------------------------------------------------------

Summary of changes:
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Wed Dec 22 03:07:50 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Wed, 22 Dec 2010 02:07:50 +0000
Subject: [koha-commits] main Koha release repository branch, new/bug_5531,
	updated. v3.02.00-455-g2124887
Message-ID: 

This is an automated email from the git hooks/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_5531 has been updated
       via  2124887428afc6c9198404241a1afd93c456dc8f (commit)
       via  0482e534519dafb2ff37177f117534d77bc4cbeb (commit)
      from  c9db18bf0b084136451ee078cab7c9fffd53f615 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2124887428afc6c9198404241a1afd93c456dc8f
Author: Chris Cormack 
Date:   Wed Dec 22 15:06:51 2010 +1300

    Bug 5531: adding some missing sysprefs

commit 0482e534519dafb2ff37177f117534d77bc4cbeb
Author: Chris Cormack 
Date:   Wed Dec 22 14:59:11 2010 +1300

    Bug 5531: Updated Polish, Ukranian and Russian syspref files
    
    Retrieved from
    http://git.koha-community.org/gitweb/?p=wip/koha-chris_n.git;a=commit;h=f23969c7e1cb87d4bd9552e3d6bc85cc948dedd9

-----------------------------------------------------------------------

Summary of changes:
 installer/data/mysql/pl-PL/mandatory/sysprefs.sql  |   19 +++++-
 ...m_preferences_full_optimal_for_install_only.sql |   70 +++++++++++++++++---
 ...m_preferences_full_optimal_for_install_only.sql |   70 +++++++++++++++++---
 3 files changed, 137 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Wed Dec 22 03:10:49 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Wed, 22 Dec 2010 02:10:49 +0000
Subject: [koha-commits] main Koha release repository branch, master,
	updated. v3.02.00-455-g2124887
Message-ID: 

This is an automated email from the git hooks/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  2124887428afc6c9198404241a1afd93c456dc8f (commit)
       via  0482e534519dafb2ff37177f117534d77bc4cbeb (commit)
       via  c9db18bf0b084136451ee078cab7c9fffd53f615 (commit)
       via  409dcdfe6aaf3a6d2d90918f54a48c2c326f5f85 (commit)
      from  28d9f9a39885be95dc186d4dac9d16b407593dc0 (commit)

Those revisions listed 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:
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |   59 ++++++++--------
 installer/data/mysql/pl-PL/mandatory/sysprefs.sql  |   19 +++++-
 ...m_preferences_full_optimal_for_install_only.sql |   70 +++++++++++++++++---
 ...m_preferences_full_optimal_for_install_only.sql |   70 +++++++++++++++++---
 4 files changed, 167 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Fri Dec 24 00:30:16 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Thu, 23 Dec 2010 23:30:16 +0000
Subject: [koha-commits] main Koha release repository branch, new/bug_5451,
	created. v3.02.00-456-g8645802
Message-ID: 

This is an automated email from the git hooks/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_5451 has been created
        at  86458028b91d28ccf6944d41ad14fb89db512677 (commit)

- Log -----------------------------------------------------------------
commit 86458028b91d28ccf6944d41ad14fb89db512677
Author: Owen Leonard 
Date:   Fri Dec 17 18:11:43 2010 -0500

    Fix for bug 5451, can add tags with userlogin turned off
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Fri Dec 24 00:31:22 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Thu, 23 Dec 2010 23:31:22 +0000
Subject: [koha-commits] main Koha release repository branch, master,
	updated. v3.02.00-456-g8645802
Message-ID: 

This is an automated email from the git hooks/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  86458028b91d28ccf6944d41ad14fb89db512677 (commit)
      from  2124887428afc6c9198404241a1afd93c456dc8f (commit)

Those revisions listed 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/includes/doc-head-close.inc  |    2 +-
 koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc  |    4 +-
 .../opac-tmpl/prog/en/modules/opac-basket.tmpl     |   47 +++++-----
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |   24 +++--
 .../opac-tmpl/prog/en/modules/opac-results.tmpl    |   98 ++++++++++----------
 .../opac-tmpl/prog/en/modules/opac-shelves.tmpl    |   52 +++++------
 koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tmpl |    9 +-
 7 files changed, 119 insertions(+), 117 deletions(-)


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Fri Dec 24 05:39:07 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Fri, 24 Dec 2010 04:39:07 +0000
Subject: [koha-commits] main Koha release repository branch, 3.2.x,
	updated. 3.02.02-24-g819b5fc
Message-ID: 

This is an automated email from the git hooks/post-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  819b5fc308b0d9a319e938a41e54a5c5f785b76a (commit)
       via  e298b5e3be369b0a64f2e1f223f426156664dcde (commit)
       via  92adf8d04065a842b49581d22aa6de37515d095e (commit)
       via  fe4ed2507cdc9e460645287cdc799e6ae581bd14 (commit)
       via  e173f2ba89223c37ceedd3870b191a5131dc951d (commit)
       via  0c507b2eb3a60ab7d2902467e290a64ab3c03ea1 (commit)
       via  df31659c2ac314abd12395e87fc5c4b8eadedbe4 (commit)
       via  9f8722d8f2b4c3800cb77f39a80a1a269e0c2eff (commit)
       via  db26c21e113371ee128780ae4b200a70255578f2 (commit)
       via  8bd49794a9446a82833276723d06af5740f359f2 (commit)
       via  be38fadf1509f51c518ad9c56b3b270cfc358288 (commit)
       via  908a023fcec5d4a92785a8f258e40163fd4beb56 (commit)
       via  984a6e62b8d48764613e0c850caa4706ff955854 (commit)
       via  3443cd38f030c24b9e58e4068586978b4f517a25 (commit)
       via  2ed66165bfbd57c120d751d2c5665387d547cff8 (commit)
       via  c7b13ef0e46fc05fb6a8407f4aa10d15b47c55e9 (commit)
       via  c705c3f61c85abde42c1146bcbd1a2d61ee2971d (commit)
       via  4ef03eb5b520d3ec8e3dca59eb82cb24aef5a693 (commit)
       via  eda5105edff20955ed6331e02c90d098e4cdcf9c (commit)
       via  7bd9e223e94bb06dcb5a155ca82f0e39c10bd121 (commit)
       via  31548e0f6238975633f8282ba95ef5df54b27c47 (commit)
       via  f491326296f26da22ea69e3d96d244e044232469 (commit)
       via  a9c98acac7ecb634733fe5e958d702e16e474629 (commit)
       via  2202f1b6b952470a2713c5712ca57ad83717beb1 (commit)
      from  eac7c17e9fc7c444b8fdfa8637f4a5e4047e3e82 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 819b5fc308b0d9a319e938a41e54a5c5f785b76a
Author: Owen Leonard 
Date:   Fri Dec 17 18:11:43 2010 -0500

    Fix for bug 5451, can add tags with userlogin turned off
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    Signed-off-by: Chris Nighswonger 
    
    (Corrected to apply to 3.2.x)

commit e298b5e3be369b0a64f2e1f223f426156664dcde
Author: Chris Cormack 
Date:   Wed Dec 22 15:06:51 2010 +1300

    Bug 5531: adding some missing sysprefs
    (cherry picked from commit 2124887428afc6c9198404241a1afd93c456dc8f)
    
    Signed-off-by: Chris Nighswonger 

commit 92adf8d04065a842b49581d22aa6de37515d095e
Author: Chris Cormack 
Date:   Wed Dec 22 14:59:11 2010 +1300

    Bug 5531: Updated Polish, Ukranian and Russian syspref files
    
    Retrieved from
    http://git.koha-community.org/gitweb/?p=wip/koha-chris_n.git;a=commit;h=f23969c7e1cb87d4bd9552e3d6bc85cc948dedd9
    (cherry picked from commit 0482e534519dafb2ff37177f117534d77bc4cbeb)
    
    Signed-off-by: Chris Nighswonger 

commit fe4ed2507cdc9e460645287cdc799e6ae581bd14
Author: Chris Cormack 
Date:   Wed Dec 22 14:44:33 2010 +1300

    Bug 5531: further fix for fr-FR files
    (cherry picked from commit c9db18bf0b084136451ee078cab7c9fffd53f615)
    
    Signed-off-by: Chris Nighswonger 

commit e173f2ba89223c37ceedd3870b191a5131dc951d
Author: Henri-Damien LAURENT 
Date:   Wed Dec 22 00:00:17 2010 +0100

    Based on Chris Nighswonger french unimarc_standard_sysprefs.sql
    (cherry picked from commit 409dcdfe6aaf3a6d2d90918f54a48c2c326f5f85)
    
    Signed-off-by: Chris Nighswonger 

commit 0c507b2eb3a60ab7d2902467e290a64ab3c03ea1
Author: Chris Cormack 
Date:   Tue Dec 21 08:31:07 2010 +1300

    Bug 4473: Making a change to TmplTokenizer.pm to stop translation error
    (cherry picked from commit f5e65148ace51060f739fce4c26b772d09f35ba6)
    
    Signed-off-by: Chris Nighswonger 

commit df31659c2ac314abd12395e87fc5c4b8eadedbe4
Author: Liz Rea 
Date:   Thu Dec 16 19:20:25 2010 -0500

    Bug 5143: Help file revisions per Owen Leonard
    
    Nice changes, thanks. :)
    
    LR
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit c25aaf1ca49c2733c22325057037dd5e14e0cfd8)
    
    Signed-off-by: Chris Nighswonger 

commit 9f8722d8f2b4c3800cb77f39a80a1a269e0c2eff
Author: Amit Gupta 
Date:   Thu Dec 16 06:47:17 2010 -0500

    Bug 5489: Send hold email to branch email address if it exists instead of koha email address
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 21cae2609d12075f685f51b66a5821eb41d30c97)
    
    Signed-off-by: Chris Nighswonger 

commit db26c21e113371ee128780ae4b200a70255578f2
Author: Owen Leonard 
Date:   Thu Dec 16 06:42:51 2010 -0500

    Fix for Bug 3262 - OPAC needs syspref to show homebranch on detail page
    
    Revised version of Liz Rea's fix adding homebranch by default. This
    revision displays the homebranch name instead of branchcode.
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 75762a63e940040d3d9bcc26566b0079000078a8)
    
    Signed-off-by: Chris Nighswonger 

commit 8bd49794a9446a82833276723d06af5740f359f2
Author: Fr?d?ric Demians 
Date:   Fri Dec 17 11:16:52 2010 +0000

    Bug 5446 Fix a bug introduces by previous patch
    
    When AcqCreateItem was set to 'cataloguing' there was no items fields in the
    acq web form to validate in JS...
    
    Alert commented.
    
    Signed-off-by: Marcel de Rooy 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 9a048e2b12e2004fad51b5b0db3187a8eb6c2a04)
    
    Signed-off-by: Chris Nighswonger 

commit be38fadf1509f51c518ad9c56b3b270cfc358288
Author: Colin Campbell 
Date:   Thu Dec 16 04:59:34 2010 -0500

    Bug 4286 Allow receiving if subscription enddate not set
    
    HasSubscriptionExpired is not a boolean return it may also
    return that a valid subscription enddate is not set
    This should not block receipting of issues
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 74e63fe0e602f745e711cf00417b965614f7be68)
    
    Signed-off-by: Chris Nighswonger 

commit 908a023fcec5d4a92785a8f258e40163fd4beb56
Author: Owen Leonard 
Date:   Thu Dec 16 04:20:01 2010 -0500

    Fix for Bug 5518 - Add to shelf icon doesn't appear in OPAC results page
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 276e1c34307b9bcb2986e4bd1b1318b4bfe12d75)
    
    Signed-off-by: Chris Nighswonger 

commit 984a6e62b8d48764613e0c850caa4706ff955854
Author: Owen Leonard 
Date:   Thu Dec 16 04:15:53 2010 -0500

    Follow-up patch for Bug 4908, show patron's home library in OPAC
    
    Adding home library to list of details when OPACPatronDetails pref
    is set to "don't allow"
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit c4f8b9d636d8e37069233870b720ccc2ad2eeb3b)
    
    Signed-off-by: Chris Nighswonger 

commit 3443cd38f030c24b9e58e4068586978b4f517a25
Author: Owen Leonard 
Date:   Thu Dec 16 03:02:53 2010 -0500

    Fix for Bug 5470 - improvements to results display in the staff client
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit be70444f687144063dd6e640dfd93afc2256cf44)
    
    Signed-off-by: Chris Nighswonger 

commit 2ed66165bfbd57c120d751d2c5665387d547cff8
Author: Robin Sheat 
Date:   Thu Dec 16 02:50:08 2010 -0500

    bug4891 - sort facets in search sidebar (OPAC and staff client)
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 13bc505c5ffdd22533b49ddc4d1e79ecce49ed4d)
    
    Signed-off-by: Chris Nighswonger 

commit c7b13ef0e46fc05fb6a8407f4aa10d15b47c55e9
Author: Owen Leonard 
Date:   Thu Dec 16 02:34:47 2010 -0500

    Fix for Bug 3987 - New Sys Prefs Branch - Alphabetize prefs in sections
    
    Adding jquery tablesorter, sorting on sys pref variable by default
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 396c2143d9f0196126af5d24f23e4b286f55d830)
    
    Signed-off-by: Chris Nighswonger 

commit c705c3f61c85abde42c1146bcbd1a2d61ee2971d
Author: Srdjan Jankovic 
Date:   Thu Dec 16 19:23:31 2010 +1300

    Bug 5510: prepend output with system name
    
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 1c86e93cec3749ce5821d237e6d86fa888f62fa3)
    
    Signed-off-by: Chris Nighswonger 

commit 4ef03eb5b520d3ec8e3dca59eb82cb24aef5a693
Author: Serhij Dubyk {?????? ?????} 
Date:   Thu Dec 16 01:49:51 2010 +0200

    Deleted old sample budget sql-data for Ukrainian and Russian
    
    Signed-off-by: Chris Cormack 
    (cherry picked from commit bd8f379d70be0afe5e37c843f8b7dd0ab82be1ed)
    
    Signed-off-by: Chris Nighswonger 

commit eda5105edff20955ed6331e02c90d098e4cdcf9c
Author: Owen Leonard 
Date:   Wed Dec 15 21:33:59 2010 -0500

    Fix for Bug 4997, More searches menu not on OPAC MARC and ISBD detail pages
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 402240bbe25aaffd205a34a01663e556be01ac15)
    
    Signed-off-by: Chris Nighswonger 

commit 7bd9e223e94bb06dcb5a155ca82f0e39c10bd121
Author: Owen Leonard 
Date:   Wed Dec 15 21:30:38 2010 -0500

    Fix for Bug 4946 - hold warning needs rewording
    
    This patch improves the phrasing of several messages by
    breaking the message variable into distinct parts for more
    natural-sounding warnings when:
    
    - Checking out an item on hold for another patron
    - Checking out an item which is waiting for another patron
    - Checking out an item which is checked out to another patron
    - Checking out an item which is checked out to this patron
    - Checking out to a patron who has too many checked out
    
    I would appreciate special attention to my changes to the
    TooMany function in Circulation.pm to make sure I handled
    it correctly.
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 324991fefd1c6f336308b0f7aec8e8f0047e6e1a)
    
    Signed-off-by: Chris Nighswonger 

commit 31548e0f6238975633f8282ba95ef5df54b27c47
Author: Owen Leonard 
Date:   Wed Dec 15 21:16:24 2010 -0500

    Fix for Bug 3859, Attach item clarification
    
    - Modifies hint text
    - Adds handling for BiblioDefaultView preference
    - Markup and CSS tweaks
    
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit d6e83087a479d9d2f552c9a6a2e5554c0f693596)
    
    Signed-off-by: Chris Nighswonger 

commit f491326296f26da22ea69e3d96d244e044232469
Author: Srdjan Jankovic 
Date:   Wed Dec 15 20:10:12 2010 -0500

    Bug 5294 - Unescape vendor name when pushing back
    
    Signed-off-by: Robin Sheat 
    Signed-off-by: Nicole Engard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 750a8a8dae8a445d678f6645b6cbd3405e27924d)
    
    Signed-off-by: Chris Nighswonger 

commit a9c98acac7ecb634733fe5e958d702e16e474629
Author: Galen Charlton 
Date:   Wed Dec 15 11:26:04 2010 -0500

    bug 5398: make additional pages in staff interface obey noItemTypeImages
    
    Signed-off-by: Galen Charlton 
    Signed-off-by: Owen Leonard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 0560aa768cc1b128891259982a25ee2450470e79)
    
    Signed-off-by: Chris Nighswonger 

commit 2202f1b6b952470a2713c5712ca57ad83717beb1
Author: Nicole Engard 
Date:   Wed Dec 15 09:23:14 2010 -0500

    bug 4826 change 'add basket' to 'new basket'
    
    Signed-off-by: Owen Leonard 
    Signed-off-by: Chris Cormack 
    (cherry picked from commit 07834371f25ab207688e1534c39654049b890951)
    
    Signed-off-by: Chris Nighswonger 

-----------------------------------------------------------------------

Summary of changes:
 C4/Circulation.pm                                  |   42 ++++++---
 C4/Reserves.pm                                     |    5 +-
 catalogue/detail.pl                                |    2 +
 catalogue/search.pl                                |    6 +
 circ/circulation.pl                                |    1 +
 debian/scripts/koha-foreach                        |    7 +-
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |   58 ++++++------
 installer/data/mysql/pl-PL/mandatory/sysprefs.sql  |   18 ++++-
 ...m_preferences_full_optimal_for_install_only.sql |   69 ++++++++++++--
 .../mysql/ru-RU/optional/acqusion_book_funds.sql   |   12 ---
 .../mysql/ru-RU/optional/acqusion_book_funds.txt   |    1 -
 ...m_preferences_full_optimal_for_install_only.sql |   69 ++++++++++++--
 .../mysql/uk-UA/optional/acqusion_book_funds.sql   |   12 ---
 .../mysql/uk-UA/optional/acqusion_book_funds.txt   |    1 -
 .../intranet-tmpl/prog/en/js/pages/preferences.js  |    7 ++
 .../prog/en/modules/acqui/booksellers.tmpl         |    2 +-
 .../prog/en/modules/acqui/neworderempty.tmpl       |   21 +++--
 .../prog/en/modules/admin/preferences.tmpl         |    6 +-
 .../prog/en/modules/catalogue/advsearch.tmpl       |    2 +
 .../prog/en/modules/catalogue/detail.tmpl          |    6 +-
 .../prog/en/modules/catalogue/results.tmpl         |    9 +-
 .../prog/en/modules/cataloguing/moveitem.tmpl      |   35 +++++---
 .../prog/en/modules/circ/circulation.tmpl          |   10 +-
 .../prog/en/modules/help/circ/view_holdsqueue.tmpl |    8 +-
 .../prog/en/modules/reserve/request.tmpl           |    5 +-
 .../en/modules/serials/acqui-search-result.tmpl    |    2 +-
 .../prog/en/modules/suggestion/suggestion.tmpl     |    1 -
 .../prog/en/modules/virtualshelves/shelves.tmpl    |    2 +-
 .../opac-tmpl/prog/en/includes/doc-head-close.inc  |    2 +-
 koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc  |    4 +-
 .../opac-tmpl/prog/en/modules/opac-ISBDdetail.tmpl |   28 ++++++
 .../opac-tmpl/prog/en/modules/opac-MARCdetail.tmpl |   35 +++++++-
 .../opac-tmpl/prog/en/modules/opac-basket.tmpl     |   47 +++++-----
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |   24 +++--
 .../opac-tmpl/prog/en/modules/opac-results.tmpl    |  100 ++++++++++----------
 .../opac-tmpl/prog/en/modules/opac-shelves.tmpl    |   52 +++++------
 koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tmpl |    9 +-
 .../opac-tmpl/prog/en/modules/opac-userupdate.tmpl |    1 +
 misc/translator/TmplTokenizer.pm                   |    4 +-
 opac/opac-ISBDdetail.pl                            |   10 ++
 opac/opac-MARCdetail.pl                            |   10 ++
 opac/opac-search.pl                                |    7 ++
 serials/serials-edit.pl                            |    2 +-
 43 files changed, 501 insertions(+), 253 deletions(-)
 delete mode 100644 installer/data/mysql/ru-RU/optional/acqusion_book_funds.sql
 delete mode 100644 installer/data/mysql/ru-RU/optional/acqusion_book_funds.txt
 delete mode 100644 installer/data/mysql/uk-UA/optional/acqusion_book_funds.sql
 delete mode 100644 installer/data/mysql/uk-UA/optional/acqusion_book_funds.txt


hooks/post-receive
-- 
main Koha release repository

From gitmaster at git.koha-community.org  Wed Dec 29 08:28:27 2010
From: gitmaster at git.koha-community.org (Git repo owner)
Date: Wed, 29 Dec 2010 07:28:27 +0000
Subject: [koha-commits] main Koha release repository branch, new/bug_5540,
	created. v3.02.00-457-gd2b9602
Message-ID: 

This is an automated email from the git hooks/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_5540 has been created
        at  d2b9602e53061ac3038961ae939edb8e7dc39027 (commit)

- Log -----------------------------------------------------------------
commit d2b9602e53061ac3038961ae939edb8e7dc39027
Author: Owen Leonard 
Date:   Fri Dec 24 13:39:13 2010 -0500

    Fix for Bug 5540, editing slip news changes to librarian interface
    
    The script checks for a language-specific OPAC message and, if none
    is found, preselects none of the "display location" options. This
    results in the first item in the