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

Git repo owner gitmaster at git.koha-community.org
Fri Aug 9 17:17:15 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  8acce47efc0b6f9dd35115b76756c4cf42be1975 (commit)
       via  762c3304ea102d0fadb62c02bd384778c0e803b2 (commit)
      from  cf902c704ba9b0560bc8ff2006fe5763ffa2a090 (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 8acce47efc0b6f9dd35115b76756c4cf42be1975
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 5 09:42:36 2013 -0400

    Bug 10404: tweak style of staff client previous/next links
    
    This patch slightly modifies the styles of the previous/next links in a
    way that I think is simpler and clearer.
    
    To test, apply the patch and clear your browser cache if necessary.
    Perform a search in the staff client, click any result, and look at the
    prevous/next links.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 762c3304ea102d0fadb62c02bd384778c0e803b2
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Jul 10 18:02:27 2013 -0400

    Bug 10404: add previous/next browsing to staff client
    
    Although previous/next browsing was added for searches in the OPAC
    in 2011, the staff client has been without any sort of search browsing.
    Until now. This patch is an all-singing, all-dancing, all-compatible
    implementation of search browsing that will work across multiple
    browser tabs and on any browser since IE7 (though the staff client
    layout is broken on IE7).
    
    To test:
    1) Perform a search that will bring up multiple results.
    2) View one of the results.
    3) Use the Previous and Next links to browse along the search results.
    4) Use the "Return to results" button to check that you end up at the
       correct page of results, even if you page through more than 20
       records.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 catalogue/ISBDdetail.pl                            |    1 +
 catalogue/MARCdetail.pl                            |    1 +
 catalogue/detail.pl                                |    1 +
 catalogue/labeledMARCdetail.pl                     |    1 +
 catalogue/moredetail.pl                            |    1 +
 catalogue/search.pl                                |   11 +
 cataloguing/addbiblio.pl                           |   14 +-
 cataloguing/additem.pl                             |   12 +-
 koha-tmpl/intranet-tmpl/js/browser.js              |   90 ++++
 koha-tmpl/intranet-tmpl/lib/shims/json2.js         |  486 ++++++++++++++++++++
 koha-tmpl/intranet-tmpl/lib/shims/json2.min.js     |    1 +
 .../intranet-tmpl/prog/en/css/staff-global.css     |   61 +++-
 .../prog/en/includes/browser-strings.inc           |    7 +
 .../prog/en/modules/catalogue/ISBDdetail.tt        |   11 +
 .../prog/en/modules/catalogue/MARCdetail.tt        |    7 +
 .../prog/en/modules/catalogue/detail.tt            |   10 +
 .../prog/en/modules/catalogue/labeledMARCdetail.tt |    7 +
 .../prog/en/modules/catalogue/moredetail.tt        |   11 +
 .../prog/en/modules/catalogue/results.tt           |   22 +
 .../prog/en/modules/cataloguing/addbiblio.tt       |    8 +
 .../prog/en/modules/cataloguing/additem.tt         |    8 +
 21 files changed, 759 insertions(+), 12 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/js/browser.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/shims/json2.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/shims/json2.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/browser-strings.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list