[koha-commits] main Koha release repository branch, 3.2.x, updated. 3.02.02-40-g7779896

Git repo owner gitmaster at git.koha-community.org
Tue Jan 4 21:17:26 CET 2011


This is an automated email from the git hooks/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  7779896064ac08de5a8b8ce83bf6a683bf8605b8 (commit)
       via  67a8a5301e3386f251e73cbce517691054a3387a (commit)
       via  f444490cc299ea8b9792baa19e0d209da5087f66 (commit)
       via  68e8f0937f539fa9079e7a6a119723ca79b2c164 (commit)
      from  0a2c78a80371e317299d689623629c1b86c991c3 (commit)

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

- Log -----------------------------------------------------------------
commit 7779896064ac08de5a8b8ce83bf6a683bf8605b8
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Jan 4 14:38:44 2011 -0500

    bug 5497: make all library fields available to circ receipt/slips
    
    This allows the receipt template to be more readily customized
    to include the library's address, phone number, email address, etc.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 4daef50c7a554e6ef2b83e29ac877a70366bddfa)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 67a8a5301e3386f251e73cbce517691054a3387a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jan 4 14:31:46 2011 -0500

    Fix for Bug 3918 - Add to order lists inconsistent
    
    - Added new include to contain add to basket options
    - Minor markup corrections
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 562653bc8d76414e40fa229afcec3320f3b2cf1a)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit f444490cc299ea8b9792baa19e0d209da5087f66
Author: Marcel de Rooy <M.de.Rooy at rijksmuseum.nl>
Date:   Wed Dec 15 20:12:28 2010 -0500

    Bug 5375 (Update date/time last transaction (MARC 005) when saving authority record)
    
    Update 005 date/time when saving authority record for MARC21 and UNIMARC.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 11908331497c514b8ba224f30dfff00277f7f42b)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 68e8f0937f539fa9079e7a6a119723ca79b2c164
Author: Marcel de Rooy <M.de.Rooy at rijksmuseum.nl>
Date:   Wed Dec 15 18:11:28 2010 -0500

    Bug 5374 (update transaction date when saving biblio) RESENT with small fix
    
    Currently, the plugin marc21_field_005 and its unimarc opponent fill field 005
    when this field gets focus. This implies that updating a record without
    touching this field does not update 005.
    At the same time, a user could accidentally delete a character in the 005 when
    having focus. This mutilated field value will be saved however.
    
    I would suggest to add a few lines to ModBiblioMarc in Biblio.pm to ascertain
    that adding or updating a record always updates 005 in marc21 as well as
    unimarc.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 76338220ddf688f6e38488624dd260e0810db1c3)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |   16 ++++++++----
 C4/Biblio.pm                                       |    9 +++++++
 cataloguing/value_builder/marc21_field_005.pl      |   25 +++----------------
 .../en/includes/acquisitions-add-to-basket.inc     |   14 +++++++++++
 .../prog/en/modules/acqui/basket.tmpl              |   15 +-----------
 .../prog/en/modules/acqui/neworderbiblio.tmpl      |   19 ++------------
 members/moremember.pl                              |    3 +-
 7 files changed, 42 insertions(+), 59 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list