CVS Commit Overview for 2008-07-14
==================================
2008-07-14 Samuele Kaplun <[email protected]>
* modules/websearch/lib/websearch_webinterface.py: Plugged
HTTP_MOVED_PERMANENTLY for legacy url and fixed
/search.py/authenticate that was broken by the double deprecation
of search.py and authenticate.
2008-07-14 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibtask.py: progress information is now set
to empty string when a task is submitted (no more the ugly None
value).
2008-07-14 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibtask.py: Connected USR2 signal to
SIG_IGN. This should solve any conflict raising when pinging a task
with USR2 signal for discovering if it's still alive, while the
task is performing I/O operation (e.g. downloading an URL). (See
<http://www.python.org/doc/2.3.5/lib/module-signal.html>, the
fourth dot).
2008-07-14 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py: When a task terminates it will
send a SIGUSR2 to bibsched in order to make it refreshing the list
of tasks.
2008-07-14 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibsched.py: bibupload_in_the_queue reads
the real current status of the tasks, while handle_row works on a
precalculated one. If _refresh_tasks has became True while
bibupload_in_the_queue was running we should update the task list.
2008-07-14 Samuele Kaplun <[email protected]>
* modules/websubmit/lib/bibdocfile.py: new format_already_exists_p
API function for BibDoc object. download_url to use again urllib
since I found how to ping bibtasks without killing I/O.
2008-07-14 Samuele Kaplun <[email protected]>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: rg passed to
tmpl_browse_pattern (thanks to Cristian Bacchi).
--
CDS Invenio Developers <[email protected]>