[koha-commits] main Koha release repository branch new/bug_7345 created. v3.06.00-531-ge306dd8

Git repo owner gitmaster at git.koha-community.org
Mon Feb 13 13:35:07 CET 2012


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

- Log -----------------------------------------------------------------
commit e306dd85bda4a6144048978dad5ff5dde5455bfb
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 13 12:24:56 2012 +0100

    7392 last follow up
    
    Fixes typo for marcstd option in template

commit 08156df33c91d9fc2a9c4a0fbba567c09cfaf91e
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon Feb 13 12:21:59 2012 +0100

    Bug 7345 DBrev numbering

commit 9bd52ff781df32f27f8eedac2e6c91edef4fd446
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon Feb 13 12:21:33 2012 +0100

    bug 7345 tiny change = replacing () by --
    
    In the syspref description there is a () that could be confusing with possible values that are also displayed with ()
    replacing them by -- to avoid any mistake

commit 923c778e00632541e520c64c6c8cf00d0d1274e9
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Jan 16 13:09:28 2012 +0100

    7392 Followup on pref description
    
    Updating text only for description of opaccolorstylesheet and opaclayoutstylesheet.

commit a5658c4647eaef731102b641fbd2c3ffdeae5618
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Jan 14 16:06:40 2012 +0100

    Bug 7392: Follow-up
    
    Patch makes changes according to QA comments:
    - entering an unknown format code will generate no entry in the OPAC pull down
    - small change to the description of opaclayoutstylesheet system preference
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 44cffb63e0e9eb5f49fa5b49b3c10eb0956c3e59
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Dec 31 17:28:34 2011 +0100

    Bug 7392: Add system preference to define export options in OPAC
    
    NOTE: Patch depends on changes made for bug 7345 for the "marcstd" option.
    
    It adds a new system preference 'OpacExportOptions':
    
    The new system preference allows to give a list of | separated
    values to define, which download options are offered in OPAC.
    Possible options are listed in the system preference editor
    and include the new export option 'marcstd' from bug 7345.
    
    The sequence of the download options in the system preference will
    be the sequence in the OPAC pull down.
    
    If left empty, the export option will be hidden from OPAC.
    
    This patch creates a new include file for the OPAC with all the
    code that is common to the three detail views (regular, MARC, and
    ISBD).
    
    As a side effect of creating this include file, some inconsistencies
    in OpacSearchForTitleIn were fixed. {BIBLIONUMBER} and {CONTROLNUMBER}
    were broken for ISBD and MARC view before and should now be replaced
    with the correct values in all tabs.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Resolved merge conflicts on sysprefs.sql and updatedatabase.pl.
    
    Feb 13, 2012: Rebased it again.

commit 6378436089134f1d9b8015e991fcb81c7d8ead7c
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Dec 10 20:14:52 2011 -0500

    Bug 7345: Enable exporting records sans private fields
    
    Add an option for marcstd to the opac-export.pl and catalogue/export.pl
    scripts. This new format removes all 9XX, X9X, XX9 fields and subfield $9
    (with the exception of 490 in flavours of MARC other than UNIMARC). The work is
    done in C4::Record::marc2marc.
    
    This patch adds the new export option 'marcstd' for exporting MARC
    records without 9xx, x9x and xx9 fields and subfields to the staff
    detail page.
    
    Testing plan:
    1. Export a record in "MARC (Unicode/UTF-8)" format as a control
    2. In the OPAC, run the following jQuery to add the marcstd option to the UI:
    > $("#export #format").append("<option value='marcstd'>MARC (no 9xx)</option>");
    3. Export the same record in "MARC (no 9xx)" format
    4. Compare the two, noticing that any subfield $9 or fields including 9 (other
       than 490 in flavours of MARC other than UNIMARC) have been removed
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Works as advertised now.
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    This patch squashes both the original patch and Katrin's follow-up adding
    marcstd as an export option on the staff client.
    
    Feb 13, 2012 (marcel): Amended this patch to resolved two definitions of $error in catalogue/export script.

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list