[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-36-g6863bdb

Git repo owner gitmaster at git.koha-community.org
Mon Jun 17 10:58:23 CEST 2013


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.8.x has been updated
       via  6863bdbd4f2b3425dce8685a23551e12653a0736 (commit)
       via  ca23bd20550e69452d0267f2ddcda890875c3dc5 (commit)
       via  ecacc7612826c4de82d34cc50be910642eda10c3 (commit)
       via  55caf382b082e5c2ae11e59ca69bd81c481fb38a (commit)
      from  b4ee59100fb5a47fb323c870e056f9a029dbe7ee (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 6863bdbd4f2b3425dce8685a23551e12653a0736
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue May 21 14:54:36 2013 +0200

    Bug 10296: UT: t/data/db_schemas not needed
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    These were added with the intention of writing some
    schema verification test cases, but if that idea
    gets picked up again in the future, fresher copies
    of kohastructure.sql can be obtained from Git.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d2ee2b5cf34aa73bba23d2d54c32588f8acaa4e5)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 20bd5b63c4a098fd0d7e98343894d6b2c0b6914d)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 20bd5b63c4a098fd0d7e98343894d6b2c0b6914d)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 297486562293928a78851e37701a3b7ae01947a3)

commit ca23bd20550e69452d0267f2ddcda890875c3dc5
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Jun 6 11:44:38 2013 +0200

    Bug 10413 - Odd space character breaks translation
    
    This patch simply removes an odd space character that
    breaks translation by adding a second msgid="" in PO files.
    VI shows it as <U+2028>.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Small patch, removes invisible char. No errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 7b667ab134cdec5d90e71f52c6cdd3ee78559f6a)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit e9f1137391bedd8214c8dca4e407331c381201a2)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit e9f1137391bedd8214c8dca4e407331c381201a2)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit e923ccb07a06af2210359410ed5e6ef55b3d432d)

commit ecacc7612826c4de82d34cc50be910642eda10c3
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun May 19 10:56:01 2013 +0200

    Bug 10249: Fix untranslatable strings in OPAC detail page
    
    Star ratings feature:
    - Your CGI session cookie is not current. Please refresh
      the page and try again.
    - average rating:
    - your rating:
    
    Browse results feature:
    - Click to rewind the list to
    - See biblio
    - with biblionumber
    - by (between title and author)
    - Click to forward the list to
    - Go to detail
    
    To test:
    - Update the po file using 'perl translate update <langcode>'
    - Translate all new strings, maybe mark them with XX to make it easier
      to find them
    - Install the updated translation file using 'perl translate install
      <langcode>'
    - Test the ratings and browse results features in the OPAC detail page
    - Verify everything is still working/displaying like it should
    - Check that you don't find any unstranslated strings/terms
    
    Some hints where the changes are:
    - Change an existing rating - the average and your rating will change
    - Browse result list and check mouse over tooltips for all links
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Strings are now translated, and no emergent JS errors have revealed
    themselves.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 787a480626be474afa65737ae37a6c07cad0b1c7)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a6cf34d164c045bbd5e7ea250eae9fb666ccbb13)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit a6cf34d164c045bbd5e7ea250eae9fb666ccbb13)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 734e4fccfcd9c593a088cd1aeee5251c99905244)

commit 55caf382b082e5c2ae11e59ca69bd81c481fb38a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 9 15:11:22 2013 -0400

    Bug 10015 - UniqueItemFields could have link to database documentation
    
    Other system preferences which require entry of database column names
    include a link to the scheme for reference. The UniqueItemFields should
    do the same. This patch rewords the preference description to
    incorporate a link.
    
    To test, open the acquisitions tab in system preferences and confirm
    that the UniqueItemFields description looks correct and links to the
    right page in the schema.
    
    Signed-off-by: Frederic Durand <frederic.durand at unilim.fr>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 336301e63a919d90d4205f3f537130b7d69b0448)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Usefull and trivial string patch.
    (cherry picked from commit 910bfa1d1f3823d418d4024be082bd5a1da43a65)
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 910bfa1d1f3823d418d4024be082bd5a1da43a65)
    
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 60e1e993f338adbf1fe15b68c29d410d35403f75)

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

Summary of changes:
 .../en/modules/admin/preferences/acquisitions.pref |    3 +-
 .../prog/en/modules/help/members/moremember.tt     |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |   22 +-
 t/data/db_schemas/koha.mysql-2.2.9                 | 1357 -------------
 .../db_schemas/kohastructure.sql-3.00.00-alpha-044 | 1895 ------------------
 .../db_schemas/kohastructure.sql-3.00.00-beta-067  | 2029 --------------------
 6 files changed, 14 insertions(+), 5294 deletions(-)
 delete mode 100644 t/data/db_schemas/koha.mysql-2.2.9
 delete mode 100644 t/data/db_schemas/kohastructure.sql-3.00.00-alpha-044
 delete mode 100644 t/data/db_schemas/kohastructure.sql-3.00.00-beta-067


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list