[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-33-geee05b2

Git repo owner gitmaster at git.koha-community.org
Mon May 13 03:10:28 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  eee05b2113e4de5a499a0d39dc98f1b9c5fe743b (commit)
       via  576cf616c45b9c3225a0b9cbeb368c2d7ba8ed53 (commit)
       via  41b16e0fec61aa3eb5b227e59c1fd7c2e5e3d58d (commit)
       via  fc1353caf400c928107dc72ebe34f2ff8ee424d6 (commit)
      from  fa023d7886fcfae9e0bc4fd86879e50fe782834e (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 eee05b2113e4de5a499a0d39dc98f1b9c5fe743b
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Dec 17 15:51:33 2012 -0500

    Bug 8840 - [SIGNED-OFF] Patch to solve false "All dependencies installed!"
    
    Reordered logic to accumulate MISSING_PATCHES variable and tweak
    condition to be certain it was not failing.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Works as advertised, see Bugzilla for details.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 18b8f018c7f7fdcbac498ecea95d3da4baa0b8ff)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 576cf616c45b9c3225a0b9cbeb368c2d7ba8ed53
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sat Sep 29 01:11:55 2012 +0800

    Bug 8840 - [SIGNED-OFF] ubuntu-pkg-check.sh fix and extend functionality
    
    First, reworked it into a newer script with parameters:
       ubuntu-packages.sh -r
    This will generate output identical to the old script, except
    that it is fixed for non-english setups.
       ubuntu-packages.sh -h
    This adds a brief help, which all scripts should have.
       ubuntu-packages.sh -ic
    This helps handle a multi-arch problem by printing out a
    relevant command for installing missing dependencies.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Works as advertised, see Bugzilla for details.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 748c6e7f89310a3092ef202ece4547356ad90a95)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 41b16e0fec61aa3eb5b227e59c1fd7c2e5e3d58d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 19 10:21:43 2013 -0400

    Bug 10079 - HomeOrHoldingBranch should not control who can delete when IndependantBranches is enabled
    
    Test Plan:
    1) Enable IndependantBranches
    2) Set HomeOrHoldingBranch to holding branch
    3) Delete an item whose holding branch is your logged in branch, and
       whose home branch is not
    4) Apply this patch
    5) Repeat step 3, it should fail
    6) Try to delete another items whose home branch is your logged in
       branch, and whose holding branch is a different branch. This
       deletetion should succeed.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    Change is logical, only homebranch should determine if the item
    can be deleted.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit f1d68112820483b8cc5e837f6ded6f9bebe83717)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit fc1353caf400c928107dc72ebe34f2ff8ee424d6
Author: Adrien Saurat <adrien.saurat at biblibre.com>
Date:   Tue Apr 23 09:40:33 2013 +0200

    Bug 10100: adds a class to OPAC news dates
    
    Adds a "newsfooter" class to allow CSS modification
    of the date appearing as a footer on each news.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Adds a class, checked po files to make sure change is string safe.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 8901374b934c087b458195d9d1e7828f35aa74e0)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 C4/Items.pm                                      |    7 +-
 install_misc/ubuntu-packages.sh                  |  194 ++++++++++++++++++++++
 install_misc/ubuntu-pkg-check.sh                 |   27 ---
 koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt |    2 +-
 4 files changed, 198 insertions(+), 32 deletions(-)
 create mode 100755 install_misc/ubuntu-packages.sh
 delete mode 100755 install_misc/ubuntu-pkg-check.sh


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list