[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-169-g8ae61b6

Git repo owner gitmaster at git.koha-community.org
Fri Nov 1 00:53:04 CET 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, master has been updated
       via  8ae61b6a2a6b2c6e27f33d1d32e1849265782530 (commit)
       via  c523b56bcf0eccb2feb342fe962e590d74baa749 (commit)
       via  cbe0d7bebdd0de8e15d1f5fe3cb12da3160baa64 (commit)
      from  79bf1d4a20f6d7f8d6c245d45ef27af8e7431133 (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 8ae61b6a2a6b2c6e27f33d1d32e1849265782530
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Nov 1 00:08:04 2013 +0000

    Bug 9374: (follow-up) add FIXME suggesting that use of a regexp is not the long-term solution
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c523b56bcf0eccb2feb342fe962e590d74baa749
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Sep 19 17:03:00 2013 +0200

    Bug 9374: The color should manage all zero format.
    
    The format of prices in Koha is discuted in some bugs (e.g. 9410).
    The good way will be to introduce a syspref in order to deal with the
    number of decimal.
    The previous patch is too restrictive, we should deal with other zero
    format.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit cbe0d7bebdd0de8e15d1f5fe3cb12da3160baa64
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Sun Sep 15 13:09:20 2013 +0200

    Bug 9374: Only 0.00 prices must have class error in basket.tt
    
    A regexp '^0' in basket.tt is used to give the class "error" to null prices.
    It is wrong, because it matches prices like "0.15". It should only match "0.00".
    
    To test :
    - apply the patch
    - display a basket with an order with a price between 0 and 1 (like "0.50") and an order with a price stricty null ("0.00")
    - only the "0.00" price should be displayed in red
    
    Signed-off-by: Cedric Vita <cedric.vita at dracenie.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list