[koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.09-14-ge62104d

Git repo owner gitmaster at git.koha-community.org
Sat Jun 11 21:57:56 CEST 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  e62104d47754626973b7f729098bccb98d226420 (commit)
      from  99f2fdfffbd7aea5dc28c237edf0bf568483138f (commit)

Those revisions listed 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 e62104d47754626973b7f729098bccb98d226420
Author: Salvador Zaragoza Rubio <salvazm at masmedios.com>
Date:   Mon Mar 7 11:37:45 2011 -0500

    Bug 3013 - Value builder for 006 and 008 need choices for all format types
    
    Modification of the intranet cataloguing plugin for 006/008 fields to allow
    select a type of material and change the positions available to enter the data.
    Data are hard stored in xml files to allow easy translation and processing through
    Javascript and JQuery-AJAX.
    
    Bug 3013 - Fix selection of combo and trailing whitespace
    
    Bug 3013 - Fix selection of combo
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 519cb622dbcd3c6fefa528b877b7ef1d8ff86c6f)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 cataloguing/value_builder/marc21_field_006.pl      |   61 +-
 cataloguing/value_builder/marc21_field_008.pl      |   78 +-
 .../intranet-tmpl/prog/en/js/xmlControlfield.js    |  340 +++++
 .../value_builder/marc21_field_006.tmpl            |  575 +--------
 .../cataloguing/value_builder/marc21_field_006.xml |  795 ++++++++++++
 .../value_builder/marc21_field_008.tmpl            |  699 +----------
 .../cataloguing/value_builder/marc21_field_008.xml | 1298 ++++++++++++++++++++
 .../cataloguing/value_builder/marc21_field_CF.xsd  |   83 ++
 8 files changed, 2671 insertions(+), 1258 deletions(-)
 create mode 100755 koha-tmpl/intranet-tmpl/prog/en/js/xmlControlfield.js
 mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tmpl
 create mode 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.xml
 mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tmpl
 create mode 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.xml
 create mode 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_CF.xsd


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list