CVS Commit Overview for 2006-10-24
==================================
2006-10-24 Tibor Simko <[email protected]>
* modules/webstyle/lib/webinterface_tests.py: Added
exists_config_define to the FakeApache module, as it is needed by
some mod_python versions.
2006-10-24 Tibor Simko <[email protected]>
* modules/elmsubmit/lib/elmsubmit_EZArchive.py,
modules/elmsubmit/lib/elmsubmit_filename_generator.py: Do not
depend on bz2 globally, only when bz2 files are actually processed
at runtime. Useful for platforms where Python is compiled without
bz2 support and where bz2 files are not being processed by the mail
submission.
2006-10-24 Tibor Simko <[email protected]>
* modules/miscutil/lib/dbquery.py.wml: For get_table_update_time()
and get_table_status_info() functions, when deciding whether we
work with MySQL 4.0 or 4.1/5.0, do not use datetime.datetime types
directly as it does not work with MySQLdb 0.9.2 that return
strings. Taken into account both possibilities.
2006-10-24 Tibor Simko <[email protected]>
* modules/websearch/lib/search_engine.py: Fixed
get_fieldvalues_alephseq_like() in case the argument "tags_in" is
not a list but directly a tag, as used by CERN's CLIsearch tool.
--
CDS Invenio Developers <[email protected]>