[koha-commits] main Koha release repository branch master updated. v19.05.00-1302-gc2c5004

Git repo owner gitmaster at git.koha-community.org
Wed Nov 13 14:40:31 CET 2019


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  c2c5004066b3fbff2e89df43eb18319162765c6f (commit)
       via  923aab2774a51741aab6c056255d84fd1f556f03 (commit)
      from  a02aeec94f1c5f4d661450cce195fc43005ae6e4 (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 c2c5004066b3fbff2e89df43eb18319162765c6f
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Nov 13 11:19:42 2019 +0000

    Bug 23983: Remove comment
    
    I think we can do without the comment - suggesting removal with
    this patch.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 923aab2774a51741aab6c056255d84fd1f556f03
Author: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
Date:   Wed Nov 6 18:24:13 2019 -0500

    Bug 23983: Contextualization of 'Order' (verb) vs 'Order' (noun)
    
    This patch adds context (word class, either verb or noun) to the word
    'Order' when it is displayed alone in the acquisitions module.
    
    The following files have been modified:
    basket.tt
    neworderbiblio.tt
    newordersubscription.tt
    newordersuggestion.tt
    ordered.tt
    parcel.tt
    spent.tt
    transferorder.tt
    uncertainprice.tt
    z3950_search.tt
    
    To test, check all those pages in English to make sure there is
    no change.
    1- Go to Acquisitions
    2- Create a basket
    3- Add to basket from an existing record (neworderbiblio)
    4- Add to basket from a subscription (newordersubscription)
    5- Add to basket from a suggestion (newordersuggestion)
    6- Add to basket from an external source (z3950_search)
    7- In one of the orders, check the uncertain price box
    8- Check the basket display table (basket)
    9- Click transfer on one of the orders (transferorder)
    10- Go to the vendor page and click on 'Uncertain prices' (uncertainprice)
    11- Click on 'Receive parcel' (parcel)
    12- Go to the Acquisitions home page and click on the
    amount for 'ordered' (ordered)
    13- Go to the Acquisitions home page and click on the
    amount for 'spent' (spent)
    
    Next, install a new language (fr-CA used as example)
    1- translate create fr-CA
    2- open fr-CA-messages.po and add a translation for Order
    (verb) and Order (noun) (it doesn't have to be real, just
    write something different for each)
    3- translate install fr-CA
    4- in the system preferences, enable the french language in
    'language'
    5- change interface language to french
    
    Redo the tests above to make sure the word you put in the translation
    for the verb is in the places where 'Order' should be a verb and that
    the translation you put in for the noun is in the places where 'Order'
    should be a noun
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt           |    5 +++--
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt   |    3 ++-
 .../intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt   |    3 ++-
 .../intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt     |    5 +++--
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt          |    3 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt           |    5 +++--
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt            |    3 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt    |    5 +++--
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt   |    3 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt     |    5 +++--
 10 files changed, 25 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list