[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-260-g11f8ba9

Git repo owner gitmaster at git.koha-community.org
Wed Apr 24 15:29:48 CEST 2013


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.12.x has been updated
       via  11f8ba92b2f87581a980e18033353ec98b45c0cf (commit)
       via  5a5200562a8a0b39b95f254d8a5467a9a5629cd8 (commit)
       via  005ff0e54353c28aba4ce60eeb5c43ba2a8edeab (commit)
       via  e03e3a15068243f8fb490f72b68841e068dd5a8d (commit)
       via  3726ce6c6208f89cd70e59e01e081fba59744605 (commit)
       via  66fcf69032e9a01aa18fbbc2f86bcc973d4afda3 (commit)
      from  1de8e7cb1e978e7c72bd6de81be996514755bd0d (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 11f8ba92b2f87581a980e18033353ec98b45c0cf
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Apr 15 20:24:08 2013 +0200

    Bug 9804 - Fix name for NORMARC biblio-koha-indexdefs.xml
    
    When i did bug 8805, I gave the biblio-koha-indexdefs.xml file the
    wrong name, and called it biblio-zebra-indexdefs.xml. This patch
    fixes that.
    
    To reproduce:
    - Check that etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-
      indexdefs.xml exists
    
    To test:
    - Apply the patch and check that etc/zebradb/marc_defs/normarc/
      biblios/biblio-zebra-indexdefs.xml no longer exists, but that
      etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml
      does exist.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 6e4851fa406eb7b5c831c158faa5f83caf723c2a)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 5a5200562a8a0b39b95f254d8a5467a9a5629cd8
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 24 10:31:19 2013 +0200

    Bug 9903: Followup: use the KohaDates T::T plugin to display dates.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit a8eb99b8ff9aa01479e26665ba8edd1f00c39a53)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 005ff0e54353c28aba4ce60eeb5c43ba2a8edeab
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 9 08:55:45 2013 -0400

    Bug 9903 - Sort by date broken on patron detail page
    
    When the patron detail page switched to DataTables no accommodation was
    made for metric date formats in sorting.
    
    This patch adds sorting based on data in a span's title attribute, and
    thus requires that the patch for Bug 9887 be applied.
    
    To test, view the detail page for a patron who has assorted checkouts,
    relatives' checkouts, and holds. Sorting of date columns should be
    correct with the dateformat preference set to any value.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    Nice improvement.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 0c76032738ffd4c18e5a90e68a27b46c9d82a37a)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit e03e3a15068243f8fb490f72b68841e068dd5a8d
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Apr 24 08:48:30 2013 -0400

    Bug 10023 follow-up: Remove the last occurrences of N[degree sign]
    (cherry picked from commit 2cc3334a5c2d09a5efd5480b0eb0577e6b7a88cd)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 3726ce6c6208f89cd70e59e01e081fba59744605
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Apr 14 16:29:40 2013 +0200

    Bug 10023: Change degree notation for number to No.
    
    This patch changes N<little circle> to No. in three templates.
    
    To test:
    1) Search for a vendor with visible baskets.
       Check that the first column of the basket table in the
       is now labelled No.
    
    2) Print a PDF order in acquisitons with layout2pages.
    
    3) Print a PDF oder in acquisitons with layout3pages.
    
    Check both generated PDFs for the correct syntax.
    
    Note: you need to switch the system preference
    OrderPdfFormat in order to test 2) and 3).
    The 2 possible settings are:
    pdfformat::layout3pages
    pdfformat::layout2pages
    
    It's not only Koha - git bz doesn't like the degree
    notation either.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    I prefer "No." over "#" and my survey of the templates shows that "No."
    appears more often. Looks like something to add to our style guide.
    Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 7d3d347774cf44c02ca133798ead8c99849699ed)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 66fcf69032e9a01aa18fbbc2f86bcc973d4afda3
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Apr 14 16:57:03 2013 +0200

    Bug 10023: Change degree notation for number to #
    
    This patch changes N<little circle> to # in three templates.
    
    To test:
    1) Search for a vendor with visible baskets.
       Check that the first column of the basket table in the
       is now labelled #
    
    2) Print a PDF order in acquisitons with layout2pages.
    
    3) Print a PDF oder in acquisitons with layout3pages.
    
    Check both generated PDFs for the correct syntax.
    
    Note: you need to switch the system preference
    OrderPdfFormat in order to test 2) and 3).
    The 2 possible settings are:
    pdfformat::layout3pages
    pdfformat::layout2pages
    
    It's not only Koha - git bz doesn't like the degree
    notation either.
    Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 3b45b745cf5a2a0392b9817e60de8461037feb6a)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 acqui/pdfformat/layout2pages.pm                    |    2 +-
 acqui/pdfformat/layout3pages.pm                    |    6 +++---
 ...bra-indexdefs.xml => biblio-koha-indexdefs.xml} |    0
 .../prog/en/modules/acqui/booksellers.tt           |    2 +-
 .../prog/en/modules/members/moremember.tt          |   20 +++++++++++++-------
 members/moremember.pl                              |    4 +---
 6 files changed, 19 insertions(+), 15 deletions(-)
 rename etc/zebradb/marc_defs/normarc/biblios/{biblio-zebra-indexdefs.xml => biblio-koha-indexdefs.xml} (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list