CVS Commit Overview for 2008-05-14
==================================
2008-05-14 Samuele Kaplun <[email protected]>
* modules/websession/lib/websession.py,
modules/websession/lib/session.py,
modules/websession/lib/webuser.py: Fixed session bug! session was
written in a cookie sent to headers_out. For re-reading it, it was
read from headers_in. But this contained the cookie only on the
next iteration. Hence trying to read the session more than 0 times
on the first request was bringing each time new cookies, new
sessions, new guests users. Now when the session is generated it is
also saved in fictious way in headers_in.
2008-05-14 Samuele Kaplun <[email protected]>
* modules/websession/lib/session.py: Fixed small typo.
2008-05-14 Samuele Kaplun <[email protected]>
* modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_webinterface.py: Support for
CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS and enforced inf_limit
= 0 when inf_limit < 0 in list_public_baskets. (Bug found by
GoogleBot :-).
2008-05-14 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/elements/bfe_fulltext_mini.py: Fixed
unclosed div
2008-05-14 Tibor Simko <[email protected]>
* modules/websearch/lib/websearchadminlib.py: Disable checking of
the reference tab suitability because bfe_references.py may be too
slow in case it is doing many lookups (as in Inspire). We do not
really need this checking anyway because we can disable tabs in
WebSearch Admin on a collection-by-collection basis. If we need
this, then we should probably call bfo.fields('999') here that
should be much faster than calling bfe_references.
2008-05-14 Tibor Simko <[email protected]>
*
modules/bibformat/etc/format_templates/Default_HTML_references.bft:
Corrected no-references-found output message.
2008-05-14 Samuele Kaplun <[email protected]>
* modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_cern_wrapper.py:
Rewritten in order to be as fast and compact as possible (by not
opening uselessly files).
2008-05-14 Samuele Kaplun <[email protected]>
* modules/websession/lib/websession_webinterface.py: Fixed a url
redirection.
2008-05-14 Samuele Kaplun <[email protected]>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibindex/lib/bibindex_engine.py,
modules/miscutil/lib/shellutils.py,
modules/websubmit/lib/bibdocfile.py: Fixed mkstemp calls that
leaved open files.
2008-05-14 Samuele Kaplun <[email protected]>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibindex/lib/bibindex_engine.py,
modules/miscutil/lib/shellutils.py,
modules/websubmit/lib/bibdocfile.py: Better closed mkstemp-created
files.
2008-05-14 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibtask.py: Commented out resubmission of
tasks when they fails. An admin should proof-check the failure and
manually reinitialize.
2008-05-14 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibsched.py: Improved the log file. If
lowercase l is pressed then realtime .log file is displayed (if
viewed with less it can be even updated). If uppercase L is preseed
.err file is displayed.
2008-05-14 Samuele Kaplun <[email protected]>
* modules/bibrank/lib/bibrank_word_indexer.py: Added
register_exception in critical calculation to isolate
DivisionByZero errors.
2008-05-14 Samuele Kaplun <[email protected]>
* modules/websearch/lib/websearch_templates.py: Improved choice
between hb and hd in openurl handler (based on the number of
results).
2008-05-14 Travis C. Brooks <[email protected]>
* modules/websearch/lib/search_engine_query_parser_tests.py: Added
Spires To Invenio Converter test cases
--
CDS Invenio Developers <[email protected]>