[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.03-35-gfaab5c4

Git repo owner gitmaster at git.koha-community.org
Tue Sep 22 18:42:12 CEST 2015


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.20.x has been updated
       via  faab5c4c2445b8a3454c17d2ab29fb65b601c0c9 (commit)
       via  fba717dca1bf11fb25aa3ce92131c62840b54fe3 (commit)
       via  b3de8b67b54dd407332b6f3d1b326ef436604db4 (commit)
       via  388b0e43639283cf02fe11f7f24b6c2e832ce10e (commit)
      from  87ed1269fb1f6dd2624aeace532e25e663e4c509 (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 faab5c4c2445b8a3454c17d2ab29fb65b601c0c9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 15 11:50:18 2015 +0100

    Bug 12525: Prevent adding several patron lists with the same name
    
    If you add patron to a patron list, from the patron search result, a
    list is created when you click on "Save".
    The list is considered as new each time.
    
    To reproduce:
    1/ Launch a patron search
    2/ Select 1 patron, and create a new list 'aaa'
    3/ Select another patron and click Save again
    2 lists are created
    
    Test plan:
    1/ Launch a patron search
    2/ Select 1 patron, and create a new list 'aaa'
    The dropdown list should be populated with this new list, and should be
    selected
    3/ Select another patron and click Save again
    Only 1 list should be created
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 7f65aaac748833b57f9f1c8ae754d66c7e144d81)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit fba717dca1bf11fb25aa3ce92131c62840b54fe3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 15 11:36:26 2015 +0100

    Bug 12525: FIX patron lists dropdown is empty
    
    On the patrons home page, the dropdown list is not populated.
    
    Test plan:
    1/ Go on the patrons home page (members/members-home.pl)
    2/ Launch a search
    3/ The dropdown list close to "Add selected patrons to" should contain
    all your patron lists
    
    NOTE: Initially tested with both which created lists.
          git reset --hard origin/master
          And then dropdown list was missing them.
          Applied just this one, and they were listed.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit e2e50e0b06587f45c5370b313ff7a7d7a432bcd5)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit b3de8b67b54dd407332b6f3d1b326ef436604db4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Sep 4 14:53:37 2015 +0100

    Bug 14343: Remove the DT pagination
    
    It does not make sense to have 2 paginations here.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 65ae7af277d6f64ef42f961c290ab92768a90df3)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 388b0e43639283cf02fe11f7f24b6c2e832ce10e
Author: Lyon3 Team <koha at univ-lyon3.fr>
Date:   Fri Jun 5 15:37:57 2015 +0200

    Bug 14343: Incorrect links to results pages in Receive Shipment List
    
    Numbered links have incorrect url. Links to result pages
    don't work in Receive Shipment List (but fortunately, Next
    and Previous buttons work) It's because the booksellerid is
    not furnished in the url.
    
    Test Plan :
    1) Go to Acquisitions module, enter a bookseller name that you
       know you can get many page of invoices for and search for it.
    
    2) click on Receive shipment button.
    
    3) On bottom of the first results page, click on page number 2
       link. (cf joined screencast)
    
    You'll see that the results include invoices from other
    booksellerid. Indeed, I suppose that you get results from all booksellerid.
    
    Intall patch and redo 3 steps.
    
    NOTE: I did not follow this test plan.
          I read the acqui/parcels.pl code.
          The template parameter numbers is assigned in a function which has
          no reference to booksellerid at all!
          Additionally, the booksellerid is set directly elsewhere.
          It is also strange that the booksellerid references before and after
          this loop do not use the numbers.booksellerid, but just booksellerid.
          The change from numbers.booksellerid to booksellerid is correct!
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 2dc5ae238ae0eb58040be4612cae641330b868ba)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt  |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt |   10 ++++++++++
 members/members-home.pl                                   |    2 ++
 3 files changed, 14 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list