[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.09-20-gaaba4fa

Git repo owner gitmaster at git.koha-community.org
Thu Apr 23 05:32:46 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, 3.16.x has been updated
       via  aaba4fab042b2ec1e7c75b478b63505ecde2e186 (commit)
       via  988221d7fb4c14678731aedcac4d5ddc2ea665ee (commit)
       via  2020ab8241611f75f28b8f802dcc1053f956d084 (commit)
       via  fd1aa068a576ad33b3ae55622c8d285435bc619e (commit)
       via  9035b965b2502de711501db6224fce3b6a12ceb6 (commit)
       via  c5128ca28cb2bc939e5e5dd60ea490ecc44b909d (commit)
       via  e6999fd9b2450429c5478953beb2e9b08bd5122b (commit)
      from  9db4d7e204432269ccb5bd658ac6dc6d4f5a614b (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 aaba4fab042b2ec1e7c75b478b63505ecde2e186
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Feb 25 13:21:07 2015 +0100

    Bug 13746: Add tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 988221d7fb4c14678731aedcac4d5ddc2ea665ee
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Feb 21 22:52:30 2015 +0100

    Bug 13746: On creating a new subscription, notes fields get confused
    
    For every subscription we have 4 notes fields in Koha, 2 are in the
    subscription itself and another 2 are in the subscription history.
    
    When creating a new subscription, the notes fields from the
    subscription get copied to the fields of the subscription history,
    leading to doubled up display of notes in the OPAC.
    
    To test:
    - Add a new subscription without patch
      - check manual history
      - Fill in both notes fields
    - Verify that the notes fields got also saved into the
      subscription history (easy from the Summary tab)
    - Apply patch
    - Add another subscription, like above
    - Verify now only the subscription notes fields are saved
    - Edit subscription and notes - verify all is ok
    - Edit subscription history (Planning tab) - verify all is ok
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 2020ab8241611f75f28b8f802dcc1053f956d084
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Feb 21 20:40:31 2015 +0100

    Bug 13744: Fix datatables paging on 'Holds to pull' report
    
    The paging of the datatables on the 'holds to pull' report
    page is broken without this patch.
    
    To test:
    - Make sure that some holds are placed on available items
      in your installation
    - Go to the circulation start page
    - Open the 'holds to pull' report
    - Verify that the patch fixes the paging on the result table
    
    Also: Fixes "None" in the filter pull downs to be translatable.
    Signed-off-by: Nicole <nicole at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit fd1aa068a576ad33b3ae55622c8d285435bc619e
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Feb 22 11:10:59 2015 +0100

    Bug 13744: Fix datatables paging on 'checkout history' page
    
    The paging in the datatable on the 'circulation history' page
    is broken without this patch.
    
    /cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=...
    
    To test:
    - Search for a record with items that have been checked out
      in the past
    - From the detail page, open the 'checkout history' tab
    - Check paging displays correctly with this patch and is
      broken without
    
    Signed-off-by: Nicole <nicole at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 9035b965b2502de711501db6224fce3b6a12ceb6
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Feb 21 20:30:07 2015 +0100

    Bug 13744: Fix datatables paging on 'order from subscription' page
    
    The paging of the datatable on the 'order from subscription' page
    is broken without this patch.
    
    To test:
    - Make sure you have a subscription, note the vendor
    - Create a new basket for this vendor
    - Add a new order line 'from a subscription'
    - Check paging on the result table displays correctly
    
    Signed-off-by: Nicole <nicole at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit c5128ca28cb2bc939e5e5dd60ea490ecc44b909d
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Jul 29 08:57:54 2014 +0200

    Bug 11331 - CSV export for viewlog.pl is missing newlines - followup
    
    Perl formatting and cleaning.
    Also corrects the HTML of results table in viewlog.tt.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit e6999fd9b2450429c5478953beb2e9b08bd5122b
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jul 25 17:01:42 2014 +0200

    Bug 11331 - CSV export for viewlog.pl is missing newlines
    
    When you try to export the result of tools/viewlog.pl in csv, file
    cannot be correctly loaded :
      - newline is missing after each record,
      - strings should be enclosed in ""
      - columns are not the same as for screen output
    
    This patch corrects this by using like other export Text::CSV.
    Adds a header line made with the keys of first data. For that, all data
    values are initialiszed with empty string.
    
    Test plan :
    - Use a database with some logs, see sysprefs
      /cgi-bin/koha/admin/preferences.pl?tab=logs
    - Go to export page /cgi-bin/koha/tools/viewlog.pl
    - Select a module
    - Click on "To a file" and choose a file name
    - Click on "Submit"
    - Open file
       => Without this patch : newline is missing, multi-lines cells are not
          enclosed in "", there are no column headings
       => Without this patch : each line is a data line, complexe cells are
          enclosed in "", there are column headings
    - Test the export of all modules to see that all headings are necessary
    - Check the output to screen in the browser
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    The CSV export is significantly improved. I question the usefulness of
    including biblioitemnumber in the output. A better inclusion would be
    itemnumber.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    While this feature is still not perfect, this is a big improvement.
    Passes tests and QA script, restores basic functionality.
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Log.pm                                          |    1 -
 C4/Serials.pm                                      |    6 +-
 .../prog/en/modules/acqui/newordersubscription.tt  |    3 +-
 .../prog/en/modules/catalogue/issuehistory.tt      |    3 +-
 .../prog/en/modules/circ/pendingreserves.tt        |    5 +-
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt |   21 +-
 t/db_dependent/Serials.t                           |   19 +-
 tools/viewlog.pl                                   |  212 +++++++++++---------
 8 files changed, 150 insertions(+), 120 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list