CVS Commit Overview for 2006-11-01
==================================
2006-11-01 Tibor Simko <[email protected]>
* modules/bibformat/bin/bibreformat.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/bin/bibrank.in, modules/bibsched/lib/bibtaskex.py,
modules/bibupload/lib/bibupload.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websession/lib/webuser.py: When authentifying user-supplied
email or nickname, use two SQL queries rather than a single boolean
OR query, for the latter one doesn't make use of indexes. This
speeds up the authentication for large sites considerably, e.g.
about three orders of magnitude for the CERN site.
2006-11-01 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
for the Results overview box and links to results in various
collections when the "split by collection" is on/off.
2006-11-01 Tibor Simko <[email protected]>
* INSTALL, modules/miscutil/demo/demo-site-apache-user-passwords,
modules/websearch/lib/websearch_regression_tests.py,
modules/websession/lib/webuser_tests.py: Changed passwords of the
demo users Dr. Jekyll and Mr. Hyde in order to have passwords
different from usernames (jekyll/j123kyll, hyde/h123yde). Better
for regression testing. Added a note on crypt() using the first 8
characters only in the default Apache htpasswd encryption method.
--
CDS Invenio Developers <[email protected]>