CVS Commit Overview for 2008-06-30
==================================
2008-06-30 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_templates.py: Do not return 'The
contents of this collection is restricted' message for restricted
collections anymore as this may not be user friendly when a user is
already logged in.
2008-06-30 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_regression_tests.py: Adapted
restricted collection search interface page body test by testing
the absence of the latest additions box there.
2008-06-30 Samuele Kaplun <[email protected]>
* configure.ac, config/invenio-autotools.conf.in,
modules/bibupload/lib/bibupload.py,
modules/websubmit/lib/bibdocfile.py: Added checks for md5sum in
./configure scripts. bibdoc.touch() to not touch record
modification date. Better handling of exception (e.g. change_file
to return InvenioWebSubmitFileError in case of error), bibdoc to be
connected to bibrec only after correct creation. docsize enlarged
to bigint in hstDOCUMENT, comments and descriptions got imported
from 8564s into bibdocfile when 8564s to exist and FFT is not used
(for backward compatibilities).
2008-06-30 Samuele Kaplun <[email protected]>
* Makefile.am, modules/miscutil/sql/tabcreate.sql:
hstDOCUMENT.docsize to bigint(15).
2008-06-30 Samuele Kaplun <[email protected]>
* modules/bibupload/lib/bibupload.py: 8564s MARC will be
synchronized after bibdocfile tables only if FFT is used or '856'
tag is present in the MARC. if MARC comes with 8564s tags with
bibdocfile urls (i.e. 'CFG_SITE_URL/record/123/files/docname.ext')
and FFTs have not been used (e.g. because MARC is coming from
bibedit/aleph/current submission), it will first import $y and $z
(description and comment) from MARC into bibdocfile, and then
rebuild all 8564s based on bibdocfile.
2008-06-30 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibsched.py: It is happening sometimes that
a task stays in the status 'SCHEDULED' forever without being
executed anymore. Checking through logs and code this could happen
only if bibsched scheduler is stopped before actually submitting
the task but after having set its status to 'SCHEDULED'. Hence I've
added a clean instruction at the start of bibsched scheduler to
reset all scheduled tasks to 'WAITING'.
2008-06-30 Tony Osborne <[email protected]>
* modules/bibedit/lib/refextract.py: Added massaging for arxiv
report numbers to change from e.g. arXiv-yymm-1234(v3) to
arXiv:yymm.1234(v3).
2008-06-30 Tony Osborne <[email protected]>
* modules/bibedit/etc/refextract-journal-titles.kb,
modules/bibedit/etc/refextract-report-numbers.kb: knowledge bases
up to date to about 20 June 2008. Including new arXiv RN's
2008-06-30 Ruben Pollan <[email protected]>
* modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_engine.py,
modules/webstat/lib/webstat_templates.py,
modules/webstat/lib/webstat_webinterface.py: Modified the database
structure of webstats and the webinterface for display customevent.
2008-06-30 Samuele Kaplun <[email protected]>
* modules/bibsched/lib/bibsched.py: Correct support for stopping
the queue when a task finishes with 'DONE WITH ERRORS'
2008-06-30 Ruben Pollan <[email protected]>
* modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_engine.py: Fixed qote problem with sql
sentences.
2008-06-30 Tibor Simko <[email protected]>
* configure.ac: Bump up the version number after the addition of
md5sum detection.
2008-06-30 Tibor Simko <[email protected]>
* configure.ac: Prettified md5sum help message.
2008-06-30 Nicholas Robinson <[email protected]>
*
modules/websubmit/lib/functions/Stamp_and_Replace_Single_File_Approval.py:
A function to allow a single file (that is already attached to a
record as a bibdoc) to be stamped. Foreseen use is when a document
is approved and should be stamped with the new number.
2008-06-30 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/functions/Makefile.am: Added
"Stamp_and_Replace_Single_File_Approval.py" function.
2008-06-30 Tibor Simko <[email protected]>
* po/POTFILES.in: Added missing files.
2008-06-30 Nicholas Robinson <[email protected]>
* modules/miscutil/sql/tabfill.sql: Added details of the WebSubmit
function 'Stamp_and_Replace_Single_File_Approval'.
2008-06-30 Tibor Simko <[email protected]>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/hu.po,
po/it.po, po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po,
po/sk.po, po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Updated PO
files. Getting ready for the release of v0.99.1.
2008-06-30 Tibor Simko <[email protected]>
* modules/websubmit/lib/functions/Makefile.am: Comment out the new
function Stamp_and_Replace_Single_File_Approval.py since the
filename is too long for the internal release of 0.99.0.20080630.
(The longest path limit is 99 chars due to older tars.) The
function is to be renamed properly later.
2008-06-30 Tibor Simko <[email protected]>
* modules/websubmit/lib/functions/Makefile.am: Removed
Stamp_and_Replace_Single_File_Approval.py for the release.
2008-06-30 Tibor Simko <[email protected]>
* modules/webalert/lib/Makefile.am: Added alert_engine_tests.py.
2008-06-30 Tibor Simko <[email protected]>
* modules/bibconvert/etc/Makefile.am,
modules/webstat/lib/Makefile.am: Removed wildcards.
2008-06-30 Tibor Simko <[email protected]>
* modules/websubmit/lib/functions/Makefile.am: Added
Print_Success_Approval_Request.py.
2008-06-30 Tibor Simko <[email protected]>
* modules/miscutil/lib/testutils.py: When building the unit test
suite, import webinterface_tests first in order to be sure to have
the fake Apache environment loaded among first things. This is
needed for older OSes and mod_pythons such as on SLC4.
2008-06-30 Tibor Simko <[email protected]>
* modules/webalert/lib/alert_engine_tests.py: Fixed the HTML
stripping test case.
--
CDS Invenio Developers <[email protected]>