CVS Commit Overview for 2008-05-09
==================================
2008-05-09 Tibor Simko <[email protected]>
* modules/bibrank/lib/bibrank_citation_indexer.py: Write
logging/profiling messages into log, not err stream. Always use
leading timestamp when printing. Round printed time duration
values. Added "done fully" messages at the end of every started
block (e.g. d_references_s etc).
2008-05-09 Marko Niinimaki <[email protected]>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_summarizer.py,
modules/websearch/lib/websearch_templates.py: using req to write
citesummary directly
2008-05-09 Marko Niinimaki <[email protected]>
* modules/bibrank/etc/citation.cfg: added publication journal pages
volume tags
2008-05-09 Samuele Kaplun <[email protected]>
* modules/webstyle/img/keep_sso_connection_alive.gif,
modules/webstyle/lib/webpage.py: Added trick to keep SSO session
alive during normal Invenio usage (Invenio use mostly http
connections, but SSO needs https. Hence if the user is logged in
and SSO is enabled a hidden gif is provided through https).
2008-05-09 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_citation_indexer.py: added sleep
ability and better searching of pubinfo
2008-05-09 Jerome Caffaro <[email protected]>
* modules/webstyle/css/cds.css: Removed unnecessary (?) padding.
2008-05-09 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_citation_indexer.py: configurable
format string for citation searching
2008-05-09 Marko Niinimaki <[email protected]>
* modules/bibrank/etc/citation.cfg: configurable string for
citation search. use "p,v,c" for SPIRES: citation indexser will
search the references for this record as "Journal of Foo,1,76"
p=journalname, v=vol, c=pages
2008-05-09 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py: After viewing a log, require to
press ENTER before returning. Fixed a bug when running manual mode
crashed bibsched. Cleaned progress information after rescheduling.
Fixed a bug that brought the tasks to starvation situation.
2008-05-09 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_citation_indexer.py: disabled "print
record" for finding reference's 999c5s (too slow).
2008-05-09 Tibor Simko <[email protected]>
* modules/bibrank/lib/bibrank_citation_indexer.py: Speeded up
print_record() call ~100 times by looking for match inside one
bib99x table (instead of in all 100 bibXXx tables). However, it
may still be good to keep this 'prettifying' feature disabled.
(The proper treatment here should be to go through 999 field
instances one by one, so we should know about $s and $r we have,
and we should not need any print_record() style of detection.)
2008-05-09 Marko Niinimaki <[email protected]>
* modules/miscutil/sql/tabcreate.sql: index creation for missing
citations table
2008-05-09 Tibor Simko <[email protected]>
* modules/miscutil/sql/tabcreate.sql: Put the new
rnkCITATIONDATAEXT key definition into the table definition, as
used elsewhere.
2008-05-09 Tibor Simko <[email protected]>
* Makefile.am: Added generation of the new rnkCITATIONDATAEXT index
into the update-v0.99.0-tables target.
2008-05-09 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_citation_indexer.py: added a config
to turn off author/selfcite indexing
2008-05-09 Jerome Caffaro <[email protected]>
* modules/webstyle/css/cds.css: Reverted back from previous commit.
Commented why this line is important
2008-05-09 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py: New cleaner scheduler
implementation. Should have less bugs and race conditions (in the
priority handling) than previous version.
--
CDS Invenio Developers <[email protected]>