CVS Commit Overview for 2006-09-20
==================================
2006-09-20 Tibor Simko <[email protected]>
* config/configbis.wml.in: Added PREFIX.
2006-09-20 Tibor Simko <[email protected]>
* modules/miscutil/lib/config.py.wml: Added CFG_PREFIX.
2006-09-20 Tibor Simko <[email protected]>
* configure.ac, modules/bibsched/Makefile.am,
modules/bibsched/bin/bibsched.in,
modules/bibsched/bin/bibtaskex.in, modules/bibsched/lib/.cvsignore,
modules/bibsched/lib/Makefile.am, modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtaskex.py: BibSched module split into
bin/lib completed. Most of the stuff lives in lib. The bin stuff
is a simple call of the lib stuff. While doing the split, the code
kwalitee improved a bit.
2006-09-20 Tibor Simko <[email protected]>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/websearch_webcoll.py: Split WebSearch
executables into (small) bin and (long) lib files.
2006-09-20 Tibor Simko <[email protected]>
* modules/bibupload/doc/admin/guide.html.wml: Expanded BibUpload
documentation. Added hints on running xmlmarclint, on the usage of
external system numbers (970), added examples for various modes,
changed wording, etc.
2006-09-20 Tibor Simko <[email protected]>
* modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Removed wildcard config
import and fixed some basic kwalitee problems.
2006-09-20 Tibor Simko <[email protected]>
* modules/elmsubmit/lib/myhtmlentitydefs.py: Ignore long lines
warning, they are here per design.
2006-09-20 Tibor Simko <[email protected]>
* modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/bibrank/lib/bibrank_downloads_similarity.py,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py: Removed wildcard config
import and fixed some randomly spotted basic kwalitee problems.
2006-09-20 Tibor Simko <[email protected]>
* modules/webalert/lib/alert_engine.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert_templates.py: Removed wildcard config
import and fixed some indentation problems.
2006-09-20 Tibor Simko <[email protected]>
* modules/bibconvert/lib/bibconvert.py,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibmatch/lib/bibmatch_engine.py,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py, modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py: Fixed config wildcard
import everywhere. Fixed some randomly spotted import problems,
such as sysexiting in case of failure. This should never be done
in lib files in case they are imported via Apache environment or
via some other clients.
2006-09-20 Tibor Simko <[email protected]>
* modules/websubmit/lib/websubmit_config.py: Leave wildcard config
import here, because MESS functions seem to have funny usage of
config variables without importing anything. This and the exec
stuff should really get refactored one day soon. Left a FIXME
note.
--
CDS Invenio Developers <[email protected]>