CVS Commit Overview for 2008-02-14
==================================
2008-02-14 Jerome Caffaro <[email protected]>
* modules/webstyle/lib/webdoc.py: Display only webdoc files in
index pages.
2008-02-14 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/bibformatadminlib.py: Fixed a bug that
would prevent listing the format templates and output formats when
a file was being edited at the same time.
2008-02-14 Jerome Caffaro <[email protected]>
* modules/bibformat/web/admin/bibformatadmin.py: Removed reference
to migration kit.
2008-02-14 Marko Niinimaki <[email protected]>
* modules/miscutil/demo/demobibdata.xml: added author affiliations.
some of them are incomplete so that the records can be used as test
material for a script that finds canonical forms of institute names
2008-02-14 Marko Niinimaki <[email protected]>
* modules/miscutil/demo/demobibdata.xml: added second affiliation
for INFN researchers who have it
2008-02-14 Tibor Simko <[email protected]>
* modules/webhelp/web/hacking/coding-style.webdoc: Removed flx
table name prefix and introduced missing ones (acc, bsk, cls, etc).
2008-02-14 Tibor Simko <[email protected]>
* modules/miscutil/demo/democfgdata.sql,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql, modules/miscutil/sql/tabfill.sql:
Removed flx* tables and values now that BibFormat in PHP is gone.
2008-02-14 Samuele Kaplun <[email protected]>
* modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py: Formalized
__str__() method of BibRecDocs, BibDoc, BibDocFile. Fixed sorting
of 8564 rows in MARC produced by BibUpload. Added revert method to
bibdoc, in order to revert to old revision. Fixed deleting bibdoc,
by renaming to DELETED-datetime-docname, so that creating a bibdoc
called docname is then possible. Fixed undelete to work with new
delete algorithm Fixed websubmit file-non-existing error-box which
was raising an exception. Added $v e REVERT command to FFT in
order to exploit revert method of bibdoc. Added regression test
for testing --replace, REVERT and __str__
2008-02-14 Tibor Simko <[email protected]>
* modules/miscutil/lib/inveniocfg.py: Fixed --reset-cdsname so that
it does not touch reclist cache when not needed, and so that it
updates international translations as well.
2008-02-14 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmit_file_stamper.py: Initial commit
of a utility to enable WebSubmit to add a stamp to a file. **
NOTE: This utility is in a broken state - do not use yet.
2008-02-14 Tibor Simko <[email protected]>
* modules/miscutil/lib/Makefile.am: Do not generate config.py
during make anymore. It will be generated later during make
install by inveniocfg.
2008-02-14 Tibor Simko <[email protected]>
* modules/miscutil/lib/inveniocfg.py: Do not require conf files as
arguments anymore; rather, look for them in etcdir. When doing
--generate-config-py, do not emit config.py contents anymore;
rather edit the file on the spot in libdir, making a backup first.
This permits to rerun inveniocfg more conveniently during runtime.
2008-02-14 Tibor Simko <[email protected]>
* Makefile.am: Call inveniocfg --generate-config-py after
installation. Adapted inveniocfg --reset-* calls.
2008-02-14 Tibor Simko <[email protected]>
* modules/bibupload/doc/admin/bibupload-admin-guide.webdoc: Fixed
doc concerning REVERT functionality.
--
CDS Invenio Developers <[email protected]>