[koha-commits] main Koha release repository branch master updated. v3.16.00-249-gabd6de7

Git repo owner gitmaster at git.koha-community.org
Mon Jul 14 21:06:39 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  abd6de7da1f5c33694fc4a29a4e7f7f6aa2c222e (commit)
       via  4c6fde24e85c605294d2aa327dcd46b0139b1055 (commit)
       via  e19736fa83d1114ccf8f54e886fe18ac13c6eb78 (commit)
      from  3dcb153a28fcdc268d1b8fc2efae5c2bd91c1fb1 (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 abd6de7da1f5c33694fc4a29a4e7f7f6aa2c222e
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>

commit 4c6fde24e85c605294d2aa327dcd46b0139b1055
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>

commit e19736fa83d1114ccf8f54e886fe18ac13c6eb78
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>

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

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