[koha-commits] main Koha release repository branch master updated. v3.16.00-703-g1a50e39

Git repo owner gitmaster at git.koha-community.org
Sat Oct 18 15:55:02 CEST 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  1a50e39cff11836f53df71ec0278c4a1f23346eb (commit)
       via  e0c1476123603e9cfe9486ad67c507ff5b1574c3 (commit)
       via  93201a88939325296c9a04ff53b485ab32782b5b (commit)
       via  d71209461fc8ae5019eb32f0d2b17fce68556fb9 (commit)
       via  ecb1e046a62546939a29334b7e47a06285097914 (commit)
       via  daabe8eaa976bd60bbec5d4c3b757f50399dd246 (commit)
       via  c4e218fe2015a0ad9627fc43c9e5db522bdaeee5 (commit)
       via  3151fbe689a4f1c1a7cf6389518864af97d190f1 (commit)
       via  2f2dcada73de35cebb36e50b6145fdc1ea226098 (commit)
       via  f35cddf5f3950647938a9b39b11035ad4a4d60fd (commit)
      from  e3099d7c597c4b8d1dc7b61bd9d0d0484cbb77a1 (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 1a50e39cff11836f53df71ec0278c4a1f23346eb
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sat Oct 18 10:55:25 2014 -0300

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

commit e0c1476123603e9cfe9486ad67c507ff5b1574c3
Author: simith <simith at inlibro.com>
Date:   Thu Aug 21 14:42:04 2014 -0400

    Bug 12424 - ddc sorting of call numbers truncates long Cutter parts
    
    This patch increases the cn_sort field length to 255 chars.
    
    Modified:
    
    C4/ClassSortRoutine.pm                    - change the hardcoded cn_sort length to 255
    installer/data/mysql/kohastructure.sql    - alter tables items and deleteditems,
                                                biblioitems and deletedbiblioitems
    installer/data/mysql/updatedatabase.pl    - alter tables items and deleteditems,
                                                biblioitems and deletedbiblioitems
    
    Testing:
    
    Before applying the patch:
    0) Select an item
    1) Edit the item selected
    2) Change "Full call number" option to 530 F435_1996 v2p1
    3) Save changes
    4) Valide 530_000000000000000_F435_1996_ (table items - cn_sort column).
    
    After applying the patch:
    5) Edit again the item selected in 0
    3) Save changes
    4) Valide 530_000000000000000_F435_1996_V2P1 (table items - cn_sort column).
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script.
    Works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 93201a88939325296c9a04ff53b485ab32782b5b
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sat Oct 18 10:41:26 2014 -0300

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

commit d71209461fc8ae5019eb32f0d2b17fce68556fb9
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sat Oct 18 10:39:06 2014 -0300

    Bug 12296: (QA followup) remove rebasing leftover
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ecb1e046a62546939a29334b7e47a06285097914
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Jun 25 14:42:18 2014 +1200

    Bug 12296: make search box customisable with OpacCustomSearch
    
    This allows the search box to be replaced by some custom HTML, useful
    when you're needing to integrate with some other search system, and
    don't want to maintain a template change across upgrades.
    
    Test plan:
    * Install patch
    * Look at the OPAC, see that nothing has changed.
    * Change the OpacCustomSearch syspref to something like <h1>Zuul</h1>
    * Look at the OPAC again, you can no longer search, there is only Zuul.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Works as advertised. Seems like it would be really easy to screw up your
    OPAC with this feature, but since we already offer other easy ways to
    screw up your OPAC I guess this fits in.
    
    New patch changes: removed the bootstrap code, changed the entry in
    syspref.sql
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes QA script and tests.
    The feature has some limitations, described on the bug.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit daabe8eaa976bd60bbec5d4c3b757f50399dd246
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Aug 7 09:55:49 2014 +0200

    Bug 12725: Show RDA tag 264 on Intranet Results and Detail XSLT view (MARC21)
    
    As bugs 12724 and 12726 did on OPAC, this patch adds similar changes to
    Intranet Results and Details XSLT view. It shows information from tag 264 on
    the Publisher line of Intranet Results and Detail.
    
    Test plan (see also bug 12742 and the rules mentioned there):
    [1] Add tag 260 and some 264s to your MARC21 record.
    [2] Check the display of Intranet Results.
    [3] Check the display of Intranet Detail.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Results and detail show 264. I added 2 but only shows the second,
    is that right?
    
    [Reply from marcel:] Yes. Based on the rules described, it picks the most
    'appropriate' 264.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c4e218fe2015a0ad9627fc43c9e5db522bdaeee5
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Aug 7 09:25:41 2014 +0200

    Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21)
    
    This patch adds the same information to the Publisher line of OPAC Results
    as bug 12724 did on OPAC Detail.
    To accomplish this and reduce repeated code, two XSLT routines (named
    templates) are moved from OPACDetail to MARC21slimUtils.
    
    Test plan (see also bug 12742 and the rules mentioned there):
    [1] Add tag 260 and some 264s to your MARC21 record.
    [2] Check the display of OPAC Details. Should not have changed.
    [3] Now check also the display of this record in OPAC Results.
    [4] Change some indicators in the record. Check OPAC Results again.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    On top of 12724, no change on detail, more data on results.
    No koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Change moves display logic to Utils, 260 will display as
    before and 264 will only display if there is no 260.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3151fbe689a4f1c1a7cf6389518864af97d190f1
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Aug 4 15:36:41 2014 +0200

    Bug 12724: Show RDA tag 264 on OPAC Detail XSLT view
    
    This patch adds selected information from tag 264 to the Publisher line
    on the OPAC detail XSLT view (MARC21). This includes a label, and the
    subfields abc.
    
    If Publication tag 260 exists, it adds information. If tag 260 does not exist,
    it creates a 'publisher' line. (NOTE: Probably, both fields will not both be
    present, but this patch can deal with that..)
    
    Instead of showing all 264 tags, it picks the preferred one based on the
    following rules (using both indicators; see LOC description):
    [1] Try to select a Publisher -- Latest. Pick first one.
    [2] Else try to select a Publisher. Pick the last one.
    [3] Else try to select an other one (Producer, Manufacturer, ..) with Latest.
        Pick the first one of that.
    [4] Otherwise: Pick the last 264 tag.
    
    Test plan:
    [1] Add one 260 and multiple 264 tags to your record.
    [2] Check display in OPAC detail XSLT.
    [3] Change some indicators, subfields of the 264s.
    [4] Check display again, following the above rules.
        Go back to step 3 a couple of times.
    [5] Remove tag 260. Check display again.
    
    Followed test plan. Patch behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2f2dcada73de35cebb36e50b6145fdc1ea226098
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Aug 21 17:23:30 2014 +0200

    Bug 12801: Use the branchcode to cache holidays
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f35cddf5f3950647938a9b39b11035ad4a4d60fd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Aug 21 09:47:37 2014 -0400

    Bug 12801 - Unit Test
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/ClassSortRoutine.pm                             |    2 +-
 Koha/Calendar.pm                                   |   21 ++-
 installer/data/mysql/kohastructure.sql             |   31 ++-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   20 ++
 .../prog/en/modules/admin/preferences/opac.pref    |    5 +
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   16 +-
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |   16 +-
 .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl |   62 ++++++
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |  197 ++++++++++----------
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |   16 +-
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |   16 +-
 .../bootstrap/en/xslt/MARC21slimUtils.xsl          |   62 ++++++
 kohaversion.pl                                     |    2 +-
 t/db_dependent/Holidays.t                          |   13 +-
 15 files changed, 347 insertions(+), 133 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list