CVS Commit Overview for 2007-12-17
==================================
2007-12-17 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oai_repository_tests.py: Added tests for
selective harvesting ('from', 'until' and 'set' parameters).
Removed trailing whitespaces.
2007-12-17 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oai_repository_tests.py: Fixed typo.
2007-12-17 Tibor Simko <[email protected]>
* modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_tests.py,
modules/websearch/lib/websearch_templates.py: Extended search
engine API with a possibility to pass full datetime values d1, d2
in the format "YYYY-MM-DD hh:mm:ss" to retrieve records created or
modified in a certain time interval. Useful e.g. for OAI interface
client code. Note that d1, d2 take precedence over (d1y, d1m,
d1d), (d2y, d2m, d2d) tuples if they exist. Added some more test
cases.
2007-12-17 Tibor Simko <[email protected]>
* modules/websearch/lib/search_engine.py: Added printing of some
search stage 5 details when in verbose mode.
2007-12-17 Tibor Simko <[email protected]>
* modules/websearch/lib/search_engine_tests.py: Added wash_dates()
test case in case both d1 and (d1y, d1m, d1d) are supplied by a
user.
2007-12-17 Tibor Simko <[email protected]>
* modules/websearch/lib/search_engine.py: Improved wash_dates() in
order to allow for independent d1 and d2 date specifications, e.g.
d1 can now be defined from datetext and d2 from (year, month, day)
tuple.
2007-12-17 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oaiarchive_engine.py: Alternative Patterns
mode off.
2007-12-17 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oai_repository.py: Fixed response header
of 'GetRecord' verb. Selective harvesting now use
perform_request_search() instead of SQL. Removed usage of
deprecated 'string' module.
2007-12-17 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oaiarchive_engine.py: Retrieve repository
size using "exact phrase" mode.
--
CDS Invenio Developers <[email protected]>