CVS Commit Overview for 2007-11-30
==================================
2007-11-30 Jerome Caffaro <[email protected]>
* modules/webstyle/lib/webstyle_templates.py: Fixed markup.
header_background.gif is transmitted though https when page is
secured.
2007-11-30 Jerome Caffaro <[email protected]>
* modules/webstyle/css/cds.css: Fixed some invalid
properties/values.
2007-11-30 Tibor Simko <[email protected]>
* modules/webbasket/lib/webbasket_dblayer.py: Fixed
get_basket_record() SQL query parameters.
2007-11-30 Tibor Simko <[email protected]>
* INSTALL: Added a note on a lib64 Python symlink for intbitset on
some platforms. Added a note on a need to compile Gnuplot with GD
library for PNG support.
2007-11-30 Samuele Kaplun <[email protected]>
* modules/webstyle/lib/webinterface_handler.py: New embedded
profiling facility. To use it, just add profile=1 to a desired url,
and the profile will be appended to the output. In order to change
the sorting algorithm it is possible to provide
sort_profile=algorithm_name. (a list of available algorithms is
displayed at the bottom of the page). It has been tested on
Python2.5, it is still to be tested on Python2.4 and previous
versions.
2007-11-30 Samuele Kaplun <[email protected]>
* modules/webstyle/lib/webinterface_handler.py: Changed behaviour
of URL parameters for profiler: you can now specify
profile=time&profile=cumulative&... to obtain different
representations at a time. The file created in tmp folder is now
called invenio-profile-stats-datetime.raw.
2007-11-30 Samuele Kaplun <[email protected]>
* Makefile.am, configure.ac, modules/webstyle/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/webstyle/etc/Makefile.am,
modules/webstyle/etc/invenio-jsmath.js: Completed jsMath
installation scripts. To install jsMath just run $> sudo make
install-jsmath-plugin to uninstall: $> sudo make
uninstall-jsmath-plugin
To enable it just add something similar to ['hd', 'hb'] for the
CFG_WEBSEARCH_USE_JSMATH_FOR_FORMATS variable in config.wml.
2007-11-30 Samuele Kaplun <[email protected]>
* modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_title.py: Removed MimeTeX. Use
the much powerful jsMath facility (sudo make
install-jsmath-plugin).
2007-11-30 Samuele Kaplun <[email protected]>
* INSTALL: Added /journal to the list of URLs recognized by
Invenio's native URL handler. Added jsMath plugin installation
instructions.
2007-11-30 Samuele Kaplun <[email protected]>
* Makefile.am: Changed install-jsmath-plugin frame to double-stars,
to comply to other scripts in Makefile.am.
2007-11-30 Samuele Kaplun <[email protected]>
* modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/docfile.py: Moved docfile.py to
bibdocfile.py. Move .doc_checksum to .md5, better handling of huge
files, when streaming, when md5ing, when comparing.
2007-11-30 Samuele Kaplun <[email protected]>
* modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/bibdocfile.py,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py: 1) Bibupload
FFT to support bibdocfile, 2) bibupload FFT to support icon
appending to record with no documents, 3) regression test for point
2, 4) bibdocfile to correctly stream files.
2007-11-30 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/errorlib.py: Better printing stack tracing.
2007-11-30 Samuele Kaplun <[email protected]>
* modules/websession/lib/webuser.py,
modules/websession/lib/webuser_tests.py: Restored original
behaviour of auth_apache_user_p and fixed some regression_tests.
2007-11-30 Samuele Kaplun <[email protected]>
* modules/websubmit/lib/fulltext_files_migration_kit.py: docfile.py
-> bibdocfile.py
2007-11-30 Samuele Kaplun <[email protected]>
* modules/webstyle/etc/invenio-jsmath.js: Specified Root path.
2007-11-30 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/intbitset.c: New intbitset.c generated with
Cython-0.9.6.9. It is again compatible with Python-2.3.
--
CDS Invenio Developers <[email protected]>