[koha-commits] main Koha release repository branch master updated. v3.22.00-432-gc6bddb9

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 07:34:01 CET 2016


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  c6bddb9efd21ef9d36f769ae90e11585b4d9038f (commit)
       via  7d03001c35dc3f122c1db390d0c3e9dcbc0cf91f (commit)
       via  45e3b57fcd6ece7786b7383d8637c149ffd1e39b (commit)
       via  b8848f6aedfe54ab7d67d9867518cb98c4af16b8 (commit)
       via  84ea8402329ee0878a68559df49ca8d0f4588863 (commit)
      from  e5f4a0e3d58baa722336494e178595aabf183361 (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 c6bddb9efd21ef9d36f769ae90e11585b4d9038f
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Nov 9 15:45:31 2015 +0100

     Bug 7683: Relabel "acquired date" and "removed date"
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 7d03001c35dc3f122c1db390d0c3e9dcbc0cf91f
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Aug 24 12:20:17 2015 +0200

     Bug 7683: Catalog statistics wizard: QA fixes
    
    1/ Do not allow invalid date ranges (from > to) (datepicker only)
    2/ Relabel "From:" to "From" for consistency
    3/ Fix MIME type for CSV
    4/ Use Koha::DateUtils instead of C4::Dates
    5/ Use placeholders in SQL query
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 45e3b57fcd6ece7786b7383d8637c149ffd1e39b
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Feb 6 14:44:56 2014 +0100

     Bug 7683: Fix a shift in date filter indexes
    
    Date filter indexes are 13, 14, 15, 16,
    not 14, 15, 16, 17
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Works, no koha-qa errors (some message for the deleted file)
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit b8848f6aedfe54ab7d67d9867518cb98c4af16b8
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Feb 6 14:38:51 2014 +0100

     Bug 7683: Remove dead code about dewey and lccn filters
    
    $hasdewey and $haslccn were hardcoded to 0
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 84ea8402329ee0878a68559df49ca8d0f4588863
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Feb 27 17:11:29 2012 +0100

     Bug 7683: Cataloguing statistics wizard improvements
    
    - Add 3 options for cells value
      - Titles count "COUNT (biblionumber)"
      - Items count "COUNT (itemnumber)" (current behavior)
      - Deleted items count "COUNT (deleteditems.itemnumber)"
    
    - Add to selectable rows, colums and filters:
      - items.notforloan
      - items.materials
    
      For each of these fields, retrieve the label in the default cataloging
      framework.
      If no MARC field is mapped to the field in question, it does not show
      this line in the wizard.
      If the MARC field is associated with a list of authorized values, it
      displays a dropdown list for the filter, otherwise it displays a text
      field.
    
    - Add to selectable rows, columns and filters:
      - items.dateaccessioned (creation date)
      - deleteditems.timestamp (deletion date) (Only if the third option (eg
        count deleted items) is selected)
    
    - Add unit tests for GetMarcSubfieldStructureFromKohaField
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/reports/catalogue_stats.tt     |  219 +++--
 reports/catalogue_stats.pl                         |  907 ++++++++++----------
 t/db_dependent/Biblio.t                            |   26 +-
 3 files changed, 641 insertions(+), 511 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list