[koha-commits] main Koha release repository branch master updated. v3.16.00-beta-18-g6f0215d

Git repo owner gitmaster at git.koha-community.org
Thu May 8 18:16:27 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, master has been updated
       via  6f0215da9efcd1d7dba02aba5dde327f8d17b13f (commit)
       via  fb8d47bedac13944d8efd6eec8286c3eff574782 (commit)
       via  769f18a6a95b3757cb830b0765d93149d03a6495 (commit)
       via  0b06e4ee189c13964a461800e512757871ad22fa (commit)
       via  c2dae3288b5fb4e99b7e7f616e4e2d4ea391b1f9 (commit)
       via  6f4a45c47d68951a9dcebfbd212373ac3c685d62 (commit)
       via  e26d4f23e5689587aaa17d8dcaf9ef2c0ea9a79c (commit)
       via  36284b7f5fd6e62f335f159e7776e866957a17bc (commit)
       via  88f0735be3fffc86be7875ea908b66d882118f99 (commit)
      from  76cfc45682c1c08a4db777428e8ed163bc578a50 (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 6f0215da9efcd1d7dba02aba5dde327f8d17b13f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 24 12:41:29 2014 -0400

    Bug 9723: display time due for hourly loans in the public catalog
    
    Due dates in the OPAC don't display the time items are due, and thus
    items which are on hourly loans don't display an accurate due date and
    time. This patch corrects this by adding (and using) a new "as_due_date"
    option to the KohaDates plugin made possible by Bug 11148.
    
    Thanks to Galen for providing the changes to KohaDates.pm.
    
    To test, enable an hourly loan period for an itemtype in your
    collection. View the display of date due on the following pages:
    
    - Patron details (opac-user.pl) - Log into the OPAC as a user who has
      something checked out which circulates by the hour.
    
    - Bibliographic details (opac-detail.pl) - View the details for an item
      which is circulates by the hour and is checked out.
    
    - Course reserves details (opac-course-details.pl) - View the contents
      of a course reserve, one of which should be an item which circulates
      by the hour and is checked out.
    
    Due dates for hourly items should show both date and time and be
    formatted correctly. Due dates for non-hourly loans should show only the
    date. Test in both prog and Bootstrap themes.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit fb8d47bedac13944d8efd6eec8286c3eff574782
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu May 8 16:36:10 2014 +0000

    Bug 4068: (follow-up) use URI::Escape
    
    This allows for suggestions that contain characters such
    as the ampersand to have their status changed.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 769f18a6a95b3757cb830b0765d93149d03a6495
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 6 08:49:15 2014 -0400

    Bug 4068: ensure accepting a suggestion does not hide the 'pending' tab
    
    Prior to this patch:
    
    1) Moving a suggestion from status 'pending' to 'accepted
       - After saving only tab 'accepted' is shown.
    2) Moving a suggestion back from 'accepted' to 'pending'
       - After saving only tab 'pending' is shown.
    
    Test Plan:
    1) Verify the bug by taking the actions listed above
    2) Apply this patch
    3) Verify the bug no longer exists
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    It is not very elegant but I have nothing else to suggest.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0b06e4ee189c13964a461800e512757871ad22fa
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 6 11:02:48 2014 -0400

    Bug 12195 - Remove duplicated plugin jquery.dataTables.min.js
    
    All templates in the staff client now load the DataTables jquery plugin
    through a single include file, datatables.inc, which points to a copy of
    the plugin in intranet-tmpl/lib/jquery/plugins. This patch removes the
    unused copy of the plugin found in intranet-tmpl/prog/en/lib/jquery/plugins.
    
    To test, search the Koha source for references to
    jquery.dataTables.min.js. There should be no files which point to the
    redundant file.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c2dae3288b5fb4e99b7e7f616e4e2d4ea391b1f9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 6 11:20:58 2014 -0400

    Bug 12196 - Remove unused jquery.qtip.js plugin
    
    The qTip jQuery plugin is not longer used anywhere in Koha. This patch
    removes it.
    
    To test, apply the patch and search the Koha source for references to
    the plugin. There should be none.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 6f4a45c47d68951a9dcebfbd212373ac3c685d62
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue May 6 20:08:17 2014 +0000

    Bug 12198: (follow-up) fix warning when opening guarantor search form
    
    To test:
    
    [1] Verify that act of running a guarantor search does not result in
        the following warning message in the Apache log:
    
    "guarantor_search.pl: Use of uninitialized value $member in string ne
     at guarantor_search.pl line 63"
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e26d4f23e5689587aaa17d8dcaf9ef2c0ea9a79c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 6 12:36:30 2014 -0400

    Bug 12198: (code cleanup) remove unused variables, tidy code
    
    To test:
    
    [1] Perform searches for guarantors and verify that there
        are no regressions.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 36284b7f5fd6e62f335f159e7776e866957a17bc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 6 12:26:49 2014 -0400

    Bug 12198: remove unnecessary call to GetMemberIssuesAndFines from guarantor search
    
    The script members/guarantor_search.pl made the following call:
    my ($od,$issue,$fines)=GetMemberIssuesAndFines($results->[$i]{'borrowerid'});
    
    Not only does this call always fail because borrowerid is not a valid
    key, but the results are never even used in the template!
    
    Test Plan:
    1) Apply this patch
    2) Verify the gurantor search works as before,
       No changes in behavior should be noted
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 88f0735be3fffc86be7875ea908b66d882118f99
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Apr 30 15:33:44 2014 +1200

    Bug 9048 - fix quote editor under Plack
    
    The ajax responder for the quote editor was using the wrong error codes.
    These have been fixed. Also, a small fixup to get rid of some annoying
    warnings.
    
    To test:
    * Under plack,
    * Add/edit/delete a quote.
    * Make sure that things don't crash.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 Koha/Template/Plugin/KohaDates.pm                  |    4 +-
 .../en/lib/jquery/plugins/jquery.dataTables.min.js |  156 --------------------
 .../prog/en/lib/jquery/plugins/jquery.qtip.js      |   15 --
 .../bootstrap/en/modules/opac-course-details.tt    |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |    6 +-
 .../prog/en/modules/opac-course-details.tt         |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt   |    6 +-
 members/guarantor_search.pl                        |  130 ++++++++--------
 suggestion/suggestion.pl                           |   16 +-
 tools/quotes/quotes_ajax.pl                        |   21 +--
 12 files changed, 99 insertions(+), 263 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.qtip.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list