[koha-commits] main Koha release repository branch master updated. v3.14.00-597-g4edcec3

Git repo owner gitmaster at git.koha-community.org
Wed Mar 12 18:40:18 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  4edcec3d5812b159b7012c43a04577bfd7e462bc (commit)
       via  65b62137fcd9101abadb79ca521281854b0ed055 (commit)
       via  d6c40ebe5a2ff7ce883c1d36a47720a37754c633 (commit)
       via  e55d89be20acb58deb45a30c113bf0f07170fd33 (commit)
       via  b5d85741a7d297c70783a649ac00f26c82351a6f (commit)
       via  3b7349e59005696094d5f7019583211140a355f0 (commit)
      from  0b5b8cef348b61761305dd0bbc574699404c7c69 (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 4edcec3d5812b159b7012c43a04577bfd7e462bc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jan 13 12:39:51 2014 -0500

    Bug 11531: make it possible to edit transport cost for a new libraries
    
    If you are using the transport cost matrix, and you create a new
    library, you cannot edit the fields for this library!
    
    Test Plan:
    1) Enable the transport cost matrix
    2) Set some transport cost values in the matrix
    3) Save the matrix
    4) Create a new library
    5) View the transport cost matrix again
    6) Note the uneditable fields for the new branch
    7) Apply this patch
    8) View the transport cost matrix again
    9) Note you can now edit the fields for the new branch
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 65b62137fcd9101abadb79ca521281854b0ed055
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Jan 7 15:24:58 2014 +0100

    Bug 11861: Add ISSN column in serials claims table
    
    Signed-off-by: Koha Team Lyon 3 <koha at univ-lyon3.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Added Sign off line.
    Passes all tests and QA script, including t/db_dependent/Serials.t
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit d6c40ebe5a2ff7ce883c1d36a47720a37754c633
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Feb 10 09:29:13 2014 -0500

    Bug 11718 - Use new DataTables include in reports templates
    
    Bug 10649 introduced a new include file for adding DataTables-related
    JavaScript assets. This patch adds use of this include file to all
    circ-related pages which use DataTables.
    
    Apply the patch and test the following pages to confirm that table
    sorting works correctly:
    
    - Reports -> Guided reports -> Use saved
      (reports/guided_reports.pl?phase=Use saved):
      "Creation date" sorting has been reconfigured to use the title-string
      method for sorting on an unformatted date. C4:Reports::Guided.pm has
      been modified to pass an unformatted date to the template. Sorting
      should work correctly for all settings of the dateformat system pref.
    
    - Reports -> Catalog by item type
      (reports/manager.pl?report_name=itemtypes)
    
    - Reports -> Serials statistics wizard (reports/serials_stats.pl):
      The subscription begin and subscription end columns have been modified
      to use the title-string filter for sorting. An unformatted date is now
      passed from reports/serials_stats.pl to the template, where the
      KohaDates filter is used for formatting. Sorting is based on the
      unformatted date. Sorting should work correctly for all settings of
      the dateformat system pref.
    
      - Sorting of titles should now exclude article from sorting.
      - Minor template improvements:
        - Vendor name now links to vendor details.
        - Subscription title now links to subscription details.
        - Library name is now shown instead of branchcode.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Checked all pages, no regressions or Javascript errors detected.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e55d89be20acb58deb45a30c113bf0f07170fd33
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 5 13:44:49 2014 +0100

    Bug 11493: Revert "Bug 6869 Batch item modification fails whit accented characters"
    
    This reverts commit c9905750e53e2e1615842ac696d5eeb0a8ac07fc.
    
    Test plan:
    1/ Open a bib record with more than 1 item ,
    2/ Select all items
    3/ Chose Modify selected items
    4/ put you "ق ك و" in notes
    5/ Verify the items have been updated correctly
    6/ put you "éàç" in notes
    7/ Verify the items have been updated correctly
    8/ put you "ق ك و éàç" in notes
    9/ Verify the items have been updated correctly
    
    Patch behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Confirmed bug on master and that the patch fixes it.
    Passes all tests and the QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b5d85741a7d297c70783a649ac00f26c82351a6f
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Fri Feb 14 12:10:32 2014 +0100

    Bug 11760: In notices, output road type description rather than code
    
    Test plan :
      - Define a notice containing <<borrowers.streettype>>
      - Trigger an event that generate this notice
    
    Without patch <<borrowers.streettype>> is replaced by ROADTYPE
    authorised value code. With the patch it is resplaced by its
    description
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    This works as described, passes tests and QA script.
    
    Note: it seems it's not possible currently to use B_streettype from
    the interface, but it might be worth adding it as a follow up for later
    use.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3b7349e59005696094d5f7019583211140a355f0
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Feb 26 16:45:09 2014 +0000

    Bug 11459: use drop-down to set OrderPdfFormat syspref
    
    This patch converts the OrderPdfFormat to a choice.
    
    To test:
    
    [1] Look at OrderPdfFormat in the system preferences editor. Verify
        that there is a drop-down giving a choice among the three PDF
        basketgroup printing formats.
    [2] Change the OrderPdfFormat setting and print a basketgroup.  Verify
        that the chosen template is used.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    I followed the test plan. Patch behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Improves usability of the OrderPdfFormat system preference.
    Works as described, only changes YAML file.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Letters.pm                                      |    2 ++
 C4/Reports/Guided.pm                               |    1 -
 C4/Serials.pm                                      |    3 ++-
 admin/transport-cost-matrix.pl                     |    4 +++
 .../en/modules/admin/preferences/acquisitions.pref |    8 ++++--
 .../en/modules/reports/guided_reports_start.tt     |   18 ++++++--------
 .../prog/en/modules/reports/itemtypes.tt           |    6 ++---
 .../prog/en/modules/reports/serials_stats.tt       |   26 +++++++++++---------
 .../prog/en/modules/serials/claims.tt              |    4 +++
 reports/serials_stats.pl                           |    3 +--
 tools/batchMod.pl                                  |    1 -
 11 files changed, 42 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list