[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-85-g4c1ae53

Git repo owner gitmaster at git.koha-community.org
Sun Nov 23 14:18:12 CET 2014


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  4c1ae53d861e20051a776f0195f5da1cfa9a24e3 (commit)
       via  1cb86a2b781d2d16f877e7b97ff789aab7a40684 (commit)
       via  142b4527a1f61baf4ae7d27b27818b73f33ce145 (commit)
       via  866ddedfe1ddd6a31ab5749f6a0ccbf871eb98c2 (commit)
       via  d1e05b67d1196af6501a08b937ac0086be2c11f2 (commit)
      from  24a749d7ed85dc97d899448df24d7469b029ce3f (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 4c1ae53d861e20051a776f0195f5da1cfa9a24e3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Nov 19 07:24:20 2014 -0500

    Bug 13297 - Shelving location PROC does not work according to manual
    
    According to the manual, "Items will stay in the PROC location until
    they are checked in".
    
    This is not the actual behavior. Right now items will only change from
    PROC to CART, and that is only if InProcessingToShelvingCart is enabled.
    Some libraries want to use the PROC to permanent location feature,
    without using the CART.
    
    Additionally, the location is only removed if using returns.pl, but
    that is not what the manual says either. What if the library uses
    SIP2 devices for handling returns? This should be taken into
    account.
    
    Test Plan:
    1) Apply this patch
    2) Set an item's current location to PROC, and it's permananet location
       to a different location.
    3) Check the item in any way you wish
    4) Note the shelving location is updated to the permanent location
    5) prove t/db_dependent/Circulation/Returns.t
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    I tested this with items which had items.location set to 'PROC' and
    items.permanent_location set to NULL, '', and a real value, and it
    worked correctly in all cases. I tested with check-ins from returns.pl
    and from the table of checkouts in circulation and the PROC location was
    correctly removed in both cases.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1cb86a2b781d2d16f877e7b97ff789aab7a40684
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Sun Nov 23 12:25:34 2014 +0100

    Bug 13314: [QA Follow-up]: Add another line for Fridolin to .mailmap
    
    There are still 9 patches of Fridolin under an old email address.
    This patch also takes them into account.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Tested by generating the release notes. I noticed that
    the 'company' list often has a domain name instead
    of a company name, maybe something for another patch.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 142b4527a1f61baf4ae7d27b27818b73f33ce145
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Nov 20 15:27:04 2014 -0300

    Bug 13314: Holger Meissner needs a mapping
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 866ddedfe1ddd6a31ab5749f6a0ccbf871eb98c2
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Nov 20 14:43:26 2014 -0300

    Bug 13314: Fridolin and Simith fixes to the .mailmap file
    
    As part of some tidying for the 3.18 release notes, I add this mappings.
    To test run the command from the first comment before and after applying
    the patch.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit d1e05b67d1196af6501a08b937ac0086be2c11f2
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Nov 22 10:28:14 2014 -0300

    Bug 13328: Rename Kurdish translation files
    
    Kurdish translation files use a variant of Arabic script,
    they need to be displayed as RTL.
    
    Currently that is inferred from language dir name after
    translation, and that name use the language tag, so we
    need to change it from 'ku' to 'ku-Arab'
    
    To test:
    1) Translate to Kurdish
    (cd misc translator; ./translate install ku)
    2) Enable Kurdish on opac/staff
    3) Test staff/opac interface, they are displayed as LTR
    which is wrong
    4) Disable Kurdish language
    5) Do a cleanup (git clean -f -d)
    
    5) Apply the patch
    
    6) Translate again
    (cd misc translator; ./translate install ku-Arab)
    7) Enable again
    8) Test again, this time display is correct (LTR)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Easy to test. Well spotted Bernardo.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.

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

Summary of changes:
 .mailmap                                           |   24 ++++++----
 C4/Circulation.pm                                  |   12 +++++
 circ/returns.pl                                    |    8 ----
 ...6000.po => ku-Arab-i-staff-t-prog-v-3006000.po} |    0
 ...opac-bootstrap.po => ku-Arab-opac-bootstrap.po} |    0
 misc/translator/po/{ku-pref.po => ku-Arab-pref.po} |    0
 .../po/{ku-staff-help.po => ku-Arab-staff-help.po} |    0
 t/db_dependent/Circulation/Returns.t               |   50 ++++++++++++++++++++
 8 files changed, 78 insertions(+), 16 deletions(-)
 rename misc/translator/po/{ku-i-staff-t-prog-v-3006000.po => ku-Arab-i-staff-t-prog-v-3006000.po} (100%)
 rename misc/translator/po/{ku-opac-bootstrap.po => ku-Arab-opac-bootstrap.po} (100%)
 rename misc/translator/po/{ku-pref.po => ku-Arab-pref.po} (100%)
 rename misc/translator/po/{ku-staff-help.po => ku-Arab-staff-help.po} (100%)
 create mode 100644 t/db_dependent/Circulation/Returns.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list