CVS Commit Overview for 2007-12-03
==================================
2007-12-03 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/intbitset.c,
modules/miscutil/lib/intbitset.pyx: Fixed: intbitset.c:7728:
warning: comparison is always false due to limited range of data
type warning, due to usage of bool_t datatype. Cython support bint
datatype which behaves as bool in Python, but are stored as int in
C.
2007-12-03 Marko Niinimaki <[email protected]>
* modules/bibedit/lib/bibedit_templates.py: added FIXME for lint
2007-12-03 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_grapher.py: added a key check so that
the module does not crash if citation key missing
2007-12-03 Samuele Kaplun <[email protected]>
* modules/websearch/doc/hacking/search-engine-api.webdoc: Fixed
typo: collectin -> collection.
2007-12-03 Gabriel Hase <[email protected]>
* modules/webjournal/lib/webjournal_webinterface.py: added editor
redirecter for articles
2007-12-03 Gabriel Hase <[email protected]>
* modules/webjournal/lib/webjournal_webinterface.py: deleted double
include
2007-12-03 Tibor Simko <[email protected]>
* Makefile.am: Added target "kwalitee-check-variables". Prettified
jsmath installer targets and removed some unnecessary pushd/popd
and command path dependencies.
--
CDS Invenio Developers <[email protected]>