CVS Commit Overview for 2008-06-18
==================================

2008-06-18  Nicholas Robinson <[email protected]>

        * modules/websubmit/lib/websubmit_dblayer.py: Added some functions
        relating to refereeing/approvals.

2008-06-18  Nicholas Robinson <[email protected]>

        * modules/websubmit/lib/functions/Register_Approval_Request.py:
        Moved database functions "update_approval_request_status",
        "register_new_approval_request" and "get_simple_approval_status" to
        websubmit_dblayer.

2008-06-18  Jerome Caffaro <[email protected]>

        * modules/websession/lib/webuser.py: Build page with 'ln' parameter
        in page_not_authorized(..)

2008-06-18  Jerome Caffaro <[email protected]>

        * modules/bibformat/lib/bibformat_engine.py: More HTML tags and
        attributes accepted when washing in 'soft' modes (5 & 6).

2008-06-18  Samuele Kaplun <[email protected]>

        * modules/websession/lib/webuser_tests.py: Added tests for
        isUserSuperAdmin

2008-06-18  Samuele Kaplun <[email protected]>

        * modules/webaccess/lib/access_control_admin.py,
        modules/webaccess/lib/access_control_engine.py: Fixed some queries
        WRT run_sql_cached: it should not be used when the query contains
        functions like NOW() or other time/random related functions that
        could change for every call.

2008-06-18  Tibor Simko <[email protected]>

        * modules/miscutil/lib/dbquery.py: Changed default values of
        run_sql_cached() in order to always look at the 'bibrec' table
        modification change as a safety net in case no affected_tables are
        specified.  This is a *much* safer default.  If some client code
        does not want to check any tables whatsoever, then it should
        specify '[]' explicitly.

        (Also, the function should rather use immutable argument, but that
        is for another commit.)

2008-06-18  Nicholas Robinson <[email protected]>

        * modules/websubmit/lib/websubmit_dblayer.py: Added function for
        retrieving the category of a document for which an approval request
        has been made: "get_approval_request_category".

2008-06-18  Tibor Simko <[email protected]>

        * modules/websearch/lib/search_engine.py: Fixed run_sql_cached()
        calls by stating affected_tables explicitly.

2008-06-18  Tibor Simko <[email protected]>

        * modules/miscutil/doc/hacking/miscutil-dbquery.webdoc: Updated
        documentation for run_sql_cached().

2008-06-18  Tibor Simko <[email protected]>

        * modules/bibrank/lib/bibrank_citation_searcher.py: Removed
        unneeded import.  Fixed unknown exception catching.

2008-06-18  Samuele Kaplun <[email protected]>

        * modules/bibupload/lib/bibupload.py: When using FFT to rename a
        docname, take care of renaming the corresponding icon accordingly,
        if it exists.

-- 
CDS Invenio Developers <[email protected]>


Reply via email to