[koha-commits] main Koha release repository branch master updated. v3.16.00-beta-26-g31781ff

Git repo owner gitmaster at git.koha-community.org
Fri May 9 16:23:51 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  31781ffb02c3a806e0956ca07dfc24beab0b88dd (commit)
       via  d514c21aed640be48dfbc70d3976ec0f865bb370 (commit)
       via  0625685f7c3940b6c811547fa3ea4449821e8d87 (commit)
       via  795700d8f084b1512f2b972ebb76d0110c48e818 (commit)
       via  6973e3b7d50777a147a29f2f3d213a6175c9eb74 (commit)
       via  4e7e8a5544297aa6d02eb86b4a621e25a19e9e0b (commit)
       via  606e902838f866cdf92c2bb66a4666d8d66c0498 (commit)
       via  9b2431e83a8cb9120f9f536f72c0546021b0b054 (commit)
      from  6f0215da9efcd1d7dba02aba5dde327f8d17b13f (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 31781ffb02c3a806e0956ca07dfc24beab0b88dd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri May 9 09:35:03 2014 -0400

    Bug 12214: (follow-up) Clean up reports-toolbar.inc, show Edit link when SQL has errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit d514c21aed640be48dfbc70d3976ec0f865bb370
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu May 8 16:12:32 2014 +0000

    Bug 12214: (follow-up) correct POD of C4::Reports::Guided::execute_query()
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0625685f7c3940b6c811547fa3ea4449821e8d87
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Thu May 8 10:11:29 2014 +0300

    Bug 12214: display SQL errors in reports to users
    
    When a user runs a report containing an SQL error, no
    error is shown to the user.  This patch fixes this.
    
    To test:
    1) Run a report with known good SQL.
    2) No error is shown.
    3) Run a report with bad SQL (eg. a typo in field name)
    4) No error is shown.
    5) Apply patch
    6) Repeat 1-4. For the bad SQL report, the database error
       should be shown.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 795700d8f084b1512f2b972ebb76d0110c48e818
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu May 8 16:09:07 2014 +0000

    Bug 12214: add regression test for reporting error when running report with SQL error
    
    To test:
    
    [1] Run prove -v t/db_dependent/Reports_Guided.t. Last test should
        fail.
    [2] Apply the main patch.
    [3] Run step 1 again.  This time, all tests should pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 6973e3b7d50777a147a29f2f3d213a6175c9eb74
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu May 8 15:13:15 2014 +0000

    Bug 11975: (follow-up) simplify construction of params for GetBorrowersToExpunge()
    
    This patch consolidates the code for constructing the parameters for
    GetBorrowersToExpunge() into a subroutine.  As a side-effect, this
    fixes a regression introduced by the main patch where no patrons would
    be deleted when filtering by expiration date.
    
    To test:
    
    [1] Follow the test plan in the main patch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4e7e8a5544297aa6d02eb86b4a621e25a19e9e0b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Mar 20 16:41:29 2014 +0100

    Bug 11975: improve the batch patron deletion code
    
    This patch tries to improve the code for the cleanborrowers.pl tool.
    
    - use KohaDates plugin and Koha::DateUtils for date management,
      removing a dependency on C4::Dates
    - replace variables step1, step2 and step3 with step
    - add a JavaScript check if no action if checked
    
    Test plan:
    - Backup your DB
    - Play with the Patron deletion/anonymisation tool and try to find
      something inconsistent.
    If you don't find something different, it works!
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 606e902838f866cdf92c2bb66a4666d8d66c0498
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed May 7 10:40:58 2014 +0200

    Bug 11843: (follow-up) fix unit test in t/db_dependent/Serials.t
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 9b2431e83a8cb9120f9f536f72c0546021b0b054
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Apr 28 11:50:04 2014 +0200

    Bug 11843: prevent manual history from being overwritten if subscription switched to automatic history
    
    Test plan:
    1/ Create a new subscription, with manual history enabled
    2/ Edit history by clicking on "Edit history" under Planning tab (add
       some text)
    3/ Receive some serials, see that received and missing issues are not
       updated in Summary tab
    4/ Edit subscription and disable manual history
    5/ Receive some serials, see that received and missing issues are
       updated, but your notes have been kept.
    6/ Edit serials and change status from/to missing or not available.
       Check that missing issues are updated correctly.
    7/ Edit serials and change status from/to arrived. Check that received
       issues are updated correctly.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Reports/Guided.pm                               |    5 +-
 C4/Serials.pm                                      |   75 +++++-----------
 .../prog/en/includes/reports-toolbar.inc           |   32 +++++--
 .../prog/en/modules/tools/cleanborrowers.tt        |   33 ++++---
 reports/guided_reports.pl                          |    2 +-
 t/db_dependent/Reports_Guided.t                    |   15 +++-
 t/db_dependent/Serials.t                           |    8 +-
 tools/cleanborrowers.pl                            |   92 +++++++++++---------
 8 files changed, 139 insertions(+), 123 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list