Difference between revisions of "PubMan 6 0 Metadata"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 85: Line 85:
* check table triples_new
* check table triples_new
* execute:
* execute:
DROP VIEW vw_search;
  drop table triples;
  drop table triples;
  create table triples as select * from triples_new;
  create table triples as select * from triples_new;
  drop table_triples_new;
  drop table triples_new;


**check newly added mimetypes on qa (application/rtf, msword mimetypes)
**check newly added mimetypes on qa (application/rtf, msword mimetypes)

Revision as of 09:54, 11 August 2010

This is a protected page.

Restricted Access to MPDL

This page shall contain every change that is made during a qa release of the version mentioned above. If it's not here, it never happened!

PubMan 6.0 Metadata Release[edit]

Affected Servers[edit]






PubMan EAR[edit]

PubMan Properties[edit]

  • should run without :8080 port on coreservices
  • new property: escidoc.cone.modelsxml.path=models.xml
  • new properties (optional):
    • escidoc.pubman.statistics.nims.link
      • The given link will be displayed on the ViewItemStatistics Page as "Detailed Statistics" for the contexts given in the next property
    • escidoc.pubman.statistics.nims.context.ids
      • A list of comma-seperated context ids for which the "Detailed Statistics" link should be displayed.
  • new property: escidoc.pubman.root.organisation.id=escidoc:persistent13
  • new properties:
escidoc.pubman.stylesheet.standard.url=./resources/eSciDoc_CSS_v2/themes/skin_PubMan/styles/theme.css
escidoc.pubman.stylesheet.standard.type=stylesheet
escidoc.pubman.stylesheet.standard.apply=true

escidoc.pubman.stylesheet.contrast.url=./resources/eSciDoc_CSS_v2/themes/skin_highContrast/styles/theme.css
escidoc.pubman.stylesheet.contrast.type=alternate stylesheet
escidoc.pubman.stylesheet.contrast.apply=true

escidoc.pubman.stylesheet.classic.url=./resources/eSciDoc_CSS_v2/themes/skin_classic/styles/theme.css
escidoc.pubman.stylesheet.classic.type=alternate stylesheet
escidoc.pubman.stylesheet.classic.apply=true

escidoc.pubman.favicon.url=./resources/pubman_favicon.ico
escidoc.pubman.favicon.apply=true

Core Properties[edit]

  • should run without :8080 port

Core Database[edit]

  • see http://zim01.gwdg.de:8080/browse/PUBMAN-998
    • modify the moderator policy
      • Done --Natasa 12:18, 12 February 2010 (UTC)
  • remove all groups where escidoc:persistent13 is member by default
      • Done--Natasa 12:18, 12 February 2010 (UTC)
  • remove all revoked role-grants physically (improves filtering)
      • Done --Natasa 12:18, 12 February 2010 (UTC)
  • create new indexes on list.property (check qa)
      • after recache/reindex; DONE --Natasa 12:18, 12 February 2010 (UTC)

Validation Database[edit]

CoNE Database[edit]

DROP VIEW vw_search;
drop table triples;
create table triples as select * from triples_new;
drop table triples_new;
    • check newly added mimetypes on qa (application/rtf, msword mimetypes)
    • if needed, remove for german language identifier "ger"

Data Migration[edit]

see FOXML_Migration.

eSciDoc Admin[edit]

  • new version of escidoc admin
  • update from svn
  • change prod.cfg (see JIRA Issue )
done. additional change in prod.cfg (contains coreservice url without 8080 port)