[koha-commits] main Koha release repository branch master updated. v3.22.00-1001-gd241785

Git repo owner gitmaster at git.koha-community.org
Thu Mar 24 18:21:33 CET 2016


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  d2417856b9f3dae1be6063e5651579fa5ef497b2 (commit)
       via  ab531790e394d5e89c031143029ee9f3b66e12dc (commit)
      from  13f26489f7859ef00fe932c84191cba0a3ac4144 (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 d2417856b9f3dae1be6063e5651579fa5ef497b2
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Tue Mar 22 09:50:59 2016 -0300

     Bug 15527: (qa followup) Add DSpace license to the about page
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit ab531790e394d5e89c031143029ee9f3b66e12dc
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 7 13:16:48 2016 -0300

     Bug 15527: Add a stylesheet for OAI-PMH to aid usability
    
    This patch introduces an XSLT file grabbed from DSpace and a couple
    css files.
    
    To test:
    
    - Point to your dev Koha's oai endpoint. For example:
      http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListMetadataFormats
    => FAIL: Look how ugly it is for humans.
    - Apply this patch
    - Reload
    => SUCCES: It is styled and provides really useful links to interact with
      the OAI server verbs.
    - Sign off :-D
    
    Sponsored-by: Universidad Empresarial Siglo 21
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Works as described. Nice looking.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 Koha/OAI/Server/Repository.pm                      |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    4 +
 .../bootstrap/css/bootstrap-theme-oai.css          | 7106 ++++++++++++++++++++
 koha-tmpl/opac-tmpl/bootstrap/css/oai.css          |   22 +
 koha-tmpl/opac-tmpl/xslt/OAI.xslt                  |  839 +++
 5 files changed, 7972 insertions(+)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/oai.css
 create mode 100644 koha-tmpl/opac-tmpl/xslt/OAI.xslt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list