[koha-commits] main Koha release repository branch master updated. v3.20.00-284-gbc29f62

Git repo owner gitmaster at git.koha-community.org
Wed Jul 8 20:18:04 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  bc29f6226fd641ec3fcd56aec3a95fe14635714d (commit)
       via  b9cc3e8e72c56d0c62d52071afc1eb8b7b82cf17 (commit)
       via  6d91e791cdf8520a4d16c1b9d35e956ade700741 (commit)
       via  fc95762725bd0af4d156c7643bd6f1a4aedab2c5 (commit)
       via  f573a155974c84a6fb433bff86a220d4644ad27e (commit)
       via  958be9804a50c3e13f74c4d5f81348e2256a8042 (commit)
       via  83387bf3b1d9eb8710e184269338361ac1477d1c (commit)
       via  8eb049a6a1697f8b2cd23cd660d508ad1ef629e7 (commit)
      from  fbe25b1d8e1806768b04d829bd9fc1a05f4861cf (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 bc29f6226fd641ec3fcd56aec3a95fe14635714d
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jul 8 15:07:24 2015 -0300

    Bug 3206: (RM followup) DBIx updates
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit b9cc3e8e72c56d0c62d52071afc1eb8b7b82cf17
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jul 8 15:05:13 2015 -0300

    Bug 3206: DBRev 3.21.00.014
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 6d91e791cdf8520a4d16c1b9d35e956ade700741
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Mon Jun 8 15:33:24 2015 +0200

    Bug 3206: (QA followup) OAI repository deleted records support.
    
     - Fix QA.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    New pref in right order, new option 'no' on syspref, other
    fixes following comment #12
    All seems to work
    No errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit fc95762725bd0af4d156c7643bd6f1a4aedab2c5
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu May 28 16:23:58 2015 +0200

    Bug 3206: OAI repository deleted records support.
    
    This patch allows Koha OAI repository to support deleted records.
    
    The OAI-PMH:DeletedRecord syspref is introduced and can be set to:
    
    - persistent (in case Koha's deletedbiblio table will never be emptied
      or truncated)
    - transient (in case Koha's deletedbiblio table might be emptied or
      truncated at some point)
    
    Test plan:
    
    - After applying the patch, test that:
       - Deleted records appear in ListRecords and ListIdentifiers requests.
       - Filter parameters (from, until, set and resumptionToken) still work
         and are applied to ListRecords and ListIdentifiers requests.
       - Identify request shows if the repository is considered persistent
         or transient, according to the OAI-PMH:DeletedRecord syspref.
       - Deleted records that used to belong to a set are still displayed in
         those sets and marked as deleted.
       - GetRecord requests work on deleted records, which are marked as deleted.
    
    Requests examples:
    /cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=oai_dc
    /cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=oai_dc&from=2015-02-20T11:08:33Z
    /cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=oai_dc&set=new_specSet1
    /cgi-bin/koha/oai.pl?verb=GetRecord&identifier=KOHA-OAI-TEST:2&metadataPrefix=oai_dc
    /cgi-bin/koha/oai.pl?verb=Identify
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      It works in all situations described in the test plan. Great addition.
      Thanks.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit f573a155974c84a6fb433bff86a220d4644ad27e
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Jun 9 14:25:23 2015 +1000

    Bug 14366: Units doesn't get saved usefully for patroncards
    
    This patch causes the "Units" to be saved and displayed correctly
    for the "Edit layout" screen in Patroncards.
    
    _TEST PLAN_
    
    Before applying:
    0) Create a new layout
    1) Edit the layout, change the units, and click Save
    2) Edit the layout again, and notice the units are still "PostScript Points"
    
    Apply the patch:
    3) Edit the layout again, change the units, and click Save
    4) Edit the layout again, note that the units have changed to your
    selection
    
    5) Rejoice
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 958be9804a50c3e13f74c4d5f81348e2256a8042
Author: Nick Clemens <nick at quecheelibrary.org>
Date:   Tue Jun 16 21:48:18 2015 -0400

    Bug 13950: Sort Item search home library list by branch name
    
    On the item search form the list of home libraries isn't sorted
    alphabetically by their descrption.
    
    To test:
    - Ensure that you have libraries whose code/name are sorted in a different alphabetical order (e.g. Aardvark/ZZZ & Zebra/AAA)
    - Staff: Advanced search - item search
    - See that libraries are sorted in code order
    - Apply patch
    - Verify selection block for home library is correctly sorted after
      applying the patch.
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 83387bf3b1d9eb8710e184269338361ac1477d1c
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun May 31 15:52:26 2015 +0200

    Bug 14163: Acq - receive shipment and order from staged: rename 'Show all' to 'Show inactive'
    
    'Show all' in acquisition makes the inactive funds in the fund list
    box visible. This patch changes the text to 'Show inactive' to be more
    clear about the functionality.
    
    Patch changes 2 pages. To test:
    
    1) Order from staged file
    - make sure you have uploaded a few records via the tools
    - create a new order using the 'From a staged file' option
    - select a file to order from - 'Add orders'
    - Verify the 'Select to import' tab now displayed the text
      'Show inactive funds' and that it works as expected
    - Switch to the 'Default accounting details' tab
    - Verify the text there is also changed to 'Show inactive' and
      works like expected.
    
    2) Receive shipment
    - receive a new shipment for a vendor with unreceived orders
    - Verify the label next to the fund list has changed to
      'Show inactive' and works as expected.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Simple string change, no errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 8eb049a6a1697f8b2cd23cd660d508ad1ef629e7
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon May 25 10:45:54 2015 +0200

    Bug 14163: Acq order form: rename 'Show all' to 'Show inactive'
    
    On the order form there is a checkbox next to the fund list labelled
    'show all'. Checking the checkbox will result in the inactive funds
    showing in the pull down list as well.
    
    The patch renames the label to 'Show inactive' to make the purpose
    more clear.
    
    To test:
    - Create a new order
    - Verify the label has changed as described above
    - Decide if the change makes sense
    
    Signed-off-by: tadeasm <tadeas.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/Biblio.pm                       |   29 +-----
 Koha/Schema/Result/OaiSet.pm                       |   14 +--
 Koha/Schema/Result/OaiSetsBiblio.pm                |   22 +----
 catalogue/itemsearch.pl                            |    2 +-
 installer/data/mysql/kohastructure.sql             |    1 -
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   13 +++
 .../prog/en/modules/acqui/addorderiso2709.tt       |    4 +-
 .../prog/en/modules/acqui/neworderempty.tt         |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/parcels.tt |    2 +-
 .../en/modules/admin/preferences/web_services.pref |    8 ++
 opac/oai.pl                                        |   98 ++++++++++++++++----
 patroncards/edit-layout.pl                         |    7 ++
 14 files changed, 120 insertions(+), 85 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list