[koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1363-gbd1f7f0

Git repo owner gitmaster at git.koha-community.org
Thu Nov 29 08:27:43 CET 2012


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.10.x has been updated
       via  bd1f7f03c33139725236263fd93b394e665d532d (commit)
       via  12d0c7ee713b27d2a9a89e036913c5191a9610b7 (commit)
       via  3515eaeda130c4d2cf13fccf1844e5933529375b (commit)
       via  c8b09977857a659c0d0f36b614172d7d868de8d7 (commit)
      from  22cdc96891106319b64bd744982c7d2a1d47f634 (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 bd1f7f03c33139725236263fd93b394e665d532d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Nov 26 10:49:22 2012 -0500

    Bug 9137 - Focus when editing/adding new itemtypes/authorised values
    
    This patch adds the "focus" class to the relevant inputs so
    that the global staff client JS will move the focus to those fields.
    Logic in the authorised_values template puts the focus on the
    correct field whether you're adding a new category, a new value,
    or performing an edit.
    
    To test, try the following operations:
     - add an itemtype
     - edit an itemtype
     - add an authorised value category
     - add an authorised value value
     - edit an authorised value value
    
    In all cases the focus should automatically be in the first
    form field.
    
    Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests pass and works nicely.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 12d0c7ee713b27d2a9a89e036913c5191a9610b7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Nov 19 11:00:15 2012 -0500

    Bug 9106 - Filtering list of uncertain price list by owner empties order information
    
    The form which filters the list of orders with uncertain prices
    includes a parameter which tells the script to modify the orders,
    resulting in order information being lost. This patch removes
    the unnecessary form field.
    
    To test you must have orders with uncertain prices, preferably from
    more than one user. Go to the uncertain prices page. Before applying
    this patch, submitting the "orders from" form would cause the page
    to refresh with no results. This is because the script cleared the
    orders of price, quantity, etc. information.
    
    After applying this patch the uncertain prices list should refresh
    and show the correct results, either your orders ("me") or all
    ("Everyone").
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 3515eaeda130c4d2cf13fccf1844e5933529375b
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Wed Sep 7 11:48:01 2011 -0400

    Follow up to Bug 6680: tiny up download lists formats
    
    Explains what uses RIS, and replaces iso2709 with 'MARC'.
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Simply change, all tests pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit c8b09977857a659c0d0f36b614172d7d868de8d7
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Sep 7 18:54:42 2011 +1200

    Bug 6680 - simple tidy-up of cart download format descriptions
    
    Explains what uses RIS, and replaces iso2709 with 'MARC'.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Simple change, all tests pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../prog/en/modules/acqui/uncertainprice.tt        |    1 -
 .../prog/en/modules/admin/authorised_values.tt     |    6 +++++-
 .../prog/en/modules/admin/itemtypes.tt             |    8 ++++++--
 .../opac-tmpl/prog/en/modules/opac-downloadcart.tt |    6 +++---
 .../prog/en/modules/opac-downloadshelf.tt          |    6 +++---
 5 files changed, 17 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list