[koha-commits] main Koha release repository branch master updated. v3.14.00-385-g6b63773

Git repo owner gitmaster at git.koha-community.org
Fri Jan 31 17:03:11 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  6b6377316eb49d94476e9442728389cc4c9297ff (commit)
       via  2870c6bd851e967d08d9e4613095ebdfdb8a4c01 (commit)
      from  2304c7a10cfb3a9d226045550404200e786ea8a7 (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 6b6377316eb49d94476e9442728389cc4c9297ff
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jan 31 16:21:05 2014 +0000

    Bug 11513: (follow-up) format enrollment end date consistently
    
    The previous patch added use of the KohaDates TT plugin, so this
    patch makes sure that it gets used to format the display of all
    occurrences of the enrollment end date.
    
    To test:
    
    [1] Create a patron category with a fixed end date.
    [2] Bring up the list of all categories and verify that the date
        is displayed based on the dateformat value.
    [3] Delete the category, and verify that the confirmation dialog
        formats the date correctly.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 2870c6bd851e967d08d9e4613095ebdfdb8a4c01
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jan 10 00:06:21 2014 -0500

    Bug 11513: fix log warning noise in patron category editor
    
    Just going to the patron categories page triggered errors.
    Running through all the plain options also triggered other
    warnings. This fix silences them.
    
    Discovered tabs I had not corrected by running qa test tool.
    
    Some errors which I could not trigger were also fixed, such
    as line 248 shown by Merllissia Manueli.
    
    TEST PLAN
    ---------
     1) Log in to staff client
     2) Click 'Administration'
     3) Click 'Patron categories'
     4) Click '+ New category'
     5) Enter a dummy category and click 'Save'
     6) Click 'Edit' for the dummy category.
     7) Change a value and click 'Save'
     8) Click 'Delete' for the dummy category.
     9) Confirm to delete.
    10) Review error log, several new warnings
    11) Apply patch
    12) Run the koha qa test tool.
    13) Click 'Home'
    14) Click 'Administration'
    15) Click 'Patron categories'
    16) Click '+ New category'
    17) Enter a dummy category and click 'Save'
    18) Click 'Edit' for the dummy category.
    19) Change a value and click 'Save'
    20) Click 'Delete' for the dummy category.
    21) Confirm to delete.
    22) Review error log, no new warnings
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Followed test plan, saw no errors in the log after applying the patch.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested various dates and enrollment periods with different settings of
    dateformat pref. Works as advertised. No warnings.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 admin/categorie.pl                                 |   35 ++++++++++++++------
 .../prog/en/modules/admin/categorie.tt             |    7 ++--
 2 files changed, 28 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list