CVS Commit Overview for 2008-05-12
==================================
2008-05-12 Marko Niinimaki <[email protected]>
* modules/websearch/lib/websearch_templates.py: Published column is
now a link
2008-05-12 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_templates.py: Use "collection"
(=logical field name) instead of "980" (=physical field MARC tag)
in the cite summary template search links.
2008-05-12 Samuele Kaplun <[email protected]>
* modules/websession/lib/webgroup.py: Added small check for
IntegrityError in inserting a new group. It could be that because
of concurrency while the group is inserted, another connection have
already inserted it.
2008-05-12 Samuele Kaplun <[email protected]>
* modules/websession/lib/webgroup_dblayer.py: Memoized get_groups
function to give a bit of relieve to the system (it is called by
collect_user_info).
2008-05-12 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oai_repository_webinterface.py: Remove ln
parameter from input form in any case (webinterface_handler is
adding it for language recognition, and currently fails at making
an exception for the oai2d urls ending with '/', eg:
CFG_SITE_URL/oai2d.py/?verb=Identify ) in order that OAI validation
of input parameter does not fail.
2008-05-12 Samuele Kaplun <[email protected]>
* modules/websession/lib/webgroup_dblayer.py: Memoized all queries
with FROM usergroup g, user_usergroup ug.
2008-05-12 Samuele Kaplun <[email protected]>
* modules/websession/lib/websession_webinterface.py:
Disable CERN hack to redirect directly to authentication for apache
group. It's broken!
2008-05-12 Samuele Kaplun <[email protected]>
* modules/websession/lib/webuser.py: Hack to cache user_info into
mod_python request_object.
2008-05-12 Samuele Kaplun <[email protected]>
* modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/lib/bibrank_word_indexer.py: Trying to fixing
select/update vs select/insert bug.
2008-05-12 Samuele Kaplun <[email protected]>
* modules/webmessage/lib/webmessage_dblayer.py: Fixed run_sql non
correctly escaped.
2008-05-12 Samuele Kaplun <[email protected]>
* modules/websession/lib/session.py,
modules/websession/lib/webuser.py: Fixing collect_user_info doing
lots of useless analysis for guest users.
--
CDS Invenio Developers <[email protected]>