[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.09-7-ga0a2767

Git repo owner gitmaster at git.koha-community.org
Fri Feb 7 02:14:44 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, 3.12.x has been updated
       via  a0a276723c8686d4606855943b07dc36dc0e2790 (commit)
       via  623fd09ba692561cc1417a0797e16a81dc0f0e92 (commit)
       via  41e17032d6bc70ceea08c73eb2d8350cb99aa57f (commit)
       via  412b761e27267b55e07d93ce3ec436cbddaf02d8 (commit)
       via  4d75ded81b64e23979c44c3ea6611f240745f93e (commit)
       via  677e9299da6e808bd4c76dc036da9e39c4277edd (commit)
       via  0b4854ca08e6d298c68f7e891fad1b682cba7b3e (commit)
      from  9dd804defc30df878b16966fedad4935ba8118ec (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 a0a276723c8686d4606855943b07dc36dc0e2790
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Feb 6 11:46:23 2014 -0300

    Increment version for 3.12.10 release
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 623fd09ba692561cc1417a0797e16a81dc0f0e92
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Feb 6 11:44:59 2014 -0300

    Update release notes for 3.12.10 release
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 41e17032d6bc70ceea08c73eb2d8350cb99aa57f
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Feb 4 23:03:08 2014 +0000

    Bug 11666: remove SQL as an option for MARC framework exports and imports
    
    The SQL option for MARC framework imports was subject to a bug whereby
    somebody could use it to gain access to arbitrary information in the
    database by uploading an SQL file containing unexpected statements.
    
    As it is difficult to securely sanitize SQL, this patch removes the
    option to use SQL as an import or export format.
    
    To test:
    
    [1] Verify that SQL no longer appears as an import or export option
        for the MARC frameworks.
    [2] Verify that exports and imports in CSV, Excel XML, and ODS formats
        still work.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as advertised. The UI doesn't offer exporting/importing in the SQL format.
    Crafting the URL to export SQL fallbacks to a spreadsheet format (ODS).
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 94e349ff6ce4a1abb313102decc12429d02dfb4b)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    There were conflicts on the template. The modified strings wont get translated
    but in as it is an administrative feature that not everyone uses on a daily basis
    I think it wont hurt. And will get fixed in a couple of weeks anyway.

commit 412b761e27267b55e07d93ce3ec436cbddaf02d8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Feb 4 15:54:33 2014 +0000

    Bug 11666: add permission check for MARC framework import/export
    
    This patch makes the MARC framework import/export script require
    that the staff user be logged in with appropriate permissions for
    managing the MARC frameworks.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    I can confirm the bug and the solution. After applying the patch
    downloading the file without logging in first is no longer possible.
    Also passes tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 03d4ed2468bb9ab97b1f7b7d9e29507dc815a8b3)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4d75ded81b64e23979c44c3ea6611f240745f93e
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Feb 1 02:11:38 2014 +0000

    Bug 11662: remove disused member-picupload.pl
    
    This script is no longer used, and in addition has problematic
    handling of its parameters that could lead to writing to
    arbitrary files on the server.
    
    To test:
    
    [1] Verify that member-picupload.pl is no longer referred
        to in the codebase after applying this patch.
    [2] Verify that there are no regressions in patron
        photo management.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Found no regressions in removing this script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 939079de756fdda1ca8f62c48efe0e2e3034ae32)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 677e9299da6e808bd4c76dc036da9e39c4277edd
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sat Feb 1 15:06:58 2014 +1300

    Bug 11661: sanitize file names supplied to edithelp.pl
    
    This patch corrects an issue whereby edithelp.pl could
    be used to create or modify arbitrary files on the server
    with the permissions of the Apache user.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 7baf02c263a627b1454577b3141a0af4b8f963d1)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0b4854ca08e6d298c68f7e891fad1b682cba7b3e
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sat Feb 1 14:18:23 2014 +1300

    Bug 11660: remove disused tools/pdfViewer.pl
    
    tools/pdfViewer.pl can be used to read artibrary files on the system.
    
    It is actually an unused file, so leaving it around serves no purpose
    and is dangerous.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    No regressions found.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d1b6e0646fd6a70f6724189554e80aaa68aec64b)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/ImportExportFramework.pm                        |  219 +-------------------
 admin/import_export_framework.pl                   |   26 ++-
 edithelp.pl                                        |    4 +-
 installer/data/mysql/updatedatabase.pl             |    6 +
 .../prog/en/modules/admin/biblio_framework.tt      |   24 +--
 kohaversion.pl                                     |    2 +-
 members/member-picupload.pl                        |   77 -------
 ..._notes_3_12_9.txt => release_notes_3_12_10.txt} |  162 +++++----------
 tools/pdfViewer.pl                                 |   42 ----
 9 files changed, 102 insertions(+), 460 deletions(-)
 delete mode 100755 members/member-picupload.pl
 copy misc/release_notes/{release_notes_3_12_9.txt => release_notes_3_12_10.txt} (58%)
 delete mode 100755 tools/pdfViewer.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list