This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".
The branch, 3.6.x has been updated
via 20fcd965a967bafd9e1910ffc20c7511816ef006 (commit)
via d03cba1f2c4c21acbd86c13c4fbdef7e2f0e4459 (commit)
via c7624cee5e4d545bcb21f5c4b953adbf0c948771 (commit)
via 636391bdf72929be5db9fbd4d96692a79f13d810 (commit)
via 9b362026ecb70a7672b70e6fc7f02df6b758625d (commit)
via caf31bb5dd08712d7faf44b2ed2455192295f79a (commit)
via d9d0e0a5c829e582ab1f67898b32d664d11a1994 (commit)
via cccdb7c22b6f7e71e80c955ce4a9774b46144818 (commit)
via 6cbd92b24f05e2c3de7e48a69d5f404740375ba3 (commit)
via 9582e61909890a6b0054931e5f84c7a649d3cc57 (commit)
via e7046e6e90392d8c900a08595ec0eb0013f17803 (commit)
via 8cf169316728ba0113e08c6f85930a0961d75528 (commit)
via 49e38381f3694fc2fe47241e49092cb0ea8c920f (commit)
from 4b4040ab8518938c555a290ff6cd72e4502119d3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 20fcd965a967bafd9e1910ffc20c7511816ef006
Author: Chris Nighswonger <[email protected]>
Date: Tue Dec 6 14:23:39 2011 -0500
Release Notes for 3.06.02.000 06 Dec 2011 19:23:39 Z
commit d03cba1f2c4c21acbd86c13c4fbdef7e2f0e4459
Author: Adrien Saurat <[email protected]>
Date: Fri Dec 2 10:46:29 2011 +0100
Bug 4051: adds issuedate column to overdues export
Signed-off-by: Chris Cormack <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
(cherry picked from commit d4f4f88369d52e4ab052af32618f58c1f63a5328)
Signed-off-by: Chris Nighswonger <[email protected]>
commit c7624cee5e4d545bcb21f5c4b953adbf0c948771
Author: Owen Leonard <[email protected]>
Date: Thu Oct 13 14:44:18 2011 -0400
Bug 3385 - Add checkout date and renewal date to display list of checked
out items
This patch doesn't fix the origial request to add the renewal date
to the list of checked out items, but follows the other bug commenter's
suggestion that the information be added to the item details page
(moredetail.pl).
The other part of this request, to add the checkout date, has already
been fixed by another patch.
Signed-off-by: Chris Cormack <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
(cherry picked from commit 2177562ecf64a76bb069009358a843bb80e78a41)
Signed-off-by: Chris Nighswonger <[email protected]>
commit 636391bdf72929be5db9fbd4d96692a79f13d810
Author: Alex Arnaud <[email protected]>
Date: Fri Dec 2 09:19:33 2011 +0100
bug/7285 Use C4::Auth::checkpw instead of checkpw only
Signed-off-by: Chris Cormack <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
(cherry picked from commit 46831f808610d95af703fc53688c5fa9b5c04fbe)
Signed-off-by: Chris Nighswonger <[email protected]>
commit 9b362026ecb70a7672b70e6fc7f02df6b758625d
Author: Chris Nighswonger <[email protected]>
Date: Thu Oct 6 13:23:23 2011 -0400
Fixing typo in image filename which introduced a space causing problems on
win32
http://bugs.koha-community.org/show_bug.cgi?id=5604
Signed-off-by: Owen Leonard <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
(cherry picked from commit fa0bc2b08d7dfb8a8cbda18fbd6d5ba59aec59ed)
Signed-off-by: Chris Nighswonger <[email protected]>
commit caf31bb5dd08712d7faf44b2ed2455192295f79a
Author: Dobrica Pavlinusic <[email protected]>
Date: Thu Mar 31 15:14:46 2011 +0200
Bug 6022: Auth_with_ldap check if categorycode is valid
When importing users from LDAP, Auth_with_ldap.pm doesn't check if value for
categorycode is present in categories table in Koha resulting in referential
integrity error instead of using default value from koha-conf.xml
Test scenario:
1. enable LDAP in koha-conf.xml using <useldapserver>1</useldapserver>
and add <ldapserver> configuration with
<categorycode is="SomeLDAPField">DefaultCategoryCode</categorycode>
2. select/create LDAP user with category in SomeLDAPField which isn't in
Koha
3. try logging in and ensure that assigned category to new user is
DefaultCategoryCode
Signed-off-by: Marijana Glavica <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
(cherry picked from commit 0352a8f24ac72b7dfbf84ea3c6f11e2e714708b0)
Signed-off-by: Chris Nighswonger <[email protected]>
commit d9d0e0a5c829e582ab1f67898b32d664d11a1994
Author: Katrin Fischer <[email protected]>
Date: Sun Nov 20 22:31:47 2011 +0100
Bug 6530: Item Due notice label displaying as 'unknown'
Some of the translated sql files still had 'Item_DUE' instead
of 'Item_Due' causing the staff interface to display 'unknown'
instead of the correct description.
To test:
- Do a new installation, using German, French, Polish, Russian or Ukrainian
sample files.
- Actived EnhancedMessagingPreferences
- Create a new patron category and check message descriptions display
correctly
Signed-off-by: Chris Cormack <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
(cherry picked from commit 30b6edc510c449815f78dbe8d410b296ca36ef76)
Signed-off-by: Chris Nighswonger <[email protected]>
commit cccdb7c22b6f7e71e80c955ce4a9774b46144818
Author: Owen Leonard <[email protected]>
Date: Tue Nov 15 12:01:19 2011 -0500
Bug 7225 - "Delete all items" should be greyed out when a title has no items
This patch changes the catalog toolbar so that when there are no
items attached to a record the "Delete all items" menu item appears
to be disabled. Clicking it will trigger an alert, "This record
has no items."
Signed-off-by: Chris Cormack <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
(cherry picked from commit 3be1252e1bab40bd43821e66e2cfc69471e24132)
Signed-off-by: Chris Nighswonger <[email protected]>
commit 6cbd92b24f05e2c3de7e48a69d5f404740375ba3
Author: Paul Poulain <[email protected]>
Date: Tue Dec 6 19:13:55 2011 +0100
Bug 2346 follow-up (UpdateBorrowerDebarred subroutine removed)
notifyMailsOp.pl is deprecated : is was written by and for Ouest Provence
(thus the OP) and is not used anymore.
it's probably not working anymore.
Removing the script
(cherry picked from commit 00894ac49544625b83fab7cb242bc3160429b938)
Signed-off-by: Chris Nighswonger <[email protected]>
commit 9582e61909890a6b0054931e5f84c7a649d3cc57
Author: Jared Camins-Esakov <[email protected]>
Date: Fri Nov 11 19:53:14 2011 -0500
Bug 7216 - koha-restore does not correctly set home
Prior to this patch, the koha-restore Debian script did not set the home
directory properly for the system users it created, causing problems down
the
line for koha-rebuild-zebra. This patch fixes that by specifying the home
directory.
http://bugs.koha-community.org/show_bug.cgi?id=7216
Signed-off-by: Robin Sheat <[email protected]>
(cherry picked from commit 93cd5bd501c9f9d19261bdb5ef429961d56330af)
Signed-off-by: Chris Nighswonger <[email protected]>
commit e7046e6e90392d8c900a08595ec0eb0013f17803
Author: Owen Leonard <[email protected]>
Date: Wed Nov 30 12:50:35 2011 -0500
Bug 7280 - can't place hold without selecting on list
JavaScript was looking for clicks on links with class "hold,"
and incorrectly triggering the check for checked checkboxes.
Making the selection stricter lets the JS function as it should
while allowing people to place individual holds directly.
Signed-off-by: Chris Cormack <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
(cherry picked from commit f9763a8ec925b8256ccc82c47ec33010601ae1a6)
Signed-off-by: Chris Nighswonger <[email protected]>
commit 8cf169316728ba0113e08c6f85930a0961d75528
Author: Katrin Fischer <[email protected]>
Date: Mon Dec 5 07:18:21 2011 +0100
Bug 6740: can add items at ordering/receiving but not remove
The problem was, that the script was looking for the first
and second <a> tag in the code. When using plugins in the framework
this can't work. The patch changes the script to select the correct
<a> tags by using a class.
Also changes + and - to 'Add' and 'Delete' to make the meaning clearer
and clicking on them a bit easier.
To test:
1) AcqCreateItem = order
- Create a basket
- Create an order line
- Create more than one item
- Delete items
- Check quantity is calculated correctly
- Check items are created correctly
2) AcqCreateItem = receive
- Create basket
- Create 2 order lines, order >1 items
- Do a partial item by removing items from the receive form
- Receive all missing items
- Receive more items than ordered
Signed-off-by: Owen Leonard <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
(cherry picked from commit d0ef505fc4423f597402445a1a12b8b2bd512894)
Signed-off-by: Chris Nighswonger <[email protected]>
commit 49e38381f3694fc2fe47241e49092cb0ea8c920f
Author: Frédérick Capovilla <[email protected]>
Date: Mon Nov 21 12:28:25 2011 -0500
Bug 7251 : Corrects a problem in overdue_notices.pl when delimiter is set
to tabulation
Signed-off-by: Chris Cormack <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
checked that others values for the separator are OK = it is (space,
semicolon,... see syspref "delimiter")
(cherry picked from commit 478c2b139ceb58bc619e7c8a5270e499c870dbcf)
Signed-off-by: Chris Nighswonger <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
C4/Auth_with_ldap.pm | 11 +
C4/ILSDI/Services.pm | 2 +-
C4/Items.pm | 1 +
catalogue/moredetail.pl | 4 +-
circ/overdue.pl | 4 +-
debian/scripts/koha-restore | 2 +-
.../sample_notices_message_attributes.sql | 2 +-
.../sample_notices_message_attributes.sql | 2 +-
.../sample_notices_message_attributes.sql | 2 +-
.../sample_notices_message_attributes.sql | 2 +-
.../sample_notices_message_attributes.sql | 2 +-
.../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 5 +-
koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 5 +-
.../prog/en/modules/acqui/neworderempty.tt | 4 +-
.../prog/en/modules/acqui/orderreceive.tt | 4 +-
.../prog/en/modules/catalogue/moredetail.tt | 2 +-
.../Seshat/{archival lDVD.gif => archivalDVD.gif} | Bin 3126 -> 3126 bytes
.../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +-
misc/cronjobs/notifyMailsOp.pl | 219 --------------------
misc/cronjobs/overdue_notices.pl | 1 +
misc/release_notes/release_notes_3_6_2.txt | 27 ++-
21 files changed, 57 insertions(+), 246 deletions(-)
rename koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/{archival lDVD.gif
=> archivalDVD.gif} (100%)
delete mode 100755 misc/cronjobs/notifyMailsOp.pl
hooks/post-receive
--
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits