CVS Commit Overview for 2008-03-31
==================================
2008-03-31 Marko Niinimaki <[email protected]>
* modules/miscutil/sql/tabcreate.sql: tables for missing citations,
author citations
2008-03-31 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py: changed
--print-missing to --print-extcites
2008-03-31 Marko Niinimaki <[email protected]>
* modules/miscutil/sql/tabcreate.sql: changed doc, column name,
added index
2008-03-31 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_citation_indexer.py: changed
rnkcitationextcite column names according to new table def
2008-03-31 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_citation_indexer.py: untabify
2008-03-31 Marko Niinimaki <[email protected]>
* modules/websearch/lib/websearch_templates.py: citation summary,
author summary, pylint fixes
2008-03-31 Marko Niinimaki <[email protected]>
* modules/websearch/lib/Makefile.am: added summarizer
2008-03-31 Marko Niinimaki <[email protected]>
* modules/websearch/lib/websearch_templates.py: added a citation
summary template
2008-03-31 Marko Niinimaki <[email protected]>
* modules/websearch/lib/websearch_templates.py: minor style
improvements
2008-03-31 Marko Niinimaki <[email protected]>
* modules/websearch/lib/search_engine_summarizer.py: fixed
parameters
2008-03-31 Marko Niinimaki <[email protected]>
* modules/websearch/lib/websearch_webinterface.py: support for
/author
2008-03-31 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_citation_searcher.py:
get_author_cited added
2008-03-31 Marko Niinimaki <[email protected]>
* modules/websearch/lib/websearch_webinterface.py: improved style,
reverted 'usage' back (had been overwritten by 'statistics')
2008-03-31 Marko Niinimaki <[email protected]>
* modules/websearch/lib/search_engine.py: added a typical value
searcher and citer searcher
2008-03-31 Marko Niinimaki <[email protected]>
* modules/websearch/lib/websearch_webinterface.py: made hard-coded
tags constants.
2008-03-31 Marko Niinimaki <[email protected]>
* modules/websearch/lib/search_engine_summarizer.py: bug fix in
list lenght handling
2008-03-31 Samuele Kaplun <[email protected]>
* modules/websession/lib/websession.py: Fixed backward
compatibility session code not creating __dirty_remember_me
variable.
2008-03-31 Tibor Simko <[email protected]>
* modules/miscutil/lib/dateutils_tests.py: Fail gracefully with a
SKIPPED message if languages used in the test cases are not
available on this particular installation.
2008-03-31 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_citation_searcher.py: made sure
variable getsx initialised
2008-03-31 Tibor Simko <[email protected]>
* modules/elmsubmit/lib/elmsubmit_tests.py: When skipping tests,
fail with a SKIPPED heading.
2008-03-31 Tibor Simko <[email protected]>
* modules/miscutil/lib/testutils.py,
modules/miscutil/lib/testutils_regression_tests.py: Do not use the
word 'skipped' when tests fail for a reason.
2008-03-31 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_record_sorter.py: clarification: added
a get_cited_by_weight method that returns a number of citing
records for each recordid in parameter. get_cited_by_list returns
a list of citing records for each. Calling: record_sorter now
calls the get_cited_by_weight method.
2008-03-31 Samuele Kaplun <[email protected]>
* modules/bibclassify/lib/bibclassify_daemon.py,
modules/bibedit/lib/bibedit_engine.py,
modules/bibformat/lib/bibreformat.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/lib/bibrank.py, modules/bibsched/lib/Makefile.am,
modules/bibsched/lib/bibsched.py, modules/bibsched/lib/bibtask.py,
modules/bibsched/lib/bibtask_config.py,
modules/bibsched/lib/bibtaskex.py,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/miscutil/lib/inveniocfg.py,
modules/websession/lib/inveniogc.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py: New
bibsched_low_level_task_submission for enqueing tasks via API.
(changes a bit the way options are stored in schTASK table).
2008-03-31 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibtask.py: Fixed authenticate requiring
global _task_params.
2008-03-31 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibtask.py,
modules/bibupload/lib/bibupload.py: Fixed _options & _task_params
not declared.
2008-03-31 Tibor Simko <[email protected]>
* modules/bibsched/lib/bibtask.py: Added missing
register_exception() import. Split non-Invenio and Invenio import
statements.
2008-03-31 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibtask.py: Fixed string formatting and
wrong number of parameter to query.
2008-03-31 Tibor Simko <[email protected]>
* modules/bibedit/lib/bibedit_engine.py: Fixed syntax error.
2008-03-31 Tibor Simko <[email protected]>
* modules/bibrank/lib/bibrank_citation_searcher.py: Fixed
indentation problems. Also, removed trailing whitespace.
2008-03-31 Tibor Simko <[email protected]>
* modules/miscutil/lib/inveniocfg.py: Added special treatment for
CFG_SITE_SECURE_URL that may be empty, in which case it is put
equal to CFG_SITE_URL.
2008-03-31 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibtask.py: Fixed
bibsche_low_level_task_submission not building correctly the argv
list (it now adds as first parameter the path to the executable).
--
CDS Invenio Developers <[email protected]>