[koha-commits] main Koha release repository branch master updated. v3.18.00-857-g7c5c6b3

Git repo owner gitmaster at git.koha-community.org
Thu Apr 30 20:33:25 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  7c5c6b3ca9b6b74512505ad5a603447856af31f9 (commit)
       via  89bfc422e6b229aeadae4efc3c9a9182e64e19ea (commit)
       via  4598479fd58b1145eb31a76201428ceea78d84fd (commit)
       via  31922af4717e5f1de20b7c22a76f4003d99a9819 (commit)
       via  7bf698732727dd4f9c45630366df01d4345542a0 (commit)
      from  84dd0f5c6ebf920d41af9b21e4b14a47c09de5b6 (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 7c5c6b3ca9b6b74512505ad5a603447856af31f9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 19 15:48:49 2014 +0100

    Bug 11814: Fix existing tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 89bfc422e6b229aeadae4efc3c9a9182e64e19ea
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Nov 25 10:01:05 2014 +0100

    Bug 11814: Fix sql parameters order
    
    Oops, bad paramaters passed on executing the sql query produced
    unexpected behaviors.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4598479fd58b1145eb31a76201428ceea78d84fd
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Nov 13 10:07:15 2014 +0100

    Bug 11814: (follow-up) Use constants to describe statuses
    
    This patch deals with all hard-coded status codes in the C4::Serials
    module.
    
    Test plan:
    Test a complete workflow in the serial module (create, order, receive,
    generate next) trying to use all statuses.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 31922af4717e5f1de20b7c22a76f4003d99a9819
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 21 09:19:09 2014 -0500

    Bug 11814: Use constants to describe statuses
    
    Make the code a bit more understandable by using constants to define
    the status values and reference those. Adds self-documentation.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7bf698732727dd4f9c45630366df01d4345542a0
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 8 11:15:02 2015 +0200

    Bug 1487: Store the "display only used tags/subf" value in a cookie
    
    On the marc framework page, the checkbox to display only used
    tags/subfields is always unchecked.
    It should be stored into a cookie to always display the same view.
    
    Test plan:
    1/ Go on the marc framework page
    2/ Check the checkbox
    3/ Go somewhere else on the staff interface
    4/ Back to the marc framework page, the checkbox should be checked
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Works as advertised, getting datatables error when using feature
    but the error exists pre-patch
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Serials.pm                                      |  110 ++++++++++++--------
 admin/marctagstructure.pl                          |    2 +-
 .../prog/en/modules/admin/marctagstructure.tt      |    5 +-
 serials/serials-edit.pl                            |    3 +-
 t/db_dependent/Serials.t                           |    2 +-
 5 files changed, 76 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list