CVS Commit Overview for 2008-05-13
==================================

2008-05-13  Samuele Kaplun <[email protected]>

        * modules/webstyle/lib/webinterface_handler.py: Better format the
        profile output.

2008-05-13  Samuele Kaplun <[email protected]>

        * modules/websearch/lib/websearch_webinterface.py: Cleaned a bit
        redirections and added self to get_institute_pub_dict

2008-05-13  Samuele Kaplun <[email protected]>

        * modules/websession/lib/webuser.py: New apache password functions
        that not uses grep.

2008-05-13  Samuele Kaplun <[email protected]>

        * modules/websession/lib/websession.py: Added
        CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS support (warning not
        still functional. Keep it set to 1)

2008-05-13  Samuele Kaplun <[email protected]>

        * modules/bibrank/lib/bibrank_word_indexer.py: Added debugging code
        for spotting broken utf-8 handling.

2008-05-13  Tibor Simko <[email protected]>

        * modules/bibrank/lib/bibrank_word_indexer.py: Fixed debugging
        code.

2008-05-13  Samuele Kaplun <[email protected]>

        * modules/miscutil/lib/dbquery.py: Fixed a bug in run_sql_cached
        that returned cached query when affected_tables was changed within
        a second.

2008-05-13  Samuele Kaplun <[email protected]>

        * modules/websession/lib/webuser.py: Disabled isUserReferee
        algorithm because it's too slow in production environment.

2008-05-13  Tibor Simko <[email protected]>

        * modules/bibrank/lib/bibrank_citation_searcher.py: Added new
        function get_cited_by_count() returning how many records cite given
        record.  Used in the search engine.

2008-05-13  Tibor Simko <[email protected]>

        * modules/websearch/lib/websearch_templates.py: Altered "Cited by"
        links to behave in the Google Scholar style.  (Showing explicitly
        how many records cite given record, or not showing the link at all
        if the given record is not cited.)

2008-05-13  Tibor Simko <[email protected]>

        * config/invenio.conf: Differentiate between guests by default
        until the new behaviour is properly implemented.

2008-05-13  Tibor Simko <[email protected]>

        * modules/bibindex/lib/bibindex_engine.py: Added debugging code WRT
        encoding, just as for the bibrank word indexer.  Now the bad
        non-UTF-8 words and simply ignored and the indexing process goes
        on.  (And the admin is alerted about the record having the bad
        word.)

2008-05-13  Tibor Simko <[email protected]>

        * config/invenio.conf: Moved CFG_CITESUMMARY_COLLECTIONS next to
        other cite summary configurations.

2008-05-13  Tibor Simko <[email protected]>

        * modules/websearch/lib/search_engine_summarizer.py: Added
        CFG_CITESUMMARY_COLLECTIONS configuration.  Speeded up the
        collection lookup.

2008-05-13  Samuele Kaplun <[email protected]>

        * modules/websearch/lib/websearch_webinterface.py: Fixed
        redirections by explicitly specifing CFG_SITE_SECURE_URL when going
        to login. Otherwise what can happen is that when coming from a non
        https url webhandler redirect again to CFG_SITE_SECURE_URL and the
        referer is set to be the login url without http, creating the
        loop...

2008-05-13  Samuele Kaplun <[email protected]>

        * modules/bibupload/lib/bibupload.py,
        modules/websubmit/lib/bibdocfile.py: Changed socket default timeout
        from 10s to 40s. This could maybe help in solving ssl timeout with
        external_authentication_cern

-- 
CDS Invenio Developers <[email protected]>


Reply via email to