[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1137-gda9863f

Git repo owner gitmaster at git.koha-community.org
Wed Sep 18 18:13:22 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, master has been updated
       via  da9863f1a5225d3af7daac1e4874e42fbd7dd369 (commit)
       via  249b37ef488d90d8cd9104c4d3d806f7a30590d8 (commit)
      from  887900ba597886f8ed06943849be172131f12cee (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 da9863f1a5225d3af7daac1e4874e42fbd7dd369
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Sep 13 15:55:23 2013 +0200

    Bug 9294: Followup : add missing lines.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 249b37ef488d90d8cd9104c4d3d806f7a30590d8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 15 16:14:50 2013 -0400

    Bug 9294 - Move JavaScript out of circulation template
    
    This patch creates a new js file, js/pages/circulation.js, and begins
    the process of moving JavaScript into it from circulation.tt. I have
    started the process by focusing on sections which are least dependent on
    template variables.
    
    To test, load a patron for checkout who has something checked out.
    There should be no JavaScript errors:
     - Tabs should work.
     - Showing and hiding the "Add message" form should work.
     - The "specify due date" datepicker should work.
     - Controls for selecting checkboxes in the checkouts table should work
    
    Signed-off-by: Campbell Reid-Tait <campbellreidtait at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Just found a weird behavior with checkboxes in the checkouts table, but
    still exists on master.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/js/pages/circulation.js  |  141 ++++++++++++++++++
 .../prog/en/modules/circ/circulation.tt            |  153 +-------------------
 2 files changed, 148 insertions(+), 146 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list