CVS Commit Overview for 2007-04-26
==================================
2007-04-26 Tibor Simko <[email protected]>
* modules/bibupload/lib/bibupload_config.py: Changed
CFG_BIBUPLOAD_EXTERNAL_OAIID_TAG to 035__a that is an independent
field from CFG_OAI_ID_FIELD. Helps in not intervening with
oaiarchive-generated OAI IDs.
2007-04-26 Jan Brice Krause <[email protected]>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Change OAI ID MARC
filed from 0248d to 035 9,a
2007-04-26 Tibor Simko <[email protected]>
* modules/miscutil/demo/democfgdata.sql.wml: Removed Google Books,
Google Scholar and Google Web as searchable external collections
due to the Google's red light on the subject.
2007-04-26 Nicholas Robinson <[email protected]>
* modules/bibedit/lib/refextract.py: Modification of the regexp
patterns used to identify the numeration that accompanies a Journal
title citation in order to fix a bug that could occur under certain
conditions: + Under certain conditions, certain prerint
report-numbers were found to have been corrupted. As an example,
consider the following line: H.Aoyama, N.Nakayama, M.Sato,
T.Tanaka 2001 hep-th/0107048, 0108124.
It was found that refextract transformed it into:
H.Aoyama, N.Nakayama, M.Sato, T.Tanaka 2001 hep-th/ : 0107048
(1081) 0 24.
This was due to a problem in the regexp patterns - the
constraints on the
recognition of the "volume" were not strict enough. In this
revision,
these search constraints have been tightened (around the volume
recognition) so that volumes will not be matched against "/", or
even
against other digits in order to prevent the corrumption of such
data.
--
CDS Invenio Developers <[email protected]>