[koha-commits] main Koha release repository branch 3.6.x updated. v3.06.04-120-g0fc7185

Git repo owner gitmaster at git.koha-community.org
Fri May 25 16:14:59 CEST 2012


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, 3.6.x has been updated
       via  0fc7185f4567d6969c5a15f69983931728eac8f5 (commit)
       via  7f4150f7f8e4f42cd6c39263f6cf838123d07947 (commit)
       via  6ab5ab18aaf33ed999649c3f1a1e37abf0812b05 (commit)
       via  5b96bd6b1f8b96b5001e9a971665673e1279090d (commit)
       via  1f6cc04bff3065d2c719a14e8f8af624f64c8ba9 (commit)
       via  c62520cb10ac035167c7ca2146c8858325e76113 (commit)
       via  a5b81e3d59a40b3d89b0182e2a1f81f35e6105fb (commit)
       via  b690c69c9fe708354ac362ddd57ee203588835fe (commit)
       via  f75721f77d4437a82e9e21fd8d5606a596bf3ee3 (commit)
       via  6ffee2bfb950dd785b852d65a0946816664daf41 (commit)
       via  16b5d3aaa3baf748432ebc1b0d1ba00ba2da9255 (commit)
       via  ac27005b0d6848f3e1118206df088d51bb0a489d (commit)
       via  7d91c5301c1e090e2408ed0c08104620e51031a2 (commit)
       via  e9bedc031de640c7206a196627f0e9725be48018 (commit)
       via  05b1de808eaaac41d697ff8b3eef54c9ccab7d68 (commit)
       via  cbcc93e6a1948d852fe1cea8031587e4a4c9457c (commit)
       via  8629d12e5143b5c99cd5a9870b594f57a5884816 (commit)
       via  557cb83f462bcbcad31704a4f9121ee9d3af3c9f (commit)
       via  3f686e86162aed91541b5233452f8d15afd24ab7 (commit)
       via  1ea8c45b94ba8b3421dcd0e9c1f41473b443ffd9 (commit)
       via  3e1318a454c8daa4da798edd9b3a5442f96b1ecb (commit)
       via  4b7216d6efacac301e71639435b47336ab627cbd (commit)
      from  d37a793e70d9bf59f0958447263ee0f2fb3c98db (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 0fc7185f4567d6969c5a15f69983931728eac8f5
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri May 25 08:52:02 2012 -0400

    Update version for 3.6.5

commit 7f4150f7f8e4f42cd6c39263f6cf838123d07947
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu May 24 08:55:29 2012 -0400

    Release Notes for 3.06.05.000 24 May 2012 12:55:26 Z

commit 6ab5ab18aaf33ed999649c3f1a1e37abf0812b05
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Fri May 25 14:04:59 2012 +0200

    Koha 3.6.5 Translation Update
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 5b96bd6b1f8b96b5001e9a971665673e1279090d
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Tue Apr 10 11:53:15 2012 +0200

    Bug 7886 follow-up DBRev number
    
    Version 3.06.04.006
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 1f6cc04bff3065d2c719a14e8f8af624f64c8ba9
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Thu Apr 5 01:03:30 2012 +0200

    Bug 7886 - C4/ShelfBrowser slow SQL performance
    
    ShelfBrowser uses two SQL queries with syntax
    
    WHERE ((cn_sort = ? AND itemnumber < ?) OR cn_sort < ?)
    AND homebranch = ? AND location = ? AND ccode = ?
    
    homebranch already has index, and adding indexes on ccode and location
    improves performance by 30% for each query since MySQL is able to use
    index_merge intersect(items_ccode,homebranch,items_location)
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit c62520cb10ac035167c7ca2146c8858325e76113
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Apr 2 15:06:28 2012 +0100

    Stop unnecessary warnings in get_language
    
    Refactor code to be more idiomatic and clarify its intention was testing
    undef against languages causing log warn was creating and assigning to
    unnecessary variables calling accept_language with an undef is an
    expensive way to get undef returned to the caller test we are asking it
    a meabingful question use any rather than first ( we dont care about
    firstness it should be unique anyway but it obscures the meaning of the
    test ) split takes a pattern not a string
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Having put my hands recently in this part of Koha code, I can confirm
    that this patch fix log warnings, and add clarity and conciseness.
    
    http://bugs.koha-community.org/show_bug.cgi?id=7874
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit a5b81e3d59a40b3d89b0182e2a1f81f35e6105fb
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Wed Mar 21 09:26:22 2012 +0100

    Bug 7766 - C4/Auth.pm: emit DEBUG output to STDERR
    
    writing to STDOUT breaks plack when running with DEBUG=1
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit b690c69c9fe708354ac362ddd57ee203588835fe
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Wed Apr 4 08:49:56 2012 +0200

    Bug 7885 - Change filename of TransferLog suggested by packages to fit with logrotate
    
    The apache accesslogs suggested by the default config files are called
    *_log, which results in them not getting picked up by logrotate, which
    looks for *.log. This patch changes the suggested filenames to *.log.
    
    To test:
    Not much to test here, just apply the patch and check that all
    occurences of TransferLog and CustomLog are now on the form *.log
    
    All the lines where these occur are commented out, so this will
    not actually change any behaviour.
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit f75721f77d4437a82e9e21fd8d5606a596bf3ee3
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Thu Feb 23 10:25:13 2012 -0500

    Bug 7585 - Correct MARC 008 Value Builder Char 06 Default
    
    This patch changes the default value of the 06 char in 008
    from 't' to 'b.' This change allows for a valid 008 field
    if no dates are entered in 07-14.
    
    To test:
    
    1. Create a new MARC record (prior to patch application).
    2. Click on the 008 field to auto-populate.
    3. Note that the 06 char is 't'.
    4. Apply patch.
    5. Create a new MARC record.
    6. Click on the 008 field to auto-populate.
    7. Note that the 06 char is now 'b'.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Confirm fix works per test plan.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 6ffee2bfb950dd785b852d65a0946816664daf41
Author: Chris Hall <chrish at catalyst.net.nz>
Date:   Wed Feb 22 16:47:47 2012 +1300

    Bug 7575 Opac search results print alignment
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 16b5d3aaa3baf748432ebc1b0d1ba00ba2da9255
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Feb 22 10:08:24 2012 -0500

    Bug 7579 - Icons for authorized values/item types not showing in OPAC
    
    The functions getitemtypeimagedir and getitemtypeimagesrc
    in Koha.pm were using the system preference 'template'
    when they should be using 'opacthemes' instead.
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit ac27005b0d6848f3e1118206df088d51bb0a489d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Feb 23 09:46:32 2012 +0100

    7453 Followup for borrower without expiry date
    
    While it should be impossible now to have a patron without expiry date, I still had one. It does not hurt to add a simple check on expiry date defined before calling delta days on null values and breaking the opac login.
    Trivial change.
    
    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 deleting the expirydate from my own patron record.
    Missing expiry date now no longer breaks the summary page
    in the patron account on OPAC.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 7d91c5301c1e090e2408ed0c08104620e51031a2
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Feb 19 18:01:04 2012 +0100

    Bug 7558: Serial issue note doubled up in full history
    
    Removes the note behind the status, because there is a separate column.
    
    To test:
    - Add a subscription
    - Receive an issue, add a note for it
    - Search record in OPAC and check the full history tab for the note
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit e9bedc031de640c7206a196627f0e9725be48018
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Tue Feb 14 14:38:25 2012 +0100

    Bug 3916 [follow-up] : Adding a default choice in every dropdown list, not only branches, to let the corresponding value unchanged
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Patch works as advertised
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 05b1de808eaaac41d697ff8b3eef54c9ccab7d68
Author: Stéphane Delaune <stephane.delaune at biblibre.com>
Date:   Thu Feb 9 11:01:33 2012 +0100

    Bug 7460: followup : Add template toolkit's FILTER html_line_break on staff details description's tab
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit cbcc93e6a1948d852fe1cea8031587e4a4c9457c
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Jan 17 14:46:09 2012 +0000

    Bug 7454 Initialize return arrays in ILS/Transaction/RenewAll
    
    Explicitly clear these arrays and update them directly.
    In practice item numbers were already in them when called
    so that more items were being returned than were actually
    renewed (or failed)
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Functionally sound patch, and tested in production
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 8629d12e5143b5c99cd5a9870b594f57a5884816
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Nov 24 13:35:27 2011 +1300

    Bug 5373 - allow 'cardnumber' to appear on the patron import field list
    
    For some reason, it was explicitly removed, however you need it if you
    want to match up on cardnumber.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Easy to test and works nicely.
    Before patch cardnumber is not shown in the list of fields on the
    patron import page. After applying the patch it is.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 557cb83f462bcbcad31704a4f9121ee9d3af3c9f
Author: BibLibre <dev_patches at biblibre.com>
Date:   Thu Feb 9 10:11:36 2012 +0100

    Bug 7513 Marc Import Hangs
    
    On some record, the commit_biblio_file is creating wide
    character
    because as_xml is not used with correct parameter.
    This patch fixes that.
    To test on a UNIMARC Koha, stage attachment 7510 and
    then import.
    It hangs before the patch, it passes after.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 3f686e86162aed91541b5233452f8d15afd24ab7
Author: Srdjan Jankovic <srdjan at catalyst.net.nz>
Date:   Fri Jan 27 15:19:25 2012 +1300

    bug_7231: Call GetMarcPrice() in acqui/neworderempty.pl for staged imports
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry-picked from commit 39def35275c3f2fa8eb4468e97b4c445e1f605fb)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 1ea8c45b94ba8b3421dcd0e9c1f41473b443ffd9
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Feb 15 12:34:30 2012 +1300

    Bug 7540 [3.6.x] - add id values to the legends in the patron entry form
    
    This adds the following IDs to the legends in the patron entry form:
     main_address_lgd contact_lgd alt_address_lgd alt_contact_lgd
     library_management_lgd library_setup_lgd opac_staff_login_lgd
     patron_messaging_prefs_lgd
    
    With these in place, then jquery like:
    $(document).ready(function(){
            $('#main_address_lgd').text('Postal Address');
            $('#alt_address_lgd').text('Residential Address');
    });
    in intranetuserjs can be used to rename things to taste.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 3e1318a454c8daa4da798edd9b3a5442f96b1ecb
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Dec 7 12:18:53 2011 -0500

    Bug 5543 - Date ISO format wrong separator
    
    This patch converts the changes in Fridolyn SOMERS patch
    to T:T and adds an update to the database to correct
    the description there.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 4b7216d6efacac301e71639435b47336ab627cbd
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Nov 30 14:53:48 2011 +0100

    Bug 7272 setting NULL to debarred field, to avoid having 0000-00-00
    
    0000-00-00 can come only from a problem in the 3.06.00.001 update
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 C4/Auth.pm                                         |    2 +-
 C4/ImportBatch.pm                                  |    2 +-
 C4/Koha.pm                                         |    4 +-
 C4/SIP/ILS/Transaction/RenewAll.pm                 |    6 +-
 C4/Templates.pm                                    |   24 +-
 acqui/neworderempty.pl                             |   27 +-
 cataloguing/value_builder/marc21_field_008.pl      |    5 +-
 debian/templates/apache-site.conf.in               |    4 +-
 etc/koha-httpd.conf                                |    6 +-
 installer/data/mysql/kohastructure.sql             |    3 +
 installer/data/mysql/sysprefs.sql                  |    2 +-
 installer/data/mysql/updatedatabase.pl             |   21 +
 .../intranet-tmpl/prog/en/includes/date-format.inc |    2 +-
 .../en/modules/admin/preferences/i18n_l10n.pref    |    2 +-
 .../prog/en/modules/catalogue/detail.tt            |    2 +-
 .../prog/en/modules/members/memberentrygen.tt      |   18 +-
 koha-tmpl/opac-tmpl/prog/en/css/print.css          |    9 +-
 .../prog/en/modules/opac-full-serial-issues.tt     |    1 -
 kohaversion.pl                                     |    2 +-
 misc/release_notes/release_notes_3_6_5.txt         |  259 +
 .../po/am-Ethi-i-opac-t-prog-v-3006000.po          | 3424 +--
 .../po/am-Ethi-i-staff-t-prog-v-3006000.po         | 3750 ++--
 misc/translator/po/am-Ethi-pref.po                 |  144 +-
 .../po/ar-Arab-i-opac-t-prog-v-3006000.po          | 9031 +++---
 .../po/ar-Arab-i-staff-t-prog-v-3006000.po         |28309 +++++-----------
 misc/translator/po/ar-Arab-pref.po                 | 2028 +-
 .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 3412 +--
 .../po/az-AZ-i-staff-t-prog-v-3006000.po           |18380 ++---------
 misc/translator/po/az-AZ-pref.po                   |  144 +-
 misc/translator/po/ben-i-opac-t-prog-v-3006000.po  | 2403 +-
 misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 3750 ++--
 misc/translator/po/ben-pref.po                     |  144 +-
 .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 3285 +--
 .../po/ca-VA-i-staff-t-prog-v-3006000.po           | 3750 ++--
 misc/translator/po/ca-VA-pref.po                   |  144 +-
 misc/translator/po/cs-CZ-pref.po                   |18165 +++++++++--
 .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 4056 +--
 .../po/da-DK-i-staff-t-prog-v-3006000.po           | 6444 ++---
 misc/translator/po/da-DK-pref.po                   |  179 +-
 .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 3398 +--
 .../po/de-DE-i-staff-t-prog-v-3006000.po           |17411 ++---------
 misc/translator/po/de-DE-pref.po                   |  177 +-
 .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 4002 +--
 .../po/el-GR-i-staff-t-prog-v-3006000.po           |24806 +++------------
 misc/translator/po/el-GR-pref.po                   | 2016 +-
 .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 3522 +--
 .../po/en-GB-i-staff-t-prog-v-3006000.po           |17261 ++---------
 misc/translator/po/en-GB-pref.po                   |  154 +-
 .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 3823 +--
 .../po/en-NZ-i-staff-t-prog-v-3006000.po           |35123 +++++---------------
 misc/translator/po/en-NZ-pref.po                   |  154 +-
 .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 3938 ++--
 .../po/es-ES-i-staff-t-prog-v-3006000.po           |11628 ++++----
 misc/translator/po/es-ES-pref.po                   |  276 +-
 misc/translator/po/eu-i-opac-t-prog-v-3006000.po   | 6802 ++--
 misc/translator/po/eu-pref.po                      |  144 +-
 .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 2421 +-
 .../po/fi-FI-i-staff-t-prog-v-3006000.po           | 3901 ++--
 misc/translator/po/fi-FI-pref.po                   |  144 +-
 .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 2528 +-
 .../po/fr-CA-i-staff-t-prog-v-3006000.po           | 3958 ++--
 misc/translator/po/fr-CA-pref.po                   |  162 +-
 .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 2163 +-
 .../po/fr-FR-i-staff-t-prog-v-3006000.po           | 3755 ++--
 misc/translator/po/fr-FR-pref.po                   |  180 +-
 misc/translator/po/hi-i-opac-t-prog-v-3006000.po   | 3223 +--
 misc/translator/po/hi-i-staff-t-prog-v-3006000.po  |15555 ++--------
 misc/translator/po/hi-pref.po                      |  144 +-
 .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 4108 +--
 .../po/hr-HR-i-staff-t-prog-v-3006000.po           | 5793 ++--
 misc/translator/po/hr-HR-pref.po                   |  182 +-
 .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 3628 +--
 .../po/hu-HU-i-staff-t-prog-v-3006000.po           | 7285 ++---
 misc/translator/po/hu-HU-pref.po                   |  144 +-
 .../po/hy-Armn-i-opac-t-prog-v-3006000.po          | 2408 +-
 .../po/hy-Armn-i-staff-t-prog-v-3006000.po         | 5588 ++--
 misc/translator/po/hy-Armn-pref.po                 |  144 +-
 .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 3549 ++-
 .../po/id-ID-i-staff-t-prog-v-3006000.po           | 3750 ++--
 misc/translator/po/id-ID-pref.po                   |  144 +-
 .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 2925 +-
 misc/translator/po/is-IS-pref.po                   |  152 +-
 .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 3124 +--
 .../po/it-IT-i-staff-t-prog-v-3006000.po           | 6372 ++---
 misc/translator/po/it-IT-pref.po                   |  245 +-
 .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po       | 3275 +--
 misc/translator/po/ja-Jpan-JP-pref.po              |  144 +-
 .../po/lo-Laoo-i-opac-t-prog-v-3006000.po          | 2921 +-
 .../po/lo-Laoo-i-staff-t-prog-v-3006000.po         | 3797 ++--
 misc/translator/po/lo-Laoo-pref.po                 |  144 +-
 .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 3253 +--
 misc/translator/po/mi-NZ-pref.po                   |  144 +-
 misc/translator/po/mon-i-opac-t-prog-v-3006000.po  | 3282 +--
 misc/translator/po/mon-i-staff-t-prog-v-3006000.po |13009 ++------
 misc/translator/po/mon-pref.po                     |  144 +-
 misc/translator/po/mr-i-opac-t-prog-v-3006000.po   | 2372 +-
 misc/translator/po/mr-i-staff-t-prog-v-3006000.po  | 3833 ++--
 misc/translator/po/mr-pref.po                      |  144 +-
 .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 2367 +-
 .../po/ms-MY-i-staff-t-prog-v-3006000.po           | 3774 ++--
 misc/translator/po/ms-MY-pref.po                   |  152 +-
 .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 2801 +-
 .../po/nb-NO-i-staff-t-prog-v-3006000.po           | 8516 +++---
 misc/translator/po/nb-NO-pref.po                   |  179 +-
 .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 3701 +--
 .../po/nl-BE-i-staff-t-prog-v-3006000.po           | 4214 ++--
 misc/translator/po/nl-BE-pref.po                   |  160 +-
 .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 3340 +--
 .../po/nl-NL-i-staff-t-prog-v-3006000.po           | 3750 ++--
 misc/translator/po/nl-NL-pref.po                   |  144 +-
 .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 2384 +-
 .../po/nn-NO-i-staff-t-prog-v-3006000.po           | 4752 ++--
 misc/translator/po/nn-NO-pref.po                   |  144 +-
 .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 3494 +--
 .../po/pl-PL-i-staff-t-prog-v-3006000.po           |10014 ++-----
 misc/translator/po/pl-PL-pref.po                   |  146 +-
 .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 4248 +--
 .../po/pt-BR-i-staff-t-prog-v-3006000.po           | 8833 ++----
 misc/translator/po/pt-BR-pref.po                   |  162 +-
 .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 3760 +--
 .../po/pt-PT-i-staff-t-prog-v-3006000.po           |18557 ++---------
 misc/translator/po/pt-PT-pref.po                   |  144 +-
 .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 3087 +--
 .../po/ro-RO-i-staff-t-prog-v-3006000.po           | 8098 ++----
 misc/translator/po/ro-RO-pref.po                   |  204 +-
 .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 4591 ++--
 .../po/ru-RU-i-staff-t-prog-v-3006000.po           | 4944 ++--
 misc/translator/po/ru-RU-pref.po                   |  164 +-
 .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 2353 +-
 .../po/sd-PK-i-staff-t-prog-v-3006000.po           | 3750 ++--
 misc/translator/po/sd-PK-pref.po                   |  144 +-
 .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 3669 +--
 .../po/sv-SE-i-staff-t-prog-v-3006000.po           | 4100 ++--
 misc/translator/po/sv-SE-pref.po                   |  144 +-
 misc/translator/po/tet-i-opac-t-prog-v-3006000.po  | 3667 +--
 misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 8589 ++----
 misc/translator/po/tet-pref.po                     |  144 +-
 .../po/th-THA-i-opac-t-prog-v-3006000.po           | 3346 +--
 .../po/th-THA-i-staff-t-prog-v-3006000.po          | 3754 ++--
 misc/translator/po/th-THA-pref.po                  |  144 +-
 .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 4213 +--
 .../po/tr-TR-i-staff-t-prog-v-3006000.po           |19085 ++----------
 misc/translator/po/tr-TR-pref.po                   |  924 +-
 .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 4596 ++--
 .../po/uk-UA-i-staff-t-prog-v-3006000.po           | 5769 ++---
 misc/translator/po/uk-UA-pref.po                   |  164 +-
 .../po/ur-Arab-i-opac-t-prog-v-3006000.po          | 2403 +-
 .../po/ur-Arab-i-staff-t-prog-v-3006000.po         | 3750 ++--
 misc/translator/po/ur-Arab-pref.po                 |  144 +-
 .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 6953 +++--
 .../po/vi-VN-i-staff-t-prog-v-3006000.po           |33284 +++++++++++--------
 misc/translator/po/vi-VN-pref.po                   |  416 +-
 .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po       |   42 -
 misc/translator/po/zh-Hans-CN-pref.po              |  178 +-
 .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po       |  115 +-
 .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po      |   22 +-
 misc/translator/po/zh-Hans-TW-pref.po              |  154 +-
 opac/opac-user.pl                                  |    2 +-
 tools/batchMod.pl                                  |    3 +-
 tools/import_borrowers.pl                          |    2 +-
 160 files changed, 213443 insertions(+), 383519 deletions(-)
 create mode 100644 misc/release_notes/release_notes_3_6_5.txt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list