CVS Commit Overview for 2007-02-22
==================================
2007-02-22 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/elements/bfe_report_numbers.py: New element
for displaying all report numbers.
2007-02-22 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/bibformat_bfx_engine.py: Commented
unnecessary warnings that were sometimes called in wrong occasions.
2007-02-22 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibformat/lib/bibformat_xslt_engine.py,
modules/bibformat/lib/bibformatadminlib.py: Added native support
for XSLT in BibFormat.
2007-02-22 Jerome Caffaro <[email protected]>
* modules/websearch/lib/websearch_regression_tests.py: New tests on
XML outputs in web interface (test for number of document
elements).
2007-02-22 Jerome Caffaro <[email protected]>
* modules/bibformat/etc/format_templates/DC.xsl,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/OAI_DC.xsl,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/etc/output_formats/XD.bfo,
modules/bibformat/etc/output_formats/XOAIDC.bfo: Added new DC and
OAI_DC xsl stylesheets. Added new OAI_DC output format. Redirected
DC output format to make use of XSL stylesheet instead of bfx
template.
2007-02-22 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oai_repository.py: Made use of XSL
template for OAI DC output instead of hardcoded python.
2007-02-22 Tibor Simko <[email protected]>
* po/ca.po, po/es.po: Catalan and Spanish translation updates,
thanks to Ferran Jorba.
2007-02-22 Jerome Caffaro <[email protected]>
* modules/websearch/lib/websearch_regression_tests.py: More
explicit comments for tests on XML output.
2007-02-22 Nicholas Robinson <[email protected]>
* modules/bibedit/lib/refextract.py: Updates written by TonyO: New,
improved behaviour of "verbose" mode; various internal changes to
support the new option "xmlfile" (which enables the MARC XML for
extracted references to be written to a file); Implementation of
error-codes for extraction jobs;
2007-02-22 Nicholas Robinson <[email protected]>
* modules/bibedit/lib/refextract.py: cli_opts was accidentally
declared inside the except clause of the try/except import
statements - moved it out; Altered pattern for recognition of
institutional report numbers: previously, '\b' was used for the
beginning of a matched report-number. However, there were cases
when report-numbers were matched inside a URL. Therefore, the
boundary for the beginning was updated to '[^a-zA-Z0-9/.]'.
2007-02-22 Nicholas Robinson <[email protected]>
* modules/bibedit/lib/refextract.py: Added newlines to verbose
output.
2007-02-22 Nicholas Robinson <[email protected]>
* modules/bibedit/lib/refextract.py: Altered the pattern used for
the recognition of numeration that immediately follows a title to
make a colon optional.
--
CDS Invenio Developers <[email protected]>