[koha-commits] main Koha release repository branch master updated. v3.18.00-891-g65405c5

Git repo owner gitmaster at git.koha-community.org
Mon May 4 20:56:34 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  65405c5a96207623b3b30997b7c93f02fbcfe2f7 (commit)
       via  ca167b32b49979b7883f7874461ba66a1ca74f3e (commit)
       via  2d7e475bbf7971fd38d427d388ed67178b9a0ab3 (commit)
       via  cf5219b434bcee03a93c69518f0f8cf5dc879384 (commit)
       via  66bc6a38d61a869220902f5e533756987c891b07 (commit)
       via  2f1a72c35bcd7d600b0209d36f70bbc1602a180e (commit)
      from  721b37c9d94d8ed5345f8d9ed50257e4b9644e57 (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 65405c5a96207623b3b30997b7c93f02fbcfe2f7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 7 17:03:46 2015 +0200

    Bug 10388: Does not display 'null' after editing an item on receiving
    
    After editing an item on receiving, 'null' is displayed if no value is
    defined for a field. It should be blank.
    
    Test plan:
    0/ Set AcqCreateItem to 'ordering'
    1/ Go on the receipt page page
    2/ Edit an item
    3/ Does not fill all values
    4/ Confirm that undefined values are replaced with an empty string
    
    NOTE: I think you meant receive. Editing requires at least clicking
          the dropdown value, even if you don't change it before
          clicking save. null's appeared. Post patch application was
          able to get nulls to disappear. :)
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ca167b32b49979b7883f7874461ba66a1ca74f3e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 12 12:18:41 2014 -0400

    Bug 12412: Add ability for plugins to convert arbitrary files to MARC from record staging tool
    
    Many libraries would like to be able to import various types of files as
    MARC records ( citations, csv files, etc ). We can add a new function to
    the plugins system to allow that kind of behavior at a very custom
    level.
    
    Test Plan:
    1) Ensure you have plugins enabled and configured correctly
    2) Installed the attached version 2.00 of the Kitchen Sink plugin
    3) Download the attached text file
    4) Browse to "Stage MARC records for import"
    5) Select the downloaded text file for staging
    6) After uploading, you should see a new area "Transform file to MARC:",
       select "Example Kitchen-Sink Plugin" from the pulldown menu
    7) Click 'Stage for import"
    8) Click 'Manage staged records"
    9) You should now see two new MARC records!
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described - interesting new feature.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2d7e475bbf7971fd38d427d388ed67178b9a0ab3
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon May 4 14:22:31 2015 -0300

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

commit cf5219b434bcee03a93c69518f0f8cf5dc879384
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 19 10:20:22 2014 -0500

    Bug 13421: (QA followup) Change creation_time to created_on
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 66bc6a38d61a869220902f5e533756987c891b07
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Dec 8 16:31:03 2014 +0100

    Bug 13421: Add the creation time for virtual shelves
    
    Test plan:
    1/ Execute the updatedb entry
    2/ Create a list
    3/ Go on the shelve list and confirm that the creation and last
    modification time are now displayed.
    4/ Confirm that you are able to sort the list by creation/modification
    time.
    
    Applied on top of 13419 (rebased updatedatabase.pl)
    Works as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2f1a72c35bcd7d600b0209d36f70bbc1602a180e
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Wed Feb 18 15:15:33 2015 +0100

    Bug 13773: add stock number to details and items display
    
    This patch adds stocknumber (named Inventory number in interface)
    to details table and items display if it exists.
    
    Test scenario:
    1. find item(s) which have inventory number assigned
    2. verify that you don't see inventory number in items display
    3. apply this patch
    4. verify that inventory number is now available
    
    Signed-off-by: Nicole <nicole at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/ImportBatch.pm                                  |   24 +++++--
 C4/Utils/DataTables/VirtualShelves.pm              |    4 +-
 C4/VirtualShelves.pm                               |   11 ++--
 Koha/Plugins.pm                                    |    2 +-
 Koha/Plugins/Handler.pm                            |    3 +-
 catalogue/detail.pl                                |    3 +-
 installer/data/mysql/kohastructure.sql             |    1 +
 installer/data/mysql/updatedatabase.pl             |   17 +++++
 .../prog/en/modules/acqui/orderreceive.tt          |    4 +-
 .../prog/en/modules/admin/admin-home.tt            |    7 ++
 .../prog/en/modules/catalogue/detail.tt            |    4 ++
 .../prog/en/modules/tools/stage-marc-import.tt     |   18 ++++++
 .../prog/en/modules/virtualshelves/shelves.tt      |    6 ++
 .../virtualshelves/tables/shelves_results.tt       |    5 ++
 kohaversion.pl                                     |    2 +-
 misc/stage_file.pl                                 |    3 +-
 t/Koha/Plugin/Test.pm                              |    5 ++
 t/db_dependent/Plugins.t                           |    3 +-
 tools/stage-marc-import.pl                         |   68 +++++++++++---------
 19 files changed, 140 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list