CVS Commit Overview for 2008-04-15
==================================

2008-04-15  Jerome Caffaro <[email protected]>

        * modules/miscutil/lib/Makefile.am,
        modules/miscutil/lib/messages_tests.py: Unit tests for messages
        library.

2008-04-15  Jerome Caffaro <[email protected]>

        * modules/miscutil/lib/htmlutils_tests.py: Testing string to
        nmtoken conversion.

2008-04-15  Jerome Caffaro <[email protected]>

        * modules/webstyle/lib/webdoc_tests.py: Additional tests.

2008-04-15  Jerome Caffaro <[email protected]>

        * modules/bibharvest/web/Makefile.am,
        modules/bibharvest/web/test_insert_oai_source.html: Initial release
        of web test for inserting OAI sources.

2008-04-15  Jerome Caffaro <[email protected]>

        * modules/webstyle/lib/webdoc.py: Updated misleading/wrong comment

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/bibsched/lib/bibtask.py: Added fix_argv_paths, to fix
        relative paths issues.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/bibupload/lib/bibupload.py: Deployed fix_argv_paths to
        fix relative path issues on the command line.

2008-04-15  Jerome Caffaro <[email protected]>

        * modules/webstyle/lib/webdoc_tests.py: Skip test
        'test_language_filtering' if 'en' not in CFG_SITE_LANGS

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/bibupload/lib/bibupload.py: Corrected bad indentation
        previously committed due to misconfiguration of Kompare tool.

2008-04-15  Tibor Simko <[email protected]>

        * modules/websession/lib/password_migration_kit.py: Improved
        password migration kit cosmetics.  (Most notably, flushing stdout
        before lengthy operations.)

2008-04-15  Jerome Caffaro <[email protected]>

        * modules/miscutil/lib/messages_tests.py: Testing washing of
        'fr-ca' style LNs

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/webaccess/lib/collection_restrictions_migration_kit.py:
        Added check for VIEWRESTRCOLL to exists.

2008-04-15  Tibor Simko <[email protected]>

        * RELEASE-NOTES: For the migration guide, added forgotten
        instruction to run "webaccessadmin -a".  This must run prior to the
        collection restrictions migration kit.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/websession/lib/password_migration_kit.py: Made the
        migration kit more verbose.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/webaccess/lib/external_authentication_cern_wrapper.py:
        Commented out closing of connection in __del__ method. Garbage
        collector should happily close the connection anyway and closing it
        explicitly was returning spurious exceptions.

2008-04-15  Tibor Simko <[email protected]>

        * modules/miscutil/lib/messages_tests.py: Fixed test case for
        situations where English is not the default language.  Split test
        cases for invalid lanugage code and "dashed" language code.

2008-04-15  Tibor Simko <[email protected]>

        * modules/miscutil/lib/messages_tests.py: Clarified docstring.

2008-04-15  Nicholas Robinson <[email protected]>

        * modules/websubmit/lib/websubmit_webinterface.py: Now stripping
        whitespace from the beginning and end of doctype and act arguments
        for submissions in the index of the websubmit web interface in
        order to correct a bug.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/websession/lib/webuser.py: Fixed collect_user_info non
        working with IPv6. In case IPv6 is used the IP address is ''. In
        the future we should maybe support IPv6 too, hence in FireRole.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/bibsched/lib/bibtask.py: Added a warning in comment.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
        modules/bibupload/lib/bibupload.py,
        modules/bibupload/lib/bibupload_regression_tests.py,
        modules/miscutil/demo/demobibdata.xml,
        modules/miscutil/demo/democfgdata.sql,
        modules/miscutil/sql/tabcreate.sql,
        modules/webaccess/lib/access_control_config.py,
        modules/websubmit/lib/bibdocfile.py,
        modules/websubmit/lib/bibdocfilecli.py,
        modules/websubmit/lib/fulltext_files_migration_kit.py: Mega commit
        that includes: Added support for keeping comments and descriptions
        of bibdocs inside bibdoc tables.  Added FIX special command to FFT.
        Plugged in bibdocfile.  Added one-way synchronization of MARC based
        on bibdoc tables.  Added importing of comment/description from MARC
        in order to initialize bibdoc tables.  Added more_info blob column
        to bibdoc table and BibDocMoreInfo class to support
        comments/descriptions.  Added get_xml_8564 method to BibRecDocs to
        obtain a representative snippet of coherent MARC code Fixed lots of
        smaller bugs within FFT Changed demo site to use more descriptive
        "restricted_picture" keyword, and added user Ulysses that can see
        restricted pictures.

2008-04-15  Jerome Caffaro <[email protected]>

        * modules/webstyle/lib/webdoc_tests.py: Skip tests when English is
        missing.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/bibformat/lib/elements/bfe_fulltext.py: Main file(s) ->
        Fulltext.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/websubmit/lib/bibdocfile.py: If
        bibdoc.set_status('KEEP-OLD-VALUE'), don't touch the status.
        BibRecDocs to have a secondary behaviour to consider also deleted
        BibDoc as normal BibDocs.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/bibrank/lib/bibrank_citation_searcher.py: Fixed missing
        run_sql_cached import and call.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/miscutil/demo/democfgdata.sql,
        modules/webaccess/lib/access_control_config.py: Added Romeo &
        Juliet characters in demo site.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/bibsched/lib/bibtask.py: Fixed fix_argv_paths not to
        explicitly mention sys.argv in the signature since when bibtask.py
        is imported through mod_python sys.argv does not exists.

2008-04-15  Samuele Kaplun <[email protected]>

        * modules/websubmit/lib/bibdocfile.py,
        modules/websubmit/lib/bibdocfilecli.py: Addedd --revise option.

2008-04-15  Tibor Simko <[email protected]>

        * modules/miscutil/demo/democfgdata.sql: Fixed SQL syntax errors.

-- 
CDS Invenio Developers <[email protected]>


Reply via email to