[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.02-58-gece808b

Git repo owner gitmaster at git.koha-community.org
Sat Feb 16 06:31:47 CET 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  ece808bf4e4e5454b021669a10c1c73f80a361e1 (commit)
       via  d6e2a2b5b700c6263b3e571f2d147cdf1ae2fbd2 (commit)
       via  f4bc342e74f785f5c598c1d1e03e5dc3f6388159 (commit)
      from  1e02a2a4d1094703334b0dec7588da6b0dd7a51c (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 ece808bf4e4e5454b021669a10c1c73f80a361e1
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Feb 12 14:56:14 2013 +1300

    Bug 9592 - update dependencies, allow blacklisting
    
    * Update the dependencies to match master
    * Blacklist the CHI and Data::Pagination
    * Perltidyed the list-deps script
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit d6e2a2b5b700c6263b3e571f2d147cdf1ae2fbd2
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sun Feb 10 13:39:50 2013 -0500

    Bug 7608: Manual history should not always be enabled
    
    When editing a subscription, the "manual history" block is visible even
    if the subscription was created with manual history off.
    
    To test:
    1) Create a subscription and do not check the "Manual history" checkbox.
    2) Save the subscription.
    3) Edit the subscription. Note that the manual history section does not
       appear.
    4) Enable manual history. Note the appearance of the manual history
       section.
    5) Save the subscription.
    6) Edit the subscription. Note that the manual history section appears.
    7) Click "[cancel manual history]". Note the disappearance of the manual
       history section, and the unchecking of the "Manual history" checkbox.
    8) Sign off on patch.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit f4bc342e74f785f5c598c1d1e03e5dc3f6388159
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Jan 23 10:52:28 2013 +0000

    Bug 9454: Use placeholders when adding basket
    
    Should always use placeholders when passing variables
    to DBI; avoids unforeseen bugs and security issues.
    
    Also:
    
    - reformated the long lists of parameters to add CR
    - moved the setting of defaults out of the call to ModBasket to
      clarify code
    - Setting parameters to undef if they were not defined
      was unnecessary bloat and obscuration
    
    Testing:
    Patch should not change functional behaviour. To test check that
    order baskets can still be correctly created.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    Created a new basket, added order lines and closed basket.
    Checked everything worked in the staff interface, also checked
    the entry for the new basket in aqbasket in the database.
    Logs are clean too.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Acquisition.pm                                  |   25 +++++----
 debian/control                                     |    6 +--
 debian/list-deps                                   |   55 +++++++++++---------
 .../prog/en/modules/serials/subscription-add.tt    |    2 +-
 4 files changed, 48 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list