[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.06-23-g32bc47f

Git repo owner gitmaster at git.koha-community.org
Fri Dec 11 18:09:13 CET 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  32bc47f6d488f3f2d81a234c029219d5861cf338 (commit)
       via  53eef72a2024173f76f007b840d090d5b42e8565 (commit)
       via  800c2df2e34bd3392d8302803e248fdf3e4f7491 (commit)
       via  0b7e0b8ab02063c92d9629a460aa1e09a9c0d1bd (commit)
       via  ef7346872b323f06d57e16e6d9e1d98ac1e7c793 (commit)
       via  8f847dadc86595d259e760f18cbdb0225b5ccfc0 (commit)
      from  217c50382a436cecd159a63eb1f93f4802214a46 (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 32bc47f6d488f3f2d81a234c029219d5861cf338
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Nov 28 11:33:37 2015 -0300

    Bug 11038: Enable use of IntranetUserCSS on staff client login page
    
    This patch enable use of IntranetUserCss on staff client
    login page.
    
    To test:
    1) Add something to IntranetUserCSS to modify login page,
    for example
    
     #login h1 a {
       height:30px;
     }
    
    2) Logout from staff client, no changes on login page.
    3) Apply the patch
    4) Reload, now logo is cut in half :)
    Bonus) Login again an try changing image, add
    
     #login h1 {
      background: url(http://example.com/img/other-logo.png) no-repeat top center;
     }
    
    and fix height. Logout and check
    
    This also affects 3.20 and perhaps earlier versions.
    Re-upload to fix examples
    
    Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 11e4c42e05090a25bf9fa03275f708d1f1c4fde7)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 14dc51472a88796f7bf5579e50174d691e74a28a)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Merging issue due to intranetusejs syspref renaming. Fixed.

commit 53eef72a2024173f76f007b840d090d5b42e8565
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 22 01:18:04 2015 +0100

    Bug 9184: Acq - Don't show authority batches when ordering from staged file
    
    When ordering from a staged file, the list of files
    should only include imports of bilbiographic and
    no authority data.
    
    To test - start without the patch:
    1) Stage an authority file
    2) Stage a bilbiographic file
    3) Create a new basked in acquisitions
    4) Create a new order line selecting "From a staged file"
    5) Verify that both files are shown
    6) Apply patch
    7) Verify that only the bibliographc file shows
       in the list now
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 169015af947e52895e784375c4c654c110c7f1a9)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 0fba468262928dddb08d8e49e3e1cff8cb1ff557)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 800c2df2e34bd3392d8302803e248fdf3e4f7491
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Nov 23 09:19:06 2015 +0100

    Bug 14599 - Saved auth login and password are used in patron creation from
    
    If one save the login and password used to authenticate in staff interface,
    when creating a new patron, those login and password are filled in the
    corresponding inputs in the form.  This behaviour is awkward from web browser.
    
    A trick is provided by
    http://stackoverflow.com/questions/10738090/why-firefox-autocomplete-even-with-different-input-name
    
    I found that the best way is to use an hidden disabled input between userid and
    password.
    
    Test plan :
    
    - Log into Koha
    - Allow the browser to save the userid/password
    - Be sure that you have only one userid/password for this Koha
    - Loggout
    - Re log to check the browser autocomplets the authentication form
    - Create a new patron
    => Without patch your saved userid/password have been added to the form
    => With patch your saved userid/password have not been added to the form
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    This is not elegant but it works.
    Note that the problem does not exist with Chromium
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit f4870f6666127f0f0b2c49cc4f89cadd0241a8b9)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 3f9d68e599f7e5915f8982fd199030c32c3d8cf3)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 0b7e0b8ab02063c92d9629a460aa1e09a9c0d1bd
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 22 03:25:58 2015 +0100

    Bug 14349: Checkouts and Fines tab missing category description on the left
    
    When navigating the tabs in the patron account, for 2 tabs the
    patron category description is missing above the tabs.
    
    To test:
    - Go to a patron account in staff
    - Click through the tabs
    - Verify that for Checkouts and Fines the category description
      is missing above the tabs
    - Apply patch
    - Verify the description is now shown
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 9e518de90f3baafc5d44eefd423e3ee2a491c60d)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit df1a9a98fd6f3186a05f9eeead63de1e2b3c39ff)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit ef7346872b323f06d57e16e6d9e1d98ac1e7c793
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Thu Dec 3 13:20:40 2015 -0600

    Bug 15290: (follow-up)SQL reports headers encoding problem
    
    Fix SQL row data and headers enconding problem
    
    To test:
    -Apply patches
    -Follow previous test plan
    -Notice the headers and row data is displayed in UTF-8
     without double encoding
    -Save in Comma separated text, Tab seprated text, and Open Document.
    -Verify in the three options the file exported is Ok
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 4f6bcc5cc9c3fff9e009277f20790b6005be005c)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 8cc6e1170a167ac11530f0376d616969f412de57)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 8f847dadc86595d259e760f18cbdb0225b5ccfc0
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Dec 3 11:23:54 2015 -0300

    Bug 15290: SQL reports headers encoding problem
    
    To test:
    
    - Create an SQL report with column names containing UTF characters
    - Run the report
    => FAIL: The column names are double encoded
    - Export the report
    => FAIL: The column names are double encoded in the exported file
    - Apply the patch
    - Re-run the report (reload works)
    => SUCCESS: Encoding correct
    - Export the report
    => SUCCESS: Encoding correct
    - Sign off :-D
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 879b1386ff3a274d0884dc0b48afa6064c35eed7)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 333593c011cfe83501516ecf719808b8408b846e)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 C4/Auth.pm                                                    |    1 +
 acqui/addorderiso2709.pl                                      |    2 +-
 circ/circulation.pl                                           |    1 +
 koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc   |    1 +
 .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt   |    3 +++
 members/pay.pl                                                |    1 +
 reports/guided_reports.pl                                     |    9 +++++----
 7 files changed, 13 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list