CVS Commit Overview for 2006-08-30
==================================
2006-08-30 Tibor Simko <[email protected]>
* modules/webmessage/lib/webmessage.py: Purposely unused junk
variables should have the name `dummy' so that they are not
reported neither by pylint nor by pychecker.
2006-08-30 Tibor Simko <[email protected]>
* modules/webmessage/lib/webmessage_dblayer.py: Removed unused
format variable. Added module docstring.
2006-08-30 Tibor Simko <[email protected]>
* modules/webmessage/lib/webmessage_templates.py: Renamed dummy
variables to dummy. Made use of the language argument to
tmpl_warning() even if there is no I18N string in there yet.
2006-08-30 Tibor Simko <[email protected]>
* modules/webcomment/lib/webcommentadminlib.py: Used comID instead
of id variable. Removed unused __lastupdated__ global variable.
2006-08-30 Tibor Simko <[email protected]>
* modules/webcomment/web/admin/webcommentadmin.py: Replaced calls
to undefined error_page() with direct calls to page().
2006-08-30 Tibor Simko <[email protected]>
* modules/webcomment/lib/webcomment_tests.py: Added a FIXME note
about tests not being implemented.
2006-08-30 Tibor Simko <[email protected]>
* modules/bibconvert/lib/bibconvert_tests.py: Commented out tests
that are not implemented. Removed unused import.
2006-08-30 Olivier Serres <[email protected]>
* modules/bibsched/bin/bibsched.in,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql, modules/websearch/bin/webcoll.in,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_config.py,
modules/websearch/lib/websearch_external_collections_page_getter.py,
modules/websearch/lib/websearch_external_collections_parser.py,
modules/websearch/lib/websearch_external_collections_searcher.py,
modules/websearch/lib/websearch_external_collections_templates.py,
modules/websearch/lib/websearch_external_collections_tests.py,
modules/websearch/lib/websearch_external_collections_utils.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py,
modules/webstyle/css/cds.css: Add external collections searching.
2006-08-30 Tibor Simko <[email protected]>
* AUTHORS: Added Olivier Serres.
2006-08-30 Tibor Simko <[email protected]>
* Makefile.am: Added update-v0.90.1-tables target due to the new
table handling the configuration of external collections.
2006-08-30 Tibor Simko <[email protected]>
* modules/bibconvert/lib/.cvsignore,
modules/bibformat/lib/.cvsignore,
modules/bibharvest/web/admin/.cvsignore,
modules/webcomment/web/admin/.cvsignore,
modules/websubmit/lib/.cvsignore,
modules/websubmit/web/admin/.cvsignore: Added *.pyc.
2006-08-30 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_external_collections_searcher.py:
Use Python-2.3-way of decorating static methods.
2006-08-30 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_external_collections.py: For the
table collection_externalcollection and the column is_default, use
0 and 1 instead of False and True.
2006-08-30 Tibor Simko <[email protected]>
* modules/miscutil/sql/tabcreate.sql: Changed
collection_externalcollection column types and added a primary key.
2006-08-30 Olivier Serres <[email protected]>
*
modules/websearch/lib/websearch_external_collections_page_getter.py:
Correct problem with Python2.3 asyncore.loop and ignore redirection
to https.
2006-08-30 Olivier Serres <[email protected]>
* modules/websearch/lib/websearch_external_collections_parser.py:
Ignore errors during charset conversions. (fix a problem with
python2.3)
2006-08-30 Olivier Serres <[email protected]>
* modules/miscutil/bin/testsuite.in,
modules/websearch/bin/webcoll.in,
modules/websearch/doc/hacking/api.html.wml,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_page_getter_tests.py,
modules/websearch/lib/websearch_external_collections_tests.py,
modules/websearch/lib/websearch_external_collections_utils.py:
Modification to external collections test suite.
2006-08-30 Tibor Simko <[email protected]>
*
modules/websearch/lib/websearch_external_collections_page_getter_tests.py:
Modified the test class so that it integrates well with the rest.
Solved the problem of running the tests when invoked via global
testsuite executable.
--
CDS Invenio Developers <[email protected]>