[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-59-g6971b7d

Git repo owner gitmaster at git.koha-community.org
Thu Jan 22 09:00:23 CET 2015


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.16.x has been updated
       via  6971b7d532aa924782f9b2864698d59f5fa687d2 (commit)
       via  b69b2faed60be9ce1cbee454a479d516037ce7e9 (commit)
      from  cb7e1c6066ff59ba436052f2eb944c826d6e9ea0 (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 6971b7d532aa924782f9b2864698d59f5fa687d2
Author: Mason James <mtj at kohaaloha.com>
Date:   Thu Jan 22 19:34:52 2015 +1300

    Reverting back to 'v3.16.06' tag, 1c30985
    
    i've discovered a bit late - a series of patches to fix issues for the 'ajax circ' feature (BZ11703) in 3.16
    http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11703
    
    specifically, these patches...
    
    730f416 Bug 13537 - Focus should move to barcode after renewing via checkouts table
    2d70457 Bug 13290 - Add better feedback for returns to the checkouts table
    7477cbc Bug 13408: Tell librarians they may continue scanning while checkouts table is loading
    24a749d Bug 13293 - Regression: Override renewal limit option broken with AJAX circ
    6e20fdf Bug 13286 - Checkouts table due date not updated when an item is renewed.
    13fda83 Bug 13195 - Regression: Circulation checkouts table no longer shows item type description
    48db11d Bug 13236 - Regression: Table of checkouts no longer preselects overdue items for rewewal
    17e6a8b Bug 12778 - Regression: Item lost status doesn't show in list of checkouts
    dd385fc Bug 13253 - Unnecessary white space above checkouts table in circulation
    8848e72 Bug 13020 - Checkouts table default ordering is incorrect
    d8ed913 Bug 12899: Row grouping in checkouts table is alphabetical and depends on translation
    b8fae84 Bug 12729 - Overdue items won't show as overdue in red in circulation
    
    most of these patches don't apply clean, and need to be manually added to 3.16 (which is also risky and fiddly)
    
    because these patches are (imho) the most urgent for 3.16 - i plan to reset the 3.16.x branch back to the 'v3.16.6 tag', then add these corrected patches 1st, before less urgent patches

commit b69b2faed60be9ce1cbee454a479d516037ce7e9
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jan 21 02:59:32 2015 +1300

    Revert "Bug 13196 - "Always show checkouts immediately" cookie should persist across sessions"
    
    This reverts commit cb7e1c6066ff59ba436052f2eb944c826d6e9ea0.

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

Summary of changes:
 C4/Acquisition.pm                                  |    7 +-
 C4/Circulation.pm                                  |   11 +-
 C4/Creators/PDF.pm                                 |   92 ++++++++-
 C4/Installer/PerlDependencies.pm                   |    2 +-
 C4/Koha.pm                                         |    1 -
 C4/Labels/Label.pm                                 |    5 +-
 C4/Members.pm                                      |    2 +-
 C4/Message.pm                                      |    7 +-
 C4/Overdues.pm                                     |    4 +-
 C4/Record.pm                                       |    3 +-
 C4/Ris.pm                                          |   53 +++---
 circ/circulation.pl                                |   34 +---
 circ/returns.pl                                    |   14 +-
 koha-tmpl/intranet-tmpl/prog/en/css/datatables.css |   14 +-
 koha-tmpl/intranet-tmpl/prog/en/css/login.css      |    6 +-
 .../prog/en/includes/checkouts-table.inc           |   70 -------
 .../prog/en/includes/members-toolbar.inc           |    2 +-
 .../prog/en/includes/patron-toolbar.inc            |    2 +-
 .../intranet-tmpl/prog/en/includes/strings.inc     |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |  125 ++++---------
 koha-tmpl/intranet-tmpl/prog/en/js/holds.js        |    2 +-
 .../intranet-tmpl/prog/en/js/pages/circulation.js  |    7 +-
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |   19 +-
 .../prog/en/modules/acqui/neworderbiblio.tt        |    2 +-
 .../prog/en/modules/admin/aqbudgets.tt             |    2 +-
 .../prog/en/modules/admin/itemtypes.tt             |    3 +-
 .../prog/en/modules/admin/preferences/serials.pref |    6 +-
 .../prog/en/modules/admin/z3950servers.tt          |   63 +------
 .../prog/en/modules/authorities/detail.tt          |    8 +-
 .../en/modules/authorities/searchresultlist.tt     |    3 +-
 .../cataloguing/value_builder/marc21_leader.tt     |    4 +-
 .../prog/en/modules/circ/circulation.tt            |   62 ++++---
 .../prog/en/modules/members/memberentrygen.tt      |    2 +-
 .../prog/en/modules/members/moremember-print.tt    |  196 +++++++++++---------
 .../prog/en/modules/members/moremember.tt          |   70 ++++++-
 .../prog/en/modules/patron_lists/list.tt           |    3 +-
 .../prog/en/modules/patron_lists/lists.tt          |    3 +-
 .../bootstrap/en/includes/opac-bottom.inc          |    5 -
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    2 +-
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js    |    2 +-
 members/members-home.pl                            |    1 +
 members/summary-print.pl                           |  104 -----------
 misc/cronjobs/advance_notices.pl                   |   12 +-
 misc/cronjobs/fines.pl                             |    2 -
 misc/cronjobs/runreport.pl                         |   13 +-
 misc/cronjobs/staticfines.pl                       |    1 -
 opac/unapi                                         |    4 +-
 svc/checkouts                                      |   29 +--
 t/Koha.t                                           |   29 +--
 t/db_dependent/Koha.t                              |    7 -
 t/db_dependent/Members.t                           |    3 +-
 tools/export.pl                                    |    2 +-
 tools/viewlog.pl                                   |   23 ---
 54 files changed, 463 insertions(+), 689 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc
 delete mode 100755 members/summary-print.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list