[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-317-ga8ee942

Git repo owner gitmaster at git.koha-community.org
Sat Apr 27 14:18:11 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.12.x has been updated
       via  a8ee942442d42e7ae4f42567eba22f33725188a5 (commit)
       via  59ce0cd4a6863770e1cc6b956512e5698f94e06b (commit)
       via  8bb6bafbeb827cef15922ce497a7a73ebbfc3a6e (commit)
       via  2dbe9386065567f0f535188d843dfe12765f5fed (commit)
       via  239d37cb7e6d34fecd0050eadd5ac771c9ff5bda (commit)
       via  b247b2c5217be18cc4f2fdd96877bac9b6eb9eab (commit)
       via  79a9b11a7937bab8397ec526114b0c072b253b17 (commit)
       via  c48be8b905efa9ba4e472dbcbcea6ee15a92e075 (commit)
      from  00895bab836e2698223c1e081868ef0932542d50 (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 a8ee942442d42e7ae4f42567eba22f33725188a5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 25 09:47:53 2013 +0200

    Bug 10088: FIX adding an order from a staged file.
    
    Bug 9902 introduced an issue in the C4::Items::PrepareItemrecordDisplay
    routine. The existence of $defaulvalue hashref should be tested before
    getting to the branchcode key.
    
    Test plan:
    Before applying the patch, an error occurred when you try to create an
    order from a staged file.
    After applying the patch, the error does not appear anymore.
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit f2e44716f60578b9663862d7b2ba3b16f7067143)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 59ce0cd4a6863770e1cc6b956512e5698f94e06b
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Apr 27 08:11:39 2013 -0400

    Bug 2046: Increment version number
    
    Database update for bug 2046 has been given version 3.11.00.203
    (cherry picked from commit e1ecd7aa3fa5bbd6423255a4fc6585b946633eb1)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 8bb6bafbeb827cef15922ce497a7a73ebbfc3a6e
Author: Kristina D.C. Hoeppner <kristina at catalyst.net.nz>
Date:   Fri Mar 29 15:04:42 2013 +1300

    Bug 2046 - Suggestions: Title Field too small
    
    Increase both on staff and OPAC interface
    from 80 to 255 characters to be saved in
    the database. Shown will be 80 characters.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Clean patch, workes as described.
    
    To test:
    - Apply patch and run database update
    - Check that the column in the database is now varchar(255)
    - Enter a new suggestion in the OPAC
    - Edit this suggestion in staff
    - Confirm form has the new max value set
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 7a5dc6eef546bfa4f9465e9f864bacdefe168cd5)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 2dbe9386065567f0f535188d843dfe12765f5fed
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Apr 27 07:21:25 2013 -0400

    Add Stefano Bargioni to the history
    
    Welcome, Stefano, you are the 209th developer with a patch in Koha!
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 97596d94982ce8c7ea4f2e8a29f724cb97cc1613)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 239d37cb7e6d34fecd0050eadd5ac771c9ff5bda
Author: Stefano Bargioni <bargioni at pusc.it>
Date:   Fri Apr 26 11:18:52 2013 +0200

    Bug 10093 - Typo in marc21_leader.tt
    
    fixed a typo in marc 21 leader builder about the value 'b', Serial component part
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Good catch.
    Template change only.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 9a449ce16ce00d667ff12ec262dc02e973a21cc2)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit b247b2c5217be18cc4f2fdd96877bac9b6eb9eab
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 25 14:48:03 2013 +0200

    Bug 10110 Followup for Acquisition.pm
    
    Adding a FIXE at a line that uses $sth->{NAME} for possible utf8 problems.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Adds a comment, no danger from that.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 8084a70a3b13a87a516844ee7b7f3665aa8c1e95)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 79a9b11a7937bab8397ec526114b0c072b253b17
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 25 13:54:31 2013 +0200

    Bug 10110: Problems with diacritics in saved SQL reports
    
    Adds decoding for cgi params (for completeness).
    Apparently, the NAME attribute of DBI statement handle has a UTF8 bug.
    Fixing this by decoding the returned column names.
    Did this in a shared routine.
    
    http://bugs.koha-community.org/show_bug.cgi?id=10110
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Copying test plan from bug report:
    
    Example SQL:
    select
    branchname as "Bibliothek (üöä)",
    branchname "Bibiothek (üäa)",
    branchname
    from branches where branchcode = <<Bibliothekskürzel|branches>>
    
    1) Create report with given example SQL or your own including
       some diacritics in the columnnames
    2) Save the report and run it
    3) Verify column names are broken before patch, but fixed after..
    
    All tests and QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit d050e557f4ac3d7a8b1a0fa573a8ca00aa0862a9)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit c48be8b905efa9ba4e472dbcbcea6ee15a92e075
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri Apr 26 17:11:37 2013 +0100

    Bug 9684 : Correct path to compact.xsl
    
    When try to display card view of retrieved record
    error occurred as compact.xsl could not be found
    script was constructing path as though it was opac
    
    Also added fallback to en version if no xsl file
    found under current lang as done in opac-showmarc.pl
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Test plan:
    
    * Set sys pref to use CCSR
    * Do a Z39.50 Search
    * Click 'card' on one of the results
    * confirm that there is no error.
    
    All test pass
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I am astonished that opacthemes affects Z39.50 search in
    staff so this might be fixing a bigger problem.
    
    Checked that clicking on Card works for both themes now
    correctly after I confirmed the bug.
    Also all views in OPAC were checked for both themes.
    
    All tests and QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 5b6f89714d58d4a7c33b621b2cefbc02523dafa3)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |    3 +++
 C4/Items.pm                                        |    6 +++++-
 catalogue/showmarc.pl                              |    7 +++++--
 docs/history.txt                                   |    1 +
 installer/data/mysql/kohastructure.sql             |    2 +-
 installer/data/mysql/updatedatabase.pl             |    7 +++++++
 .../cataloguing/value_builder/marc21_leader.tt     |    2 +-
 .../prog/en/modules/suggestion/suggestion.tt       |    2 +-
 .../opac-tmpl/prog/en/modules/opac-suggestions.tt  |    2 +-
 kohaversion.pl                                     |    2 +-
 reports/guided_reports.pl                          |   15 ++++++++++-----
 11 files changed, 36 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list