CVS Commit Overview for 2007-08-14
==================================
2007-08-14 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oai_repository.py: Fixed
verb=ListIdentifiers and verb=ListRecords, when used with selective
harvesting based on set, when CFG_OAI_ID_FIELD and
CFG_OAI_SET_FIELD are not with the same tag.
2007-08-14 Tibor Simko <[email protected]>
* modules/websearch/lib/search_engine.py: When outputting XML
formats out of the search engine query, print the total numbers of
results found as an XML comment.
2007-08-14 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/bibharvest.py: Fixed analysis of harvested
data, that would trigger a warning when verb was not getrecord or
listrecords, or when -o parameter was not given. Redirected
warnings to stderr.
2007-08-14 Jerome Caffaro <[email protected]>
* modules/bibformat/doc/hacking/api.html.wml: Refreshed APIs.
Reorganized to show APIs on top of file instead at the end.
2007-08-14 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/intbitset_tests.py: 1st commit of deep
iterative testing of intbitset.
2007-08-14 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset_impl.c,
modules/miscutil/lib/intbitset_setup.py: Fixed bug where
intersection in place between empty intbitset and non empty
intbitset with elements over the word size, return a non empty
intbitset.
2007-08-14 Tibor Simko <[email protected]>
* modules/websearch/doc/hacking/api.html.wml,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Added new search
engine API argument 'dt' (date type) that influences whether the
added-since-until search option dates (d1*, d2*) operate on the
record creation dates (hitherto default behaviour) or on record
modification dates (when 'dt=m').
2007-08-14 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/intbitset.pyx: Added helper functions
extract_finite_list (see docstring) and is_infinite.
--
CDS Invenio Developers <[email protected]>