CVS Commit Overview for 2006-09-04
==================================
2006-09-04 Tibor Simko <[email protected]>
* modules/bibsched/bin/bibsched.in: Made get_my_pid() to work on
all FreeBSD platforms, not only FreeBSD-6.
2006-09-04 Tibor Simko <[email protected]>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/external_authentication.py: Improved
docstrings for external authentication examples and templates.
Removed some syntax and coding style problems (not all).
2006-09-04 Tibor Simko <[email protected]>
* modules/bibupload/bin/bibupload.in,
modules/websession/bin/sessiongc.in: Instruct Emacs to use Python
mode in addition to the file encoding. This declaration is fully
PEP-0263 conform even though pylint does not seem to detect it
right. But this does not matter much since we do not pylint *.in
files much anyway.
2006-09-04 Tibor Simko <[email protected]>
* modules/bibharvest/bin/oaiharvest.in: Invoke @PYTHON@ instead of
(hardcoded) python2.3.
2006-09-04 Tibor Simko <[email protected]>
* modules/miscutil/lib/testimport.py: Document example directory in
deduce_site_packages_location().
2006-09-04 Tibor Simko <[email protected]>
* modules/bibupload/lib/bibupload_config.py: Removed extraneous
@PYTHON@.
2006-09-04 Tibor Simko <[email protected]>
* modules/miscutil/lib/errorlib.py: Used the term `stream' instead
of `file' in the errorlib API, since file has already a precise
(and different) meaning. Documented this parameter in the
docstrings. Used the idiom ``if x is not None and x or y'' that is
pychecker friendlier than its inverted statement. Changed name of
a dummy variable to `dummy' to please pychecker.
2006-09-04 Tibor Simko <[email protected]>
* modules/miscutil/doc/hacking/errorlib.html.wml: Reflect the API
variable name change (file -> stream).
2006-09-04 Tibor Simko <[email protected]>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformatadminlib.py: Adapt to the errorlib
API change (file -> stream).
2006-09-04 Tibor Simko <[email protected]>
* modules/bibedit/bin/xmlmarc2textmarc.in: Instruct Emacs to use
Python mode in addition to the file encoding. This declaration is
fully PEP-0263 conform even though pylint does not seem to detect
it right. But this does not matter much since we do not pylint
*.in files much anyway.
2006-09-04 Tibor Simko <[email protected]>
* config/config.wml: Altered CFG_APACHE_PASSWORD_FILE and
CFG_APACHE_GROUP_FILE demo values to prepare the way for the access
control regression tests. Added more help for these config
variables.
2006-09-04 Tibor Simko <[email protected]>
* modules/websession/lib/webuser.py: If cfg_apache_password_file
and cfg_apache_group_file are not absolute pathnames, try to look
for them in tmpdir.
2006-09-04 Tibor Simko <[email protected]>
* modules/websession/lib/webuser.py: Remove forgotten print
statement.
2006-09-04 Tibor Simko <[email protected]>
* modules/miscutil/demo/Makefile.am,
modules/miscutil/demo/demo-site-apache-user-groups,
modules/miscutil/demo/demo-site-apache-user-passwords: Added the
demo site Apache user passwords and groups, useful to demo and to
test Apache-based access restriction. Two demo users created,
'jekyll' and 'hyde', with passwords having the same values as
usernames. Dr. Jekyll can access the Theses demo collection, Mr.
Hyde cannot.
--
CDS Invenio Developers <[email protected]>