[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.05-26-g1448ee6

Git repo owner gitmaster at git.koha-community.org
Wed Apr 23 19:08:20 CEST 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, 3.14.x has been updated
       via  1448ee66b6dff5d9fd4caa0789fe49d83906f0c8 (commit)
       via  66f7fb49b3eec1129a11d21cd626ce0ca5c0ccf1 (commit)
      from  2e38e73eaca1d36d2e0eea5fce4a93dc37edd39f (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 1448ee66b6dff5d9fd4caa0789fe49d83906f0c8
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>
    (cherry picked from commit 6b6377316eb49d94476e9442728389cc4c9297ff)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 66f7fb49b3eec1129a11d21cd626ce0ca5c0ccf1
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>
    (cherry picked from commit 2870c6bd851e967d08d9e4613095ebdfdb8a4c01)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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