[koha-commits] main Koha release repository branch master updated. v3.16.00-984-ga1b406a

Git repo owner gitmaster at git.koha-community.org
Mon Nov 10 15:58:13 CET 2014


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  a1b406a31f72962c7e644149ac438e604d59b674 (commit)
       via  36199881d07ffc874d1c3c3eb152b35efbedbc9f (commit)
       via  e535ffd99883a83cedf3a42d5f05ec4cfe3a7160 (commit)
       via  5b0b78c316cea614a7a4104a4883958c0b995bef (commit)
       via  3740b2684cb1837bedec99ab43eaa1eff29e13e0 (commit)
       via  82a7180d525b0d353c2c492b614d368fd0579016 (commit)
       via  5bcaa910010d8dbc6fadde488ec1bfed2413e7d4 (commit)
       via  aca2069302e0b91228a0ec083b18b1ce7ecd5ea1 (commit)
      from  4ae564dd2d749434e977d5cbe810c0f5cb2b240c (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 a1b406a31f72962c7e644149ac438e604d59b674
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Nov 10 11:58:37 2014 -0300

    Bug 13211: DBRev 3.17.00.051
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 36199881d07ffc874d1c3c3eb152b35efbedbc9f
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Nov 6 10:34:43 2014 -0300

    Bug 13211: (followup) remove 'masthead' reference
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e535ffd99883a83cedf3a42d5f05ec4cfe3a7160
Author: Amit Gupta <amit.gupta at informaticsglobal.com>
Date:   Thu Nov 6 11:46:01 2014 +0530

    Bug 13211: Added Google Indic Transliteration as a System Preference
    
    Test scenario:
    1. Apply the patch
    2. Run updatedatabase.pl
    3. Login to Koha and go to Adminstration.
    4. Click on Global system preferences.
    5. Search GoogleIndicTransliteration and choose value "Show".
    6. Apply patches on bug 13144
    7. Go to OPAC and see GoogleIndicTransliteration coming on Masthead.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5b0b78c316cea614a7a4104a4883958c0b995bef
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Nov 10 09:21:46 2014 +0100

    Bug 12264: [QA Follow-up] Fixing biblionumber/biblioitemnumber mixup
    
    While testing the string change on 12264, I had this result:
    DBD::mysql::st execute failed: Column 'biblioitemnumber' cannot be null at /usr/share/koha/testclone/C4/Items.pm line 2191.
    DBD::mysql::st execute failed: Column 'biblioitemnumber' cannot be null at /usr/share/koha/testclone/C4/Items.pm line 2191.
        # Child (GetItemsInfo tests) exited without calling finalize()
    not ok 4 - GetItemsInfo tests
    
    This was caused by this line in the unit test:
     my $biblionumber = get_biblio();
    This routine returns:
        return ($bibnum, $bibitemnum);
    So instead of the bibnum the bibitemnum is saved in biblionumber.
    In my test database bibnum and bibitemnum somehow got out of sync, revealing
    this bug :)
    The fix is just adding parentheses:
     my ( $biblionumber ) = get_biblio();
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3740b2684cb1837bedec99ab43eaa1eff29e13e0
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 9 22:54:28 2014 +0100

    Bug 12264: Correct tiny typo in t/db_dependent/Items.t
    
    One of the tests claims 'item-level_itypes is disabled'
    when it should be 'item-level_itypes is enabled'.
    
    Patch fixes this.
    
    To test:
    - run t/db_dependent/Items.t
    - tests should all pass
    - verify the last test reads 'enabled'
    - look at the code and see it's true
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 82a7180d525b0d353c2c492b614d368fd0579016
Author: Nicolas Legrand <nicolas.legrand at bulac.fr>
Date:   Mon Jun 23 16:57:20 2014 +0200

    Bug 12466: 3.15.00.049 is about Bug 5377, not 11268
    
    Fixes the description and bug reference.
    
    http://bugs.koha-community.org/show_bug.cgi?id=12466
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes the description on the old update database entry,
    no problems found.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5bcaa910010d8dbc6fadde488ec1bfed2413e7d4
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Fri Nov 7 19:23:12 2014 +0100

    Bug 13225: Z39.50 result Card View doesn't work for UNIMARC
    
    This patch fix UNIMARC Card View on Z39.50 result page. The valid XSL was
    there: UNIMARC_compact.xml, but were not selected (a regression). This patch
    use themelanguage to access XSL file, anticipating a intranet new theme in
    future.
    
    TO TEST: Before applying this patch, do a Z39.50 search, and try to display a
    biblio record card view: meaningless. Retry after applying this patch.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested in a UNIMARC installation, works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit aca2069302e0b91228a0ec083b18b1ce7ecd5ea1
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Nov 7 18:44:04 2014 +0100

    Bug 13224: use TOUT-UF8 base for z3950 BNF server
    
    For using z3950 BNF server with utf8 encoding, one must use "TOUT-UF8" base.
    See http://www.bnf.fr/fr/professionnels/recuperation_donnees_bnf_boite_outils/a.profil_z3950_bnf.html
    
    Test plan :
    - create a fresh koha install : UNIMARC and fr-FR with optional z3950 servers
    - go to cataloguing
    - click on "New from Z39.50/SRU"
    - Perform searches on BNF2
    => Check that encoding is correct
    - Choose a record and import
    => Check that encoding is correct
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Trivial database field change, that reflects BnF recommended settings.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All instances have been changed. No problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 catalogue/showmarc.pl                                 |   17 ++++++++---------
 installer/data/mysql/fr-FR/2-Optionel/z3950_BNF.sql   |    4 +++-
 .../mysql/ru-RU/optional/z39-50servers_collection.sql |    2 +-
 installer/data/mysql/sysprefs.sql                     |    1 +
 .../mysql/uk-UA/optional/z39-50servers_collection.sql |    2 +-
 installer/data/mysql/updatedatabase.pl                |    9 ++++++++-
 .../prog/en/modules/admin/preferences/opac.pref       |    7 +++++++
 .../intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl    |    3 ---
 kohaversion.pl                                        |    2 +-
 t/db_dependent/Items.t                                |    4 ++--
 10 files changed, 32 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list