[koha-commits] main Koha release repository branch master updated. v3.18.00-464-g66db4a6

Git repo owner gitmaster at git.koha-community.org
Sun Mar 15 13:10:21 CET 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  66db4a64ef4575afd94588f8ebb8685fa9c522d5 (commit)
       via  21d05006c0f9cf6456fbf3d92c6a52378381f554 (commit)
       via  cb9e57cfe0b224633d122dc99db7d944341907b5 (commit)
       via  a3775ceccddb4aea8393ea1eb76f16d4bf304151 (commit)
       via  6be59e14a276390b7bc01fcb76943f742b0722d9 (commit)
       via  d11c144eac41e86901d435c7a60ca3f367321497 (commit)
       via  30a8843529a218f955f0e2222a819201a033c96d (commit)
       via  39f416be0bc14b54c21dccca4c767f894dd93793 (commit)
       via  cd5752f37239729aa71e687fa9be3be491defd23 (commit)
       via  7c224d1cb05099749d4046a4dad75ae49ff186cc (commit)
       via  b475728a50477aaff34ff16ed9194b39c46d66ea (commit)
       via  2c7457a0d4f6f00204dbbb6c50db5e684816a7c6 (commit)
       via  fbf73f43184841c74aff3998c0b80a0f44d97466 (commit)
       via  476febe5db9eb11db4b3945bdd1025a88b5f16f4 (commit)
       via  b5fac05bc39188081c14dcafb7f4c3a0969d37a3 (commit)
      from  fe986573dd6a6b10dc0456be2609ee29cb459ac8 (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 66db4a64ef4575afd94588f8ebb8685fa9c522d5
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Thu Mar 5 09:36:48 2015 +0100

    Bug 12399: Small change to remove the whole paging
    
    Previous patch only removed the next and previous buttons.
    This patch changes it a bit to remove the whole paging from
    the print view of the page.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 21d05006c0f9cf6456fbf3d92c6a52378381f554
Author: Marc Véron <veron at veron.ch>
Date:   Sat Jan 31 18:41:08 2015 +0200

    Bug 12399 - opaccredits printing at top on printable version
    
    This patch introduces a new class "noprint" in koha-tmpl/opac-tmpl/bootstrap/css/print.css
    With this class, unwanted elements can be hidden when printing.
    
    To test:
    In OPAC, do a search with many results (> 1 Page)
    Print page or do a print preview
    See that footer elements are not displayed correctly (as of screenshot in comment #1) and that on top of page 2 the language selector overlays the list
    Apply patch
    Repeat steps above.
    Verify that printed page looks much nicer now by hiding unwanted elements (including e.g. RSS icon, toolbar etc.)
    
    This mechanism can be used on other pages as well.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit cb9e57cfe0b224633d122dc99db7d944341907b5
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Fri Mar 6 10:39:19 2015 +0100

    Bug 13647: On-site checkouts - Allow library to specify due date
    
    This will remove the restriction that forces the due date for
    an on-site checkout to the end of the current day.
    
    It will still suggest the end of the day, but you will be able
    to change the date to whatever you want using the datepicker
    widget.
    
    To test:
    
    Before applying the patch:
    - Turn on OnSiteCheckouts and OnSiteCheckoutsForce
      system preferences
    - Check the on-site use checkbox and try to set due date
      manually, it should not be possible
    - Check out the item and check the due date is set to the
      end of today
    - Put a restriction on your patron account and repeat steps,
      the item checked out should again have a due date at the
      end of the day
    > There should be no way to be able to check out an item
      with a 'custom' due date
    
    Apply the patch:
    - Repeat steps from above, check out
      - on-site use without a restriction on your account
        - without changing the due date
        - with a due date picked with the datepicker
      - on-site use with a restriction on your account
        ... see above
      - no on-site use but with a specified due date
      - no on-site use, not specifying a due date
    - Turn off SpecifyDueDate
      - on-site use with and without restriction should
        set the due date automatically to the end of the date
        now, altering the due date should not be possible.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a3775ceccddb4aea8393ea1eb76f16d4bf304151
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sun Mar 15 09:03:33 2015 -0300

    Bug 13814: (QA followup) test for generated warnings
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6be59e14a276390b7bc01fcb76943f742b0722d9
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Tue Mar 10 17:10:58 2015 +0100

    Bug 13814 : Add Lines Alignment
    
    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 d11c144eac41e86901d435c7a60ca3f367321497
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Mon Mar 9 17:21:17 2015 +0100

    Bug 13814 : add 6 unit tests in t/Boolean.t
    
    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 30a8843529a218f955f0e2222a819201a033c96d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Jan 6 16:35:48 2015 +0100

    Bug 4402: Date filter on parcels.tt required db date format
    
    The date filters on the parcel page would only work with
    dates formatted YYYY-MM-DD.
    
    To test:
    - Select a vendor, that already has a few invoices
    - "Receive shipment" - you are on the parcels page
    - Use the From and To filters on the left, notice there
      is now a date picker on those fields
    - Verify the search works correctly for different date
      formats
    
    Signed-off-by: Nicole <nicole at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 39f416be0bc14b54c21dccca4c767f894dd93793
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sun Mar 15 08:52:55 2015 -0300

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

commit cd5752f37239729aa71e687fa9be3be491defd23
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 10 09:43:25 2015 +0100

    Bug 13380: Wording changes
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7c224d1cb05099749d4046a4dad75ae49ff186cc
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 10 09:47:18 2015 +0100

    Bug 13380: Add ORDER_CANCELLATION_REASON AV to all language files
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b475728a50477aaff34ff16ed9194b39c46d66ea
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 3 13:07:16 2014 +0100

    Bug 13380: Fill order cancellation reasons from AV
    
    Since bug 7162, it's possible to give a cancellation reason on deleting
    an order.
    This would be better to fill an authorised values category with the
    different possible values.
    Like that we will avoid to have duplicate or similar reasons.
    
    Also, it will be easier to filter or create reports.
    
    Test plan:
    0/ Don't apply the patch
    1/ Cancel some orders and give a cancelletion reason
    2/ Apply the patch and execute the updatedb entry
    3/ Cancel an order and verify the you have a list with the reason you
    previously filled + 3 new ones ('No reason', 'Sold out' and
    'Restocking');
    4/ Choose one and verify the value is correctly displayed on the basket
    page
    5/ You can also try to add other values from the admin module.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2c7457a0d4f6f00204dbbb6c50db5e684816a7c6
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 3 13:24:16 2014 +0100

    Bug 13380: Add the AV in the install files
    
    (This will completely done when the patch will be QAed)
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fbf73f43184841c74aff3998c0b80a0f44d97466
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Feb 8 21:57:26 2015 +0100

    Bug 13648: OPAC = hidden removes pull down from edit item form
    
    If you uncheck the checkbox OPAC in the bibliographic framework
    definition for an item subfield that is linked to an authorized
    value list, the pull down will disappear from the item edit
    form on staff. The label still shows.
    
    1) Go to administration > bibliographic frameworks
    2) Select a framework and go to the item field (MARC21: 952)
    3) Edit a subfield with an authorized values list like damaged,
       lost or withdrawn
    4) Uncheck the checkbox for OPAC visibility
    5) Edit or add an item within your chosen framework
    6) Verify the subfield code and description are shown, but the
       pull down has disappeared
    7) Apply patch, verify the pull down shows now
    8) Also test following hidden combination works correctly:
       OPAC: checked
       All other options: unchecked
    
    Documentation of hidden values:
    http://wiki.koha-community.org/wiki/Hidden_values
    
    With special thanks to Jonathan Druart for helping me figure this out!
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 476febe5db9eb11db4b3945bdd1025a88b5f16f4
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>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b5fac05bc39188081c14dcafb7f4c3a0969d37a3
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>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Serials.pm                                      |    6 ++--
 acqui/parcels.pl                                   |    6 ++--
 cataloguing/additem.pl                             |    4 +--
 circ/circulation.pl                                |    2 +-
 installer/data/mysql/de-DE/optional/auth_val.sql   |    5 +++
 installer/data/mysql/en/optional/auth_val.sql      |    5 +++
 installer/data/mysql/es-ES/optional/auth_val.sql   |    5 +++
 .../fr-FR/1-Obligatoire/authorised_values.sql      |    5 +++
 installer/data/mysql/it-IT/necessari/auth_val.sql  |    5 +++
 .../data/mysql/nb-NO/2-Valgfritt/auth_val.sql      |    5 +++
 installer/data/mysql/pl-PL/optional/auth_val.sql   |    5 +++
 installer/data/mysql/updatedatabase.pl             |   35 ++++++++++++++++++++
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    4 ++-
 .../prog/en/modules/acqui/cancelorder.tt           |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/parcels.tt |    4 +--
 .../prog/en/modules/circ/circulation.tt            |    4 ++-
 koha-tmpl/opac-tmpl/bootstrap/css/print.css        |    4 +++
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |    2 +-
 .../bootstrap/en/includes/opac-bottom.inc          |    6 ++--
 .../bootstrap/en/includes/page-numbers.inc         |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |   10 +++---
 kohaversion.pl                                     |    2 +-
 t/Boolean.t                                        |   30 +++++++++++++----
 t/db_dependent/Serials.t                           |   19 ++++++++---
 24 files changed, 141 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list