CVS Commit Overview for 2007-11-09
==================================
2007-11-09 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_record_sorter.py: added debugging in
case verbose > 0
2007-11-09 Tibor Simko <[email protected]>
* Makefile.am: Added "kwalitee-check-sql-queries" target that helps
in discovering potentially dangerous SQL queries used in Python
source files. (This basic version uses a very simple line-oriented
grepping, it does not catch multi-line SQL queries, and may display
some false positives for code not following the usual coding
style.)
2007-11-09 Tibor Simko <[email protected]>
* modules/bibrank/lib/bibrank_citation_indexer.py: Fixed
potentially dangerous SQL INSERT statement. Updated SQL cosmetics.
2007-11-09 Tibor Simko <[email protected]>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Fixed potentially
dangerous SQL INSERT statement.
2007-11-09 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_record_sorter.py: changed the order
of lines in voutput (typo)
2007-11-09 Tibor Simko <[email protected]>
* modules/bibsched/lib/bibtask.py: Fixed multi-line INSERT
statement cosmetic style so that it passes kwalitee check.
2007-11-09 Tibor Simko <[email protected]>
* modules/webcomment/lib/webcomment.py: Fixed three SQL INSERT
statements that have not specified explicit column names.
2007-11-09 Tibor Simko <[email protected]>
* modules/webaccess/lib/access_control_admin.py: Fixed cosmetic
style of three multi-line INSERT statements so that they would pass
kwalitee check.
2007-11-09 Tibor Simko <[email protected]>
* Makefile.am: Updated "kwalitee-check-sql-queries" target to
analyze also INSERT statements with table names containing
underscore.
2007-11-09 Tibor Simko <[email protected]>
* modules/websession/lib/webgroup_dblayer.py: Fixed missing column
names in three multi-line SQL INSERT statements.
2007-11-09 Tibor Simko <[email protected]>
* modules/webaccess/lib/access_control_admin.py: Fixed missing
column names in two multi-line SQL INSERT statements.
2007-11-09 Tibor Simko <[email protected]>
* modules/miscutil/lib/dbquery_tests.py: Fixed missing column names
in an SQL INSERT statement.
2007-11-09 Tibor Simko <[email protected]>
* modules/websubmit/lib/file.py: Fixed missing column names in two
SQL INSERT statements.
2007-11-09 Tibor Simko <[email protected]>
* modules/webmessage/lib/webmessage_dblayer.py: Fixed multi-line
INSERT statement cosmetic style so that it passes kwalitee check.
2007-11-09 Tibor Simko <[email protected]>
* modules/webaccess/lib/access_control_admin.py: Fixed three more
SQL multi-line INSERT statements (for table names containing
underscores).
2007-11-09 Tibor Simko <[email protected]>
* modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_migration_kit.py: Fixed multi-line
INSERT statement cosmetic style so that it passes kwalitee check.
2007-11-09 Jerome Caffaro <[email protected]>
* modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-help.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/doc/hacking/search-engine-internals.webdoc,
modules/websearch/doc/hacking/search-engine-stages.webdoc,
modules/websearch/doc/admin/websearch-admin.webdoc: Initial
release, based on WML files.
2007-11-09 Tibor Simko <[email protected]>
* modules/bibsched/lib/bibtask.py: Fixed task submission argument
problem introduced by previous commit.
2007-11-09 Marko Niinimaki <[email protected]>
* modules/bibrank/lib/bibrank_regression_tests.py: added a basic
citation test
--
CDS Invenio Developers <[email protected]>