[koha-commits] main Koha release repository branch master updated. v3.20.00-316-gee6dced

Git repo owner gitmaster at git.koha-community.org
Mon Jul 20 16:02:29 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  ee6dced5617acb6132299f8de521c4bb38b501ea (commit)
       via  f8abcf3e8e44d04fde81083575662f401dce438c (commit)
       via  984f051adc64a298b9970e6a747d594cffe8b881 (commit)
       via  db5fe99b33938bacecd80eca60920de997e5a697 (commit)
       via  58c652a0fc7b870b1e393f61905dd48fc2e6ad6e (commit)
       via  0183cc0223678f6b3f0885213c7223ddb31acf5d (commit)
       via  e9061028c1ba95b310be5e9333b224e735e64f40 (commit)
       via  7098a36b19c35a06a51361bd381416a1204de38d (commit)
       via  fe3a49e61133e1e66d0075f3300cd3a99e691890 (commit)
       via  588f13e6999bbc368fc16e7b4f3d0dab067599de (commit)
       via  e799e1cbc33d8fce2f1ff3a9688adb0a68ed1d4d (commit)
      from  d49cba287e46b4c1e6656f9ec2c1867bfd633016 (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 ee6dced5617acb6132299f8de521c4bb38b501ea
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Mon Jul 20 11:01:38 2015 -0300

    Bug 12137: DBRev 3.21.00.015
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit f8abcf3e8e44d04fde81083575662f401dce438c
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Mon Jun 22 15:45:13 2015 +0200

    Bug 12137: Use Koha.Preference to access pref value
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>

commit 984f051adc64a298b9970e6a747d594cffe8b881
Author: Indranil Das Gupta <indradg at gmail.com>
Date:   Sat Jun 20 18:22:32 2015 +0530

    Bug 12137: followup sort <select> index by value
    
    adds alphabetical sorting to <select> lists displayed by
    preferences.tt. although added for sorting the days of the
    week, this may have larger ramifications. haven't been
    tested thoroughly, but no apparent breakage seems to be
    happening in preferences.
    
    NOTE: Nice tweak. Makes days of week in sensible order.
          Properly adds sorting based on documentation that
          is really hard to find.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>

commit db5fe99b33938bacecd80eca60920de997e5a697
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Apr 24 19:09:31 2014 -0400

    Bug 12137: Extend CalendarFirstDayOfWeek to be any day
    
    Mubassir Ahsan asked on the Koha mailing list:
    Is there any option to set Saturday as the first day of
    the week? Please help me.
    
    CalendarFirstDayOfWeek is currently either Sunday|Monday.
    
    By converting it to 0|1|2|3|4|5|6
    (Sunday, Monday, ..., Saturday), we can allow any day of the
    week to be the first day of the week in the date picker.
    
    TEST PLAN
    ---------
    1) Backup DB
    2) In mysql:
       > DELETE FROM systempreferences;
       > SOURCE .../installer/data/mysql/sysprefs.sql
       > SELECT variable,value FROM systempreferences;
       -- It should say 'CalendarFirstDayOfWeek' and '0'
          May say '1' if you are using Norwegian.
    3) Restore your DB
    4) .../installer/data/mysql/updatedatabase.pl
       -- If your previous value for 'CalendarFirstDayOfWeek' was
          'Sunday', it should be '0'. For 'Monday', it should be '1'.
    5) Test an installation with 'de-DE' as the language.
       -- The default value should be '1'.
    6) Test an installation with 'nb-NO' as the language.
       -- The default value should be '1'.
    7) In the staff client, confirm that any day of the week is
       available in the I18N/L10N system preferences for the
       CalendarFirstDayOfWeek dropdown.
       -- I'm aware they aren't in order, but I'm after
          functionality, not finesse.
    8) In another tab, go to a staff place that has a datepicker.
       For example, Home -> Tools -> Inventory/stocktaking
    9) For each possible value in the CalendarFirstDayOfWeek,
       go to the other tab, refresh the page after updating the
       system preference, and click the datepicker icon.
       -- The date picker should then start on the selected
          day of the week.
    10) Log into OPAC
        -- This may require setting: opacuserlogin to 'Allow'.
    11) Click the personal details tab on the left.
    12) There is a date picker for the date of birth.
        -- The date picker should then start on the selected
           day of the week.
    13) Run koha QA test tools.
    
    NOTE: not an atomic update, since this is an old 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 unc.edu.ar>

commit 58c652a0fc7b870b1e393f61905dd48fc2e6ad6e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 28 10:10:56 2015 +0200

    Bug 12054: Inactive vendors should be inactive
    
    This patch make inactive vendors really inactive.
    That means an inactive vendor would not be able to add a basket / add an order.
    
    Revised test plan
    =================
    
    1/ In the acquisition module create 2 vendors: 1 active and 1 inactive.
    
    2/ On the acqui/booksellers.pl, acqui/uncertainprice.pl,
       admin/aqcontract.pl and acqui/supplier.pl (pages which include the
       acq toolbar), you should be able to, for both the 'active' as well
       as the inactive vendor :
         (a) add new basket
         (b) add order items to the basket
    
       Remark: This is *wrong*. You should be able to do so only for active
               vendor.
    
    3/ Apply the patch
    
    4/ Go to the links in step #2 above and select the inactive vendor
       you should no longer be able to:
       (a) add new basket
       (b) add order items to the basket
    
       Remark: This is the *correct* behaviour
    
    5/ No change should be noted for vendor marked "active", and should
       be able to undertake operations 4 (a), 4 (b) and 4 (c).
    
       Remark: This is the *correct* behaviour.
    
    6/ run koha qa tests tool
    
    Bug 12054: (follow-up) Inactive vendors should be inactive
    
    Don't display "add order""block and buttons if the vendor is inactive.
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 0183cc0223678f6b3f0885213c7223ddb31acf5d
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Thu Jul 9 10:31:07 2015 +0100

    Bug 14404: Rename class no-show to noshow for consistency with nosort
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit e9061028c1ba95b310be5e9333b224e735e64f40
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jun 16 19:05:10 2015 -0400

    Bug 14404: Checkouts default sort order for Self Checkout (SCO) confusing for patrons
    
    Libraries are reporting that patrons are very confused during
    self-checkout. The problem is they are expecting the list of checkouts
    to be in the order they checked out the items ( first checkout on the
    bottom, last item checked out on top ). However, the checkouts
    table is sorted by title ( ascending ) then due date ( descending ).
    This is not intuitive.
    
    Test Plan:
    1) Enable Koha's self checkout
    2) Use the SCO to check out a random assortment of items,
       make sure you don't check them out in alphabetical order
    3) Note the order of the items in the list is not based on the order
       you checked them out in
    4) Apply this patch
    5) Refresh the page
    6) Note the items are now in the order you checked them out
       with the last on top and the first on bottom
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 7098a36b19c35a06a51361bd381416a1204de38d
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Wed Jul 1 01:36:00 2015 +0000

    Bug 14445: Silences warns in letter.tt
    
    When creating a new notice, warn is triggered "Argument "" isn't numeric in numeric gt (>) at line 400". Same warn is triggered when changing Koha module option to any other module.
    
    To test:
    1) Go to Tools, then Notices & Slips
    2) Click 'new notice'. Notice warn in intranet-error.log
    3) Change Koha module to another module. Notice warn is triggered for every change
    4) Apply patch and reload page
    5) Change Koha module to another module. Notice there are no longer warns
    6) Go back to Notices & Slips and click 'new notice' again. Notice there are no warns
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit fe3a49e61133e1e66d0075f3300cd3a99e691890
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Wed Jun 24 01:15:32 2015 +0000

    Bug 14445: Silences warn in letter.pl
    
    When changing Koha module to 'Circulation', there is a warn saying that $code is uninitialized. This patch sets $code to an empty string to silence the warn.
    
    To test:
    1) Go to Tools, the Notices & Slips
    2) Click 'new notice' (This will trigger warns, but ignore these as they will be corrected in the next patch)
    3) Change Koha module to 'Circulation'
    4) Notice warn about uninitialized $code variable
    5) Apply patch and reload page, change Koha module to 'Circulation'
    6) Notice page still works and warns are gone
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 588f13e6999bbc368fc16e7b4f3d0dab067599de
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed May 27 16:11:38 2015 -0400

    Bug 14121: Silence warnings t/db_dependent/Auth_with_cas.t
    
    TEST PLAN
    ---------
    1) $ prove t/db_dependent/Auth_with_cas.t
       -- CGI security warning
    2) apply patch
    3) $ prove t/db_dependent/Auth_with_cas.t
       -- no noise.
    4) koha qa test tools
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Not able to reproduce the error on my setup, but the code
    is a clear improvement over the previous version.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit e799e1cbc33d8fce2f1ff3a9688adb0a68ed1d4d
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon May 25 13:58:57 2015 +0200

    Bug 11620: Add dissertation-information index for MARC21 (502)
    
    Bug 11202 introduced a new index 'dissertation-information' for
    UNIMARC. This patch adds the index also for MARC21 installations.
    
    http://www.loc.gov/marc/bibliographic/bd502.html
    
    To test:
    - Apply patch
    - Copy files in etc/zebradb changed by this patch to your
      corresponding directory (koha-dev..)
    - Make sure you have records with 502
    - Reindex
    - Verify you can search the field contents with
      dissertation-information= and
      diss=
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Can find by dissertation-information,
    No errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

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

Summary of changes:
 C4/Auth.pm                                            |    2 --
 C4/Auth_with_cas.pm                                   |    9 +++++----
 C4/Search.pm                                          |    1 +
 Koha.pm                                               |    2 +-
 acqui/booksellers.pl                                  |    3 ++-
 acqui/uncertainprice.pl                               |    1 +
 admin/aqcontract.pl                                   |    1 +
 etc/zebradb/ccl.properties                            |    1 +
 .../marc21/biblios/biblio-koha-indexdefs.xml          |    2 ++
 .../marc21/biblios/biblio-zebra-indexdefs.xsl         |    2 +-
 .../data/mysql/de-DE/mandatory/system_preferences.sql |    3 ++-
 .../mysql/nb-NO/1-Obligatorisk/system_preferences.sql |    3 ++-
 installer/data/mysql/sysprefs.sql                     |    2 +-
 installer/data/mysql/updatedatabase.pl                |   16 ++++++++++++++++
 .../prog/en/includes/acquisitions-toolbar.inc         |    6 +++---
 koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc |    3 ++-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt     |    7 ++++++-
 .../prog/en/modules/acqui/booksellers.tt              |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/aqcontract.tt |    7 ++++++-
 .../prog/en/modules/admin/preferences.tt              |    2 +-
 .../prog/en/modules/admin/preferences/i18n_l10n.pref  |   11 ++++++++---
 .../intranet-tmpl/prog/en/modules/tools/letter.tt     |    6 +++---
 .../opac-tmpl/bootstrap/en/includes/calendar.inc      |    3 ++-
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt    |   17 ++++++++++++++---
 t/db_dependent/Auth_with_cas.t                        |    1 +
 tools/letter.pl                                       |    4 ++--
 26 files changed, 85 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list