[koha-commits] main Koha release repository branch master updated. v3.14.00-523-g5479468

Git repo owner gitmaster at git.koha-community.org
Mon Mar 10 16:29:25 CET 2014


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  547946894833155f4b61be6d0544a6c195744395 (commit)
       via  0713f3bf032b92535e87595e95a44898fb70c72b (commit)
       via  3f028c72d4935485727d41a16184437326f581dd (commit)
       via  4d3242163451c429569e1236bc5a32c3b704bd96 (commit)
      from  15ad3061b2fb11df6ecf5601d5b7d49d7792ba9f (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 547946894833155f4b61be6d0544a6c195744395
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 10 15:42:24 2014 +0000

    Bug 10558: (follow-up) choose label for matching records correctly
    
    This patch ensures that the record type of the import batch (i.e.,
    biblio or authority) is consulted in order to choose the "Matches
    biblio" or "Matches authority" labels.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0713f3bf032b92535e87595e95a44898fb70c72b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jul 16 08:32:55 2013 -0400

    Bug 10558 [QA Follow-up]
    
    This patch addresses a number of issues with the main patch:
    
    - regression on bug 2060 (i.e., displaying authority import batches
      correctly)
    - regression on bug 10170 (translation of import record states)A
    - use of datatables.inc
    - lack of clarity as to the licensing of tools/batch_records_ajax.pl
    - insufficent sanitizing of input used to generate an SQL statement
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3f028c72d4935485727d41a16184437326f581dd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 10 12:29:23 2013 -0400

    Bug 10558: (follow-up) styling improvements
    
    This patch makes improvements to the default DataTables CSS and corrects
    a couple of errors in the original patch. CSS for the "full numbers"
    type pagination, used by this and the quotes editor, has been cleaned up
    and made more visually consistent with the brief pagination style.
    
    Also changed:
    
    - removed some hard-coded paths containing "http://staff.kohadev..."
    - Added a column header to the column showing record match details. This
      provides both information and a clearer target for clicking to resort
    - Expanding the default table pager controls for this page and the
      quotes editor (for consistency)
    - Correction to quotes.css to fix pager display problem on wide screens
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4d3242163451c429569e1236bc5a32c3b704bd96
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jul 9 12:30:58 2013 -0400

    Bug 10558 - Convert records table in manage-marc-import.pl to Ajax DataTable
    
    Some libraries would like to sort by columns for the records of an
    import batch. This seems like a good use of Ajax DataTables.
    
    Test plan:
    1) Apply this patch
    2) Import a record batch into Koha
       a) Use some form of matching
       b) Have some records that will match and some that won't
       c) Have at least 30 records so you can test the pager
    3) Verify the new table is functionally equivalent to the old static one
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tests fine and looks good with the exception of the corrections I put in
    a follow-up.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/ImportBatch.pm                                  |   13 +-
 koha-tmpl/intranet-tmpl/prog/en/css/datatables.css |   45 ++--
 koha-tmpl/intranet-tmpl/prog/en/css/quotes.css     |    1 -
 .../prog/en/modules/tools/manage-marc-import.tt    |  226 ++++++++++----------
 .../intranet-tmpl/prog/en/modules/tools/quotes.tt  |    1 +
 tools/batch_records_ajax.pl                        |  119 +++++++++++
 tools/manage-marc-import.pl                        |   53 +----
 7 files changed, 277 insertions(+), 181 deletions(-)
 create mode 100755 tools/batch_records_ajax.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list