[koha-commits] main Koha release repository branch master updated. v3.14.00-931-gf962839

Git repo owner gitmaster at git.koha-community.org
Mon Apr 28 19:01:18 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  f9628392f602f98e860599c814d7a8811f9cb6eb (commit)
       via  234823c6afd7d667c33f1424627a3e396235aae4 (commit)
       via  ce38ae1d21ba1e091f6b7335aff81ce476fba516 (commit)
       via  43e416126003dbac6b62a99cbf24f020c1f219ff (commit)
      from  35a94f6423ee851668047075dbc153dc3aa13606 (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 f9628392f602f98e860599c814d7a8811f9cb6eb
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Mar 14 14:33:51 2014 -0400

    Bug 11724: Make Funds/Status on suggestions page sortable/searchable
    
    The fund and status columns on the suggestions page are not sortable or
    searchable. This patch makes them so.
    
    This patch also amends the DataTables configuration to use class-based
    targeting for sorting types as was decided on the koha-devel list. The
    table markup has been modified accordingly.
    
    To test you must have existing suggestions. Apply the patch and go to
    Acquisitions -> Suggestions. View the table of existing suggestions and
    confirm that the funds and status columns are sortable and searchable.
    
    Confirm that the title column correctly ignores articles when sorting.
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Works as described.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, template change only.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 234823c6afd7d667c33f1424627a3e396235aae4
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Thu Feb 27 16:30:29 2014 +0100

    Bug 11856: Add publication year and edition to French acq PDF template
    
    Follow up to the patch for the English templates - repeat tests
    with OrderPDFFormat set to pdfformat::layout3pagesfr.
    
    Additional change:
    Translates 'published by' to 'publie par'
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ce38ae1d21ba1e091f6b7335aff81ce476fba516
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Thu Feb 27 16:29:08 2014 +0100

    Bug 11856: Add publication year and edition to German acq PDF template
    
    Follow up to the patch for the English templates - repeat tests
    with OrderPDFFormat set to pdfformat::layout2pagesde.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 43e416126003dbac6b62a99cbf24f020c1f219ff
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Thu Feb 27 11:12:11 2014 +0100

    Bug 11856: Add publication year and edition to English acq PDF templates
    
    To test:
    - Switch OrderPdfFormat to pdfformat::layout3pages
    - Create one or more  baskets with a few orders, make sure you
      are adding some records that contain a publication year and/or
      edition statement
    - Close the basket
    - Create a basket group
    - Print the PDF and check that edition and publication year
      show up and bibliographic information is printed correctly
    - Switch OrderPdfFormat to pdfformat::layout2pages
    - Repeat PDF print
    
    This patch also changes the formatting a bit and differentiates between
    UNIMARC and MARC21. For MARC21 no additional punctuation is needed as
    those are cataloged with the information. Only spaces are added for MARC21,
    while UNIMARC is kept they way it was before.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/basketgroup.pl                               |    6 ++++-
 acqui/pdfformat/layout2pages.pm                    |   22 +++++++++++++++++-
 acqui/pdfformat/layout2pagesde.pm                  |   22 +++++++++++++++++-
 acqui/pdfformat/layout3pages.pm                    |   23 ++++++++++++++++++-
 acqui/pdfformat/layout3pagesfr.pm                  |   24 +++++++++++++++++++-
 .../prog/en/modules/suggestion/suggestion.tt       |    8 +++----
 6 files changed, 95 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list