A patch to make OAI DC schema records functions in the same way as XC schema records.

ီDue to the limitations of information available in OAI DC the following features of XC will not work with OAI DC Schema.

  • NCIP Integration
  • Location

Patch messages
-----------------------------------------------------------------------------------------------------------
commit 4abec4e0ce2e3c54fb835b4502a88da6733f79b8
Author: Than Htut Soe
Date: Thu Feb 16 02:41:28 2012 +0700

Than: Added default display template elelments for OAI_DC.

commit 57e93fff222ea2a785ff1275580c5c37dd76e9be
Author: Than Htut Soe
Date: Wed Feb 15 20:26:44 2012 +0700

Than:: Added display templates for oai_dc-full-mlt.tpl.php and oai_dc-full.tpl.php
Modified xc_search.module by adding template_preprocess hooks for the above templates.

commit f0235311708cb2a49504ac06eb6f715e6629cee8
Author: Than Htut Soe
Date: Wed Feb 15 10:52:44 2012 +0700

Than: Bug fixes in Harvesting and Reindexing
//Fix for the error warning: in_array() expects parameter 2 to be array,
//null given in /var/www/xc-patch/sites/all/modules/xc/xc_solr/xc_solr.index.inc on line 968.
//Fix for SEVERE: org.apache.solr.common.SolrException: ERROR:unknown field 'highlight_txt'

commit 3abfac3302c9a0855d74b3e6c639426c146dd6b6
Author: sysadmin
Date: Wed Feb 15 09:58:12 2012 +0700

Than: Modified disdplay templates for oai_dc-snippet and oai_dc-title that are modified versions of xc-manifestation templates
modified: xc_search/templates/oai_dc-snippet.tpl.php
modified: xc_search/templates/oai_dc-title.tpl.php

commit 03a80486d6afc60891b3a1293102eb41485f28bc
Author: sysadmin
Date: Wed Feb 15 09:55:50 2012 +0700

Than: Add template_preprocess functions for OAI_DC title and templates in " xc_search/xc_search.module "

commit d4734431d7a249ed9370e63b198ba63288960684
Author: sysadmin
Date: Tue Feb 14 18:40:31 2012 +0700

Than: Fix for solr error unknown field 'hilight'. Another way to fix it is by adding field definition for it in schema.xml.

CommentFileSizeAuthor
oai_dc.patch32.62 KBthan_hs

Comments

pkiraly’s picture

Hi Than,

thank you very much for submitting this patch. I will investigate it at later this week, and let you know the result. I had a consulting with the project leaders, and they think, that this modification could be incorporated into the XC about a release 1.4 (we have one release (1.2) in just-before-the-publication state, and another one (1.3) in a good state with closed feature list).

than_hs’s picture

Hi Peter,

If you have any problems with the patch, please let me know. Probably you can send me an email. Glad to know that it will be added to version 1.4.

Thanks,
Than

rcook2’s picture

May I ask what the status of this is?

Than, I am also wondering of we could chat via email about the status of your project?

rcook2’s picture

Issue summary: View changes

Added a short description and what doesn't work.