[koha-commits] main Koha release repository branch master updated. v3.20.00-103-g5a02cf9

Git repo owner gitmaster at git.koha-community.org
Fri Jun 5 21:10:48 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, master has been updated
       via  5a02cf9b48685d3b71397f86a862b2d7535a68b6 (commit)
       via  5b554d1a86291b77f8ab161b8ae01fe1e806aff1 (commit)
       via  25caeacaed3aff67dad4df694b92dfe2b0546034 (commit)
       via  5cb9913ee32de831951accf27840d8126c79b1d9 (commit)
       via  baea0a79d5d4dbe46eb052d7e52f5dcf7b5242bc (commit)
      from  83c6817a86de68fb08cb73aef3b8b46d12587116 (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 5a02cf9b48685d3b71397f86a862b2d7535a68b6
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 21 16:24:15 2015 +0200

    Bug 10938: Item columns displayed in random order - OPAC
    
    Same as before for the OPAC.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Good result, no errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5b554d1a86291b77f8ab161b8ae01fe1e806aff1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 21 16:02:01 2015 +0200

    Bug 10938: Item columns displayed in random order
    
    On the MARC detail page, the columns are displayed in a random order.
    This means that you can open 2 different records and see the columns
    displayed in a different order.
    
    Test plan:
    Go on different MARC detail view and confirm that 1/ all fields are
    present and 2/ they always are displayed in the same order
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    1/ & 2/ correct
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 25caeacaed3aff67dad4df694b92dfe2b0546034
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Jun 5 13:50:14 2015 -0300

    Bug 7976: DBRev 3.21.00.006
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5cb9913ee32de831951accf27840d8126c79b1d9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 16 09:46:26 2015 +0200

    Bug 7976: Update borrowers.flags
    
    The borrowers.flags values need to be updated to prevent side effects.
    
    Test plan:
    Set the borrow permission flags for some borrowers
    Execute the updatedb entry and verify the flags has been updated (-128)
    only for borrowers with this permission set.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Moved updatedatabase entry (was in wrong position) to atomicupdate
    with commented copy of orignal
    
    No koha-qa errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit baea0a79d5d4dbe46eb052d7e52f5dcf7b5242bc
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Mar 30 18:18:16 2015 +0200

    Bug 7976: Remove the borrow permission
    
    The borrow permission was used but uselessly.
    For instance, at the opac, the flagsrequired parameter was set to
    'borrow' but the 'authnotrequired' was set also (which means no auth
    required).
    At the end, this permission was used at only 1 place: for the basket,
    intranet side.
    This can be replaced with the catalogue permission (which is used to
    search).
    
    Test plan:
    1/ Confirm that you are able to show/download/sent the cart (intranet side)
    with the catalogue permission.
    2/ At the OPAC, you should be able to access the same pages as before
    with any other permissions.
    
    Concretely it is quite difficult to test this patch, you should have a
    look at the code.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Auth.pm                                         |    5 +-
 C4/InstallAuth.pm                                  |   31 +++++-----
 Koha.pm                                            |    2 +-
 basket/basket.pl                                   |    2 +-
 basket/downloadcart.pl                             |    2 +-
 basket/sendbasket.pl                               |    2 +-
 catalogue/MARCdetail.pl                            |   54 ++++++-----------
 installer/data/mysql/de-DE/mandatory/userflags.sql |    1 -
 installer/data/mysql/en/mandatory/userflags.sql    |    1 -
 installer/data/mysql/es-ES/mandatory/userflags.sql |    1 -
 .../data/mysql/fr-FR/1-Obligatoire/userflags.sql   |    1 -
 installer/data/mysql/it-IT/necessari/userflags.sql |    1 -
 .../data/mysql/nb-NO/1-Obligatorisk/userflags.sql  |    1 -
 installer/data/mysql/pl-PL/mandatory/userflags.sql |    1 -
 .../ru-RU/mandatory/permissions_and_user_flags.sql |    1 -
 .../uk-UA/mandatory/permissions_and_user_flags.sql |    1 -
 installer/data/mysql/updatedatabase.pl             |   17 ++++++
 .../prog/en/modules/catalogue/MARCdetail.tt        |   12 ++--
 .../bootstrap/en/modules/opac-MARCdetail.tt        |   12 ++--
 opac/opac-MARCdetail.pl                            |   64 ++++++++------------
 opac/opac-account.pl                               |    1 -
 opac/opac-basket.pl                                |    1 -
 opac/opac-detail.pl                                |    1 -
 opac/opac-downloadcart.pl                          |    3 +-
 opac/opac-downloadshelf.pl                         |    3 +-
 opac/opac-ics.pl                                   |    1 -
 opac/opac-imageviewer.pl                           |    1 -
 opac/opac-main.pl                                  |    1 -
 opac/opac-messaging.pl                             |    1 -
 opac/opac-modrequest-suspend.pl                    |    1 -
 opac/opac-modrequest.pl                            |    1 -
 opac/opac-mymessages.pl                            |    1 -
 opac/opac-passwd.pl                                |    1 -
 opac/opac-privacy.pl                               |    1 -
 opac/opac-readingrecord.pl                         |    1 -
 opac/opac-renew.pl                                 |    1 -
 opac/opac-reserve.pl                               |    1 -
 opac/opac-sendbasket.pl                            |    2 -
 opac/opac-sendshelf.pl                             |    2 -
 opac/opac-user.pl                                  |    1 -
 opac/svc/shelfbrowser.pl                           |    1 -
 41 files changed, 97 insertions(+), 142 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list