CVS Commit Overview for 2008-05-10
==================================
2008-05-10 Samuele Kaplun <[email protected]>
* modules/websubmit/lib/bibdocfile.py: Added few new methods that
are useful for the future bibdocfilecli.
2008-05-10 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/functions/Move_Files_to_Storage.py: In the
following code:
--- dummy, filename, extension = decompose_file(current_file) if
extension: extension = '.' + extension ---
A period was added to the beginning of the extension. However, when
the extension is returned from decompose_file, the period is
already present at its start. It is therefore now only added if
it's not there to begin with.
--
CDS Invenio Developers <[email protected]>