[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.00-50-g3e8382e

Git repo owner gitmaster at git.koha-community.org
Mon May 14 23:44:26 CEST 2012


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.8.x has been updated
       via  3e8382e979959526ee8ed83a444d62e54038dee9 (commit)
       via  7ed90fc4abe2dcd62e90f59a0fd1c73d33d7284a (commit)
       via  3a21f898fa2af3202b23aa4a423d2649eb36ab4e (commit)
       via  59bac06e4f79eefd596e9008bcad6cf81eb0c962 (commit)
       via  fcf17922167d438643675e3b9ebab9b4a651d76f (commit)
       via  c5de1f7a09cda331bb0c44f394eaf6da01e3fde0 (commit)
       via  7cf6742c0a0b8af6264382f81064b1259137d22d (commit)
      from  edd73bb6727329f083b944643fc896becb4470bb (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 3e8382e979959526ee8ed83a444d62e54038dee9
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Tue May 15 09:15:43 2012 +1200

    Bug 7213 : Follow up fixing license information

commit 7ed90fc4abe2dcd62e90f59a0fd1c73d33d7284a
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Thu Nov 10 21:39:55 2011 +0100

    Bug 7213 - simple /svc/ HTTP example
    
    Simple command-line client which can authorize itself to Koha,
    get MARC XML record based on biblio number and update record
    
    This script can also be used as module using require "koha-svc.pl"
    from other scripts which can implement MARC XML creation or parsing.
    
    This is follow up version which now uses Content-type: text/xml
    header when using POST method to be in sync with documentation at
    http://wiki.koha-community.org/wiki/Koha_/svc/_HTTP_API
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 3a21f898fa2af3202b23aa4a423d2649eb36ab4e
Author: Ian Walls <koha.sekjal at gmail.com>
Date:   Thu Mar 22 17:06:21 2012 -0400

    Bug 5549 followup: fix suspension in days further
    
    Grace periods are now measured in the same unit as the loan.
    
    Suspension in days works explicitly in days, independent of unit.  Since
    the 'deltadays' duration is actually the duration, possibly in hours, between
    when the material was due and when it's returned, we need to take the finedays
    factor (how many days per unit overdue) and multiple it by 24 if the unit is
    hourly.
    
    Example: a 1 hour loan material with 1 hour grace period and finedays = 2,
    returned 2 hours late would give 4 days suspension
    
    To test:
    1.  create some circ rules:
      A) an hourly loan rule with suspension in days
      B) an hourly loan rule with suspension in days and a grace period
      C) a daily loan rule with suspension in days
      D) a daily loan rule with suspension in days and a grace period
    2.  Check out 2 materials under each rule.  We'll call these A1-D1
    and A2-D2 (to associate with the rule)
    3.  Return A1-D1 late, but within the grace period for B1 and D1 as appropriate
    4.  Return A2-D2 late, after the grace periods
    
    You should get:
    
    A1: suspended for (#hours late) * (#suspensionindays) days
    B1: not suspended
    C1: suspended for (#days late) * (#suspensionindays) days
    D1: not suspended
    
    A2: suspended for (#hours late) * (#suspensionindays) days
    B2: suspended for (#hours late) * (#suspensionindays) days
    C2: suspended for (#days late) * (#suspensionindays) days
    D2: suspended for (#days late) * (#suspensionindays) days
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 59bac06e4f79eefd596e9008bcad6cf81eb0c962
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri May 11 14:38:50 2012 +0000

    Bug 7178: Follwup - Remove warning on uninitialized value in sprintf for neworderempty
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit fcf17922167d438643675e3b9ebab9b4a651d76f
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Mar 28 17:01:07 2012 +0200

    Bug 7178: Follow-up Improve order item creation
    
    Move SQL code from Perl script to Perl module
    Replace SHOW COLUMNS by $dbh->column_info()
    Update total on neworderempty.pl when adding or deleting items
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested ok for ordering and receiving items.
    Total updated correctly.
    
    Note: There are lots of errors in the logs before and after applying
    the patch. A follow up is needed.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit c5de1f7a09cda331bb0c44f394eaf6da01e3fde0
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sun May 13 11:06:03 2012 -0400

    Bug 7998: Don't make the news all bold
    
    Signed-off-by: Gaetan Boisson <gaetan.boisson at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 7cf6742c0a0b8af6264382f81064b1259137d22d
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Mon Apr 23 11:07:51 2012 -0500

    Bug 7998 - CSS fixes for new interface
    
    Omnibus of changes thus far:
    
    adds slight transparency for news so logo shows through on mainpage..
    Fixes purple header gradient in Chrome-based browsers.
    remove list from returns.tt options so checkboxes do not have bullets.
    fix missing gradient class on returns.tt.
    reverse colors of menu div - blue for inactive, grey for active.
    
    turns searchheader blue, rounds corners, improves spacing for sort form.
    
    Adds padding, rounded corners, and a 1px border to the now-blue toolbar.
    
    increase width of intranet nav div to width 40%
    
    add a bit of padding to #searchheader
    
    fieldset.action changes - removed background, added a little padding to make it look better in all of the uses I could find of it.
    
    Bug 7998 - followup - make facets header background blue
    
    bug 7998 - followup - fixing headers on search.pl to be blue, rounded.
    
    bug 7998 - followup - consistency tweaks
    
    match menu borders to the search header tabs (green border)
    hover menus a very light grey instead of #eee.
    make fieldset.brief have a consistent border with the rest of the fieldsets.
    
    bug 7998 - followup - more tabs/borders updating to fit in new look
    
    boraccount.pl
    
    bug 7998 - followup - add gradient div to prefs-admin-search.inc
    
    Bug 7998 - Change toolbar to be lighter, with barely discernible border
    
    Will need to be applied after the other patch.
    
    Bug 7998 - add gradient to roadtype admin panel
    
    Bug 7998 - adds gradient to patrons-admin-search.tt
    
    Bug 7998 - add gradient to budgets-admin-search.inc
    
    bug 7998 - add gradient to z3950-admin-search.inc
    
    Bug 7998 - add gradient to cities-admin-search.inc
    
    bug 7998 - active tab on checkout table now has green border like side menu
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Circulation.pm                                  |    8 +-
 C4/Items.pm                                        |   38 +++++
 acqui/check_uniqueness.pl                          |   27 +---
 acqui/neworderempty.pl                             |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css   |    9 +-
 .../intranet-tmpl/prog/en/css/staff-global.css     |   90 +++++++-----
 .../prog/en/includes/budgets-admin-search.inc      |    3 +-
 .../prog/en/includes/cities-admin-search.inc       |    3 +-
 .../prog/en/includes/patrons-admin-search.inc      |    3 +-
 .../prog/en/includes/prefs-admin-search.inc        |    2 +
 .../prog/en/includes/roadtype-admin-search.inc     |    7 +-
 .../prog/en/includes/z3950-admin-search.inc        |    3 +-
 koha-tmpl/intranet-tmpl/prog/en/js/additem.js      |    4 +-
 .../prog/en/modules/acqui/neworderempty.tt         |    9 +-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |   13 +-
 misc/migration_tools/koha-svc.pl                   |  149 ++++++++++++++++++++
 16 files changed, 292 insertions(+), 78 deletions(-)
 create mode 100755 misc/migration_tools/koha-svc.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list