[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.03-13-g724a685

Git repo owner gitmaster at git.koha-community.org
Tue Sep 23 22:26:07 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.16.x has been updated
       via  724a68540c4fdf634becae7e26094d03dfcf963b (commit)
       via  c07a3d0d3bc7a581c88a40a8c2f3da67250b3261 (commit)
       via  17c0c5f9a507d0b34d98e66540f40ebc9de42845 (commit)
      from  d4c09d6db48a10f71324696b60c2bc56bb4227a9 (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 724a68540c4fdf634becae7e26094d03dfcf963b
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Jul 14 16:29:38 2014 -0300

    Bug 10519: (followup) unit tests leave problematic cruft
    
    On testing I've found that t/db_dependent/Suggestions.t leaves
    cruft on the DB. Small followup for that.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c07a3d0d3bc7a581c88a40a8c2f3da67250b3261
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Fri Jun 13 21:27:38 2014 +0200

    Bug 10519: (followup) Fix context for evalyating $borrowernumber
    
    Follow-up to fix additional suggestion statuses, which are not working
    properly due to
    
       416:  borrowernumber           => $input->param('borrowernumber'),
    
    being evaluated in list context inside $template->param() call arguments.
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 17c0c5f9a507d0b34d98e66540f40ebc9de42845
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Wed Jun 11 08:51:34 2014 +0200

    Bug 10519: Suggestions: 'Organize by' and correct display of tab descriptions broken
    
    The tabbed display in suggestions offers different options to organize
    the tabs. The descriptions on the tabs and some of the search options were
    not working correctly, displaying as "Unknown".
    
    To test:
    - Add several suggestions to your installation, make sure you have:
      - suggestions from different users
      - suggestions managed by different users
      - suggestions with different statuses
      - suggestions with different selected item types
    
    Test all the 'organize by' options (except "Organize by: Library"
    - see note below), make sure that the tabs and search options
    have correct descriptions and do no longer display as "Unknown".
    
    - Add 1 or 2 custom status to SUGGEST_STATUS authorized value.
      - Verify display is still correct and your new status are displayed.
    
    Note: "Organize by: Library" option is currently severely broken
    (and not easily fixable, especially for 'IndependentBranches'
    enabled). But this turns out to be a separate issue, with a different
    underlaying causes, and it's outside the scope of this patch.
    This should be dealt with later, in it's own bug report.
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 suggestion/suggestion.pl     |   11 +++++++----
 t/db_dependent/Suggestions.t |   38 ++++++++++++++++++++++++++++++--------
 2 files changed, 37 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list