[koha-commits] main Koha release repository branch master updated. v3.22.00-420-gb335399

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 07:19:58 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  b3353994af759a7e6b03c63ceef801616b61a72f (commit)
       via  22dbfca2359e2113fd6768258f54bd1a32fa2203 (commit)
       via  3c75a6ca9c24db0e0075c6ec135fdf3e537db4d6 (commit)
       via  8bd78489732e1f45c509896b2b76d5352cbb3228 (commit)
       via  e3139601c6a2e87a8b5099d3e90d950111ee43c9 (commit)
      from  b86143b7b8144eaa6d0a42e512935e78ed7425e0 (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 b3353994af759a7e6b03c63ceef801616b61a72f
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Wed Dec 23 18:57:56 2015 -0600

     Bug 13642: (followup) OAI-DC checked by default in OPAC modal
    
    -Fixing default option checked for OAI-DC in OPAC modal
    -Move OPAC modal to opac-detail-sidebar.inc to display in MARC view
     and ISBD view
    This follow-up fix the QA comment in comment 149
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Above issue fixed & usable also in MARC/ISBD view
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 22dbfca2359e2113fd6768258f54bd1a32fa2203
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Thu Nov 12 11:50:36 2015 -0600

     Bug 13642 - Remove MARC::Crosswalk::DublinCore from Koha
    
    To test:
    
    1) git grep "MARC::Crosswalk::DublinCore"
    
    C4/Installer/PerlDependencies.pm:    'MARC::Crosswalk::DublinCore' => {
    INSTALL.fedora7:MARC::Crosswalk::DublinCore
    
    2) git grep "libmarc-crosswalk-dublincore-perl"
    
    debian/control: libmarc-crosswalk-dublincore-perl,
    debian/control: libmarc-crosswalk-dublincore-perl,
    install_misc/debian.packages:libmarc-crosswalk-dublincore-perl install
    install_misc/ubuntu.10.04.packages:libmarc-crosswalk-dublincore-perl    install
    install_misc/ubuntu.12.04.packages:libmarc-crosswalk-dublincore-perl    install
    install_misc/ubuntu.packages:libmarc-crosswalk-dublincore-perl  install
    
    3) Repeat step 1 and 2
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      Ripping out any mention to MARC::Crosswalk::DublinCore can't hurt.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 3c75a6ca9c24db0e0075c6ec135fdf3e537db4d6
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Mon Nov 9 17:17:28 2015 -0600

     Bug 13642 - Add Unit test for C4::Record::marc2dcxml
    
    Add Unit test for C4::Record::marc2dcxml
    
    To test:
    prove t/db_dependent/Record.t
    prove t/db_dependent/Record/Record.t
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 8bd78489732e1f45c509896b2b76d5352cbb3228
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Mon Nov 9 10:31:10 2015 -0600

     Bug 13642 - Changes LESS opac.less > to opac.css
    
    Changes LESS opac.less > to opac.css
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit e3139601c6a2e87a8b5099d3e90d950111ee43c9
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Sun Nov 8 23:22:47 2015 -0600

     Bug 13642 - Adding new features for Dublin Core metadata
    
    When Koha export a bibliographic record to DC, makes it in XML format.
    This XML not follows the DC-XML recommendations as should be: elements
    in uppercase eg. dc:Date, dc:Creator, section 4.2, recommendation 4
    explain that "The property names for the 15 DC elements should be all
    lower-case." eg. dc:date, dc:creator" and section "4.3 Example - a
    simple DC record", xsi:schemaLocation="http://example.org/myapp/
    http://example.org/myapp/schema.xsd" schema does not exist.
    
    NOTE: This new feature implement the XSLT transformation for OAI-DC,
    SRW-DC and RDF-DC
    
    Test plan
    ---------------
    1) Download Dublin Core file from record detail page. Open up the file,
       and make sure that the document not follows the DC-XML
       recommendations as should be.
    2) Apply patch.
    3) Go to whichever bib record in OPAC or staff and click on Save >
       Dublin Core.  A modal will display, prove all options.
    4) Change the system preference 'Opac ExportOptions' by enabling and
       disabling Dublin Core and try to download a record.
    5) Try several bibliographic records in any format (book, magazine, DVD,
       etc.) to confirm that properly exported.
    6) Test with all marc flavours.
    
    Sponsored-by: Universidad de El Salvador
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    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:
 C4/Installer/PerlDependencies.pm                   |    5 -
 C4/Record.pm                                       |  113 ++++++++++++++------
 INSTALL.fedora7                                    |    1 -
 catalogue/export.pl                                |    4 +-
 debian/control                                     |    2 -
 install_misc/debian.packages                       |    1 -
 install_misc/ubuntu.10.04.packages                 |    1 -
 install_misc/ubuntu.12.04.packages                 |    1 -
 install_misc/ubuntu.packages                       |    1 -
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc |   30 +++++-
 .../prog/en/modules/catalogue/detail.tt            |    3 +-
 .../prog/en/modules/catalogue/moredetail.tt        |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 .../bootstrap/en/includes/opac-detail-sidebar.inc  |   34 +++++-
 koha-tmpl/opac-tmpl/bootstrap/less/opac.less       |   14 +++
 opac/opac-export.pl                                |    4 +-
 t/db_dependent/Record.t                            |   55 +++++-----
 t/db_dependent/Record/Record.t                     |    5 +-
 18 files changed, 195 insertions(+), 83 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list