[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.04-51-g4fd1b21

Git repo owner gitmaster at git.koha-community.org
Sun Mar 31 08:57:04 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.10.x has been updated
       via  4fd1b21908e543b102b8f2d9db6c9ffb953d23c9 (commit)
       via  2ba0d0c90239c835abdf834d79cd9d08ba429239 (commit)
       via  9306ee98c79d66dd9f7ca38f2e453085f3fd4416 (commit)
       via  647d73620e58329627d58aa4c97455e9326ff87c (commit)
       via  2289b340af718f2e2e2b56a3398533b453cc74c4 (commit)
       via  02ce3565120d0099dd47c90e3df02477bccaa005 (commit)
       via  bf24bb1d0f0d2084cad5a003bce6aac5b7dcbbe4 (commit)
       via  76fa7143c0d93953bef14ba40ade4a8da0ebf39c (commit)
       via  8b5a479bef77f702917a5e47343e769ac561f4d1 (commit)
      from  5a73a5b822b58f19733afcb3b9e64f438d27d482 (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 4fd1b21908e543b102b8f2d9db6c9ffb953d23c9
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Mar 27 13:20:47 2013 +0100

    Bug 9498 QA Followup for updatedatabase
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Small followup to update servers. No errors
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Conflicts:
    	installer/data/mysql/updatedatabase.pl

commit 2ba0d0c90239c835abdf834d79cd9d08ba429239
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Sun Mar 31 19:54:13 2013 +1300

    Bumping db version

commit 9306ee98c79d66dd9f7ca38f2e453085f3fd4416
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Wed Feb 13 13:43:22 2013 +0100

    Bug 9498 - Update encoding for Norwegian sample Z39.50 servers
    
    This patch
    - Updates the sample servers installed by the web installer
    - Does a database upgrade that changes the encoding for the servers
      in question
    
    To test:
    - Do a Norwegian installation and make sure to choose the optional
      sample Z39.50 targets
    - Check that encodings for the Norwegian targets (BIBSYS, SAMBOK,
      NORBOK and DEICHMAN) are all set to ISO_6937 (which is the wrong
      encoding)
    - Apply this patch and make sure updatadatabase.pl is run
    - Check that the encoding for the four targets mentioned above are
      now ISO_8859-1
    - Do one search against each target and check that there are no
      "strange" chars in the result list. Searching each of the targets
      for "hessen" should give results that include "norwegian vowels"
    - Log on to the MySQL of the test installation and empty the table
      of Z39.50 targets:
      mysql> delete from z3950servers;
    - Load this file into MySQL from the command line:
      installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql
      and check that it loads without errors and that the four
      Norwegian targets are still set to have encoding = ISO_8859-1
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Work as described. No errors.
    No koha-qa errors
    
    Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Conflicts:
    	installer/data/mysql/updatedatabase.pl
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 647d73620e58329627d58aa4c97455e9326ff87c
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Wed Mar 6 15:20:59 2013 +0100

    Bug 9752: Set marcflavour to NORMARC when NORMARC is chosen
    
    Currently, if you install the Norwegian translations and run
    through the web installer in Norwegian, choosing NORMARC as you
    marcflavour, the marcflavour syspref is set to MARC21.
    
    To test:
    - Apply the patch
    - Install nb-NO
    - Run through the web installer, choosing nb-NO as the language
    - Choose NORMARC as the MARC dialect
    - When the web installer is done, check the value of the
      marcflavour syspref. It should be NORMARC, not MARC21.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Did a regression test installing UNIMARC too.
    All tests and QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 2289b340af718f2e2e2b56a3398533b453cc74c4
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Mar 18 16:18:52 2013 +0100

    Bug 9837 - Fix Norwegian authorized values for the web installer
    
    This patch fixes the file of authorized values that is used when
    the web installer is run in Norwegian:
    
    Not translated: BOR_NOTES
    Missing: REPORT_GROUP
    
    To test:
    - Install the Norwegian translation
    - Run through the web installer in Norwegian
    - Make sure the auth_val.sql file is included
    - Check that there are no errors in the web installer
    - Check that the BOR_NOTES and REPORT_GROUPS values are present
      in Home > Administration > Authorized values
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    I can't test the validity of the translation, but it doesn't break
    anything :)
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    SQL and NORMARC only, works alright.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 02ce3565120d0099dd47c90e3df02477bccaa005
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Feb 28 10:04:17 2013 +0100

    Bug 9726: XISBN service throttle not initialized
    
    For limiting XISBN API use, XISBNDailyLimit syspref is used to compare
    with daily use count of the API. This count is stored in
    services_throttle table. But this table content is never initialized,
    not in installer nor in updatedatabase. So count is never increased and
    API is used without limit.
    
    This patch add an insert of service type in services_throttle if not
    existing. So service throttle will be initialized.
    
    Test plan :
    - Check that you don't have a line in services_throttle for
      service_type=xisbn
    - Activate FRBRizeEditions and XISBN sysprefs
    - Set a small number in XISBNDailyLimit (ie 5)
    - Go to a biblio page (with ISBN)
    - Look at services_throttle table
      => you should have a line for service_type=xisbn with service_count=1.
    - Refresh biblio page untill limit is reached
      => service_count should be equal to limit for service_type=xisbn
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Passes test plan correctly.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Fixes problem, tested according to test plan.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit bf24bb1d0f0d2084cad5a003bce6aac5b7dcbbe4
Author: Peter Crellan Kelly <peter at catalyst.net.nz>
Date:   Thu Mar 21 22:53:09 2013 +1300

    Bug 9885 Passwords generated by command line scripts are weak
    
    This changes the scripts so that:
    - in koha-create, the zebra password and mysql passwords are set to 16 character "secure" passwords, ie generated with pwgen -s 16 1
    - the patron password is set to a 12 character "memorable" password.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Looks good. I did not actually build, install and test new packages,
    but i did test pwgen with the new arguments and the changes make
    sense.
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    QA signoff
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 76fa7143c0d93953bef14ba40ade4a8da0ebf39c
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Nov 1 08:17:08 2012 +1100

    Bug 9002 - Remove Problematic Logic from Patron Messaging Preferences Form
    
    If you do not have SMSSendDriver set and you do not have a message_transport_type of "sms", you will get an extra table column filled with a hyphen "-" and no corresponding table heading in the Patron Messaging Preferences table.
    
    This pushes the table out of alignment so the email checkbox goes under "Digests Only?", the digests checkbox goes under "Do not notify", and the Do not notify checkbox is pushed to the side with no heading.
    
    Signed-off-by: Sophie Meynieux <sophie.meynieux at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested for regressions.
    All tests and QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 8b5a479bef77f702917a5e47343e769ac561f4d1
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Dec 12 15:47:55 2012 +0100

    Bug 9274: Software error in bibtex export
    
    Exporting to Bibtex from OPAC returns a software error.
    This is because call to C4::Biblio::GetMarcAuthors does
    not return only authors but also authority link.
    This patch replaces this call by a direct read of
    MARC::Record, like for other Bibtex datas.
    C4::Biblio::GetMarcAuthors is really destinated to a
    direct use in a template.
    Also, actually all author subfields are joined with
    'and'. According to Bibtext format, authors should be
    "firstname surname and ..." or "surname, firstname and
    ...". I have choosen second one because in non-UNIMARC
    it corresponds to $a content.
    
    For example UNIMARC :
    700 $aDoe $bJohn
    700 $aDoe $bJanne
    Gives : Doe, John and Doe, Janne
    For example MARC21 :
    700 $aDoe, John
    700 $aDoe, Janne
    Gives : Doe, John and Doe, Janne
    
    Test plan :
    Without patch :
    Exporting to Bibtex from OPAC returns a software error.
    With patch :
    Exporting to Bibtex from OPAC succeeds.
    Authors are composed using : $a, $b and ... for UNIMARC, $a ... for other marc flavours.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Works as decribed. All record export that produces
    error pre-patch, now export without error.
    No koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes error and output of additional authors.
    Main entry in 100 is still missing.
    All tests and  QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Installer.pm                                    |    7 ++--
 C4/Record.pm                                       |   32 ++++++++++++++++---
 C4/XISBN.pm                                        |   16 +++++++---
 debian/scripts/koha-create                         |    6 ++--
 debian/scripts/koha-reset-passwd                   |    2 +-
 .../data/mysql/nb-NO/2-Valgfritt/auth_val.sql      |    9 +++++-
 .../data/mysql/nb-NO/2-Valgfritt/z3950servers.sql  |    8 ++--
 installer/data/mysql/updatedatabase.pl             |   12 +++++++-
 .../prog/en/includes/messaging-preference-form.inc |    5 +--
 kohaversion.pl                                     |    2 +-
 10 files changed, 71 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list