CVS Commit Overview for 2008-02-27
==================================
2008-02-27 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmit_file_stamper.py: + Replaced use
of os.popen with os.system in places where it wasn't important to
read anything back from a command. This should avoid problems
like the error code status being read, or the existence of a
file [that should have been created by the command] being tested
before the command that was launched under os.popen has actually
finished executing.
2008-02-27 Tibor Simko <[email protected]>
* modules/miscutil/demo/democfgdata.sql: Fixed syntax error in
BibClassify table insert statements.
2008-02-27 Tibor Simko <[email protected]>
* modules/bibclassify/lib/bibclassify_daemon.py: Fixed syntax error
in update_date_of_last_run().
2008-02-27 Samuele Kaplun <[email protected]>
* THANKS, modules/bibclassify/etc/Makefile.am,
modules/bibclassify/etc/NASA-subjects.rdf,
modules/bibclassify/etc/nasa-instruments.rdf,
modules/bibclassify/etc/nasa-subjects.rdf,
modules/bibclassify/lib/bibclassify_daemon.py,
modules/miscutil/demo/democfgdata.sql,
modules/miscutil/sql/tabcreate.sql: Removed NASA-instruments which
doesn't bring any results. Updated bibclassify to allow for a
location (e.g. a url or a full path) to a Taxonomy.
2008-02-27 Nicholas Robinson <[email protected]>
* modules/websubmit/etc/Makefile.am: Added "file_stamper_templates"
to list of directories.
2008-02-27 Tibor Simko <[email protected]>
* configure.ac: Removed unused (and useless) Month.KB.
2008-02-27 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/textutils.py: Enhanced wrap_text_in_a_box
function.
2008-02-27 Tibor Simko <[email protected]>
* configure.ac, modules/websubmit/etc/DEMOPIC.tpl,
modules/websubmit/etc/DEMOPICcreate.tpl,
modules/websubmit/etc/DEMOPICmodify.tpl,
modules/websubmit/etc/EDSRTEXT.tpl,
modules/websubmit/etc/EDSRTEXTcreate.tpl,
modules/websubmit/etc/EDSRTEXTmodify.tpl,
modules/websubmit/etc/EDSTEXT.tpl,
modules/websubmit/etc/EDSTEXTcreate.tpl,
modules/websubmit/etc/EDSTEXTmodify.tpl,
modules/websubmit/etc/Makefile.am,
modules/websubmit/etc/demo-stamp-left-logo.png,
modules/websubmit/etc/demo-stamp-left.tex: Moved WebSubmit config
files all in one etc place, with Nick. Standardized stamper config
file names.
2008-02-27 Tibor Simko <[email protected]>
* modules/websubmit/etc/DEMOPIC.tpl,
modules/websubmit/etc/DEMOPICcreate.tpl,
modules/websubmit/etc/DEMOPICmodify.tpl,
modules/websubmit/etc/EDSRTEXT.tpl,
modules/websubmit/etc/EDSRTEXTcreate.tpl,
modules/websubmit/etc/EDSRTEXTmodify.tpl,
modules/websubmit/etc/EDSTEXT.tpl,
modules/websubmit/etc/EDSTEXTcreate.tpl,
modules/websubmit/etc/EDSTEXTmodify.tpl: Added comment with the
template version number. Deleted trailing blank lines. With Nick.
2008-02-27 Tibor Simko <[email protected]>
* po/POTFILES.in: Added inveniocfg.py.
2008-02-27 Tibor Simko <[email protected]>
* modules/webstyle/css/cds.css: Harmonized colours of the tab text
and the tab border for all three kinds of detailed record page tabs
(active, inactive, disabled).
2008-02-27 Tibor Simko <[email protected]>
* configure.ac: Added check for pdftk and pdf2ps. Bumped up the
version number.
2008-02-27 Tibor Simko <[email protected]>
* INSTALL: Documented need for pdftk and pdf2ps for fulltext file
stamping.
2008-02-27 Tibor Simko <[email protected]>
* config/invenio-autotools.conf.in: Added CFG_PATH_PDFTK and
CFG_PATH_PDF2PS.
2008-02-27 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/textutils.py: Fixed a small bug and restyled
variables names.
2008-02-27 Tibor Simko <[email protected]>
* modules/webmessage/lib/webmessage_templates.py: Fixed two I18N
output messages. (Do not use more than one unnamed parameter (%s)
because some languages may need to invert the order. Use named
parameters instead.)
2008-02-27 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/textutils.py: Fixed style_name -> style.
'DEFAULT' -> '__DEFAULT'.
2008-02-27 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmit_file_stamper.py: Import of some
CFG_ config variables from invenio.config; Updated help message;
Added example of how to call the tool via the CLI;
--
CDS Invenio Developers <[email protected]>