CVS Commit Overview for 2006-08-29
==================================
2006-08-29 Jerome Caffaro <[email protected]>
* modules/bibformat/etc/format_templates/Default_HTML_brief.bft:
Disabled highlighting of authors in search results.
2006-08-29 Tibor Simko <[email protected]>
* modules/bibrank/lib/bibrankadminlib.py: Fixed marshal importing.
2006-08-29 Tibor Simko <[email protected]>
* modules/bibformat/bin/bibreformat.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/bin/bibrank.in,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibupload/lib/bibupload.py,
modules/websearch/bin/webcoll.in: Updated every BibSched task to
follow the BibTaskEx example of handling task options. Done some
more pychecker-related fixes.
2006-08-29 Tibor Simko <[email protected]>
* modules/webaccess/lib/.cvsignore: Added *.pyc.
2006-08-29 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/elements/bfe_collection.py: Removed debug
code that would make the formatting done twice for each record...
Used more standard access to field value in bfe_collection.py
2006-08-29 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/bibformat_engine.py: Removed wrong report
of error to invenio log file.
2006-08-29 Tibor Simko <[email protected]>
* modules/webaccess/lib/access_control_engine.py: Fixed error
reporting in case of not-yet-activated accounts, caused by commit
1.10. BTW, the whole code should be prettified and tested.
2006-08-29 Jerome Caffaro <[email protected]>
* modules/bibformat/web/admin/bibformatadmin.py: Modified preview
page of formats to handle search_pattern in the same way as search
engine.
2006-08-29 Tibor Simko <[email protected]>
* modules/bibedit/lib/bibrecord.py: When washing, accept FFT and
FMT as valid tag names. This fixes the problem of parsing MARCXML
files containing special tags when the correct option is switched
on.
2006-08-29 Tibor Simko <[email protected]>
* modules/bibedit/lib/bibrecord_tests.py: Added tests for the
special-tag treatment. (FMT, FFT, XXX)
2006-08-29 Tibor Simko <[email protected]>
* modules/bibupload/lib/bibupload_regression_tests.py: Added new
tests for the FMT tag behaviour. Small updates to the rest.
2006-08-29 Tibor Simko <[email protected]>
* modules/bibupload/lib/bibupload.py: Fixed the behaviour of the
FMT tag, solving the problem occurred during bibreformatting.
Updated usage help string. More of cosmetic readability updates.
2006-08-29 Tibor Simko <[email protected]>
* modules/bibupload/bin/bibupload.in: Updated main module
docstring.
2006-08-29 Tibor Simko <[email protected]>
* modules/webhelp/web/hacking/testsuite.html.wml: Minor updates WRT
testsuite/regressiontestsuite distinction.
2006-08-29 Tibor Simko <[email protected]>
* modules/bibindex/lib/bibindex_engine.py: Used urllib2 instead of
urllib, mkstemp() instead of mktemp(), and removed some unused
arguments.
2006-08-29 Tibor Simko <[email protected]>
* modules/miscutil/lib/testutils.py: Do not import readline.
2006-08-29 Tibor Simko <[email protected]>
* modules/webalert/lib/textwrap.py: Commented out True/False
pre-Python-2.3 handling, to please pychecker.
2006-08-29 Tibor Simko <[email protected]>
* modules/webalert/lib/Makefile.am,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/textwrap.py, po/POTFILES.in: Now that we do
not support Python 2.2 anymore, removed the file textwrap.py as it
is included in standard Python 2.3.
2006-08-29 Tibor Simko <[email protected]>
* modules/webalert/lib/.cvsignore,
modules/websession/lib/.cvsignore: Added *.pyc.
2006-08-29 Tibor Simko <[email protected]>
* modules/webalert/lib/alert_engine.py: Fixed some pychecker
warnings.
2006-08-29 Tibor Simko <[email protected]>
* modules/webalert/lib/webalert.py: Removed some variables no
longer in use.
2006-08-29 Tibor Simko <[email protected]>
* modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py: Do not pass weburl to
templates, read it from the config file. Also, removed some unused
imports.
--
CDS Invenio Developers <[email protected]>