CVS Commit Overview for 2007-03-05
==================================
2007-03-05 Nicholas Robinson <[email protected]>
* modules/bibedit/lib/refextract.py: Modification of
title-numeration patterns: Now only recognising reasonable 'years',
(e.g. 1895, 1987, 2004, etc) as opposed to '2500' - anything past
2099 will not be recognised as the year; Correction of patterns
used for looking for numeration split by a title; Modification of
algorithm used to search for titles in the line: Previously only
searched for titles in a line if some numeration was found. This
made it impossible to look for numeration that was split by a
title, so now refextract looks for titles in all lines, regardless
of numeration;
2007-03-05 Nicholas Robinson <[email protected]>
* modules/bibedit/lib/refextract.py: Reference line markers are now
stripped before the line is processed for citations. This avoids
the rare case when the line marker is alphabetical and is
recognised as a reference.
2007-03-05 Nicholas Robinson <[email protected]>
* modules/bibedit/lib/refextract.py: When recognising numeration
for titles, made parentheses optional for YEAR in the case where we
find 'VOL, SER, PAGE, YEAR';
2007-03-05 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmit_engine.py: Fixed errors when
handling 'Error' exceptions. Previously there was an attempt to
acces the attribute 'value' of these Error exceptions: this
attribulte doesn't existm so removed call to it; Corrected some
calls to function 'errorMsg': too few parameters had been supplied
in certain cases;
--
CDS Invenio Developers <[email protected]>