CVS Commit Overview for 2007-08-17
==================================
2007-08-17 Diane Berkovits <[email protected]>
* modules/websubmit/lib/websubmit_webinterface.py: -Look for icons
related to files and display them if they exist. The template in
websubmit_temmplates.py was already able to display icons as
images(not link). Icons can also be requested directly through
get_file as gif file. -Catch errors from file.py: docid missing,
physical file does not exist, version...
2007-08-17 Diane Berkovits <[email protected]>
* modules/websubmit/lib/file.py: -Removed the "None" return value
from BibDoc __init__ method, which was erroneously tested. The
instance value is never None even if __init__ returns None, it is
still an instance of the class. -Instead __init__ method raises
StandardError when something goes wrong. -Updated other methods
which instanciate BibDoc object in order to catch error when it
cannot be instantiated. -FIXME: no I18N of error messages in this
file.
2007-08-17 Jerome Caffaro <[email protected]>
* modules/webstyle/doc/admin/guide.html.wml: Added information
about detailed record pages and tabs. Small cleaning.
2007-08-17 Jerome Caffaro <[email protected]>
* modules/webstyle/doc/admin/guide.html.wml: Added table of
content.
2007-08-17 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/intbitset_tests.py: Fixed various tests,
never checking empty intbitsets.
2007-08-17 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/intbitset.pyx: Fixed bug in which
intbitset([]) would raise a wrong exception instead of creating an
empty intbitset.
2007-08-17 Jerome Caffaro <[email protected]>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Print 'HB' and 'X*'
search results one after the other instead of waiting for all to be
formatted. (Requires to adapt customized websearch templates:
split tmpl_records_format_htmlbrief function into
tmpl_record_format_htmlbrief_*) Removed tabs for non-HD outputs.
2007-08-17 Tibor Simko <[email protected]>
* po/pl.po: First batch of Polish translation, thanks to Zbigniew
Szklarz.
2007-08-17 Samuele Kaplun <[email protected]>
* modules/miscutil/lib/intbitset_tests.py: Perfectioned the tests,
adding some meaningful failure messages, and some big lists. It
appears that ixor doesn't work well between two infinite
intbitsets. It will be fixed some day in the future since it's not
used anywhere in CDS Invenio code.
--
CDS Invenio Developers <[email protected]>