CVS Commit Overview for 2007-08-03
==================================
2007-08-03 Tibor Simko <[email protected]>
* modules/webstat/lib/Makefile.am: Enable back WebStat parts
written in Common Lisp.
2007-08-03 Tibor Simko <[email protected]>
* modules/webstat/lib/webstat_webinterface.py: Set properly
suitable default graph format argument. Use gnuplot only when
present, otherwise use ASCII art.
2007-08-03 Tibor Simko <[email protected]>
* configure-tests.py: Updated help text to show when libxml2 is not
present, to warn about XML metadata conversions, as suggested by
Greg.
2007-08-03 Tibor Simko <[email protected]>
* modules/webstat/bin/.cvsignore: Added webstatadmin.
2007-08-03 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c,
modules/miscutil/lib/intbitset_setup.py: New intbitset data
structure for storing integer in a set, using fast bit-level
operations.
2007-08-03 Samuele Kaplun <[email protected]>
* modules/bibindex/lib/bibindex_engine_stemmer.py: Cleaned sources
to support Snowball PyStemmer.
2007-08-03 Samuele Kaplun <[email protected]>
* configure-tests.py: Removing dependencie on Numeric.
2007-08-03 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/dbquery.py.wml: Moved often used
(de)serialize_via_marshal functions here, since they're needed only
for DB interaction.
2007-08-03 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c: Removed wrong comment.
2007-08-03 Samuele Kaplun <[email protected]>
* modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websession/lib/webuser.py,
modules/websubmit/lib/functions/Get_Recid.py,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/web/publiline.py: Friday commit: removed
dependency to Numeric. Migrated HitSet & Co. to intbitset, cleaned
(de)serialize_via_marshal function calls. Note: you will have to
install (until nice Makefile are ready) intbitset from miscutil/lib
by running: python intbitset_setup.py build sudo python
intbitset_setup.py install (Note: you need Pyrex installed...)
--
CDS Invenio Developers <[email protected]>