diff --git a/ChangeLog b/ChangeLog
index a3aa85a4f..765dc219c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11707 +1,11885 @@
+CDSware v0.7.1 (released 2005-05-04)
+====================================
+
+2005-05-04  Tibor Simko <tibor.simko@cern.ch>
+
+	* RELEASE-NOTES, NEWS: Release of v0.7.1.
+
+2005-05-04  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/bibconvert/bin/bibconvert.wml: Quick-fixed the case of
+	the `-d' command line option, as used by WebSubmit.  (It wasn't
+	working as of v0.7.0 included!)
+
+2005-05-04  Tibor Simko <tibor.simko@cern.ch>
+
+	* config.nice.in: Added --with-clisp, --with-cmucl and --with-sbcl
+	arguments.
+
+2005-05-04  Tibor Simko <tibor.simko@cern.ch>
+
+	* configure.ac: Release of v0.7.1.
+
+2005-05-04  Tibor Simko <tibor.simko@cern.ch>
+
+	* config/config.wml: Removed CFG_TEMPLATE_SKIN as per the
+	forthcoming v0.7.1 release.  Added explicit HTML mode and UTF-8
+	coding for Emacs.
+
+2005-05-04  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/websearch/lib/search_engine.py.wml: Invert the order of
+	Google Print vs. Google Scholar in the ``Haven't found...'' box.
+
+2005-05-04  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/websearch/lib/search_engine.py.wml: Create a link to
+	Google Print in the ``Haven't found...''  box if the user started
+	her search from the Books collection.
+
+2005-05-04  Tibor Simko <tibor.simko@cern.ch>
+
+	* AUTHORS: Updated Anna's address.
+
+2005-05-04  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/websearch/lib/search_engine.py.wml: page_end() now always
+	returns empty list for the `id' output format, regardless of the
+	`req' settings.  This is useful for the search engine clients such
+	as the alert engine, because the page_end() was sometimes invoked
+	to terminate a zero-hit search branch.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/websearch/doc/index.html.wml: Updated Catalan
+	translation, thanks to Ferran.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* config/config.wml: Added Catalan and CFG_TEMPLATE_SKIN for the
+	templating.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* config/configbis.wml.in: Added LOCALEDIR, from the EPFL tree.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* config/cdswmllib.wml: Added Catalan.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* config/messages.wml: Introducing Catalan translation, thanks to
+	Ferran.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/webhelp/web/Makefile.am,
+	modules/webhelp/web/index.html.wml,
+	modules/webhelp/web/admin/Makefile.am: Introducing Catalan
+	translation, thanks to Ferran.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/miscutil/lib/messages.py.wml: Added Catalan.	Added
+	gettext language functions from the EPFL tree.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/miscutil/lib/config.py.wml: Introduced Catalan
+	translation.  Added WML variables related to templating.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/miscutil/sql/tabfill.sql.wml: Introduced Catalan
+	translation, thanks to Ferran.	Updated Spanish translation.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/miscutil/demo/democfgdata.sql.wml: Introducing Catalan
+	translations, thanks to Ferran.  Updating Spanish translations.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/websubmit/doc/Makefile.am,
+	modules/websubmit/doc/admin/Makefile.am: Introducing Catalan
+	translation.
+
+2005-05-03  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/websearch/doc/Makefile.am,
+	modules/websearch/doc/guide.html.wml,
+	modules/websearch/doc/index.html.wml,
+	modules/websearch/doc/tips.html.wml: Introducing Catalan
+	translation, thanks to Ferran.
+
+2005-05-02  Tibor Simko <tibor.simko@cern.ch>
+
+	* CREDITS: Added Ferran Jorba.
+
+2005-05-02  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/bibformat/doc/admin/guide.html.wml: Cleanup of the bad
+	markup of the old FlexElink manual, thanks to Ferran Jorba.
+
+2005-05-02  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/bibformat/doc/admin/Makefile.am: Added missing BibFormat
+	Admin Guide images to the distribution tarball. (EXTRA_DIST)
+
+2005-04-20  Tibor Simko <tibor.simko@cern.ch>
+
+	* INSTALL: Added a recommendation to compile mod_php and mod_python
+	against the same MySQL client library, so that the two Apache
+	modules would use the same MySQL client library.  (We saw
+	Apache/PHP/Python problems in the past when they weren't.)
+
+2005-04-12  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/websearch/lib/websearchadminlib.py.wml: Added some
+	try/except statements to catch the case of a
+	not-existing-but-still-being-referenced-to collection.
+
+2005-04-12  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/miscutil/demo/democfgdata.sql.wml: Fixed Greek
+	translation of Articles, thanks to Theodoros.
+
+2005-04-12  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/websubmit/doc/admin/Makefile.am: Fixed LANG_EL typo for
+	the EL translation, thanks to Theodoros.
+
+2005-04-11  Tibor Simko <tibor.simko@cern.ch>
+
+	* modules/webhelp/web/index.html.wml,
+	modules/websearch/doc/index.html.wml: Updated Portuguese
+	translation, thanks to Flavio.
+
+2005-04-08  Tibor Simko <tibor.simko@cern.ch>
+
+	* config/messages.wml: Updated Portuguese translations, thanks to
+	Flavio.  Introduced language-specific FIXME tags (e.g. FIXME_no) so
+	that we can track more easily which language needs updating.
+
+2005-04-06  Tibor Simko <tibor.simko@cern.ch>
+
+	* configure.ac: Version bump after the release.
+
+	
 CDSware v0.7.0 (released 2005-04-06)
 ====================================
 
+2005-04-06  Tibor Simko <tibor.simko@cern.ch>
+
+	* NEWS, RELEASE-NOTES: Clarified wording in the v0.7.0 release
+	news.
+
+2005-04-06  Tibor Simko <tibor.simko@cern.ch>
+
+	* RELEASE-NOTES, ChangeLog, NEWS: Release of v0.7.0.
+
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/refextract.py.wml: Fixed errors with
 	umlaut-like corrections. (Nick)
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Put a note about xpdf v3, for the reference extractor.
 	Updated info for Common Lisp implementations.  Inserted a hint
 	about terminal scrolling speed.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Updated info for Anna, Diane and Nick.  Address change
 	for Eric.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Respect language
 	selection when printing record lists for similarity boxen.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: More `dowloads' typos fixed.  Looks like I
 	need a sencha break.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Typo for MSG_DOWNLOADS_HISTORY fixed.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Fixed
 	users_analysis_text typo.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Fixed a
 	typo introduced by one of the previous commits.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Fixed a
 	typo introduced by previous commit.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_grapher.py.wml: I18N of the
 	citation history box title.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: I18N of the
 	downloads history box title.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: I18N of
 	citation-related and downloads-related boxen.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: Introduce new
 	citation-related and downloads-related messages.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Introduce citation-related and
 	download-related messages.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Make general language code change (cz->cs, se->sv)
 	for target update-v0.5.0-tables.
 
 2005-04-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Version number bump. (v0.7.0)
 
 2005-04-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/dbexec.wml: Quote access credentials when
 	calling mysql client.
 
 2005-04-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: When detecting database's last
 	update timestamp, check also bibfmt table.  Useful for the record
 	formats displayed in the ``Latest additions'' boxes on the
 	collection pages.
 
 2005-03-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Introduced collection cache
 	last updated timestamp, in order to relax when no record was
 	modified/added since the last run and no collection
 	definifion/options/portalboxes/etc were updated since the last run.
 	(Closes #WebSearch-016.)  In addition, introduced --force option
 	to force cache update regardless of timestamps, and modified
 	slightly the verbose message behaviour.
 
 2005-03-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstat/bin/webstat.wml: Respect paths to Common Lisp
 	implementations found by configure.
 
 2005-03-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstat/lib/Makefile.am: Respect names of Common Lisp
 	executables found by configure.  Fixed out-of-source-tree building
 	paths, thanks to Fred.
 
 2005-03-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* .cvsignore: Added build subdir.
 
 2005-03-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Cleaned up
 	add_recIDs_by_date().
 
 2005-03-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_word_indexer.py.wml: Fixed the
 	bibrank -m option (add_recIDs_by_date).
 
 2005-03-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine.py.wml: Fixed
 	add_recIDs_by_date() in case user wants to index records based on
 	explicitely given modification dates.  (bibindex -m)
 
 2005-03-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstat/doc/admin/guide.html.wml: Added a note that the
 	program is to be used on moderately-sized logs only.  Fixed a typo
 	in ETCDIR path.
 
 2005-03-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added path to websumbit/bin and bibconvert/lib
 	makefiles.  Added --with-clisp, --with-cmucl and --with-sbcl
 	optional arguments.
 
 2005-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Cleaned up the
 	citation/download stuff.  Also added missing global cache variables
 	to the cache function, as observed by Paulo.
 
 2005-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_downloads_similarity.py.wml: Cleaned
 	the API to reading similarity functions.  Also, the records
 	returned are now sorted by and presented with a score deduced not
 	from the number of downloads/pageviews but from the number of
 	different client hosts (readers).  This reflects better the purpose
 	of the box ("people who have viewed this page have also viewed")
 	and makes it somewhat harder to artificially push up one's papers
 	(when done in a naive way).
 
 2005-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_searcher_tests.py.wml:
 	Respect cleaned citation search interface.
 
 2005-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Cleaned up
 	and simplified the citation search API.  Added optional sorting
 	order.
 
 2005-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_grapher.py.wml: Respect
 	cleaned citation search API.  Delete a forgotten print statement.
 
 2005-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: Warning
 	messages cleanup.  Citation search cleanup.
 
 2005-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/style.html.wml: Psyco typo fixed.
 
 2005-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/style.html.wml: Some more words on
 	the minimum information principle.  Also added URL to Vademecum and
 	Essays.
 
 2005-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/Makefile.am: Added bin subdir.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Print only one author
 	(and eventually et al) for "hs" output format.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Introduced
 	cache_* variables for citation/reference lists and fixed
 	nullp-related problems.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fixed "record ID"
 	international field name for "hs" output format.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Renamed API
 	and improved the docstring a bit.  More refactoring needed.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_grapher.py.wml: Started
 	refactoring.  More needed.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_grapher.py.wml: Do not use Gnuplot
 	debug flag.  Moved set term to the first command position.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine_config.py.wml: Put
 	cfg_experimental_features to a "no" level, by default.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Refactored a bit
 	citation/dowload thing.  More work needed.  Introduced
 	cfg_experimental_features to disable citation/download.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine_config.py.wml: Added option
 	cfg_experimental_features.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/Makefile.am: Introduced new subdir (lib).
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/lib/.cvsignore: Added basic cvsignore file.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_grapher.py.wml: Changed
 	title of Citation history graph.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Changed
 	title of HTML box.
 
 2005-03-23  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/miscutil/bin/testsuite.wml: Unit tests for BibConvert
 	module added.
 
 2005-03-23  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/lib/Makefile.am: Makefile.am for
 	bibconvert/lib added.
 
 2005-03-23  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository_tests.py.wml: Test cases
 	updated.
 
 2005-03-23  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/lib/bibconvert_tests.py.wml: Framework for
 	BibConvert unit testing defined.  Test cases for BibConvert
 	formatting functions added.
 
 2005-03-23  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/lib/bibconvert.py.wml,
 	modules/bibconvert/bin/bibconvert.wml: BibConvert library created
 	from the original bin/bibconvert file.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibharvest/lib/Makefile.am: Added forgotten
 	oai_repository_tests.py target.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/style.html.wml: Expanded Python
 	coding style guidelines.  Fixed some MySQL table names
 	(bibwords->idx) and added more.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: Added recognition for many new
 	compressed file extensions to BibDoc:BuildFileList().  The list of
 	compressed file extensions is taken from websubmit_config.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/websubmit_config.py.wml: Added list of
 	known compressed file extensions.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: Fixed BibDoc.BuildFileList()
 	extension detecting for ".gz" files, since the system expects .gz
 	to be a part of extension.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: Added quoting of URL arguments
 	to fix problems for filenames with spaces etc.
 
 2005-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: Fixed BibDoc.BuildFileList()
 	with respect to detecting file basename and extension.
 
 2005-03-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Make sure
 	that create_tic_intervals() returns at least two datetime points,
 	for safe graph creation.  Useful for recently submitted documents.
 
 	Also, symbol name cleanup started.  Much work remains to be done.
 
 2005-03-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_grapher.py.wml: Rotate xtics only if
 	the number of datetime intervals is greater than one.
 
 2005-03-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_grapher.py.wml: Fixed
 	write_coordinates_in_tmp_file() in case there are no y-axis values.
 
 2005-03-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Fixed case
 	of `unknown' record when getting citations data.
 
 2005-03-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_downloads_indexer.py.wml: Clean
 	dependencies and remove WML versioning.
 
 2005-03-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/marc.html.wml: Added 693 $$f
 	(Facility) to the CERN MARC schema.
 
 2005-03-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: Fixed registerDownload
 	function.
 
 2005-03-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_indexer.py.wml: Fixed
 	indentation.  Got rid of debugging messages.  Started to rename
 	symbols, but much work remains to be done.
 
 2005-03-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Add
 	forgotten config parameter to get_citation_weight() call.
 
 2005-03-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_grapher.py.wml: Typo fixed.
 
 2005-03-21  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/lib/bibconvert_tests.py.wml: Unit tests for
 	bibconvert module added.
 
 2005-03-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabbibclean.sql: Truncate also
 	rnkCITATIONDATA, rnkDOWNLOADS, and rnkPAGEVIEWS.
 
 2005-03-21  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/bibtex.cfg: Example updated to
 	default print of record heade.
 
 2005-03-21  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/dcxml-to-marcxml.cfg,
 	modules/bibconvert/doc/admin/dcq.cfg,
 	modules/bibconvert/doc/admin/sample.cfg: Example updated to default
 	print of record header.
 
 2005-03-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/getfile.py.wml: Fixed importing of CDSware
 	Python lib files, broken by the last commit.
 
 2005-03-18  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/web/oai2d.py.wml,
 	modules/bibharvest/lib/oai_repository.py.wml,
 	modules/bibharvest/lib/oai_repository_tests.py.wml: Coding standard
 	check.
 
 2005-03-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstat/bin/webstat.wml, modules/webstat/lib/Makefile.am:
 	Removed --disable-debugger option for SBCL, for the sake of
 	backwards compatibility with SBCL 0.7.2 that is present on
 	Debian/woody.
 
 2005-03-18  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/miscutil/bin/testsuite.wml,
 	modules/bibharvest/lib/oai_repository_tests.py.wml: Unit tests for
 	bibharvest oai repository added.
 
 2005-03-17  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository_tests.py.wml: OAI
 	repository test suite added.
 
 2005-03-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/refextract.py.wml: Pylint-related code
 	cleanup by Nick.
 
 2005-03-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/run.html.wml: Added a note on the
 	necessity of doing bibrank -R once in a while.
 
 2005-03-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_searcher_tests.py.wml: Make
 	the tests inactive, unless we introduce citation data into the demo
 	site.
 
 2005-03-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/testsuite.wml: Added bibrank citation and
 	download test suite.
 
 2005-03-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_downloads_indexer_tests.py.wml:
 	Message and code cleanup.
 
 2005-03-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_indexer_tests.py.wml:
 	Renamed class to TestCitationIndexer.
 
 2005-03-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_searcher_tests.py.wml:
 	Cleanup.
 
 2005-03-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Cleanup and
 	prevention of co-cited-with troubles for empty citation data.
 
 2005-03-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_indexer_tests.py.wml:
 	Cleanup.
 
 2005-03-16  Diane Berkovits <diane.berkovits@epfl.ch>
 
 	* modules/bibrank/etc/template_download_similarity.cfg.wml,
 	modules/bibrank/etc/template_download_total.cfg.wml,
 	modules/bibrank/etc/template_download_users.cfg.wml: Added config
 	files for ranking-by-download functions.
 
 2005-03-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Fixed
 	get_cited_by_list() in case there are no citations.
 
 2005-03-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Added registration of
 	Detailed record page view events for the ``People who viewed this
 	page also viewed'' functionality.
 
 	Fixed usage of physical machine name instead of weburl.
 
 2005-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Call tabcreate.sql for update-v0.5.0-tables target
 	due to new citation/download ranking tables.
 
 2005-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabdrop.sql: Add table rnkPAGEVIEWS.
 
 2005-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Fixed case
 	of empty citation data.
 
 2005-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabdrop.sql: Drop also new tables
 	rnkCITATIONDATA and rnkDOWNLOADS.
 
 2005-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Create rnkCITATIONDATA and
 	rnkDOWNLOADS tables only if they don't exist.
 
 2005-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Add rnkDOWNLOADS and
 	rnkCITATIONDATA tables.
 
 2005-03-15  Anna Afshar <anna.afsharghasemlouy@epfl.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Added co-cited with
 	functionality.
 
 2005-03-15  Anna Afshar <anna.afsharghasemlouy@epfl.ch>
 
 	* modules/bibrank/etc/template_citation.cfg.wml: Template for
 	citation ranking configuration file.
 
 2005-03-15  Anna Afshar <anna.afsharghasemlouy@epfl.ch>
 
 	* modules/bibrank/lib/Makefile.am: Add files related to citation
 	ranking.
 
 2005-03-15  Anna Afshar <anna.afsharghasemlouy@epfl.ch>
 
 	* modules/bibrank/lib/bibrank_citation_grapher.py.wml,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_citation_indexer.py.wml,
 	modules/bibrank/lib/bibrank_citation_indexer_tests.py.wml,
 	modules/bibrank/lib/bibrank_citation_searcher.py.wml,
 	modules/bibrank/lib/bibrank_citation_searcher_tests.py.wml: Initial
 	release of the citation ranking module.
 
 2005-03-15  Diane Berkovits <diane.berkovits@epfl.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Introduced ranking by
 	citations/downloads.
 
 2005-03-15  Diane Berkovits <diane.berkovits@epfl.ch>
 
 	* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Initial
 	release of the citation/download ranking.
 
 2005-03-15  Diane Berkovits <diane.berkovits@epfl.ch>
 
 	* modules/websubmit/lib/file.py.wml,
 	modules/websubmit/web/getfile.py.wml: Added registration of
 	downloading events for the ranking purposes.
 
 2005-03-15  Diane Berkovits <diane.berkovits@epfl.ch>
 
 	* modules/bibrank/lib/Makefile.am,
 	modules/bibrank/lib/bibrank_downloads_grapher.py.wml,
 	modules/bibrank/lib/bibrank_downloads_indexer.py.wml,
 	modules/bibrank/lib/bibrank_downloads_indexer_tests.py.wml,
 	modules/bibrank/lib/bibrank_downloads_similarity.py.wml,
 	modules/bibrank/lib/bibrank_grapher.py.wml: Initial release of the
 	ranking by downloads and the grapher.
 
 2005-03-15  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: Validation against
 	OAI repository explorer version - 1.46 : protocol version -
 	1.0/1.1/2.0 : January 2005 <http://re.cs.uct.ac.za/>
 
 2005-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/bin/.cvsignore, modules/bibedit/bin/Makefile.am,
 	modules/bibedit/bin/refextract.wml,
 	modules/bibedit/etc/Makefile.am,
 	modules/bibedit/etc/refextract-journal-titles.kb,
 	modules/bibedit/etc/refextract-report-numbers.kb,
 	modules/bibedit/lib/Makefile.am,
 	modules/bibedit/lib/refextract.py.wml,
 	modules/bibedit/lib/refextract_config.py.wml: Initial release of
 	refextract, the reference extraction program.
 
 2005-03-14  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: setSpec display in
 	the oai header bugfix.
 
 2005-03-14  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: SetSpec display in
 	the oai header field bugfix.
 
 2005-03-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstat/lib/Makefile.am: Put around quotes when testing
 	for existence of Lisp executables.
 
 2005-03-14  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: Error and Exception
 	Conditions bugfix: badVerb
 
 2005-03-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* CREDITS: Updated info about Fred's patches.  Added Theodoros and
 	Vasyl for the EL and UK translations.
 
 2005-03-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added notes on Gnuplot and on Common Lisp
 	implementations.
 
 2005-03-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added checks for Common Lisp implementations and
 	for Gnuplot.
 
 	Added WebStat module.
 
 2005-03-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure-tests.py: Added test for presence of the Gnuplot
 	library.
 
 	Catching keyboard interrupt in the confirmation phase, for better
 	output aesthetics.
 
 2005-03-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Added WebStat module to the admin menu.
 
 2005-03-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/configbis.wml.in: Added vars for Common Lisp
 	implementations and Gnuplot.
 
 2005-03-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/Makefile.am, modules/webstat/.cvsignore,
 	modules/webstat/Makefile.am, modules/webstat/bin/.cvsignore,
 	modules/webstat/bin/Makefile.am, modules/webstat/bin/webstat.wml,
 	modules/webstat/doc/.cvsignore, modules/webstat/doc/Makefile.am,
 	modules/webstat/doc/admin/.cvsignore,
 	modules/webstat/doc/admin/Makefile.am,
 	modules/webstat/doc/admin/guide.html.wml,
 	modules/webstat/doc/admin/index.html.wml,
 	modules/webstat/doc/hacking/.cvsignore,
 	modules/webstat/doc/hacking/Makefile.am,
 	modules/webstat/etc/.cvsignore, modules/webstat/etc/Makefile.am,
 	modules/webstat/etc/webstat.cfg.wml,
 	modules/webstat/lib/.cvsignore, modules/webstat/lib/Makefile.am,
 	modules/webstat/lib/load.lisp, modules/webstat/lib/webstatlib.lisp:
 	Initial release of the WebStat module.
 
 2005-03-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/etc/stopwords.kb.wml: Remove unnecessary WML
 	include.
 
 2005-03-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/etc/stopwords.de.kb.wml: German stopword list,
 	thanks to Guido.
 
 2005-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Updated UK
 	translations of collection names and of the welcome portalbox,
 	thanks to Vasyl.
 
 2005-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdswmllib.wml, config/config.wml, config/messages.wml,
 	modules/miscutil/demo/democfgdata.sql.wml,
 	modules/miscutil/lib/config.py.wml,
 	modules/miscutil/lib/messages.py.wml,
 	modules/miscutil/sql/tabfill.sql.wml,
 	modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/index.html.wml,
 	modules/webhelp/web/admin/Makefile.am,
 	modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/guide.html.wml,
 	modules/websubmit/doc/Makefile.am,
 	modules/websubmit/doc/admin/Makefile.am,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml: Added new translation
 	(Ukrainian), thanks to Vasyl.
 
 2005-03-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Updated EL translation
 	of Preprints.
 
 2005-03-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: EL translation update for `approvals'.
 
 2005-03-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Created update-v0.5.0-tables Makefile target to add
 	session.uid index.
 
 2005-03-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Added index on session.uid,
 	thanks to Frederic.
 
 2005-03-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/doc/admin/guide.html.wml: Added note on how to
 	delete all records.
 
 2005-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/doc/admin/Makefile.am,
 	modules/bibconvert/doc/admin/Makefile.am,
 	modules/bibedit/doc/admin/Makefile.am,
 	modules/bibharvest/doc/admin/Makefile.am,
 	modules/bibindex/doc/admin/Makefile.am,
 	modules/bibupload/doc/admin/Makefile.am,
 	modules/webaccess/doc/admin/Makefile.am,
 	modules/webalert/doc/admin/Makefile.am,
 	modules/websearch/doc/admin/Makefile.am,
 	modules/websession/doc/admin/Makefile.am,
 	modules/webstyle/doc/admin/Makefile.am,
 	modules/websubmit/doc/admin/Makefile.am: cdsnavbar.wml is found in
 	$(top_srcdir), not $(top_builddir).
 
 2005-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/doc/admin/Makefile.am,
 	modules/bibrank/doc/admin/Makefile.am,
 	modules/elmsubmit/doc/admin/Makefile.am,
 	modules/webbasket/doc/admin/Makefile.am: Added dependency on
 	cdsnavbar.wml.
 
 2005-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/index.html.wml,
 	modules/webhelp/web/admin/Makefile.am,
 	modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/guide.html.wml,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml,
 	modules/websubmit/doc/Makefile.am,
 	modules/websubmit/doc/admin/Makefile.am,
 	modules/websubmit/doc/admin/description.html.wml,
 	modules/websubmit/doc/admin/documents.html.wml,
 	modules/websubmit/doc/admin/example.html.wml,
 	modules/websubmit/doc/admin/index.html.wml,
 	modules/websubmit/doc/admin/introduction.html.wml,
 	modules/websubmit/doc/admin/philosophy.html.wml: Changed language
 	codes SE->SV and CZ->CS to comply to ISO 639.  Introduced EL
 	language.
 
 2005-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/modules.html.wml: Added at least some
 	FIXME placeholders to reflect new modules: BibCheck, BibEdit,
 	BibRank, ElmSubmit, WebStat.
 
 2005-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml, config/cdswmllib.wml: Moved WML language
 	definitions from config.wml to cdswmllib.wml, cause the end users
 	don't have to see them explicitely.  Changed language codes SE->SV
 	and CZ->CS to comply to ISO 639.  Introduced EL language.
 
 2005-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Changed language codes SE->SV and CZ->CS to
 	comply to ISO 639.  Introduced EL translations, thanks to
 	Theodoros.
 
 2005-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/config.py.wml,
 	modules/miscutil/lib/messages.py.wml: Changed language codes SE->SV
 	and CZ->CS to comply to ISO 639.  Introduced EL language.
 
 2005-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml,
 	modules/miscutil/sql/tabfill.sql.wml: Changed language codes SE->SV
 	and CZ->CS to comply to ISO 639.  Introduced EL translations,
 	thanks to Theodoros.
 
 2005-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/demobibdata.xml: Added new Greek test
 	record.
 
 2005-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/bibrecord_tests.py.wml: Cleaned up
 	test_for_sanity() a bit.  Added test data to account for new record
 	in the demo file.
 
 2005-03-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml: Keep language selection for
 	collection-not-found pages.
 
 2005-02-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_stemmer.py.wml: Corrected
 	Swedish code.
 
 2005-02-28  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: string management
 	dangerous in UTF-8 Corrected in function specialchars
 
 2005-02-24  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/admin/documents.html.wml: corrected wrong
 	links
 
 2005-02-23  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: mailto removed
 
 2005-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: Include config*.wml
 	that were accidentally deleted in revision 1.11.  This fixes OAI
 	daemon problems of CDSware v0.5.0.
 
 2005-02-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: Removed
 	trailing slash when constructing referer's URL for webaccess
 	messages.
 
 2005-02-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/doc/admin/Makefile.am,
 	modules/bibindex/doc/admin/Makefile.am,
 	modules/bibupload/doc/admin/Makefile.am,
 	modules/webalert/doc/admin/Makefile.am,
 	modules/websession/doc/admin/Makefile.am,
 	modules/websubmit/doc/admin/Makefile.am: Added dependency on the
 	general navbar.
 
 2005-02-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/admin/Makefile.am,
 	modules/bibharvest/doc/admin/Makefile.am,
 	modules/bibsched/doc/admin/Makefile.am,
 	modules/webaccess/doc/admin/Makefile.am,
 	modules/websearch/doc/admin/Makefile.am,
 	modules/webstyle/doc/admin/Makefile.am: Added dependency of the
 	general navbar.
 
 2005-02-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* .cvsignore, Makefile.am, config.nice.in, configure.ac: Added
 	creation of config.nice a la Apache.
 
 2005-02-08  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: removed white line after 001
 	field
 
 2005-01-19  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: bug correction by
 	F. Gobry
 
 2005-01-19  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: bug correction by
 	F. Gobry
 
 2005-01-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Added CERN EDMS into
 	the ``Try your search on'' box.
 
 2005-01-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Print warnings only
 	when we are in the HTML output format mode, otherwise XML might get
 	broken.
 
 2005-01-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Show only those I18N
 	language translations that were configured in config.wml.
 
 2005-01-18  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml:
 	cdsware--epfl--0.4--patch-32 misc fixes in bibconvert.
 
 2005-01-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: DE translation fixes, thanks to Guido.
 
 2005-01-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: corrected bug for -f option
 
 2005-01-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Fixed interface for
 	editing local account's email and password.  (By putting back a
 	uid2 initialization line that got wrongly left out during
 	1.37->1.38.)
 
 2005-01-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine_tests.py.wml: Added test
 	cases for the search query parser.  Adapted from a patch by
 	Frederic Gobry.
 
 2005-01-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: When a phrase search
 	was attempted by the user but the parentheses were unbalanced in
 	his query, make a word search instead.
 
 	When no exact hit was found, then when trying alternative patterns
 	and to replacing non-alphanumeric characters in stage 2-2, carry
 	out the replacement everywhere, i.e. even in the beginning of the
 	search unit pattern.
 
 2005-01-10  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: BibConvert Configuration
 	Language unification
 
 2005-01-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabbibclean.sql: Clean several
 	submission-related tables as well.
 
 2005-01-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabbibclean.sql: Clean bibdoc-related tables
 	as well.
 
 2005-01-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am, configure-tests.py, configure.ac,
 	config/Makefile.am, config/cdsnavbar.wml, config/cdsnavtrail.wml,
 	config/cdspage.wml, config/cdswmllib.wml, config/config.wml,
 	config/configbis.wml.in, config/messages.wml, modules/Makefile.am,
 	modules/bibconvert/Makefile.am, modules/bibconvert/bin/Makefile.am,
 	modules/bibconvert/bin/bibconvert.wml,
 	modules/bibconvert/doc/Makefile.am,
 	modules/bibconvert/doc/admin/Makefile.am,
 	modules/bibconvert/doc/admin/guide.html.wml,
 	modules/bibconvert/doc/admin/index.html.wml,
 	modules/bibconvert/etc/Makefile.am, modules/bibedit/Makefile.am,
 	modules/bibedit/bin/Makefile.am,
 	modules/bibedit/bin/xmlmarclint.wml,
 	modules/bibedit/doc/Makefile.am,
 	modules/bibedit/doc/admin/Makefile.am,
 	modules/bibedit/doc/admin/guide.html.wml,
 	modules/bibedit/doc/admin/index.html.wml,
 	modules/bibedit/etc/MARC21slim.dtd,
 	modules/bibedit/etc/Makefile.am, modules/bibedit/lib/Makefile.am,
 	modules/bibedit/lib/bibrecord.py.wml,
 	modules/bibedit/lib/bibrecord_config.py.wml,
 	modules/bibedit/lib/bibrecord_tests.py.wml,
 	modules/bibformat/Makefile.am, modules/bibformat/bin/Makefile.am,
 	modules/bibformat/bin/bibformat.wml,
 	modules/bibformat/bin/bibreformat.wml,
 	modules/bibformat/doc/Makefile.am,
 	modules/bibformat/doc/admin/Makefile.am,
 	modules/bibformat/doc/admin/guide.html.wml,
 	modules/bibformat/lib/Makefile.am,
 	modules/bibformat/lib/common/Makefile.am,
 	modules/bibformat/lib/common/dbparams.inc.php.wml,
 	modules/bibformat/lib/common/general.inc.php.wml,
 	modules/bibformat/lib/common/global.inc.php.wml,
 	modules/bibformat/lib/core/AEvalLan.inc.php.wml,
 	modules/bibformat/lib/core/FlexElink.inc.php.wml,
 	modules/bibformat/lib/core/FormatRetriever.inc.php.wml,
 	modules/bibformat/lib/core/IntVars.inc.php.wml,
 	modules/bibformat/lib/core/KBRetriever.inc.php.wml,
 	modules/bibformat/lib/core/LinkResolver.inc.php.wml,
 	modules/bibformat/lib/core/Makefile.am,
 	modules/bibformat/lib/core/OAISpecExtractor.inc.php.wml,
 	modules/bibformat/lib/core/Processor.inc.php.wml,
 	modules/bibformat/lib/core/RecordSeparator.inc.php.wml,
 	modules/bibformat/lib/core/Timing.inc.php.wml,
 	modules/bibformat/lib/core/TreeNode.inc.php.wml,
 	modules/bibformat/lib/core/UDFRetriever.inc.php.wml,
 	modules/bibformat/web/Makefile.am,
 	modules/bibformat/web/bibformat.php.wml,
 	modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
 	modules/bibformat/web/admin/BEH_ACTION_del.php.wml,
 	modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
 	modules/bibformat/web/admin/BEH_COND_add.php.wml,
 	modules/bibformat/web/admin/BEH_COND_del.php.wml,
 	modules/bibformat/web/admin/BEH_COND_edit.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_add.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_edit.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
 	modules/bibformat/web/admin/BEH_display.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_process.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
 	modules/bibformat/web/admin/FORMAT_add.php.wml,
 	modules/bibformat/web/admin/FORMAT_del.php.wml,
 	modules/bibformat/web/admin/FORMAT_display.php.wml,
 	modules/bibformat/web/admin/FORMAT_edit.php.wml,
 	modules/bibformat/web/admin/FORMAT_showone.php.wml,
 	modules/bibformat/web/admin/KB_VALUE_add.php.wml,
 	modules/bibformat/web/admin/KB_VALUE_del.php.wml,
 	modules/bibformat/web/admin/KB_add.php.wml,
 	modules/bibformat/web/admin/KB_del.php.wml,
 	modules/bibformat/web/admin/KB_display.php.wml,
 	modules/bibformat/web/admin/KB_edit.php.wml,
 	modules/bibformat/web/admin/KB_showone.php.wml,
 	modules/bibformat/web/admin/LINK_ACTION_add_edit.php.wml,
 	modules/bibformat/web/admin/LINK_ACTION_del.php.wml,
 	modules/bibformat/web/admin/LINK_COND_add_edit.php.wml,
 	modules/bibformat/web/admin/LINK_COND_del.php.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_add.php.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_del.php.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
 	modules/bibformat/web/admin/LINK_add.php.wml,
 	modules/bibformat/web/admin/LINK_del.php.wml,
 	modules/bibformat/web/admin/LINK_display.php.wml,
 	modules/bibformat/web/admin/LINK_edit.php.wml,
 	modules/bibformat/web/admin/LINK_showone.php.wml,
 	modules/bibformat/web/admin/Makefile.am,
 	modules/bibformat/web/admin/OAIER_SF_add.php.wml,
 	modules/bibformat/web/admin/OAIER_SF_del.php.wml,
 	modules/bibformat/web/admin/OAIER_add.php.wml,
 	modules/bibformat/web/admin/OAIER_del.php.wml,
 	modules/bibformat/web/admin/OAIER_display.php.wml,
 	modules/bibformat/web/admin/UDF_add.php.wml,
 	modules/bibformat/web/admin/UDF_del.php.wml,
 	modules/bibformat/web/admin/UDF_display.php.wml,
 	modules/bibformat/web/admin/UDF_edit.php.wml,
 	modules/bibformat/web/admin/UDF_showone.php.wml,
 	modules/bibformat/web/admin/UDF_testcode.php.wml,
 	modules/bibformat/web/admin/error.inc.php.wml,
 	modules/bibformat/web/admin/footer.inc.php.wml,
 	modules/bibformat/web/admin/header.inc.php.wml,
 	modules/bibformat/web/admin/index.php.wml,
 	modules/bibformat/web/admin/localconf.inc.php.wml,
 	modules/bibformat/web/admin/security.inc.php.wml,
 	modules/bibformat/web/admin/test.php.wml,
 	modules/bibharvest/Makefile.am, modules/bibharvest/bin/Makefile.am,
 	modules/bibharvest/bin/bibharvest.wml,
 	modules/bibharvest/doc/Makefile.am,
 	modules/bibharvest/doc/admin/Makefile.am,
 	modules/bibharvest/doc/admin/guide.html.wml,
 	modules/bibharvest/doc/admin/index.html.wml,
 	modules/bibharvest/lib/Makefile.am,
 	modules/bibharvest/lib/oai_repository.py.wml,
 	modules/bibharvest/web/Makefile.am,
 	modules/bibharvest/web/oai2d.py.wml, modules/bibindex/Makefile.am,
 	modules/bibindex/bin/Makefile.am,
 	modules/bibindex/bin/bibindex.wml,
 	modules/bibindex/bin/bibstat.wml, modules/bibindex/doc/Makefile.am,
 	modules/bibindex/doc/admin/Makefile.am,
 	modules/bibindex/doc/admin/guide.html.wml,
 	modules/bibindex/lib/Makefile.am,
 	modules/bibindex/lib/bibindex_engine.py.wml,
 	modules/bibindex/lib/bibindex_engine_config.py.wml,
 	modules/bibindex/lib/bibindex_engine_stemmer.py.wml,
 	modules/bibindex/lib/bibindex_engine_stemmer_tests.py.wml,
 	modules/bibindex/lib/bibindex_engine_stopwords.py.wml,
 	modules/bibindex/lib/bibindex_engine_tests.py.wml,
 	modules/bibindex/lib/bibindexadminlib.py.wml,
 	modules/bibindex/web/Makefile.am,
 	modules/bibindex/web/admin/Makefile.am,
 	modules/bibindex/web/admin/bibindexadmin.py.wml,
 	modules/bibindex/web/admin/index.html.wml,
 	modules/bibrank/Makefile.am, modules/bibrank/bin/Makefile.am,
 	modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/bin/bibrankgkb.wml,
 	modules/bibrank/doc/Makefile.am,
 	modules/bibrank/doc/admin/Makefile.am,
 	modules/bibrank/doc/admin/guide.html.wml,
 	modules/bibrank/doc/hacking/Makefile.am,
 	modules/bibrank/doc/hacking/api.html.wml,
 	modules/bibrank/doc/hacking/bibrankgkb.html.wml,
 	modules/bibrank/doc/hacking/index.html.wml,
 	modules/bibrank/doc/hacking/merge_rank_methods.html.wml,
 	modules/bibrank/doc/hacking/single_tag_rank.html.wml,
 	modules/bibrank/doc/hacking/sort.html.wml,
 	modules/bibrank/doc/hacking/word_similarity.html.wml,
 	modules/bibrank/etc/Makefile.am,
 	modules/bibrank/etc/bibrankgkb.cfg.wml,
 	modules/bibrank/etc/bibrankgkb_jif_conv.kb.wml,
 	modules/bibrank/etc/bibrankgkb_jif_example.kb.wml,
 	modules/bibrank/etc/demo_jif.cfg.wml,
 	modules/bibrank/etc/demo_jif.kb.wml,
 	modules/bibrank/etc/stopwords.kb.wml,
 	modules/bibrank/etc/template_combine_method.cfg.wml,
 	modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
 	modules/bibrank/etc/template_word_similarity.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml, modules/bibrank/lib/Makefile.am,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_record_sorter_tests.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml,
 	modules/bibrank/lib/bibrankadminlib.py.wml,
 	modules/bibrank/web/Makefile.am,
 	modules/bibrank/web/admin/Makefile.am,
 	modules/bibrank/web/admin/bibrankadmin.py.wml,
 	modules/bibrank/web/admin/index.html.wml,
 	modules/bibsched/Makefile.am, modules/bibsched/bin/Makefile.am,
 	modules/bibsched/bin/bibsched.wml,
 	modules/bibsched/bin/bibtaskex.wml,
 	modules/bibsched/doc/Makefile.am,
 	modules/bibsched/doc/admin/Makefile.am,
 	modules/bibsched/doc/admin/guide.html.wml,
 	modules/bibsched/doc/admin/index.html.wml,
 	modules/bibupload/Makefile.am, modules/bibupload/bin/Makefile.am,
 	modules/bibupload/bin/bibupload.wml,
 	modules/bibupload/doc/Makefile.am,
 	modules/bibupload/doc/admin/Makefile.am,
 	modules/bibupload/doc/admin/guide.html.wml,
 	modules/bibupload/doc/admin/index.html.wml,
 	modules/elmsubmit/Makefile.am, modules/elmsubmit/bin/Makefile.am,
 	modules/elmsubmit/bin/elmsubmit.wml,
 	modules/elmsubmit/doc/Makefile.am,
 	modules/elmsubmit/doc/admin/Makefile.am,
 	modules/elmsubmit/doc/admin/guide.html.wml,
 	modules/elmsubmit/doc/admin/index.html.wml,
 	modules/elmsubmit/doc/hacking/Makefile.am,
 	modules/elmsubmit/etc/Makefile.am,
 	modules/elmsubmit/etc/elmsubmit.cfg.wml,
 	modules/elmsubmit/lib/Makefile.am,
 	modules/elmsubmit/lib/config2pyobj.py.wml,
 	modules/elmsubmit/lib/elmsubmit.py.wml,
 	modules/elmsubmit/lib/elmsubmit_EZArchive.py.wml,
 	modules/elmsubmit/lib/elmsubmit_EZEmail.py.wml,
 	modules/elmsubmit/lib/elmsubmit_doctype_test.py.wml,
 	modules/elmsubmit/lib/elmsubmit_enriched2txt.py.wml,
 	modules/elmsubmit/lib/elmsubmit_field_validation.py.wml,
 	modules/elmsubmit/lib/elmsubmit_filename_generator.py.wml,
 	modules/elmsubmit/lib/elmsubmit_html2txt.py.wml,
 	modules/elmsubmit/lib/elmsubmit_misc.py.wml,
 	modules/elmsubmit/lib/elmsubmit_richtext2txt.py.wml,
 	modules/elmsubmit/lib/elmsubmit_submission_parser.py.wml,
 	modules/elmsubmit/lib/magic/Makefile.am,
 	modules/elmsubmit/lib/magic/compile_magic.py.wml,
 	modules/miscutil/Makefile.am, modules/miscutil/bin/Makefile.am,
 	modules/miscutil/bin/dbexec.wml, modules/miscutil/bin/dbtest.wml,
 	modules/miscutil/bin/testsuite.wml,
 	modules/miscutil/demo/Makefile.am,
 	modules/miscutil/lib/Makefile.am,
 	modules/miscutil/lib/config.py.wml,
 	modules/miscutil/lib/dbquery.py.wml,
 	modules/miscutil/lib/errorHandling.php.wml,
 	modules/miscutil/lib/messages.py.wml,
 	modules/miscutil/sql/Makefile.am,
 	modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabdrop.sql,
 	modules/miscutil/sql/tabfill.sql.wml,
 	modules/webaccess/Makefile.am, modules/webaccess/bin/Makefile.am,
 	modules/webaccess/bin/authaction.wml,
 	modules/webaccess/bin/webaccessadmin.wml,
 	modules/webaccess/doc/Makefile.am,
 	modules/webaccess/doc/admin/Makefile.am,
 	modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/doc/hacking/Makefile.am,
 	modules/webaccess/doc/hacking/admin-internals.html.wml,
 	modules/webaccess/doc/hacking/api.html.wml,
 	modules/webaccess/doc/hacking/index.html.wml,
 	modules/webaccess/doc/hacking/table-structure.html.wml,
 	modules/webaccess/lib/Makefile.am,
 	modules/webaccess/lib/access_control_admin.py.wml,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/access_control_engine.py.wml,
 	modules/webaccess/lib/external_authentication.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml,
 	modules/webaccess/web/Makefile.am,
 	modules/webaccess/web/admin/Makefile.am,
 	modules/webaccess/web/admin/index.html.wml,
 	modules/webaccess/web/admin/webaccessadmin.py.wml,
 	modules/webalert/Makefile.am, modules/webalert/bin/Makefile.am,
 	modules/webalert/bin/alertengine.wml,
 	modules/webalert/doc/Makefile.am,
 	modules/webalert/doc/admin/Makefile.am,
 	modules/webalert/doc/admin/guide.html.wml,
 	modules/webalert/doc/admin/index.html.wml,
 	modules/webalert/lib/Makefile.am,
 	modules/webalert/lib/alert_engine.py.wml,
 	modules/webalert/lib/htmlparser.py.wml,
 	modules/webalert/lib/webalert.py.wml,
 	modules/webalert/web/Makefile.am,
 	modules/webalert/web/youralerts.py.wml,
 	modules/webbasket/Makefile.am, modules/webbasket/doc/Makefile.am,
 	modules/webbasket/doc/admin/Makefile.am,
 	modules/webbasket/doc/admin/guide.html.wml,
 	modules/webbasket/doc/admin/index.html.wml,
 	modules/webbasket/lib/Makefile.am,
 	modules/webbasket/lib/webbasket.py.wml,
 	modules/webbasket/web/Makefile.am,
 	modules/webbasket/web/yourbaskets.py.wml,
 	modules/webhelp/Makefile.am, modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/index.html.wml,
 	modules/webhelp/web/admin/Makefile.am,
 	modules/webhelp/web/admin/index.html.wml,
 	modules/webhelp/web/admin/howto/Makefile.am,
 	modules/webhelp/web/admin/howto/index.html.wml,
 	modules/webhelp/web/admin/howto/marc.html.wml,
 	modules/webhelp/web/admin/howto/migrate.html.wml,
 	modules/webhelp/web/admin/howto/run.html.wml,
 	modules/webhelp/web/hacking/Makefile.am,
 	modules/webhelp/web/hacking/cdsware.el,
 	modules/webhelp/web/hacking/concepts.html.wml,
 	modules/webhelp/web/hacking/directory.html.wml,
 	modules/webhelp/web/hacking/index.html.wml,
 	modules/webhelp/web/hacking/modules.html.wml,
 	modules/webhelp/web/hacking/releases.html.wml,
 	modules/webhelp/web/hacking/style.html.wml,
 	modules/webhelp/web/hacking/testsuite.html.wml,
 	modules/websearch/Makefile.am, modules/websearch/bin/Makefile.am,
 	modules/websearch/bin/webcoll.wml,
 	modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/guide.html.wml,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml,
 	modules/websearch/doc/admin/Makefile.am,
 	modules/websearch/doc/admin/guide.html.wml,
 	modules/websearch/doc/hacking/Makefile.am,
 	modules/websearch/doc/hacking/api.html.wml,
 	modules/websearch/doc/hacking/index.html.wml,
 	modules/websearch/doc/hacking/stages.html.wml,
 	modules/websearch/lib/Makefile.am,
 	modules/websearch/lib/search_engine.py.wml,
 	modules/websearch/lib/search_engine_config.py.wml,
 	modules/websearch/lib/search_engine_tests.py.wml,
 	modules/websearch/lib/websearchadminlib.py.wml,
 	modules/websearch/web/Makefile.am,
 	modules/websearch/web/index.py.wml,
 	modules/websearch/web/search.py.wml,
 	modules/websearch/web/admin/Makefile.am,
 	modules/websearch/web/admin/index.html.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml,
 	modules/websession/Makefile.am, modules/websession/bin/Makefile.am,
 	modules/websession/bin/sessiongc.wml,
 	modules/websession/doc/Makefile.am,
 	modules/websession/doc/admin/Makefile.am,
 	modules/websession/doc/admin/guide.html.wml,
 	modules/websession/doc/admin/index.html.wml,
 	modules/websession/lib/Makefile.am,
 	modules/websession/lib/session.py.wml,
 	modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/websession.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/Makefile.am,
 	modules/websession/web/sessinit.inc.php.wml,
 	modules/websession/web/youraccount.py.wml,
 	modules/webstyle/Makefile.am, modules/webstyle/css/Makefile.am,
 	modules/webstyle/css/cds.css.wml, modules/webstyle/doc/Makefile.am,
 	modules/webstyle/doc/admin/Makefile.am,
 	modules/webstyle/doc/admin/guide.html.wml,
 	modules/webstyle/doc/admin/index.html.wml,
 	modules/webstyle/img/Makefile.am, modules/webstyle/lib/Makefile.am,
 	modules/webstyle/lib/webpage.py.wml, modules/websubmit/Makefile.am,
 	modules/websubmit/bin/Makefile.am,
 	modules/websubmit/bin/thumbmaker.wml,
 	modules/websubmit/doc/Makefile.am,
 	modules/websubmit/doc/access.html.wml,
 	modules/websubmit/doc/actions.html.wml,
 	modules/websubmit/doc/approval.html.wml,
 	modules/websubmit/doc/approvals.html.wml,
 	modules/websubmit/doc/bibliographic_fields.html.wml,
 	modules/websubmit/doc/description.html.wml,
 	modules/websubmit/doc/file_transfer.html.wml,
 	modules/websubmit/doc/index.html.wml,
 	modules/websubmit/doc/introduction.html.wml,
 	modules/websubmit/doc/login.html.wml,
 	modules/websubmit/doc/modification.html.wml,
 	modules/websubmit/doc/password.html.wml,
 	modules/websubmit/doc/pending.html.wml,
 	modules/websubmit/doc/revised_version.html.wml,
 	modules/websubmit/doc/submission.html.wml,
 	modules/websubmit/doc/subnumber.html.wml,
 	modules/websubmit/doc/admin/Makefile.am,
 	modules/websubmit/doc/admin/actionimplement.html.wml,
 	modules/websubmit/doc/admin/actionmodify.html.wml,
 	modules/websubmit/doc/admin/actionnew.html.wml,
 	modules/websubmit/doc/admin/actionremove.html.wml,
 	modules/websubmit/doc/admin/actions.html.wml,
 	modules/websubmit/doc/admin/bibconvert.html.wml,
 	modules/websubmit/doc/admin/catalogues.html.wml,
 	modules/websubmit/doc/admin/description.html.wml,
 	modules/websubmit/doc/admin/documentmodify.html.wml,
 	modules/websubmit/doc/admin/documentnew.html.wml,
 	modules/websubmit/doc/admin/documentremove.html.wml,
 	modules/websubmit/doc/admin/documents.html.wml,
 	modules/websubmit/doc/admin/example.html.wml,
 	modules/websubmit/doc/admin/faq.html.wml,
 	modules/websubmit/doc/admin/functiondelete.html.wml,
 	modules/websubmit/doc/admin/functiondescription.html.wml,
 	modules/websubmit/doc/admin/functionedit.html.wml,
 	modules/websubmit/doc/admin/functionnew.html.wml,
 	modules/websubmit/doc/admin/functions.html.wml,
 	modules/websubmit/doc/admin/implementfunctions.html.wml,
 	modules/websubmit/doc/admin/implementwebform.html.wml,
 	modules/websubmit/doc/admin/index.html.wml,
 	modules/websubmit/doc/admin/introduction.html.wml,
 	modules/websubmit/doc/admin/philosophy.html.wml,
 	modules/websubmit/doc/admin/protection.html.wml,
 	modules/websubmit/etc/Makefile.am,
 	modules/websubmit/etc/bibconvert/Makefile.am,
 	modules/websubmit/etc/bibconvert/KB/Makefile.am,
 	modules/websubmit/etc/bibconvert/config/Makefile.am,
 	modules/websubmit/lib/Makefile.am,
 	modules/websubmit/lib/file.py.wml,
 	modules/websubmit/lib/websubmit_config.py.wml,
 	modules/websubmit/lib/websubmit_engine.py.wml,
 	modules/websubmit/lib/functions/Add_Files.py.wml,
 	modules/websubmit/lib/functions/CaseEDS.py.wml,
 	modules/websubmit/lib/functions/Create_Modify_Interface.py.wml,
 	modules/websubmit/lib/functions/Create_Recid.py.wml,
 	modules/websubmit/lib/functions/Finish_Submission.py.wml,
 	modules/websubmit/lib/functions/Format_Record.py.wml,
 	modules/websubmit/lib/functions/Get_Info.py.wml,
 	modules/websubmit/lib/functions/Get_Report_Number.py.wml,
 	modules/websubmit/lib/functions/Get_Sysno.py.wml,
 	modules/websubmit/lib/functions/Insert_Modify_Record.py.wml,
 	modules/websubmit/lib/functions/Insert_Record.py.wml,
 	modules/websubmit/lib/functions/Is_Original_Submitter.py.wml,
 	modules/websubmit/lib/functions/Is_Referee.py.wml,
 	modules/websubmit/lib/functions/Mail_Submitter.py.wml,
 	modules/websubmit/lib/functions/Make_Modify_Record.py.wml,
 	modules/websubmit/lib/functions/Make_Record.py.wml,
 	modules/websubmit/lib/functions/Makefile.am,
 	modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
 	modules/websubmit/lib/functions/Move_From_Pending.py.wml,
 	modules/websubmit/lib/functions/Move_to_Done.py.wml,
 	modules/websubmit/lib/functions/Move_to_Pending.py.wml,
 	modules/websubmit/lib/functions/Print_Success.py.wml,
 	modules/websubmit/lib/functions/Print_Success_APP.py.wml,
 	modules/websubmit/lib/functions/Print_Success_DEL.py.wml,
 	modules/websubmit/lib/functions/Print_Success_MBI.py.wml,
 	modules/websubmit/lib/functions/Print_Success_SRV.py.wml,
 	modules/websubmit/lib/functions/Report_Number_Generation.py.wml,
 	modules/websubmit/lib/functions/Retrieve_Data.py.wml,
 	modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
 	modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_SRV_Mail.py.wml,
 	modules/websubmit/lib/functions/Test_Status.py.wml,
 	modules/websubmit/lib/functions/Update_Approval_DB.py.wml,
 	modules/websubmit/lib/functions/Upload_Files.py.wml,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/approve.py.wml,
 	modules/websubmit/web/direct.py.wml,
 	modules/websubmit/web/getfile.py.wml,
 	modules/websubmit/web/publiline.py.wml,
 	modules/websubmit/web/sub.py.wml,
 	modules/websubmit/web/submit.py.wml,
 	modules/websubmit/web/summary.py.wml,
 	modules/websubmit/web/yourapprovals.py.wml,
 	modules/websubmit/web/yoursubmissions.py.wml,
 	modules/websubmit/web/admin/Makefile.am,
 	modules/websubmit/web/admin/actionFunctions.php.wml,
 	modules/websubmit/web/admin/addActionEDS.php.wml,
 	modules/websubmit/web/admin/addCheckEDS.php.wml,
 	modules/websubmit/web/admin/addElement2PageEDS.php.wml,
 	modules/websubmit/web/admin/addElementDescrEDS.php.wml,
 	modules/websubmit/web/admin/addFunctions.php.wml,
 	modules/websubmit/web/admin/allActionsEDS.php.wml,
 	modules/websubmit/web/admin/allChecksEDS.php.wml,
 	modules/websubmit/web/admin/allElementsEDS.php.wml,
 	modules/websubmit/web/admin/commonPhpFunctions.php.wml,
 	modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
 	modules/websubmit/web/admin/documentEDS.php.wml,
 	modules/websubmit/web/admin/editActionDets.php.wml,
 	modules/websubmit/web/admin/editCatalogues.php.wml,
 	modules/websubmit/web/admin/editDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/editPageElementEDS.php.wml,
 	modules/websubmit/web/admin/editRecordFile.php.wml,
 	modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
 	modules/websubmit/web/admin/func.php.wml,
 	modules/websubmit/web/admin/funcUsage.php.wml,
 	modules/websubmit/web/admin/index.php.wml,
 	modules/websubmit/web/admin/listFunctions.php.wml,
 	modules/websubmit/web/admin/newDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/newFunc.php.wml,
 	modules/websubmit/web/admin/newSubmissionEDS.php.wml,
 	modules/websubmit/web/admin/pageDetsEDS.php.wml,
 	modules/websubmit/web/admin/parameterUpdate.php.wml,
 	modules/websubmit/web/admin/referees.py.wml,
 	modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/veditFunDets.php.wml,
 	modules/websubmit/web/admin/viewActionEDS.php.wml,
 	modules/websubmit/web/admin/viewChecksEDS.php.wml,
 	modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: Updated
 	copyright years.
 
 2005-01-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/etc/wrd.cfg.wml: Print relevance numbers in
 	between parentheses.
 
 2005-01-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_word_indexer.py.wml: Delete
 	unnecessary calculation of index id from index tablename.
 	(Leftover from BibIndex.)
 
 2005-01-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine.py.wml: Fixed a bug when
 	calculating index id from tablename for indexes greater than id 9.
 	(A leftover from old times when table names were called bibwords11
 	and such.)  The bug manifested itself when determining records
 	modified since the last run.  Thanks to Frederic Gobry.
 
 2005-01-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/bibrankgkb.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: When -R is used,
 	the program is now properly updating all term weights..or was it
 	weigths...  (Wanted to do it before christmas..but was shut out of
 	my office already on the 20.12...)
 
 2005-01-03  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: bug correction: if insert
 	option only was selected and record was matched, fields inside
 	record were appended to existing one. now such a record is not
 	treated any more. (it will be only if an update mode is selected)
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Bump up the version number after the release of
 	v0.5.0.
 
 	
 CDSware v0.5.0 (released 2004-12-17)
 ====================================
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* RELEASE-NOTES: Add a note on the necessity to run webcoll when
 	upgrading.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/elmsubmit/lib/Makefile.am: Added parser.out to the
 	distro.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/elmsubmit/lib/Makefile.am: Added mime.types.edited to the
 	distro.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/elmsubmit/lib/magic/Makefile.am: Added magic.ext and
 	magic.ext.mgc to the distro.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Add RELEASE-NOTES to the distro.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* ChangeLog: Release of v0.5.0.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* RELEASE-NOTES: Release of v0.5.0.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* NEWS: Release of CDSware v0.5.0.  Reformatting for aesthetics, so
 	that news can be easily merged from RELEASE-NOTES.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: More ALTER TABLE statements for
 	update-v0.3.3-tables.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL, UNINSTALL: Added pointer to the RELEASE-NOTES file.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/Makefile.am: Added dependency on I18N
 	messages.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Small modifications of ES/NO/SW
 	ranking-related translations.
 
 2004-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/doc/admin/index.html.wml,
 	modules/websubmit/doc/admin/philosophy.html.wml: The submission
 	philosophy page refined.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* RELEASE-NOTES: CDSware v0.3.3 release notes.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* RELEASE-NOTES: CDSware v0.3.2 release notes.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* RELEASE-NOTES: CDSware v0.3.1 release notes.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* RELEASE-NOTES: CDSware v0.3.0 release notes.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* RELEASE-NOTES: CDSware v0.1.2 release notes.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* RELEASE-NOTES: CDSware v0.1.1 release notes.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* RELEASE-NOTES: CDSware v0.1.0 release notes.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* RELEASE-NOTES: CDSware v0.0.9 release notes.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Add journal impact
 	factor rank method name.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added notes on PyRXP and PyStemmer.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* CREDITS: Fred updated, Tiberiu added.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Added Nick, Richard, Alberto, Arturo, Diane, and Anna.
 	Updated Trond and Hector.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Version number bumped to 0.5.0 in view of the
 	forthcoming release.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Respect moving of access
 	control variables into the general config file.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: Reflect moving of
 	the local access control config variables into the general config
 	file.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: Some general
 	access control params moved into general config file.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Configuration possibilities enriched by the
 	indexation params, the access control params, and some new search
 	engine params.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Cleaned login/register
 	screen messages.
 
 2004-12-16  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: Problems regarding guest
 	user and settings fixed, earlier fixed caused problems when logging
 	in using another method
 
 2004-12-16  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml: Fixed problem where error
 	occured when guest user tried to change his non-existing
 	email/password
 
 2004-12-16  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Changed: Not showing
 	which login method is used when only one exists
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine_config.py.wml: Two local
 	config params moved to the general config file.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/doc/admin/guide.html.wml,
 	modules/bibindex/lib/bibindex_engine.py.wml,
 	modules/bibindex/lib/bibindex_engine_config.py.wml,
 	modules/bibindex/lib/bibindex_engine_stemmer.py.wml,
 	modules/bibindex/lib/bibindex_engine_stopwords.py.wml: Changes due
 	to the move of cfg_* variables into the general config file.
 
 2004-12-16  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Fixed an
 	error when doing an --repair...
 
 2004-12-16  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/doc/admin/guide.html.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Changed
 	"rebalance" to "recalculate"
 
 2004-12-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/removeDoctypeEDS.php.wml: delete
 	sbmCOLLECTION_sbmDOCTYPE when doctype is deleted
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/run.html.wml: Added note on
 	periodical cleanup of the BibSched schTASK table.
 
 2004-12-16  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: [no log
 	message]
 
 2004-12-16  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
 	modules/bibrank/lib/bibrankadminlib.py.wml: Cleaned up, fixed
 	try/except block in bibrankadmin
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/bibrecord_config.py.wml: Put more comments.
 
 2004-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/marc.html.wml: CERN MARC changes
 	for 145, 502, 916 tags.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_stopwords.py.wml: Small
 	cleanup.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_stemmer.py.wml: Docstring
 	improvements and WML cleanup.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine.py.wml: Changed logic when
 	applying stemming (first) and stopword check (second).
 
 2004-12-15  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Added some
 	missing function commentsx
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine.py.wml: Fixed regexp for
 	HTML removal.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: The last commit
 	didn't respect lowercase/uppercase when stripping accents.  Fixed
 	now.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: More I18N of the
 	Google box.  Compile regexps important for the indexation, to speed
 	it up.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: New phrase for the Google
 	box.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Updated transations for the Google box.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine.py.wml: Precompile all major
 	regexps to speed up the execution.  (About 10% faster global word
 	index generation for the demo site.)
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/lib/webalert.py.wml,
 	modules/bibharvest/lib/oai_repository.py.wml: Removed unnecessary
 	pylibdir handling.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: Cleaned up the
 	import statements.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/webaccessadmin_lib.py.wml,
 	modules/websubmit/lib/file.py.wml: Cleaned up the import
 	statements.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Cleaned up the import
 	statements.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: Cleaned up the
 	import statements.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml:
 	Removed wrong comment.
 
 2004-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_record_sorter_tests.py.wml: Cleaned up
 	the import statements.
 
 2004-12-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/admin/websearchadmin.py.wml: Use proper
 	function names (perform_checkwebcollstatus instead of
 	perform_runwebcoll).
 
 2004-12-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Fixed collection
 	table and webcoll cache update times for old Pythons.  Use proper
 	function names (perform_checkwebcollstatus instead of
 	perform_runwebcoll).  Added link to Admin Guide on the WebColl
 	Status and the Collections Status pages.
 
 2004-12-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml: Completed and
 	prettified recent guide additions.
 
 2004-12-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml: Reflect new treatment of
 	left-top, title-prologue and title-epilogue portalboxes.
 
 2004-12-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Properly treat left top, title
 	prologue and title epilogue portalboxes.
 
 2004-12-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Added title prologue and
 	title epilogue arguments to the page creation function.
 
 2004-12-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/marc.html.wml: Minor updates to
 	CERN MARC tags 080, 340, 506, 906, 981, 999.
 
 2004-12-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure-tests.py: Added tests for PyStemmer and PyRXP.
 
 2004-12-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_stopwords.py.wml: One
 	forgotten place fixed.
 
 2004-12-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/testsuite.wml: Added BibIndex stemming
 	tests.
 
 2004-12-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: Reflect minor
 	BibIndex stopwords/stemmer API change.
 
 2004-12-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/doc/admin/guide.html.wml: Reflect recent
 	stopwords/stemmer refactoring.
 
 2004-12-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_config.py.wml: Renamed
 	stopword/stemmer options, added more explicit help.
 
 2004-12-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_stopwords.py.wml: Refactored
 	redundant functions.  Added docstrings.
 
 2004-12-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_stemmer.py.wml: Fixed case
 	when no available stemmer is found.  Refactored redundant
 	functions.
 
 2004-12-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_tests.py.wml: Cosmetics.
 
 2004-12-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/Makefile.am,
 	modules/bibindex/lib/bibindex_engine_stemmer_tests.py.wml: Added a
 	basic unit test file for the stemmer.
 
 2004-12-10  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter_tests.py.wml: [no log
 	message]
 
 2004-12-10  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter_tests.py.wml: fixed
 	testcases, disabled one until I can fix the problem
 
 2004-12-10  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/bibindexadminlib.py.wml: Added "Manage
 	fields" link in "add fields to index"
 
 2004-12-10  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: disabled cern
 	nice
 
 2004-12-09  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml: Updated documentation
 
 2004-12-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/template_word_similarity.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml: removed and changed a few options
 
 2004-12-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: Added comments,
 	added removal of http links when indexing
 
 2004-12-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_config.py.wml,
 	modules/bibindex/lib/bibindex_engine_stopwords.py.wml: Changed so
 	that bibrank can use stopword removal while bibindex not
 
 2004-12-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_config.py.wml: Turned off
 	stemming/stopword removal as default
 
 2004-12-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/doc/admin/guide.html.wml: Updated guide with new
 	sections
 
 2004-12-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml: Added
 	webcoll/collection status help
 
 2004-12-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/doc/hacking/api.html.wml: Updated documentation
 
 2004-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml, modules/miscutil/lib/messages.py.wml,
 	modules/webstyle/css/cds.css.wml: Changes related to the ``Haven't
 	found...'' google box and newly introduced ``See also: similar
 	author names'' box.
 
 2004-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine_config.py.wml: Added
 	possibility to enable/disable servers for the `'Haven't found...''
 	Google box.
 
 2004-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: - ``Try your search
 	on...'' box expanded and moved to the end of page.
 
 	- Introduced a similar author names search box to handle multiple
 	author name case (initials-only versus full-firstname).
 
 2004-11-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/guide.html.wml: More regular search
 	examples.
 
 2004-11-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/tips.html.wml: Added reference to regular
 	expressions.
 
 2004-11-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* config/cdsnavbar.wml: Changed the bibindex options from
 	"interface" to "Indexes" and "Fields"
 
 2004-11-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/doc/hacking/api.html.wml: Added a few lines about
 	managing login systems
 
 2004-11-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: [no log
 	message]
 
 2004-11-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: Fixed some code
 	when not doing an full update
 
 2004-11-25  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: code cleaning by
 	Tibi Dondera (EPFL)
 
 2004-11-25  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/addFunctions.php.wml: bug correction
 	by Tibi Dondera EPFL (IE compatibility)
 
 2004-11-25  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/viewActionEDS.php.wml: bug
 	corrections by Tibi Dondera EPFL
 
 2004-11-24  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: *Code cleanup
 
 2004-11-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Just added a
 	information message when changing default login method
 
 2004-11-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: Fixed a problem
 	with mod_python crashing
 
 2004-11-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: Addded list of
 	'login via' method to admin interface
 
 2004-11-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/template_word_similarity.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: Changed variables
 	in preference
 
 2004-11-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Use the term Google
 	Web instead of Google for better distinction with Google Scholar.
 	Remove AllTheWeb.
 
 2004-11-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: *Possible to
 	authenticate user against external loginserver/function before
 	logging user into cdsware.  If local account doesnt exist, but user
 	is verified against external system, the account will be created.
 
 2004-11-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/lib/Makefile.am,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/access_control_engine.py.wml,
 	modules/webaccess/lib/external_authentication.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml,
 	modules/webaccess/web/admin/webaccessadmin.py.wml: *Added
 	possibility to authenticate against an external loginfunction
 	before allowing user to login to cdsware.
 
 2004-11-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine_stemmer.py.wml,
 	modules/bibindex/lib/bibindex_engine_stopwords.py.wml: forgot to
 	add files...
 
 2004-11-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am: [no log message]
 
 2004-11-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am,
 	modules/bibrank/etc/template_word_similarity.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml,
 	modules/bibrank/lib/bibrankadminlib.py.wml: *Using
 	stopword/stemming from /bibindex/lib and stemming/stopword
 	functions
 
 2004-11-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/Makefile.am,
 	modules/bibindex/lib/bibindex_engine.py.wml,
 	modules/bibindex/lib/bibindex_engine_config.py.wml: Added
 	stemming/stopword functionality.  Check
 	/lib/bibindex_engine_config.py for options
 
 2004-11-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Added dynamic link to
 	Google Scholar into the ``Try your search on:'' box.
 
 2004-11-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Properly treat
 	whitespace inside Simple Search regexp queries.
 
 2004-11-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: BibUpload is now compatible
 	with old MySQL 3.xx servers.  (Notably by changing the
 	deletefield() DELETE SQL logic for this server version.)
 
 2004-11-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/guide.html.wml: Added help on the regexp
 	search syntax.
 
 2004-11-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Introduced regular
 	expression syntax into Simple Search. (field:/regexp/)
 
 2004-11-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Fixed typo in page()
 	argument for Lost your password box.  (`anguage')
 
 2004-11-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Looks like the navtrail
 	had vanished
 
 2004-11-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/cdsware.el: Remove outline mode
 	tweaks since they interfered with the classical outline mode for
 	text files, causing Emacs to be unusably slow when opening them.
 
 2004-11-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webbasket/web/yourbaskets.py.wml: *Public baskets are now
 	available even when site is in read only mode
 
 2004-11-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websubmit/web/approve.py.wml,
 	modules/websubmit/web/direct.py.wml,
 	modules/websubmit/web/getfile.py.wml,
 	modules/websubmit/web/publiline.py.wml,
 	modules/websubmit/web/sub.py.wml,
 	modules/websubmit/web/submit.py.wml,
 	modules/websubmit/web/summary.py.wml,
 	modules/websubmit/web/yourapprovals.py.wml,
 	modules/websubmit/web/yoursubmissions.py.wml: Update related to
 	site open/close functionality added in webaccess
 
 2004-11-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webalert/web/youralerts.py.wml: related to site
 	open/close update in webaccess
 
 2004-11-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webbasket/web/yourbaskets.py.wml: related to site
 	open/close
 
 2004-11-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: Updated related to site
 	open/close/readonly
 
 2004-11-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: Added new config
 	variable in access_control_config: 0 - site normal operation 1 -
 	site closed except for searching 2 - site fully closed
 
 2004-11-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Print information on
 	sorting by pattern when verbosity level is set high.
 
 2004-11-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fixed sorting when
 	sort_by_pattern was activated and the sorting pattern wasn't
 	present in some of the records.
 
 2004-11-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: *Removed some
 	misplaced text
 
 2004-11-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Modified
 	page_not_authorized
 
 2004-11-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: Added a few
 	messages
 
 2004-11-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml,
 	modules/bibindex/web/admin/bibindexadmin.py.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml,
 	modules/bibrank/web/admin/bibrankadmin.py.wml: Using
 	page_not_authorized in webuser
 
 2004-11-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: Made the
 	`currently closed' message softer.
 
 2004-11-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Changed `is closed' to
 	`temporarily closed'.
 
 2004-11-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/elmsubmit/bin/.cvsignore: Do not pay CVS attention to
 	elmsubmit executable.
 
 2004-11-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Put the color property
 	explicitely for the input and select elements because some browsers
 	did not properly inherited it.
 
 2004-11-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: *Added possibility to
 	close the site for all access
 
 2004-11-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Fixed problem
 	when creating/modifying portalboxes causing title to dissapear when
 	containing one or more "
 
 2004-11-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/bibindexadminlib.py.wml,
 	modules/bibindex/web/admin/bibindexadmin.py.wml,
 	modules/bibindex/web/admin/index.html.wml: Splitted managing
 	indexes and fields into two interfaces. Fixed interfacebug when
 	modifying: BibIndex Admin -> Edit Logical Field -> Modify MARC tags
 	-> Modify MARC tag
 
 2004-11-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: *Added
 	CFG_SITE_OPEN in access_control_config, allows closing of the site
 	for all access
 
 2004-10-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: BibFormat's UDF
 	EXTRACT_EMAIL changed to ignore blanks after `@'.  (Thanks to
 	Guido.)
 
 2004-10-28  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibformat/web/admin/FORMAT_edit.php.wml: corrected bug
 	with &nbsp;
 
 2004-10-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: *Fixed (hopefully): When a
 	new user opened a page, he would get a message saying "guest user
 	not allowed", even if guest users are allowed.
 
 2004-10-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Remove wrong TLDN's
 	dot-test from checkemail().
 
 2004-10-25  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Added email check to
 	verify that it is from a valid domain.	The email address box on
 	the "Change email/password" screen is disabled if the security
 	level (2) doesnt allow email to be changed
 
 2004-10-25  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: -Added config
 	option in access_control_config to limit the possible email
 	addresses to use to a defined domain (like "cern.ch")
 
 2004-10-25  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: *Not possible any longer
 	for a user to change the email address if the securitylevel is high
 	enough (2)
 
 2004-10-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/elmsubmit/lib/magic/Makefile.am: Temporarily removing
 	magic.so target.
 
 2004-10-22  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/template_word_similarity.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml: Fixed a problem
 	in the config files
 
 2004-10-22  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml: [no log message]
 
 2004-10-22  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: Added a overview
 	of the current configuration in the admin interface
 
 2004-10-21  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: [no log message]
 
 2004-10-21  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* config/cdsnavbar.wml: manage_accounts changed to manageaccounts
 
 2004-10-21  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibedit/lib/bibrecord.py.wml: *If a parser not existing
 	was chosen, the 4suite parser would be used if available.
 
 2004-10-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Changed some text on
 	the lost password page
 
 2004-10-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml,
 	modules/bibindex/lib/bibindexadminlib.py.wml,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml: [no log message]
 
 2004-10-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_record_sorter_tests.py.wml: *Fixed a
 	problem with the test case
 
 2004-10-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibedit/lib/bibrecord.py.wml: *Hopefully fixed error when
 	no parser installed
 
 2004-10-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibedit/lib/bibrecord.py.wml: *Fixed 4suite parser
 
 2004-10-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibedit/lib/bibrecord.py.wml: -Hopefully fixed 4suite
 
 2004-10-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibedit/lib/bibrecord.py.wml,
 	modules/bibedit/lib/bibrecord_tests.py.wml: *Fixed minidom parser
 
 2004-10-20  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/bibrecord_tests.py.wml: Use proper etcdir
 	when testing for sanity.
 
 2004-10-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/miscutil/demo/demobibdata.xml: Fixed file...strange
 	characters in beginning of file causing problems
 
 2004-10-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibedit/lib/bibrecord_tests.py.wml: Fixed sanity test
 
 2004-10-20  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/demobibdata.xml: Using > instead of &gt; in
 	an abstract now.
 
 2004-10-20  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/bibrecord.py.wml: Typo fixed.
 
 2004-10-20  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/bibrecord.py.wml:
 	record_get_field_instances() fixed for non-existing tags.
 	encode_for_xml() does not encode > sign anymore.
 
 2004-10-20  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/bibrecord_tests.py.wml: Added test for
 	accented UTF-8 letters.
 
 2004-10-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/web/youraccount.py.wml: ...modified some text
 
 2004-10-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/bibrecord.py.wml: String type checks now also
 	check unicode string types.  (As per Alexandra.)
 
 2004-10-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: +Checking that email
 	entered when editing account settings are unique +Password must be
 	entered twice when registering and when editing account settings
 
 2004-10-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/bibrecord_tests.py.wml: Added tests for
 	getting field/subfield values/instances.
 
 2004-10-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/bibrecord.py.wml:
 	record_get_field_instances() now takes optional TAG, IND1 and IND2
 	arguments.  Added field_get_subfield_values() function.
 
 2004-10-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/web/youraccount.py.wml: [no log message]
 
 2004-10-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: [no log message]
 
 2004-10-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/web/youraccount.py.wml: *Splitted login/register
 	page into two pages
 
 2004-10-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: Removed some
 	testing code
 
 2004-10-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/bibindexadminlib.py.wml,
 	modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/access_control_engine.py.wml,
 	modules/webaccess/web/admin/index.html.wml,
 	modules/webaccess/web/admin/webaccessadmin.py.wml,
 	modules/webalert/web/youralerts.py.wml,
 	modules/webbasket/web/yourbaskets.py.wml,
 	modules/websearch/lib/websearchadminlib.py.wml,
 	modules/websearch/web/index.py.wml,
 	modules/websearch/web/search.py.wml,
 	modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml,
 	modules/websubmit/web/approve.py.wml,
 	modules/websubmit/web/direct.py.wml,
 	modules/websubmit/web/getfile.py.wml,
 	modules/websubmit/web/publiline.py.wml,
 	modules/websubmit/web/sub.py.wml,
 	modules/websubmit/web/submit.py.wml,
 	modules/websubmit/web/summary.py.wml,
 	modules/websubmit/web/yourapprovals.py.wml,
 	modules/websubmit/web/yoursubmissions.py.wml: *Added "Access
 	Policy" options.  *Possible to send an email to admin/user when a
 	new account is created/deleted/awaiting approval *Guests can be
 	denied access *New accounts can be automatically activated, or
 	manually.  *Can decide if the user is allowed to create an account.
 
 	For changing access policy, look in access_control_config.py and
 	"Manage accounts" in WebAccess Admin Interface
 
 2004-10-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/lib/webaccessadmin_lib.py.wml: Added a new
 	section, "Manage Accounts" for editing accounts
 
 2004-10-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* config/cdsnavbar.wml: Added a new section for Webaccess in the
 	menu
 
 2004-10-14  Richard Owen <ro@tes.la>
 
 	* modules/elmsubmit/bin/Makefile.am,
 	modules/elmsubmit/bin/elmsubmit.wml,
 	modules/elmsubmit/etc/Makefile.am,
 	modules/elmsubmit/etc/elmsubmit.cfg.wml,
 	modules/elmsubmit/lib/Makefile.am,
 	modules/elmsubmit/lib/config2pyobj.py.wml,
 	modules/elmsubmit/lib/elmsubmit.py.wml,
 	modules/elmsubmit/lib/elmsubmit_EZArchive.py.wml,
 	modules/elmsubmit/lib/elmsubmit_EZArchive_examples.txt,
 	modules/elmsubmit/lib/elmsubmit_EZEmail.py.wml,
 	modules/elmsubmit/lib/elmsubmit_doctype_test.py.wml,
 	modules/elmsubmit/lib/elmsubmit_enriched2txt.py.wml,
 	modules/elmsubmit/lib/elmsubmit_field_validation.py.wml,
 	modules/elmsubmit/lib/elmsubmit_filename_generator.py.wml,
 	modules/elmsubmit/lib/elmsubmit_html2txt.py.wml,
 	modules/elmsubmit/lib/elmsubmit_misc.py.wml,
 	modules/elmsubmit/lib/elmsubmit_richtext2txt.py.wml,
 	modules/elmsubmit/lib/elmsubmit_submission_parser.py.wml,
 	modules/elmsubmit/lib/encdet.py.wml,
 	modules/elmsubmit/lib/encdet_utf8.py.wml,
 	modules/elmsubmit/lib/lex.py.wml,
 	modules/elmsubmit/lib/lextab.py.wml,
 	modules/elmsubmit/lib/mime.types.edited,
 	modules/elmsubmit/lib/myhtmlentitydefs.py.wml,
 	modules/elmsubmit/lib/parser.out,
 	modules/elmsubmit/lib/parsetab.py.wml,
 	modules/elmsubmit/lib/yacc.py.wml,
 	modules/elmsubmit/lib/magic/Makefile.am,
 	modules/elmsubmit/lib/magic/Makefile.magic,
 	modules/elmsubmit/lib/magic/README,
 	modules/elmsubmit/lib/magic/__init__.py.wml,
 	modules/elmsubmit/lib/magic/compile_magic.py.wml,
 	modules/elmsubmit/lib/magic/magic.ext,
 	modules/elmsubmit/lib/magic/magic.ext.mgc,
 	modules/elmsubmit/lib/magic/py_magic.c,
 	modules/elmsubmit/lib/magic/py_magic.h: Initial full checkin of
 	elmsubmit code.
 
 2004-10-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml,
 	modules/bibrank/lib/bibrankadminlib.py.wml: Fixed problem in word
 	indexer: If a document already in the table was reindexed, and
 	there was no modified words, the reverse table was still updated
 	and "term frequency" numbers lost. Fixed it by adding the words in
 	the document to the list of words to recalculate the values for.
 
 2004-10-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Do not require the
 	URL link name to be present when making default output format.
 
 2004-10-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/bibindexadminlib.py.wml: Changed textbox to
 	a textarea for the Index description
 
 2004-10-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Modified some
 	function used by websearch,bibindex,webaccess and bibrank
 
 2004-10-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/bibindexadminlib.py.wml,
 	modules/bibindex/web/admin/bibindexadmin.py.wml: +Added admin
 	functionality for modifying indexes in addition to fields
 
 2004-10-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml: Fixed problem with item
 	ordering in case there were holes in nb_order range.  (Which should
 	have happened all the time as soon as there was more than one
 	basket defined on site due to autoincremented nb_order.)
 
 2004-10-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: Changed structure
 	of dictionary used by singletagrankmethod,citations and number of
 	downloads.
 
 2004-10-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/stopwords.kb.wml: Added a few stopwords
 
 2004-09-29  Richard Owen <ro@tes.la>
 
 	* modules/elmsubmit/lib/Makefile.am,
 	modules/elmsubmit/lib/elmsubmit_misc.py.wml: Initial checkin of
 	this file.
 
 2004-09-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added support for ElmSubmit.
 
 2004-09-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/Makefile.am: Added ElmSubmit module.
 
 2004-09-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/elmsubmit/.cvsignore, modules/elmsubmit/Makefile.am,
 	modules/elmsubmit/bin/.cvsignore,
 	modules/elmsubmit/bin/Makefile.am,
 	modules/elmsubmit/doc/.cvsignore,
 	modules/elmsubmit/doc/Makefile.am,
 	modules/elmsubmit/doc/admin/.cvsignore,
 	modules/elmsubmit/doc/admin/Makefile.am,
 	modules/elmsubmit/doc/admin/guide.html.wml,
 	modules/elmsubmit/doc/admin/index.html.wml,
 	modules/elmsubmit/doc/hacking/.cvsignore,
 	modules/elmsubmit/doc/hacking/Makefile.am,
 	modules/elmsubmit/etc/.cvsignore,
 	modules/elmsubmit/etc/Makefile.am,
 	modules/elmsubmit/lib/.cvsignore,
 	modules/elmsubmit/lib/Makefile.am,
 	modules/elmsubmit/lib/magic/.cvsignore,
 	modules/elmsubmit/lib/magic/Makefile.am: Added skeleton for
 	ElmSubmit module.
 
 2004-09-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/guide.html.wml,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml: Start splitting of Search Tips
 	into a small tips page and a larger guide page.
 
 2004-09-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine.py.wml,
 	modules/bibindex/lib/bibindex_engine_config.py.wml: Activate our
 	fancy non-interactive URL opener for fail-safe fulltext-indexing of
 	remote files.  Access credentials are read from the config file,
 	but are not really all that useful at this stage.  More work
 	needed.
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/hacking/api.html.wml,
 	modules/webaccess/lib/access_control_engine.py.wml: -Added:
 	Checking if userid submitted actually exists in the user table
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/bin/authaction.wml,
 	modules/webaccess/doc/hacking/api.html.wml,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/websession/web/sessinit.inc.php.wml: [no log message]
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/web/admin/bibrankadmin.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml,
 	modules/bibindex/web/admin/bibindexadmin.py.wml: [no log message]
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: Changed
 	messages
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/web/sessinit.inc.php.wml: Fixed problem
 	causing string to split up if it contained " , "
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/web/sessinit.inc.php.wml: String is not
 	splitted using " , "
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/bin/authaction.wml,
 	modules/webaccess/doc/hacking/api.html.wml,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/access_control_engine.py.wml: Changed message
 	when authorized, and output from authaction
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/doc/hacking/api.html.wml: Modified api to
 	reflect changes in output from functions in the webaccess module
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/web/admin/websearchadmin.py.wml: Modified so
 	that error messages when not authorized is received from webaccess
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/web/admin/bibrankadmin.py.wml: Modified error
 	messages, showing message received from webaccess
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Modified error
 	messages from webaccess
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Modified error message when
 	not authorized by webaccess
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/bin/authaction.wml,
 	modules/webaccess/doc/hacking/api.html.wml,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/access_control_engine.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: Modified error
 	messages when not authorized. Different messages based on reason
 	for not getting authorized. Messages placed in access_contr_config
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml,
 	modules/bibrank/lib/bibrankadminlib.py.wml: -Modified error
 	messages from webaccess -and something else...
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml,
 	modules/websubmit/lib/functions/Is_Original_Submitter.py.wml,
 	modules/websubmit/lib/functions/Is_Referee.py.wml,
 	modules/websubmit/web/publiline.py.wml,
 	modules/websubmit/web/yourapprovals.py.wml,
 	modules/websubmit/web/admin/actionFunctions.php.wml,
 	modules/websubmit/web/admin/addActionEDS.php.wml,
 	modules/websubmit/web/admin/addCheckEDS.php.wml,
 	modules/websubmit/web/admin/addElement2PageEDS.php.wml,
 	modules/websubmit/web/admin/addElementDescrEDS.php.wml,
 	modules/websubmit/web/admin/addFunctions.php.wml,
 	modules/websubmit/web/admin/allActionsEDS.php.wml,
 	modules/websubmit/web/admin/allChecksEDS.php.wml,
 	modules/websubmit/web/admin/allElementsEDS.php.wml,
 	modules/websubmit/web/admin/commonPhpFunctions.php.wml,
 	modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
 	modules/websubmit/web/admin/documentEDS.php.wml,
 	modules/websubmit/web/admin/editActionDets.php.wml,
 	modules/websubmit/web/admin/editCatalogues.php.wml,
 	modules/websubmit/web/admin/editDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/editPageElementEDS.php.wml,
 	modules/websubmit/web/admin/editRecordFile.php.wml,
 	modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
 	modules/websubmit/web/admin/func.php.wml,
 	modules/websubmit/web/admin/funcUsage.php.wml,
 	modules/websubmit/web/admin/index.php.wml,
 	modules/websubmit/web/admin/listFunctions.php.wml,
 	modules/websubmit/web/admin/newDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/newFunc.php.wml,
 	modules/websubmit/web/admin/newSubmissionEDS.php.wml,
 	modules/websubmit/web/admin/pageDetsEDS.php.wml,
 	modules/websubmit/web/admin/parameterUpdate.php.wml,
 	modules/websubmit/web/admin/referees.py.wml,
 	modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/veditFunDets.php.wml,
 	modules/websubmit/web/admin/viewActionEDS.php.wml,
 	modules/websubmit/web/admin/viewChecksEDS.php.wml,
 	modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: Modified
 	error messages from webaccess when calling authaction without
 	getting authorized
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml,
 	modules/websession/web/sessinit.inc.php.wml: Modified error
 	messages from webaccess when not authorized (when calling
 	authaction)
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibsched/bin/bibtaskex.wml,
 	modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/bin/bibrankgkb.wml: Modified error messages from
 	webaccess when not authorized
 
 2004-09-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml,
 	modules/bibformat/web/admin/security.inc.php.wml,
 	modules/bibindex/lib/bibindex_engine.py.wml,
 	modules/bibindex/lib/bibindexadminlib.py.wml,
 	modules/bibindex/web/admin/bibindexadmin.py.wml: Modified error
 	messages when not authorized
 
 2004-09-21  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_word_indexer.py.wml: Changed error
 	message when Psyco is not installed from "ERROR:" to "Warning:"
 
 2004-09-21  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Modified
 	structure of hash table used by single_tag_rank_method Added
 	exception handling when problem with config file in
 	bibrank_record_sorter
 
 2004-09-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: -import datetime
 	statement. Module not in use and not supported by Python 2.2
 
 2004-09-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: simpleendaction:
 	exceptions are not caught anymore
 
 2004-09-15  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter_tests.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml: [no log
 	message]
 
 2004-09-15  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter_tests.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml: Changed
 	some text
 
 2004-09-15  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/miscutil/bin/testsuite.wml: Added bibrank test cases
 
 2004-09-15  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/Makefile.am,
 	modules/bibrank/lib/bibrank_record_sorter_tests.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml,
 	modules/bibrank/lib/bibrank_tests.py.wml: Split into one test file
 	per library
 
 2004-09-15  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: new job status: "DONE WITH
 	ERRORS"
 
 2004-09-15  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: change "status" column of
 	schTASK table.
 
 2004-09-15  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: corrected total number of
 	records.  always store absolute path to files
 
 2004-09-15  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/Makefile.am,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_tests.py.wml: Added a few testcases
 
 2004-09-15  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: bibupload stops with an
 	error when a file cannot be found
 
 2004-09-15  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/admin/Makefile.am,
 	modules/websubmit/doc/admin/index.html.wml,
 	modules/websubmit/doc/admin/philosophy.html.wml: added doc page
 	explaining the relation between a search catalogue and a submission
 
 2004-09-15  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Add_Files.py.wml: added function
 	to insert files which were stored in a "files" directory of the
 	submission directory
 
 2004-09-15  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: added function
 	simplendaction to deal with non-web submissions
 
 2004-09-14  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: os.path.getctime does not
 	exist in python 2.3
 
 2004-09-14  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: [no log message]
 
 2004-09-14  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrank.wml: Changed how a new task is
 	submitted because of a bug creating an exception at submit time
 
 2004-09-14  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: [no log message]
 
 2004-09-14  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Changed text from
 	"rearrange by name" to "order alphabetically"
 
 2004-09-14  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Added
 	functionality for rearranging sort options/search fields by name
 	(alphabethically)
 
 2004-09-14  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/web/admin/websearchadmin.py.wml: Added two new
 	functions, rearrangefield/rearrangefieldvalue
 
 2004-09-13  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: Added support
 	for recid:x type of queries for methods using
 	single_tag_rank_method
 
 2004-09-13  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Fixed a few
 	issues regarding sort fields/search options Still a issue when
 	several fields got the same score
 
 2004-09-13  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Modified
 	write_outcome (again)
 
 2004-09-13  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Modified
 	write_outcome
 
 2004-09-13  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Fixed write_outcome
 	when parameter res is empty
 
 2004-09-13  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Fixed some bugs
 	with changing the "score" of fields/fieldvalues
 
 2004-09-13  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml,
 	modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
 	modules/websubmit/lib/functions/Move_From_Pending.py.wml: got rid
 	of os.walk which does not exist in python 2.2 replaced with
 	os.listdir:
 
 2004-09-10  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/hacking/bibrankgkb.html.wml,
 	modules/bibrank/doc/hacking/index.html.wml,
 	modules/bibrank/doc/hacking/merge_rank_methods.html.wml,
 	modules/bibrank/doc/hacking/single_tag_rank.html.wml,
 	modules/bibrank/doc/hacking/word_similarity.html.wml: Modified
 	document width
 
 2004-09-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: Changed name of
 	a function from merge_methods to combine_method
 
 2004-09-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/template_combine_method.cfg.wml,
 	modules/bibrank/etc/template_merge_methods.cfg.wml: Changed name of
 	rank method
 
 2004-09-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml,
 	modules/bibrank/doc/hacking/api.html.wml,
 	modules/bibrank/doc/hacking/index.html.wml: updated config
 
 2004-09-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/template_merge_methods.cfg.wml: Added
 	template for merge method
 
 2004-09-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/template_word_frequency.cfg.wml: File changed
 	name to template_word_similarity.cfg.wml
 
 2004-09-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml,
 	modules/bibrank/doc/hacking/single_tag_rank.html.wml,
 	modules/bibrank/doc/hacking/word_similarity.html.wml: Documentation
 	updated
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine.py.wml: Eliminated excessive
 	write_message() function.  Reduced serialize/deserialize function
 	numbers.  Calling get_datetime(), not getdate().
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/run.html.wml: Added bibrank
 	process to the list of usually expected daemons.
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/lib/bibrecord_tests.py.wml: Added a FIXME comment
 	on the not-yet-working UTF-8 parsing.
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: User rankscoreinfo
 	class for outputting relevance scores.
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Added `rankscoreinfo' for the
 	ranked search engine output.
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Added final bibrank call after demo records have
 	been loaded.
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Added demo of `journal
 	impact factor' ranking method.
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: Introduced `word
 	similarity' to be a default ranking method.
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabbibclean.sql,
 	modules/miscutil/sql/tabdrop.sql: Added support for new BibRank
 	tables.
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: New BibRank tables.
 
 2004-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/marc.html.wml: Added section on
 	MARC schema in use at CERN.
 
 2004-09-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: Changed a function
 	name from word_frequency to word_similarity
 
 2004-09-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/template_word_similarity.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml: Changed name from word_frequency
 	to word_similarity
 
 2004-09-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/hacking/api.html.wml,
 	modules/bibrank/doc/hacking/word_similarity.html.wml: Hacking
 	documentation for the Bibrank module
 
 2004-09-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: Not much, some
 	naming issues
 
 2004-09-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml,
 	modules/bibrank/doc/hacking/Makefile.am,
 	modules/bibrank/doc/hacking/bibrankgkb.html.wml,
 	modules/bibrank/doc/hacking/index.html.wml,
 	modules/bibrank/doc/hacking/single_tag_rank.html.wml: Documentation
 	for the BibRank module updated, especially the hacking section
 
 2004-09-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/bin/bibrank.wml: Changed bibrank process name to
 	the one expected by bibsched.
 
 2004-09-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/demo_jif.cfg.wml,
 	modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
 	modules/bibrank/etc/template_word_frequency.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml: -Removed no longer used parameter
 	from config files. (overall_importance)
 
 2004-09-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrank.wml: [no log message]
 
 2004-09-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: -Added method for
 	merging the result of various rank methods into one.  -Removed a no
 	longer used parameter from config file (overall_importance)
 
 2004-09-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: Fixed: If
 	translation of a rank method didnt exist in a language, the code
 	was sent back instead of the translation in the default language.
 
 2004-09-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: Verbose output
 	was not returned for some methods
 
 2004-09-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrank.wml: Modified output text
 
 2004-09-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: Changed two %S
 	into %s
 
 2004-09-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: Modified debug
 	information
 
 2004-09-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/demo_jif.cfg.wml,
 	modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
 	modules/bibrank/etc/template_word_frequency.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml: Modified parameter names
 
 2004-09-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Keep selected rank
 	method when doing `jump to record X'.
 
 2004-09-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/etc/demo_jif.cfg.wml: Demo site uses 909C4 to
 	store publication information.
 
 2004-09-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Fixed crash if
 	Stemmer is not available
 
 2004-09-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Tiny bug
 	fixed...not much..
 
 2004-09-03  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/etc/demo_jif.cfg.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml:
 	-Bibrank_word_indexer: fixed bug when verbose > 0 -bibrank: fixed
 	default options -config files: fixed some naming issues
 
 2004-09-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Fixed up how
 	the configuration options are handled inside the methods. Only one
 	global variable for the configdata now.
 
 2004-09-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: -Sending verbose
 	value to rank_records
 
 2004-09-02  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Fixed
 	get_bibrank_methods. Returning only methods available for the
 	current collection
 
 2004-09-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml,
 	modules/websearch/lib/search_engine.py.wml: get_bibrank_methods()
 	now accepts colID, not collection name.
 
 2004-09-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml: get_colID() is now read from
 	search engine's library.
 
 2004-09-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml,
 	modules/websearch/lib/search_engine.py.wml: Added collection
 	argument to get_bibrank_method calls.
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fixed off-by-one
 	search unit counting in stage 2-1.
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Boolean query warning message changed.
 	Added similarity messages.  Rank by message output changed.  Minor
 	CZ and SK cleanup.
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: Similar records message
 	added.
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: Deleted extra
 	<b> markup.
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am: Remove bibranktest from the list
 	of common targets.
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: More information (Detailed
 	record, Similar records) is made smaller.
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Support for the ranking and
 	similarity search.
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: - Added support for
 	record ranking and similarity search.
 
 	- Stage 2-1 behaviour changed so that no warning is emitted for
 	nonexisting search terms if they are preceded or followed by
 	boolean   OR operator.
 
 	- Nearest hits aren't shown for recid type of queries.
 
 2004-09-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml: -Turned verbose
 	off
 
 2004-09-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: - rank_records
 	returns (a,b,c,d,e)
 
 2004-09-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Fixed error in
 	rank_records
 
 2004-09-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: If error, first
 	parameter returned by rank_records, ([0]) is (None,None)
 
 2004-09-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/demo_jif.cfg.wml,
 	modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
 	modules/bibrank/etc/template_word_frequency.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml: Modified configuration files.
 	Added prefix/postfix
 
 2004-09-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: -Modified
 	interfaces mostly
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/hacking/stages.html.wml: Stage 2-1 checks
 	now for boolean OR operator in the next unit too.
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/hacking/stages.html.wml: Stage 2-1 altered
 	as to retain also zero-hit (p_i, f_i) search unit in case it is
 	preceded by boolean OR operator.
 
 2004-09-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/bin/alertengine.wml: Print run time information
 	with two decimal places only.
 
 2004-08-30  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Fixed warning
 	messages
 
 2004-08-30  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Added error
 	messages -changed api's.
 
 	-going to add return of verbose messages
 
 2004-08-30  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/demo_jif.cfg.wml,
 	modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
 	modules/bibrank/etc/template_word_frequency.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml: Updated configuration files
 
 2004-08-27  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml:
 	-get_bibrank_methods now accepts the collectionnames as parameter,
 	but does not yet do anything with it.  -find_similar accepts a list
 	of several record ids.
 
 2004-08-27  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: *Fixed: Last
 	document after finding similar documents was never shown.
 
 2004-08-27  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/template_word_frequency.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: *Changed output
 	from rank_records in bibrank_record_sorter, now returning
 	(list,string,string)
 
 2004-08-27  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/wrd.cfg.wml,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml: Added options for
 	configuring finding similar pages using the word frequency.  -A
 	word need to have a minimum length to be used -Maximum number of
 	words to use -A word must exist in minimum nr of documents -A
 	document must exist in maximum nr of documents
 
 	and other options
 
 2004-08-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Changed Erik's email address.
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: *Fixed: An
 	error caused the stemmer not to stem the query
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/template_word_frequency.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml: Added parameter in configuration
 	files to use for stemming of search query
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml: Added
 	possibility to select language to stem the query in
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_word_indexer.py.wml: Modified update
 	of last_update field in rnkMETHOD
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_word_indexer.py.wml: *Fixed bug
 	causing nothing to happen if executed before searching worked
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_word_indexer.py.wml: Missed an = in a
 	if bla == bla line
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrank.wml: enabled authentication check
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_word_indexer.py.wml: Modified error
 	message when PyStemmer is not installed, or language is not
 	supported by PyStemmer
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/stopwords.kb.wml: changed to utf-8
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrankgkb.wml: Fixed bug causing .kb files
 	with only one # in front of comments to fail.
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrank.wml: Removed some printed text and
 	sys.exit command appearing when problems importing files.
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml: Modified ranking
 	files, mostly small changes in naming of methods.
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/stopwords.kb.wml,
 	modules/bibrank/etc/template_word_frequency.cfg.wml,
 	modules/bibrank/etc/wrd.cfg.wml: Configuration files and
 	stopwordlist (english and french) for use together with ranking
 	based on word frequency
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/demo_jif.cfg.wml,
 	modules/bibrank/etc/demo_jif.kb.wml: Configuration files and
 	datafiles for use with the demoinstallation of cdsware to enable
 	Journal Impact Factor ranking
 
 2004-08-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/bibrankgkb.cfg.wml,
 	modules/bibrank/etc/bibrankgkb_jif_conv.kb.wml,
 	modules/bibrank/etc/bibrankgkb_jif_example.kb.wml: Configuration
 	files and datafiles to use as examples when running bibrankgkb
 
 2004-08-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Added support for localstatedir configuration
 	option.  (Thanks to Fred.)  Removed unnecessary `install'
 	subtargets for various demo targets.  Prepared table updating in
 	view of the next release. (Not fully finished yet.)
 
 2004-08-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac, config/configbis.wml.in: Added support for
 	localstatedir configuration option.  (Thanks to Fred.)
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* CREDITS: Added Eric Grand.  Fixed some grammar.
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Added Alexandra.  Updated Trond and Tibor.
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: French translation corrections, thanks to
 	Eric Grand.
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: New directories in the BibEdit module.
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/Makefile.am, modules/bibedit/bin/.cvsignore,
 	modules/bibedit/bin/Makefile.am,
 	modules/bibedit/bin/xmlmarclint.wml,
 	modules/bibedit/etc/.cvsignore, modules/bibedit/etc/MARC21slim.dtd,
 	modules/bibedit/etc/Makefile.am, modules/bibedit/lib/Makefile.am,
 	modules/bibedit/lib/bibrecord.py.wml,
 	modules/bibedit/lib/bibrecord_config.py.wml,
 	modules/bibedit/lib/bibrecord_tests.py.wml: Initial release of new
 	Alexandra's bibrecord library.
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/testsuite.wml: Add bibrecord test suite.
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/Makefile.am: Install demobibdata.xml into
 	tmp directory, for test suite purposed.
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine_tests.py.wml:
 	test_strip_accents() now calls strip_accents() directly, instead of
 	via wash_pattern().
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/.cvsignore: Added .pyc extension.
 
 2004-08-25  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/bin/bibrankgkb.wml: Added support for "word
 	frequency" ranking. Moved functions from bibrank file to
 	/lib/bibrank_... files
 
 2004-08-25  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/Makefile.am,
 	modules/bibrank/lib/bibrank_record_sorter.py.wml,
 	modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
 	modules/bibrank/lib/bibrank_word_indexer.py.wml,
 	modules/bibrank/lib/bibrankadminlib.py.wml: Methods for
 	ranking/sorting records based on various methods like word
 	frequency (using variation of the IDF/TF vector model)
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/tips.html.wml: Typos fixed.
 
 2004-08-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/bin/Makefile.am,
 	modules/bibconvert/doc/admin/Makefile.am,
 	modules/bibconvert/etc/Makefile.am,
 	modules/bibedit/doc/admin/Makefile.am,
 	modules/bibedit/lib/Makefile.am, modules/bibformat/bin/Makefile.am,
 	modules/bibformat/doc/admin/Makefile.am,
 	modules/bibformat/lib/common/Makefile.am,
 	modules/bibformat/lib/core/Makefile.am,
 	modules/bibformat/web/Makefile.am,
 	modules/bibformat/web/admin/Makefile.am,
 	modules/bibharvest/bin/Makefile.am,
 	modules/bibharvest/doc/admin/Makefile.am,
 	modules/bibharvest/lib/Makefile.am,
 	modules/bibharvest/web/Makefile.am,
 	modules/bibindex/bin/Makefile.am,
 	modules/bibindex/doc/admin/Makefile.am,
 	modules/bibindex/lib/Makefile.am,
 	modules/bibindex/web/admin/Makefile.am,
 	modules/bibrank/bin/Makefile.am,
 	modules/bibrank/doc/admin/Makefile.am,
 	modules/bibrank/doc/hacking/Makefile.am,
 	modules/bibrank/etc/Makefile.am, modules/bibrank/lib/Makefile.am,
 	modules/bibrank/web/admin/Makefile.am,
 	modules/bibsched/bin/Makefile.am,
 	modules/bibsched/doc/admin/Makefile.am,
 	modules/bibupload/bin/Makefile.am,
 	modules/bibupload/doc/admin/Makefile.am,
 	modules/miscutil/bin/Makefile.am,
 	modules/miscutil/demo/Makefile.am,
 	modules/miscutil/lib/Makefile.am, modules/miscutil/sql/Makefile.am,
 	modules/webaccess/bin/Makefile.am,
 	modules/webaccess/doc/admin/Makefile.am,
 	modules/webaccess/doc/hacking/Makefile.am,
 	modules/webaccess/lib/Makefile.am,
 	modules/webaccess/web/admin/Makefile.am,
 	modules/webalert/bin/Makefile.am,
 	modules/webalert/doc/admin/Makefile.am,
 	modules/webalert/lib/Makefile.am, modules/webalert/web/Makefile.am,
 	modules/webbasket/doc/admin/Makefile.am,
 	modules/webbasket/lib/Makefile.am,
 	modules/webbasket/web/Makefile.am, modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/admin/Makefile.am,
 	modules/webhelp/web/admin/howto/Makefile.am,
 	modules/webhelp/web/hacking/Makefile.am,
 	modules/websearch/bin/Makefile.am,
 	modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/admin/Makefile.am,
 	modules/websearch/doc/hacking/Makefile.am,
 	modules/websearch/lib/Makefile.am,
 	modules/websearch/web/Makefile.am,
 	modules/websearch/web/admin/Makefile.am,
 	modules/websession/bin/Makefile.am,
 	modules/websession/doc/admin/Makefile.am,
 	modules/websession/lib/Makefile.am,
 	modules/websession/web/Makefile.am,
 	modules/webstyle/css/Makefile.am,
 	modules/webstyle/doc/admin/Makefile.am,
 	modules/webstyle/img/Makefile.am, modules/webstyle/lib/Makefile.am,
 	modules/websubmit/bin/Makefile.am,
 	modules/websubmit/doc/Makefile.am,
 	modules/websubmit/doc/admin/Makefile.am,
 	modules/websubmit/etc/bibconvert/KB/Makefile.am,
 	modules/websubmit/etc/bibconvert/config/Makefile.am,
 	modules/websubmit/lib/Makefile.am,
 	modules/websubmit/lib/functions/Makefile.am,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/admin/Makefile.am: Wildcard expansion now
 	refers to the source directory in order to correctly detect the
 	list of available source files.  (Thanks to Frederic.)
 
 2004-08-24  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/template_merge_rank_methods.cfg.wml:
 	Removed..
 
 2004-08-24  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/bibrankgkb.cfg.wml,
 	modules/bibrank/etc/jif.cfg.wml, modules/bibrank/etc/jif.kb.wml,
 	modules/bibrank/etc/jif2.kb.wml,
 	modules/bibrank/etc/jt_conv.kb.wml: Removed some files from the
 	next release, going to be added again later in another form
 
 2004-08-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Strip accents only
 	when searching for words.
 
 2004-08-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure-tests.py: Added test on maximum MySQLdb version.
 
 2004-08-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added notes on recommended MySQL 4.0.x and MySQLdb 0.9.2
 	versions.
 
 2004-08-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Revert previous
 	TEXT-into-BLOB changes, since they didn't work with MySQL 4.1.3
 	anyway, only with MySQL 4.1.0.	(FWIW, this shows once more that
 	conceptually wrong quick-fixes are better to be avoided!)
 
 2004-08-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added note on MySQL's default-character-set=utf8.
 
 2004-08-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Changed BLOB to TEXT for the
 	sake of MySQLdb 1.0.0 compliancy.  Changed flxLINKTYPEPARAMS/pname
 	varchar width, so that the primary key size for this table will
 	fall within the internal MySQL limit of 1000 bytes per key, when
 	the default charset is UTF-8 (i.e. when there are three bytes per
 	char).
 
 2004-08-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Put explicit str()
 	conversion around datetime.datetime objects coming from MySQLdb,
 	since some Python installations (e.g. reported on SUSE) required
 	explicit conversion before comparing to strings.
 
 2004-08-16  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml,
 	modules/websearch/lib/websearchadminlib.py.wml,
 	modules/bibindex/lib/bibindexadminlib.py.wml: Modified feedback
 	messages
 
 2004-08-16  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Modified some
 	textfields
 
 2004-08-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Removed excessive
 	</td> element, thanks to Frederic.
 
 2004-08-13  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Fixed
 	presentation bug when deleting the last value associated with a
 	field
 
 2004-08-13  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: fixed a bug in
 	"modify search options" which happened when you added a new search
 	options without selecting a fieldvalue at the same time.
 
 2004-08-13  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/web/admin/websearchadmin.py.wml: Fixed
 	"Modified search options" part of the modify collection page
 
 2004-07-28  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: turned schTASK/arguments
 	column into longtext
 
 2004-07-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: bad xml records are counted
 	as errors
 
 2004-07-22  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/Makefile.am: Committed too much, Makefile
 	fixed
 
 2004-07-22  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/Makefile.am,
 	modules/websearch/lib/websearchadminlib.py.wml: fixed lazy
 	coding...see last update of file.....
 
 2004-07-20  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Fixed the date
 	problem. Somehow the mysql server returns  2004-07-19 14:52:48.00
 	as the date, and for others it returns 2004-07-19 14:52:48
 
 	Unsure why, but fixed now I hope.
 
 2004-07-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Fixed two bugs,
 	one where the mysql server returned another dateformat than the
 	expected one, only partially fixed atm though. Need to find out how
 	to get the dateformat which mysql will return. The other was where
 	the Progress field of a bibtask was empty.
 
 2004-07-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/index.html.wml: Add link to BibIndex
 	Admin Interface.
 
 2004-07-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Version number bump after the release of v0.3.3.
 
 
 CDSware v0.3.3 (released 2004-07-16)
 ====================================
 
 2004-07-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* .cvsignore: Added .wmlrc.
 
 2004-07-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Terminology fix: ampersand
 	-> @.
 
 2004-07-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: checkemail() made more
 	efficient.
 
 2004-07-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Don't need .wmlrc in the distribution.
 
 2004-07-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* CREDITS: Added Thierry and Frederic.
 
 2004-07-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added a note on building CDSware out of its source tree.
 
 2004-07-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* .wmlrc: Removed.  Configure now takes care of creating it.
 
 2004-07-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am, configure.ac: Patch from Frederic be able to build
 	CDSware out of its source tree.
 
 2004-07-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/bin/Makefile.am,
 	modules/bibconvert/doc/admin/Makefile.am,
 	modules/bibedit/doc/admin/Makefile.am,
 	modules/bibedit/lib/Makefile.am, modules/bibformat/bin/Makefile.am,
 	modules/bibformat/doc/admin/Makefile.am,
 	modules/bibformat/lib/common/Makefile.am,
 	modules/bibformat/lib/core/Makefile.am,
 	modules/bibformat/web/Makefile.am,
 	modules/bibformat/web/admin/Makefile.am,
 	modules/bibharvest/bin/Makefile.am,
 	modules/bibharvest/doc/admin/Makefile.am,
 	modules/bibharvest/lib/Makefile.am,
 	modules/bibharvest/web/Makefile.am,
 	modules/bibindex/bin/Makefile.am,
 	modules/bibindex/doc/admin/Makefile.am,
 	modules/bibindex/lib/Makefile.am,
 	modules/bibindex/web/admin/Makefile.am,
 	modules/bibrank/bin/Makefile.am,
 	modules/bibrank/doc/admin/Makefile.am,
 	modules/bibrank/doc/hacking/Makefile.am,
 	modules/bibrank/etc/Makefile.am, modules/bibrank/lib/Makefile.am,
 	modules/bibrank/web/admin/Makefile.am,
 	modules/bibsched/bin/Makefile.am,
 	modules/bibsched/doc/admin/Makefile.am,
 	modules/bibupload/bin/Makefile.am,
 	modules/bibupload/doc/admin/Makefile.am,
 	modules/miscutil/bin/Makefile.am,
 	modules/miscutil/demo/Makefile.am,
 	modules/miscutil/lib/Makefile.am, modules/miscutil/sql/Makefile.am,
 	modules/webaccess/bin/Makefile.am,
 	modules/webaccess/doc/admin/Makefile.am,
 	modules/webaccess/doc/hacking/Makefile.am,
 	modules/webaccess/lib/Makefile.am,
 	modules/webaccess/web/admin/Makefile.am,
 	modules/webalert/bin/Makefile.am,
 	modules/webalert/doc/admin/Makefile.am,
 	modules/webalert/lib/Makefile.am, modules/webalert/web/Makefile.am,
 	modules/webbasket/doc/admin/Makefile.am,
 	modules/webbasket/lib/Makefile.am,
 	modules/webbasket/web/Makefile.am, modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/admin/Makefile.am,
 	modules/webhelp/web/admin/howto/Makefile.am,
 	modules/webhelp/web/hacking/Makefile.am,
 	modules/websearch/bin/Makefile.am,
 	modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/admin/Makefile.am,
 	modules/websearch/doc/hacking/Makefile.am,
 	modules/websearch/lib/Makefile.am,
 	modules/websearch/web/Makefile.am,
 	modules/websearch/web/admin/Makefile.am,
 	modules/websession/bin/Makefile.am,
 	modules/websession/doc/admin/Makefile.am,
 	modules/websession/lib/Makefile.am,
 	modules/websession/web/Makefile.am,
 	modules/webstyle/css/Makefile.am,
 	modules/webstyle/doc/admin/Makefile.am,
 	modules/webstyle/lib/Makefile.am,
 	modules/websubmit/bin/Makefile.am,
 	modules/websubmit/doc/Makefile.am,
 	modules/websubmit/doc/admin/Makefile.am,
 	modules/websubmit/etc/bibconvert/KB/Makefile.am,
 	modules/websubmit/etc/bibconvert/config/Makefile.am,
 	modules/websubmit/lib/Makefile.am,
 	modules/websubmit/lib/functions/Makefile.am,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/admin/Makefile.am: Patch from Frederic be
 	able to build CDSware out of its source tree.
 
 2004-07-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: I18N translations of
 	collection names.  SUBMIT boxes for the search interface to point
 	to submission pages.
 
 2004-07-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: I18N field names for
 	DE,PT,IT,NO.
 
 2004-07-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Added PT,IT,DE and NO translations for new
 	phrases.
 
 2004-07-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Remove unnecessary trailing
 	commas (causing troubles on some systems).
 
 2004-07-14  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Regular expressions
 	introduced.
 
 2004-07-14  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/dcxml-to-marcxml.cfg: Extraction
 	template modified.
 
 2004-07-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml, modules/miscutil/lib/messages.py.wml: Added
 	record last modified message.
 
 2004-07-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix displaying ADD TO
 	BASKET on HTML detailed page.  Added record last modified info box.
 
 2004-07-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Added recordlastmodifiedbox.
 
 2004-07-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: Fix serialized column of
 	the Photo formats due to change in encoding (UTF-8).  Fix links in
 	Photo formats to use recid instead of sysnb.
 
 2004-07-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: Added I18N translations for
 	field names and home collection.
 
 2004-07-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Added I18N
 	translations for collection names.
 
 2004-07-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml, modules/miscutil/lib/messages.py.wml: Added
 	`restricted' message.  Moved I18N field names into SQL tables.
 
 2004-07-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml,
 	modules/websearch/lib/search_engine.py.wml,
 	modules/websearch/web/index.py.wml: Respect I18N names of
 	collections and fields.
 
 2004-07-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/dbexec.wml: Use = instead of == for strict
 	POSIX compliance.  (Thanks to Thierry Thomas.)
 
 2004-07-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/hacking/stages.html.wml,
 	modules/websearch/lib/search_engine.py.wml: New behaviour of the
 	search engine on stage 4-2-1: when no hits are found in the
 	collection selected by the user, but there are some hits in other
 	public collections, then do not show list these hits anymore to the
 	end user, but rather propose link to them only.  (Often users were
 	confused as to why their collection choice wasn't respected.)
 
 2004-07-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Rephrase ``No hits in given collection'' to
 	respect new behaviour of the search engine.
 
 2004-07-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdswmllib.wml: Use adverb to denote CZ and SK languages.
 
 2004-07-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml, modules/miscutil/lib/messages.py.wml: Added
 	I18N message for deleted records.
 
 2004-07-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine_config.py.wml: Added OAI ID
 	tag from the config file.  Suitable for the display of deleted
 	records in order to preserve OAI ID in XML MARC display.
 
 2004-07-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Records marked as
 	DELETED (in the collection identifier tag 980) aren't accessible
 	anymore via XML MARC and other formats.
 
 2004-07-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac, modules/bibedit/Makefile.am,
 	modules/bibedit/lib/.cvsignore, modules/bibedit/lib/Makefile.am:
 	Added BibEdit lib.
 
 2004-07-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added note for FreeBSD users on Apache 2 threads
 	configuration.
 
 2004-07-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: get rid of beginning of
 	following record if on the same line
 
 2004-07-09  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibedit/lib/bibrecord.py.wml: new xml parsing library
 
 2004-07-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/Makefile.am,
 	modules/webhelp/web/hacking/index.html.wml,
 	modules/webhelp/web/hacking/testsuite.html.wml: Added testsuite
 	hackers' guide.
 
 2004-07-07  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml,
 	modules/websubmit/lib/functions/Get_Info.py.wml,
 	modules/websubmit/lib/functions/Get_Sysno.py.wml,
 	modules/websubmit/lib/functions/Make_Modify_Record.py.wml,
 	modules/websubmit/lib/functions/Make_Record.py.wml,
 	modules/websubmit/lib/functions/Report_Number_Generation.py.wml,
 	modules/websubmit/lib/functions/mail.py.wml: replaced "w+" open
 	mode by "w"
 
 2004-07-07  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/admin/implementwebform.html.wml: added
 	comment about mandatory select box elements
 
 2004-07-07  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/addElement2PageEDS.php.wml: check if
 	new mandatory select box begins with "Select:"
 
 2004-07-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/bibindex_engine.py.wml,
 	modules/bibindex/lib/bibindex_engine_config.py.wml: Added option to
 	fulltext-index local files only, i.e. remote URLs are skipped if
 	the option is on.
 
 2004-07-07  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: cumulative record count if
 	several files are passed as parameters
 
 2004-07-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/elementConfigDetsEDS.php.wml: change
 	type of response elements now possible
 
 2004-06-23  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: DC Title extended
 	for 111__a.
 
 2004-06-22  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: [no log message]
 
 2004-06-22  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/web/admin/bibrankadmin.py.wml: Got redirected to
 	/websearch after loging, fixed
 
 2004-06-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added note on `make test' to run the test suite.
 
 2004-06-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Added `make test' target.
 
 2004-06-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/Makefile.am,
 	modules/websearch/lib/search_engine_tests.py.wml: Added search
 	engine unit tests examples.
 
 2004-06-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/.cvsignore: Added .pyc to the list of
 	extensions to ignore.
 
 2004-06-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/.cvsignore,
 	modules/miscutil/bin/Makefile.am,
 	modules/miscutil/bin/testsuite.wml: Added testsuite bin file.
 
 2004-06-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/bin/bibindex.wml,
 	modules/bibindex/lib/Makefile.am,
 	modules/bibindex/lib/bibindex_engine.py.wml,
 	modules/bibindex/lib/bibindex_engine_config.py.wml,
 	modules/bibindex/lib/bibindex_engine_tests.py.wml: BibIndex
 	monolithic bin file split into a small bin file and large lib
 	engine and engine_config files.  BibIndex unit testing file added.
 
 2004-06-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Looks like it was
 	abbreviated monthname and not full which was used... (thanks to
 	may...)
 
 2004-06-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrank.wml: Fixed bugs
 
 2004-06-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Modified Webcoll
 	status of the webpage, added more checks
 
 2004-06-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: bug fixed in
 	modify_translations
 
 2004-06-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Cleaned up
 	frontpage of interface
 
 2004-06-04  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Implementation of regular
 	expressions in destination template configuration.
 
 2004-06-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Using name field in
 	rankmethod table instead of i8n names
 
 2004-06-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/bibindexadminlib.py.wml: Changed back to
 	using the name field instead of i8n names
 
 2004-06-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Added a overview
 	of collections with error checking
 
 2004-06-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Committing to get
 	it over to pcdh91...(need to do something with this soon...)
 
 2004-06-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Nice number printing is now
 	taken from the search engine library and is language-dependent.
 
 2004-06-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Nice number printing
 	is now language dependent.
 
 2004-06-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: Added thousands separator.
 
 2004-06-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Fixed whitespace treatment.  Added thousands
 	separator.
 
 2004-05-28  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml: Changed the
 	navigation/work flow in websearch interface
 
 2004-05-27  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Data parsing error
 	corrected (bugfix).
 
 2004-05-27  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/guide.html.wml: Typo corrected.
 
 2004-05-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/removeDoctypeEDS.php.wml: delete all
 	occurrence of the deleted document type in the sbmSUBMISSIONS table
 
 2004-05-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: corrected
 	sbmCOLLECTION_sbmDOCTYPE table definition id_son is now a 10
 	characters string to be coherent with the sbmDOCTYPE definition
 
 2004-05-27  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml: Prepared for
 	webcoll interface
 
 2004-05-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Added a check to
 	see if collection with id==1 exists, if not a form to add it is
 	displayed.
 
 2004-05-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Changed
 	terminology of "add collection to tree"
 
 2004-05-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/admin/Makefile.am: Added forgotten
 	dcxml-to-marcxml.cfg to the distribution.
 
 2004-05-24  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: No longer
 	mandatory to have a title for a portalbox
 
 2004-05-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/index.html.wml: International name for
 	Admin Area.
 
 2004-05-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: Added `administration'
 	messages.
 
 2004-05-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Added `administration' message.	Small
 	French fix.
 
 2004-05-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/web/youraccount.py.wml: Added `Your Admin
 	Activities' page.
 
 2004-05-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Add link to
 	`administration' in the personal header.
 
 2004-05-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Added link to BibIndex Admin Interface.
 
 2004-05-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/lib/.cvsignore,
 	modules/bibindex/lib/Makefile.am, modules/bibindex/web/.cvsignore,
 	modules/bibindex/web/Makefile.am,
 	modules/bibindex/web/admin/.cvsignore,
 	modules/bibindex/web/admin/Makefile.am: Added appropriate
 	Makefile.am and .cvsignore files.
 
 2004-05-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added BibIndex lib, web, web/admin dirs.
 
 2004-05-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: Added cfgbibindex action.
 
 2004-05-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Modified up/down
 	arrows
 
 2004-05-19  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/.cvsignore, modules/bibindex/lib/Makefile,
 	modules/bibindex/lib/Makefile.am, modules/bibindex/lib/Makefile.in,
 	modules/bibindex/lib/bibindexadminlib.py.wml,
 	modules/bibindex/web/Makefile, modules/bibindex/web/Makefile.am,
 	modules/bibindex/web/Makefile.in,
 	modules/bibindex/web/admin/Makefile,
 	modules/bibindex/web/admin/Makefile.am,
 	modules/bibindex/web/admin/Makefile.in: Removed makefiles
 
 2004-05-14  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/lib/Makefile, modules/bibindex/lib/Makefile.am,
 	modules/bibindex/lib/Makefile.in,
 	modules/bibindex/lib/bibindexadminlib.py.wml,
 	modules/bibindex/web/Makefile, modules/bibindex/web/Makefile.am,
 	modules/bibindex/web/Makefile.in,
 	modules/bibindex/web/admin/Makefile,
 	modules/bibindex/web/admin/Makefile.am,
 	modules/bibindex/web/admin/Makefile.in: Forget Makefiles...
 
 2004-05-14  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Unsure what is
 	change...commiting just to be sure
 
 2004-05-14  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml: Changed images
 	used for arrows in websearchadmin, also added random argument to
 	urls to force reload of page
 
 2004-05-14  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibindex/Makefile.am,
 	modules/bibindex/doc/admin/Makefile.am,
 	modules/bibindex/doc/admin/index.html.wml,
 	modules/bibindex/lib/bibindexadminlib.py.wml,
 	modules/bibindex/web/admin/bibindexadmin.py.wml,
 	modules/bibindex/web/admin/index.html.wml: First version of
 	BibIndex interface
 
 CDSware v0.3.2 (released 2004-05-12)
 ====================================
 
 2004-05-12  Tibor Simko <tibor.simko@cern.ch>
 
         * modules/websubmit/lib/websubmit_engine.py.wml: Typo fixed
         (llevel).
 
 2004-05-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* NEWS: Release of v0.3.2.
 
 2004-05-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml,
 	modules/bibrank/doc/admin/jif.cfg,
 	modules/bibrank/doc/admin/jif.kb: Put jif.{kb,cfg} examples
 	directly into the BibRank Admin Guide.
 
 2004-05-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml: </h2> at 4.2 changed to
 	</h3>
 
 2004-05-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml: Used ispell to fix some
 	typos
 
 2004-05-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/web/admin/websearchadmin.py.wml: commented out
 	reload(wsc)
 
 2004-05-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/web/admin/bibrankadmin.py.wml: commented out
 	reload line, changed wsc to brc in add_error
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Bumping version number in view of releasing v0.3.2.
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Add instructions on how to verify MD5 checksum and GnuPG
 	signature.
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Added update-v0.3.x-tables targets.
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml: Make text on the
 	search options clearer.
 
 2004-05-11  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml: Merged mine and
 	tibors text about search options
 
 2004-05-11  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml,
 	modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/doc/admin/guide.html.wml,
 	modules/websearch/lib/websearchadminlib.py.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml: [no log message]
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/admin/guide.html.wml,
 	modules/bibedit/doc/admin/guide.html.wml,
 	modules/bibformat/doc/admin/guide.html.wml,
 	modules/bibharvest/doc/admin/guide.html.wml,
 	modules/bibindex/doc/admin/guide.html.wml,
 	modules/bibrank/doc/admin/guide.html.wml,
 	modules/bibsched/doc/admin/guide.html.wml,
 	modules/bibupload/doc/admin/guide.html.wml,
 	modules/webaccess/doc/admin/guide.html.wml,
 	modules/webalert/doc/admin/guide.html.wml,
 	modules/webbasket/doc/admin/guide.html.wml,
 	modules/websession/doc/admin/guide.html.wml,
 	modules/webstyle/doc/admin/guide.html.wml,
 	modules/websubmit/doc/admin/index.html.wml: Display version number.
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml: Complete missing 3.x
 	sections.  Display version number.
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/doc/hacking/admin-internals.html.wml,
 	modules/webaccess/doc/hacking/api.html.wml,
 	modules/webaccess/doc/hacking/table-structure.html.wml: Display
 	version number.
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/concepts.html.wml,
 	modules/webhelp/web/hacking/directory.html.wml,
 	modules/webhelp/web/hacking/modules.html.wml,
 	modules/webhelp/web/hacking/releases.html.wml,
 	modules/webhelp/web/hacking/style.html.wml,
 	modules/websearch/doc/hacking/api.html.wml,
 	modules/websearch/doc/hacking/stages.html.wml: Display version
 	number.
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdswmllib.wml: Added function to pretty print
 	revision/date version strings suitable for Admin Guides.
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/marc.html.wml: Add version
 	number.
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/run.html.wml: Display version
 	number.
 
 2004-05-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/migrate.html.wml: Display version
 	number.  Add a FIXME note to write up more about collection and OAI
 	IDs.
 
 2004-05-10  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Removed border collapse tag
 	from admin_vwar_nomargin
 
 2004-05-10  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml,
 	modules/websearch/lib/websearchadminlib.py.wml: Updated guide and
 	bugfix
 
 2004-05-10  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Bugfix
 
 2004-05-10  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml: Updated
 
 2004-05-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* CREDITS: Added Lyuba for the help with the Russian translation.
 
 2004-05-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/web/admin/websearchadmin.py.wml: Fixed securty
 	issue/ added role='cfgwebsearch'
 
 2004-05-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml,
 	modules/bibrank/web/admin/bibrankadmin.py.wml: Fixed role/security
 	issue
 
 2004-05-07  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/lib/webaccessadmin_lib.py.wml: Fixed broken
 	import link.
 
 2004-05-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml: Added explanation to
 	the collection query part
 
 2004-05-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml,
 	modules/websearch/lib/websearchadminlib.py.wml: added link to guide
 	from interface
 
 2004-05-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Added link to guide
 	from interface
 
 2004-05-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml: Fixed typos
 
 2004-05-06  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml: Changed the language
 	some places.
 
 2004-05-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml,
 	modules/websearch/lib/websearchadminlib.py.wml: Changed navbar
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: Some of the most
 	visible `Catalogue' texts changed to `Document type'.  Much work
 	still needed to harmonize the terminology.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/admin/actionFunctions.php.wml,
 	modules/websubmit/web/admin/addActionEDS.php.wml,
 	modules/websubmit/web/admin/addCheckEDS.php.wml,
 	modules/websubmit/web/admin/addElement2PageEDS.php.wml,
 	modules/websubmit/web/admin/addElementDescrEDS.php.wml,
 	modules/websubmit/web/admin/addFunctions.php.wml,
 	modules/websubmit/web/admin/allActionsEDS.php.wml,
 	modules/websubmit/web/admin/allChecksEDS.php.wml,
 	modules/websubmit/web/admin/allElementsEDS.php.wml,
 	modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
 	modules/websubmit/web/admin/documentEDS.php.wml,
 	modules/websubmit/web/admin/editActionDets.php.wml,
 	modules/websubmit/web/admin/editCatalogues.php.wml,
 	modules/websubmit/web/admin/editDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/editPageElementEDS.php.wml,
 	modules/websubmit/web/admin/editRecordFile.php.wml,
 	modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
 	modules/websubmit/web/admin/func.php.wml,
 	modules/websubmit/web/admin/funcUsage.php.wml,
 	modules/websubmit/web/admin/index.php.wml,
 	modules/websubmit/web/admin/listFunctions.php.wml,
 	modules/websubmit/web/admin/newDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/newFunc.php.wml,
 	modules/websubmit/web/admin/newSubmissionEDS.php.wml,
 	modules/websubmit/web/admin/pageDetsEDS.php.wml,
 	modules/websubmit/web/admin/parameterUpdate.php.wml,
 	modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/veditFunDets.php.wml,
 	modules/websubmit/web/admin/viewActionEDS.php.wml,
 	modules/websubmit/web/admin/viewChecksEDS.php.wml,
 	modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: Use new
 	Admin Area style.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/doc/Makefile.am,
 	modules/websubmit/doc/hacking/.cvsignore,
 	modules/websubmit/doc/hacking/Makefile.am: Placeholder for
 	hacker-level documentation.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/doc/admin/actionimplement.html.wml,
 	modules/websubmit/doc/admin/actionmodify.html.wml,
 	modules/websubmit/doc/admin/actionnew.html.wml,
 	modules/websubmit/doc/admin/actionremove.html.wml,
 	modules/websubmit/doc/admin/actions.html.wml,
 	modules/websubmit/doc/admin/bibconvert.html.wml,
 	modules/websubmit/doc/admin/catalogues.html.wml,
 	modules/websubmit/doc/admin/description.html.wml,
 	modules/websubmit/doc/admin/documentmodify.html.wml,
 	modules/websubmit/doc/admin/documentnew.html.wml,
 	modules/websubmit/doc/admin/documentremove.html.wml,
 	modules/websubmit/doc/admin/documents.html.wml,
 	modules/websubmit/doc/admin/example.html.wml,
 	modules/websubmit/doc/admin/faq.html.wml,
 	modules/websubmit/doc/admin/functiondelete.html.wml,
 	modules/websubmit/doc/admin/functiondescription.html.wml,
 	modules/websubmit/doc/admin/functionedit.html.wml,
 	modules/websubmit/doc/admin/functionnew.html.wml,
 	modules/websubmit/doc/admin/functions.html.wml,
 	modules/websubmit/doc/admin/implementfunctions.html.wml,
 	modules/websubmit/doc/admin/implementwebform.html.wml,
 	modules/websubmit/doc/admin/index.html.wml,
 	modules/websubmit/doc/admin/introduction.html.wml,
 	modules/websubmit/doc/admin/protection.html.wml: Use new Admin Area
 	common style.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/Makefile.am,
 	modules/websession/doc/.cvsignore,
 	modules/websession/doc/Makefile.am,
 	modules/websession/doc/admin/.cvsignore,
 	modules/websession/doc/admin/Makefile.am,
 	modules/websession/doc/admin/guide.html.wml,
 	modules/websession/doc/admin/index.html.wml,
 	modules/websession/doc/hacking/.cvsignore,
 	modules/websession/doc/hacking/Makefile.am,
 	modules/webstyle/Makefile.am, modules/webstyle/doc/.cvsignore,
 	modules/webstyle/doc/Makefile.am,
 	modules/webstyle/doc/admin/.cvsignore,
 	modules/webstyle/doc/admin/Makefile.am,
 	modules/webstyle/doc/admin/guide.html.wml,
 	modules/webstyle/doc/admin/index.html.wml,
 	modules/webstyle/doc/hacking/.cvsignore,
 	modules/webstyle/doc/hacking/Makefile.am: Initial release of the
 	documentation.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml: Use unified and
 	HTML-valid table of contents.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/migrate.html.wml: Remove old,
 	CDSware v0.0.9 related comments.  The text should be made more
 	explicit still.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/marc.html.wml: Rephrase some
 	sentences for clarity.	Introduce BibIndex in stead of BibWords.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/run.html.wml: Make some sentences
 	more explicit.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/index.html.wml: New style of Admin Area
 	pages.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/Makefile.am, modules/webalert/doc/.cvsignore,
 	modules/webalert/doc/Makefile.am,
 	modules/webalert/doc/admin/.cvsignore,
 	modules/webalert/doc/admin/Makefile.am,
 	modules/webalert/doc/admin/guide.html.wml,
 	modules/webalert/doc/admin/index.html.wml,
 	modules/webalert/doc/hacking/.cvsignore,
 	modules/webalert/doc/hacking/Makefile.am,
 	modules/webbasket/Makefile.am, modules/webbasket/doc/.cvsignore,
 	modules/webbasket/doc/Makefile.am,
 	modules/webbasket/doc/admin/.cvsignore,
 	modules/webbasket/doc/admin/Makefile.am,
 	modules/webbasket/doc/admin/guide.html.wml,
 	modules/webbasket/doc/admin/index.html.wml,
 	modules/webbasket/doc/hacking/.cvsignore,
 	modules/webbasket/doc/hacking/Makefile.am: Initial release of the
 	documentation.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml: New style of Admin
 	Area documentation.  Line width limited in <pre> context.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/web/admin/index.html.wml: New style of Admin
 	Area documentation.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Modified Russian
 	welcoming portalbox.  Add Poetry to submission types.  Renamed
 	Catalogue to Document types for Submit pages.  (More work needed.)
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibupload/doc/Makefile.am,
 	modules/bibupload/doc/admin/Makefile.am,
 	modules/bibupload/doc/admin/guide.html.wml,
 	modules/bibupload/doc/admin/index.html.wml,
 	modules/bibupload/doc/hacking/.cvsignore,
 	modules/bibupload/doc/hacking/Makefile.am: New style of the Admin
 	Area documentation.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: Lower display refresh
 	frequency.  Prepare for time display.
 
 2004-05-04  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: EOF as record separator
 	included.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/Makefile.am, modules/bibsched/doc/.cvsignore,
 	modules/bibsched/doc/Makefile.am,
 	modules/bibsched/doc/admin/.cvsignore,
 	modules/bibsched/doc/admin/Makefile.am,
 	modules/bibsched/doc/admin/guide.html.wml,
 	modules/bibsched/doc/admin/index.html.wml,
 	modules/bibsched/doc/hacking/.cvsignore,
 	modules/bibsched/doc/hacking/Makefile.am: Initial release of the
 	documentation.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml: New style of Admin Area
 	documentation.	Removed </br> to validate the page.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibharvest/Makefile.am,
 	modules/bibharvest/doc/.cvsignore,
 	modules/bibharvest/doc/Makefile.am,
 	modules/bibharvest/doc/admin/.cvsignore,
 	modules/bibharvest/doc/admin/Makefile.am,
 	modules/bibharvest/doc/admin/guide.html.wml,
 	modules/bibharvest/doc/admin/index.html.wml,
 	modules/bibharvest/doc/hacking/.cvsignore,
 	modules/bibharvest/doc/hacking/Makefile.am,
 	modules/bibindex/Makefile.am, modules/bibindex/doc/.cvsignore,
 	modules/bibindex/doc/Makefile.am,
 	modules/bibindex/doc/admin/.cvsignore,
 	modules/bibindex/doc/admin/Makefile.am,
 	modules/bibindex/doc/admin/guide.html.wml,
 	modules/bibindex/doc/admin/index.html.wml,
 	modules/bibindex/doc/hacking/.cvsignore,
 	modules/bibindex/doc/hacking/Makefile.am: Initial release of the
 	documentation.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/web/admin/index.php.wml: New filename for
 	BibFormat Admin Guide.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/doc/admin/guide.html.wml: New style of Admin
 	Area documentation.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/Makefile.am,
 	modules/bibconvert/doc/admin/guide.html.wml,
 	modules/bibconvert/doc/admin/index.html.wml: New Admin Area doc
 	style.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/hacking/.cvsignore,
 	modules/bibconvert/doc/hacking/Makefile.am: Added empty hacking
 	placeholder dir.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/Makefile.am: Added bibedit module.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibedit/.cvsignore, modules/bibedit/Makefile.am,
 	modules/bibedit/doc/.cvsignore, modules/bibedit/doc/Makefile.am,
 	modules/bibedit/doc/admin/.cvsignore,
 	modules/bibedit/doc/admin/Makefile.am,
 	modules/bibedit/doc/admin/guide.html.wml,
 	modules/bibedit/doc/admin/index.html.wml,
 	modules/bibedit/doc/hacking/Makefile.am,
 	modules/bibedit/doc/hacking/.cvsignore: Initial release.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added doc, doc/admin, and doc/hacking directories
 	for each module.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Small Russian updates.  Removed single quote
 	from Admin Area name.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Removed unnecessary old main navbar.
 	Completed Admin Area navbars for each CDSware module.  Using
 	adminbox style now.
 
 2004-05-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Added adminbox for Admin Area
 	navigation bar.
 
 2004-05-04  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/dcxml-to-marcxml.cfg:
 	dcxml-to-marcxml.cfg bibconvert configuration file created.
 
 2004-05-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Fixed sorting bug.
 
 2004-05-04  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/doc/admin/Makefile.am,
 	modules/websearch/doc/admin/guide.html.wml,
 	modules/websearch/lib/websearchadminlib.py.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml: Added a few
 	lines to the guide. Added the last functionality to the interface,
 	only polishing left atm.
 
 2004-04-30  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/web/admin/websearchadmin.py.wml: Unknown
 	changes.....
 
 2004-04-30  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: Cosmetic code
 	changed
 
 2004-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/Makefile.am: Name bibrankadminlib target
 	properly.
 
 2004-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/web/admin/index.html.wml: Add position in the
 	navbar.
 
 2004-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/admin/index.html.wml: Added navbar
 	position.
 
 2004-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/admin/.cvsignore: Add .html extension to be
 	ignored by CVS.
 
 2004-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/index.html.wml: Swedish translation by
 	Maja.
 
 2004-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/admin/Makefile.am: Respect new filename of
 	the WebSearch Admin Guide.
 
 2004-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/admin/guide.html.wml: Initial release of
 	the WebSearch Admin Guide.
 
 2004-04-30  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: Made it easier to add
 	new nametypes, next step: add a config file
 
 2004-04-30  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: fixed missing
 	import of function
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml,
 	modules/websearch/web/admin/index.html.wml: fixed some typos..again
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: did a quick fix for
 	the rnkMETHODname error
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml: trying to fix problem
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/doc/admin/Makefile.am,
 	modules/websearch/lib/websearchadminlib.py.wml: Changed typo
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am: removed vectorrank
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/websearchadminlib.py.wml: ops..small typo
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webstyle/img/move_from.gif,
 	modules/webstyle/img/move_to.gif,
 	modules/webstyle/img/white_field.gif: gif files for websearch
 	interface
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/web/admin/Makefile.am,
 	modules/websearch/web/admin/index.html.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml: first version of
 	websearch interface
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/websearch/lib/Makefile.am,
 	modules/websearch/lib/websearchadminlib.py.wml: First version of
 	websearch interface
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/hacking/merge_rank_methods.html.wml,
 	modules/bibrank/etc/template_merge_rank_methods.cfg.wml: new rank
 	method
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrankadminlib.py.wml,
 	modules/bibrank/web/admin/bibrankadmin.py.wml: Made a few methods
 	more general, changed the translation interface
 
 2004-04-29  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/lib/bibrank_config.py.wml,
 	modules/bibrank/lib/bibrankadminlib.py.wml,
 	modules/bibrank/web/admin/bibrankadmin.py.wml: Changed the name of
 	the bibrankadminlib
 
 2004-04-27  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml: Changed headlines
 
 2004-04-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml: Changed some
 	presentation errors
 
 2004-04-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/guide.html.wml: changed the file a
 	little
 
 2004-04-23  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/doc/admin/Makefile.am,
 	modules/bibrank/doc/admin/guide.html.wml,
 	modules/bibrank/doc/admin/index.html.wml,
 	modules/bibrank/doc/hacking/Makefile.am,
 	modules/bibrank/doc/hacking/index.html.wml,
 	modules/bibrank/lib/bibrank_config.py.wml,
 	modules/bibrank/web/admin/bibrankadmin.py.wml,
 	modules/bibrank/web/admin/index.html.wml: Changed guide.html
 	mostly. removed an old file.
 
 2004-04-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/doc/BibFormatAdminGuide.php.wml,
 	modules/bibformat/doc/BibFormatAdminGuide001.gif,
 	modules/bibformat/doc/BibFormatAdminGuide002.png,
 	modules/bibformat/doc/BibFormatAdminGuide003.jpg,
 	modules/bibformat/doc/BibFormatAdminGuide004.gif,
 	modules/bibformat/doc/Makefile.am,
 	modules/bibformat/doc/admin/.cvsignore,
 	modules/bibformat/doc/admin/Makefile.am,
 	modules/bibformat/doc/admin/guide.html.wml,
 	modules/bibformat/doc/admin/guide001.gif,
 	modules/bibformat/doc/admin/guide002.png,
 	modules/bibformat/doc/admin/guide003.jpg,
 	modules/bibformat/doc/admin/guide004.gif,
 	modules/bibformat/doc/hacking/.cvsignore,
 	modules/bibformat/doc/hacking/Makefile.am: Renamed
 	BibFormatAdminGuide* to guide* to comply with the new policy.
 
 2004-04-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/bibrank_config.py.wml,
 	modules/bibrank/web/admin/index.html.wml: Renamed bibrankadminguide
 	to guide in view of standardizing admin guide names across all
 	CDSware modules.
 
 2004-04-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/doc/admin/Makefile.am,
 	modules/bibrank/doc/admin/bibrankadminguide.html.wml,
 	modules/bibrank/doc/admin/guide.html.wml,
 	modules/bibrank/doc/admin/index.html.wml: Renamed bibrankadminguide
 	to guide in view of standardization of admin guides across CDSware
 	modules.
 
 2004-04-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/admin/BibConvertAdminGuide.html.wml,
 	modules/bibconvert/doc/admin/Makefile.am,
 	modules/bibconvert/doc/admin/guide.html.wml,
 	modules/bibconvert/doc/admin/index.html.wml: Renamed
 	BibConvertAdminGuide to guide in view of harmonization of admin
 	guides across all CDSware modules.
 
 2004-04-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Introduced collection
 	reclist cache timestamp for proper search cache expiry treatment.
 	Introduced automatic variable $TODAY$ for dynamical expansion in
 	the search pattern.
 
 2004-04-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/index.html.wml: Add proper Swedish suffix.
 
 2004-04-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/index.html.wml: Added Swedish translation,
 	thanks to Maja.
 
 2004-04-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/tips.html.wml: Swedish variant added.
 
 2004-04-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/index.html.wml: Swedish placeholders added.
 
 2004-04-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Some informative messages are
 	now printed only for verbose level >= 3.
 
 2004-04-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/run.html.wml: webcoll example is
 	now shown in its fastest, zero-verbose mode.  Added examples for
 	temporary and log files.
 
 2004-04-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/index.html.wml: Added Swedish placeholders.
 
 2004-04-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/admin/Makefile.am,
 	modules/websearch/doc/Makefile.am,
 	modules/websubmit/doc/Makefile.am,
 	modules/websubmit/doc/admin/Makefile.am: Added Swedish targets.
 	Also, I18N HTML files are now created within the same WML run,
 	which is much much faster (e.g. 6x for the ``Search Tips'' page).
 
 2004-04-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Added Swedish
 	portalbox, thanks to Urban Andersson.
 
 2004-04-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/bibtaskex.wml,
 	modules/bibindex/bin/bibindex.wml: Correct updating task status
 	message when verbosity level is 9+.
 
 2004-04-16  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webaccess/lib/webaccessadmin_lib.py.wml: changed it to
 	use some of the same methods as bibrank_config and websearch_config
 
 2004-04-15  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Upload_Files.py.wml: allows the
 	deletion of main files
 
 2004-04-15  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/bin/bibharvest.wml: Error handling of
 	misspelled command line options.
 
 2004-04-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Remove unwanted
 	auto_increment attribute for several I18N-related fooBARNAME
 	tables.
 
 2004-04-14  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: corrected double 001 when
 	replacing
 
 2004-04-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml,
 	modules/miscutil/sql/tabfill.sql.wml: Added BibRank-related
 	actions.
 
 2004-04-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: On-the-fly bibformat
 	call is now done via CLI, not via Web.
 
 2004-04-14  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/addElementDescrEDS.php.wml: the
 	element is created using NOW() SQL function instead of php created
 	variables
 
 2004-04-14  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/getfile.py.wml: added html comments for
 	start and end of the display of the list of files
 
 2004-04-14  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: correctly send the file name
 
 2004-04-13  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Mail_Submitter.py.wml,
 	modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
 	modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_SRV_Mail.py.wml: bcc addresses
 	are taken into account
 
 2004-04-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Standardize `request' and
 	`req' names.
 
 2004-04-08  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: file names containing "&" are
 	now working properly
 
 2004-04-06  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: deal with the case where the
 	mime type is not recognised
 
 2004-04-06  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/direct.py.wml: catches HTTP_REFERER value
 	and stores it into the mainmenu cgi var
 
 2004-04-05  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/BibConvertAdminGuide.html.wml: KB
 	modes extended to support following functionality:     bibconvert
 	look-up value in KB_file in one of following modes:
 	===========================================================	1
 	- case sensitive     / match  (default)
 	2			    - not case sensitive / search     3
 	- case sensitive	   / search	4
 	- not case sensitive / match	 5
 	- case sensitive     / search (in KB)	   6
 	- not case sensitive / search (in KB)     7
 	- case sensitive	  / search (reciprocal)     8
 	- not case sensitive / search (reciprocal)
 	9			    - replace by _DEFAULT_ only     R
 	- not case sensitive / search (reciprocal) (8)
 	replace
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Fogotten small fix for the Russian
 	translation (dannych->zapisej).
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added missing paths for BibRank web admin and lib.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/lib/.cvsignore, modules/bibrank/lib/Makefile.am,
 	modules/bibrank/web/.cvsignore, modules/bibrank/web/Makefile.am,
 	modules/bibrank/web/admin/.cvsignore,
 	modules/bibrank/web/admin/Makefile.am: Added missing Makefile and
 	cvsignore files.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* CREDITS: Add Urban Andersson for the Swedish translation.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Explicitely update YYYYMMDD in the version number
 	due to many interesting changes.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/config.py.wml: Added Swedish.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: Added Swedish.	Introduced
 	long language names treatment, esp. for the footer.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml: Respect
 	pagestripe->pagebodystripe name changes.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Use fancy separator (::)
 	in the user personal box.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Use page width 90%
 	instead of 100% to please MSIE.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Respect pagebodystripe name
 	change.  Replace Personalize in on-the-fly header.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: - Remove imposed font family as
 	it collided with NN4 font size	 treatment.  It's a good idea
 	anyway to respect default font family	of the user.  - Add small
 	font to explicit pagestripe elements to please NN4.  - New footer
 	treatment.  - Improve look and feel with respect to DIV instead of
 	TABLEs.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Using divs instead of tables.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: - Don't pay attention
 	to case when filtering nearest hits in Browse.	- Strip accents
 	when sorting nearest hits in Browse.  - Fetch more stuff for Browse
 	than would be needed to work around   UTF-8 problems in MySQL
 	4.0.x.	At least some cases are fixed now.    (A proper solution
 	requires idxPHRASE stuff.)
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: New Swedish translation.  Put Personalize in
 	the menu.  New footer reflecting full language names.  Page boxes
 	are now done via div.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Russian translation cleanup, thanks to
 	Lyuba.	Swedish translation introduced, thanks to Urban.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: Replace Personalize message in the header.
 	Use pagebodystripe names instead of pagestripe ones for
 	consistence.
 
 2004-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdswmllib.wml: Introduce full language names.
 
 2004-04-02  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Create_Modify_Interface.py.wml:
 	bug correction: "Repsonse" field type is now correclt handled
 
 2004-04-02  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: bug correction: -
 	"main menu" button lower than before - "response" field type
 	correctly compiled and handled - "User defined" field type
 	correctly handled
 
 2004-04-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/elementConfigDetsEDS.php.wml: bug
 	correction: response type is now correctly handled
 
 2004-04-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Create_Modify_Interface.py.wml:
 	bug correction: Response type is now correctly handled
 
 2004-04-01  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/Makefile.am, modules/bibrank/bin/.cvsignore,
 	modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/bin/bibrankgkb.wml,
 	modules/bibrank/doc/admin/Makefile.am,
 	modules/bibrank/doc/admin/bibrankadminguide.html.wml,
 	modules/bibrank/doc/admin/jif.cfg,
 	modules/bibrank/doc/hacking/bibrankgkb.html.wml,
 	modules/bibrank/doc/hacking/single_tag_rank.html.wml,
 	modules/bibrank/doc/hacking/sort.html.wml,
 	modules/bibrank/etc/jif.cfg.wml,
 	modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
 	modules/bibrank/lib/bibrank_config.py.wml,
 	modules/bibrank/web/admin/bibrankadmin.py.wml,
 	modules/bibrank/web/admin/index.html.wml: Removed 'name' from cfg
 	files. Changed documentation. Removed bibrankdemoguide.html Added
 	bibrank web interface (web/lib) directory.  Added templates for
 	configuration.
 
 2004-04-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/addElementDescrEDS.php.wml: bug
 	correction: marccode column was always empty
 
 2004-04-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Print_Success_DEL.py.wml: new
 	function for the deletion action
 
 2004-04-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_SRV_Mail.py.wml: bug
 	correction: empty parameters raise an error
 
 2004-03-31  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Create_Modify_Interface.py.wml:
 	bug correction: - multiple selection boxes now work fine
 
 2004-03-31  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Create_Modify_Interface.py.wml:
 	bug correction: problem with multiple fields selection (of the form
 	F1+F2+F3)
 
 2004-03-31  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Report_Number_Generation.py.wml:
 	bug correction: already existing report number with "???" inside
 	was not recognised as a dummy report number
 
 2004-03-31  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: corrected bug with
 	None values stored in field val of table sbmFIELDDESC In this case,
 	"None" appeared in each created form field.
 
 2004-03-31  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/addElement2PageEDS.php.wml: corrected
 	the bug which set the creation and modification dates to ''
 
 2004-03-30  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: corrected bug on number of
 	updated records
 
 2004-03-26  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: changed admin_w200
 
 2004-03-25  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: corrected bug with windows
 	file names
 
 2004-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Add missing paren.
 
 2004-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Proper handling of
 	getUid(), setUid(), and logoutUser() with respect to the revoking
 	of the session cookie.	Fixes also the double guest user creation
 	problem.
 
 2004-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/websession.py.wml: Proper handling of
 	session expiry time storage.  Fixes problem of initial zeros that
 	occurred since session expiry time was attempted to get flushed
 	before the session itself was `maintained' i.e. `saved' i.e.
 	flushed into the DB.
 
 2004-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/session.py.wml: Add Hector's new wrappers
 	to fix the problem of revoked cookies from the browser but
 	non-revoked from mod_python request cookie list.
 
 2004-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_process.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml: Remove old
 	v0.0.9 content and point to new BibReformat.
 
 2004-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/web/admin/BIBREFORMAT_display.php.wml: Add
 	information on how to run BibReformat from CLI.  (The old page
 	contents was referring to v0.0.9 and is not valid anymore.)
 
 2004-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/index.html.wml,
 	modules/webhelp/web/admin/howto/marc.html.wml,
 	modules/webhelp/web/admin/howto/migrate.html.wml,
 	modules/webhelp/web/admin/howto/run.html.wml: Use general admin
 	navbar.
 
 2004-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
 	modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
 	modules/bibformat/web/admin/BEH_COND_add.php.wml,
 	modules/bibformat/web/admin/BEH_COND_edit.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_edit.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
 	modules/bibformat/web/admin/BEH_display.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
 	modules/bibformat/web/admin/FORMAT_display.php.wml,
 	modules/bibformat/web/admin/FORMAT_edit.php.wml,
 	modules/bibformat/web/admin/KB_display.php.wml,
 	modules/bibformat/web/admin/KB_edit.php.wml,
 	modules/bibformat/web/admin/KB_showone.php.wml,
 	modules/bibformat/web/admin/LINK_ACTION_add_edit.php.wml,
 	modules/bibformat/web/admin/LINK_COND_add_edit.php.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
 	modules/bibformat/web/admin/LINK_display.php.wml,
 	modules/bibformat/web/admin/LINK_edit.php.wml,
 	modules/bibformat/web/admin/OAIER_SF_add.php.wml,
 	modules/bibformat/web/admin/OAIER_display.php.wml,
 	modules/bibformat/web/admin/UDF_display.php.wml,
 	modules/bibformat/web/admin/UDF_edit.php.wml,
 	modules/bibformat/web/admin/UDF_showone.php.wml,
 	modules/bibformat/web/admin/index.php.wml,
 	modules/bibformat/web/admin/test.php.wml: Introduced proper page
 	location in navtrail.  Do not center stuff and do not use 100% page
 	width and non-breakable spaces.  Use CDS button style for submit
 	buttons.
 
 2004-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Do not break line for `Reformat Records'.
 
 2004-03-24  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Changed adminlabel and
 	admin_vwar
 
 2004-03-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Use searchboxheader and
 	searchboxbody classes within searchbox.  Get rid of errorbox width
 	100%.
 
 2004-03-24  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: the xml format is now
 	recreated when append action is done
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Use name
 	create_userinfobox_body() for consistency.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: Add `record ID' index by
 	default.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/marc.html.wml: New URL to MARC
 	Cataloguer's Reference Shelf.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/lib/webalert.py.wml: Do not import unnecessary
 	stuff from webuser.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/bin/bibindex.wml: Use run_sql() in easy places.
 	Use `options' instead of `opts_dict' to harmonize things with
 	BibTaskEx.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Remove unnecessary
 	create_user_infobox() import.  Adopt to new div-not-tables page
 	body philosophy.  Add XML on-the-fly format calls for "x_" formats.
 	Remove unnecessary HTML markup and put it into CSS.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Remove unnecessary HTML markup
 	and put it into CSS.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml: Adopt to new page()
 	arguments.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Use create_userinfobox_body,
 	create_navtrailbox_body for consistency.  Add CDSPAGEBOXLEFTBOTTOM
 	and friends.  Use div instead of table philosophy in the main page
 	body.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Left align H1 and friends.
 	Properly collapse table header (for MSIE).  Fix margin/padding
 	problem of the page body on MSIE.  Use transparent background for
 	pageboxlefttopadd and friends, as they are in use now.	Adopt to
 	div philosophy of the main page body.  Get rid of horizontal-align
 	in guideimg as per CSS standard.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: Fix navtrail position on the screen.  Add
 	missing CDSPAGEBOXLEFTTOP and friends.	Use div instead of tables
 	for page body.	Get rid of unnecessary HTML markup (cellpadding)
 	and put it into CSS.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Use meaningful names USERINFOBOXBODY,
 	NAVTRAILBOXBODY.  Get rid of unnecessary HTML markup (cellpadding)
 	and put it into CSS.  Delete unused CDSPAGESTRIPEWIDTH variable.
 
 2004-03-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Fix border spacing in portalbox
 	display (Konqueror).
 
 2004-03-19  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: corrected bug preventing the
 	dump of bad XML record to the error channel
 
 2004-03-17  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/BibConvertAdminGuide.html.wml:
 	DEFP() global formatting function included.
 
 2004-03-17  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/img/guide_adm_main_page.png,
 	modules/webstyle/img/guide_endaction.png,
 	modules/webstyle/img/guide_form.png,
 	modules/webstyle/img/guide_mainmenu.png,
 	modules/webstyle/img/guide_menudoc.png: rename guide_ images in
 	sbm_admin_guide
 
 2004-03-17  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/img/guide_elements.jpg,
 	modules/webstyle/img/guide_endaction.jpg,
 	modules/webstyle/img/guide_form.jpg,
 	modules/webstyle/img/guide_implement.jpg,
 	modules/webstyle/img/guide_listfunctions.jpg,
 	modules/webstyle/img/guide_mainmenu.jpg,
 	modules/webstyle/img/guide_menudoc.jpg,
 	modules/webstyle/img/guide_menupages.jpg,
 	modules/webstyle/img/guide_preview.jpg,
 	modules/webstyle/img/sbm_admin_guide_elements.png,
 	modules/webstyle/img/sbm_admin_guide_endaction.png,
 	modules/webstyle/img/sbm_admin_guide_form.png,
 	modules/webstyle/img/sbm_admin_guide_implement.png,
 	modules/webstyle/img/sbm_admin_guide_listfunctions.png,
 	modules/webstyle/img/sbm_admin_guide_mainmenu.png,
 	modules/webstyle/img/sbm_admin_guide_mainpage.png,
 	modules/webstyle/img/sbm_admin_guide_menudoc.png,
 	modules/webstyle/img/sbm_admin_guide_menupage.png,
 	modules/webstyle/img/sbm_admin_guide_preview.png: replaced jpegs
 	with pngs
 
 2004-03-17  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/admin/actionimplement.html.wml,
 	modules/websubmit/doc/admin/description.html.wml,
 	modules/websubmit/doc/admin/example.html.wml,
 	modules/websubmit/doc/admin/implementfunctions.html.wml,
 	modules/websubmit/doc/admin/implementwebform.html.wml: replaced
 	jpgs with pngs
 
 2004-03-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml,
 	modules/webbasket/web/yourbaskets.py.wml: Added output format
 	argument to basket display functions.
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/img/approval_button.gif,
 	modules/webstyle/img/approve_button.gif,
 	modules/webstyle/img/blank_button.gif,
 	modules/webstyle/img/cover_button.gif,
 	modules/webstyle/img/delete_button.gif,
 	modules/webstyle/img/highlight_approval_button.gif,
 	modules/webstyle/img/highlight_approve_button.gif,
 	modules/webstyle/img/highlight_cover_button.gif,
 	modules/webstyle/img/highlight_delete_button.gif,
 	modules/webstyle/img/highlight_link_button.gif,
 	modules/webstyle/img/highlight_modify_button.gif,
 	modules/webstyle/img/highlight_printshop_button.gif,
 	modules/webstyle/img/highlight_publication_button.gif,
 	modules/webstyle/img/highlight_release_button.gif,
 	modules/webstyle/img/highlight_revision_button.gif,
 	modules/webstyle/img/highlight_send_button.gif,
 	modules/webstyle/img/highlight_submit_button.gif,
 	modules/webstyle/img/highlight_transfer_button.gif,
 	modules/webstyle/img/link_button.gif,
 	modules/webstyle/img/modify_button.gif,
 	modules/webstyle/img/printshop_button.gif,
 	modules/webstyle/img/publication_button.gif,
 	modules/webstyle/img/release_button.gif,
 	modules/webstyle/img/revision_button.gif,
 	modules/webstyle/img/send_button.gif,
 	modules/webstyle/img/submit_button.gif,
 	modules/webstyle/img/transfer_button.gif: got rid of unused
 	websubmit buttons
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/admin/documentremove.html.wml: bad link to
 	php files corrected
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/cookies.html.wml: not needed
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webhelp/web/index.html.wml: link to websubmit user guide
 	updated
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/img/sbm_guide_accessnumber.png,
 	modules/webstyle/img/sbm_guide_approvals.png,
 	modules/webstyle/img/sbm_guide_approve_button.png,
 	modules/webstyle/img/sbm_guide_browse.png,
 	modules/webstyle/img/sbm_guide_description.png,
 	modules/webstyle/img/sbm_guide_login.png,
 	modules/webstyle/img/sbm_guide_logout.png,
 	modules/webstyle/img/sbm_guide_modify_button.png,
 	modules/webstyle/img/sbm_guide_revise_button.png,
 	modules/webstyle/img/sbm_guide_submissions.png,
 	modules/webstyle/img/sbm_guide_submit_button.png,
 	modules/webstyle/img/sbm_guide_subnumber.png,
 	modules/webstyle/img/sbm_guide_summary.png: added picture files for
 	websubmit user guide
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/Makefile.am,
 	modules/websubmit/doc/access.html.wml,
 	modules/websubmit/doc/access.php.wml,
 	modules/websubmit/doc/actions.html.wml,
 	modules/websubmit/doc/actions.php.wml,
 	modules/websubmit/doc/approval.html.wml,
 	modules/websubmit/doc/approval.php.wml,
 	modules/websubmit/doc/approvals.html.wml,
 	modules/websubmit/doc/bibliographic_fields.html.wml,
 	modules/websubmit/doc/bibliographic_fields.php.wml,
 	modules/websubmit/doc/completed.php.wml,
 	modules/websubmit/doc/cookies.html.wml,
 	modules/websubmit/doc/cookies.php.wml,
 	modules/websubmit/doc/description.html.wml,
 	modules/websubmit/doc/description.php.wml,
 	modules/websubmit/doc/file_transfer.html.wml,
 	modules/websubmit/doc/file_transfer.php.wml,
 	modules/websubmit/doc/index.html.wml,
 	modules/websubmit/doc/index.php.wml,
 	modules/websubmit/doc/introduction.html.wml,
 	modules/websubmit/doc/introduction.php.wml,
 	modules/websubmit/doc/link.php.wml,
 	modules/websubmit/doc/login.html.wml,
 	modules/websubmit/doc/login.php.wml,
 	modules/websubmit/doc/modification.html.wml,
 	modules/websubmit/doc/modification.php.wml,
 	modules/websubmit/doc/password.html.wml,
 	modules/websubmit/doc/password.php.wml,
 	modules/websubmit/doc/pending.html.wml,
 	modules/websubmit/doc/pending.php.wml,
 	modules/websubmit/doc/revised_version.html.wml,
 	modules/websubmit/doc/revised_version.php.wml,
 	modules/websubmit/doc/submission.html.wml,
 	modules/websubmit/doc/submission.php.wml,
 	modules/websubmit/doc/subnumber.html.wml,
 	modules/websubmit/doc/subnumber.php.wml: websubmit user guide
 	rewritten
 
 2004-03-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fixed language box
 	substitution in page_end().  Introduced specific navtrail title for
 	search/browse/detailed-record mode.
 
 2004-03-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: pagefooteronly() now treats
 	language box too.
 
 2004-03-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Add language argument to
 	Detailed record link when creating format on the fly.
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* config/cdsnavbar.wml: redesigned websubmit menu
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/admin/implementwebform.html.wml: used css
 	class on images
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/admin/faq.html.wml: corrected 3rd question
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/actionFunctions.php.wml,
 	modules/websubmit/web/admin/addActionEDS.php.wml,
 	modules/websubmit/web/admin/addCheckEDS.php.wml,
 	modules/websubmit/web/admin/addElement2PageEDS.php.wml,
 	modules/websubmit/web/admin/addElementDescrEDS.php.wml,
 	modules/websubmit/web/admin/addFunctions.php.wml,
 	modules/websubmit/web/admin/allActionsEDS.php.wml,
 	modules/websubmit/web/admin/allChecksEDS.php.wml,
 	modules/websubmit/web/admin/allElementsEDS.php.wml,
 	modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
 	modules/websubmit/web/admin/documentEDS.php.wml,
 	modules/websubmit/web/admin/editActionDets.php.wml,
 	modules/websubmit/web/admin/editCatalogues.php.wml,
 	modules/websubmit/web/admin/editDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/editPageElementEDS.php.wml,
 	modules/websubmit/web/admin/editRecordFile.php.wml,
 	modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
 	modules/websubmit/web/admin/func.php.wml,
 	modules/websubmit/web/admin/funcUsage.php.wml,
 	modules/websubmit/web/admin/index.php.wml,
 	modules/websubmit/web/admin/listFunctions.php.wml,
 	modules/websubmit/web/admin/newDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/newFunc.php.wml,
 	modules/websubmit/web/admin/newSubmissionEDS.php.wml,
 	modules/websubmit/web/admin/pageDetsEDS.php.wml,
 	modules/websubmit/web/admin/parameterUpdate.php.wml,
 	modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/veditFunDets.php.wml,
 	modules/websubmit/web/admin/viewActionEDS.php.wml,
 	modules/websubmit/web/admin/viewChecksEDS.php.wml,
 	modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: got rid
 	of old login menu
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/img/Makefile.am,
 	modules/webstyle/img/guide_adm_main_page.png,
 	modules/webstyle/img/guide_endaction.png,
 	modules/webstyle/img/guide_form.png,
 	modules/webstyle/img/guide_mainmenu.jpg,
 	modules/webstyle/img/guide_mainmenu.png,
 	modules/webstyle/img/guide_menudoc.png: added images for websubmit
 	admin guide
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: added classes for guides
 
 2004-03-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/admin/Makefile.am,
 	modules/websubmit/doc/admin/actionimplement.html.wml,
 	modules/websubmit/doc/admin/actionimplement.php.wml,
 	modules/websubmit/doc/admin/actionmodify.html.wml,
 	modules/websubmit/doc/admin/actionmodify.php.wml,
 	modules/websubmit/doc/admin/actionnew.html.wml,
 	modules/websubmit/doc/admin/actionnew.php.wml,
 	modules/websubmit/doc/admin/actionremove.html.wml,
 	modules/websubmit/doc/admin/actionremove.php.wml,
 	modules/websubmit/doc/admin/actions.html.wml,
 	modules/websubmit/doc/admin/actions.php.wml,
 	modules/websubmit/doc/admin/bibconvert.html.wml,
 	modules/websubmit/doc/admin/catalogues.html.wml,
 	modules/websubmit/doc/admin/catalogues.php.wml,
 	modules/websubmit/doc/admin/description.html.wml,
 	modules/websubmit/doc/admin/description.php.wml,
 	modules/websubmit/doc/admin/documentmodify.html.wml,
 	modules/websubmit/doc/admin/documentmodify.php.wml,
 	modules/websubmit/doc/admin/documentnew.html.wml,
 	modules/websubmit/doc/admin/documentnew.php.wml,
 	modules/websubmit/doc/admin/documentremove.html.wml,
 	modules/websubmit/doc/admin/documentremove.php.wml,
 	modules/websubmit/doc/admin/documents.html.wml,
 	modules/websubmit/doc/admin/documents.php.wml,
 	modules/websubmit/doc/admin/example.html.wml,
 	modules/websubmit/doc/admin/example.php.wml,
 	modules/websubmit/doc/admin/faq.html.wml,
 	modules/websubmit/doc/admin/faq.php.wml,
 	modules/websubmit/doc/admin/functiondelete.html.wml,
 	modules/websubmit/doc/admin/functiondelete.php.wml,
 	modules/websubmit/doc/admin/functiondescription.html.wml,
 	modules/websubmit/doc/admin/functiondescription.php.wml,
 	modules/websubmit/doc/admin/functionedit.html.wml,
 	modules/websubmit/doc/admin/functionedit.php.wml,
 	modules/websubmit/doc/admin/functionnew.html.wml,
 	modules/websubmit/doc/admin/functionnew.php.wml,
 	modules/websubmit/doc/admin/functions.html.wml,
 	modules/websubmit/doc/admin/functions.php.wml,
 	modules/websubmit/doc/admin/httpprotection.php.wml,
 	modules/websubmit/doc/admin/implementfunctions.html.wml,
 	modules/websubmit/doc/admin/implementfunctions.php.wml,
 	modules/websubmit/doc/admin/implementwebform.html.wml,
 	modules/websubmit/doc/admin/implementwebform.php.wml,
 	modules/websubmit/doc/admin/index.html.wml,
 	modules/websubmit/doc/admin/index.php.wml,
 	modules/websubmit/doc/admin/introduction.html.wml,
 	modules/websubmit/doc/admin/introduction.php.wml,
 	modules/websubmit/doc/admin/protection.html.wml,
 	modules/websubmit/doc/admin/protection.php.wml,
 	modules/websubmit/doc/admin/uploader.php.wml: rewritting of the
 	websubmit admin guide.
 
 2004-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: Do not call
 	localtime_to_UTC() conversion for empty dates.	This is to fix
 	datestamp problems when the OAI archive is empty.
 
 2004-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* CREDITS: Added Magaly for the ES translation.
 
 2004-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: ES updates from Magaly.
 
 2004-03-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: DE translation updates, thanks to Guido.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Version number bump after the release of v0.3.1.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* ChangeLog: Added missing target for distro.	
 
 	
 CDSware v0.3.1 (released 2004-03-12)
 ====================================
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
         * modules/bibrank/doc/admin/Makefile.am: Added sample files to the
         release.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
         * ChangeLog: Release of v0.3.1.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* NEWS: Release of v0.3.1.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabdrop.sql: Added collection_rnkMETHOD.
 
 2004-03-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/.cvsignore: Added bibrankgkb
 
 2004-03-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/doc/admin/bibrankadminguide.html.wml,
 	modules/bibrank/doc/admin/index.html.wml,
 	modules/bibrank/doc/admin/jif.cfg,
 	modules/bibrank/doc/admin/jif.kb,
 	modules/bibrank/doc/hacking/bibrankgkb.html.wml,
 	modules/bibrank/doc/hacking/index.html.wml,
 	modules/bibrank/doc/hacking/single_tag_rank.html.wml,
 	modules/bibrank/doc/hacking/sort.html.wml,
 	modules/bibrank/etc/bibrankgkb.cfg.wml: Added first version of
 	documentation, and some example configuration files
 
 2004-03-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/bibrankgkb.wml,
 	modules/bibrank/etc/jif2.kb.wml,
 	modules/bibrank/etc/jt_conv.kb.wml: Added file, used as example by
 	bibrankgkb
 
 2004-03-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/doc/admin/Makefile.am,
 	modules/bibrank/doc/hacking/Makefile.am,
 	modules/bibrank/etc/jif.cfg.wml, modules/bibrank/etc/jif.kb.wml:
 	Added documentation, bibrankgkb and some example files, plus
 	bugfixes
 
 2004-03-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webhelp/web/hacking/index.html.wml: Added Bibrank
 	Internals to the list under "Module specific information"
 
 2004-03-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/webhelp/web/admin/index.html.wml: Addded bibrank to the
 	list under "System Librarian"
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Version number bumped to 0.3.1.
 
 2004-03-12  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* config/cdsnavbar.wml: Added bibrank to /admin navbar
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Added `submissions' and `approvals'.
 
 2004-03-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/publiline.py.wml: renamed from addresses
 	when mail is sent
 
 2004-03-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/getfile.py.wml: renamed "archive" into
 	"access to fulltext"
 
 2004-03-12  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Long options introduced.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Insert JIF rank
 	method.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdswmllib.wml: Print CDSware version number first, to
 	clarify ``CVS $Id$ of CLI interface does not change, of LIB does''
 	problem.
 
 2004-03-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: changed the names of
 	actions in webSubmit deleted actionbutton column in sbmACTION
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Added link to HOWTO Run.
 
 2004-03-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/addActionEDS.php.wml,
 	modules/websubmit/web/admin/viewActionEDS.php.wml: got rid of the
 	actionbutton form field
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/Makefile.am,
 	modules/webhelp/web/admin/howto/index.html.wml: Added HOWTO Run
 	guide.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/run.html.wml: Initial release of
 	the `HOWTO Run' guide.	Refinements needed.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Added margin-left for header
 	elements. (Konqueror centering)
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: Added submissions and
 	approvals messages for the page header.
 
 2004-03-12  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Options -V, -h modified,
 	getopt module import.  CUT formatting function debug.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Added links to Your
 	Submissions and Your Approvals.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Added isUserSubmitter()
 	and isUserReferee() from WebSubmit.  Print submissions and
 	approvals link in the header user box, if appropriate.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: Functions
 	isUserSubmitter() and isUserReferee() moved to webuser.py.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/functions/Makefile.am: Don't want to have
 	old *.php laying around anymore.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/yourapprovals.py.wml,
 	modules/websubmit/web/yoursubmissions.py.wml: Point to Your Account
 	in the navigation trail.
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/yourrefereed.py.wml: Renamed into
 	yourapprovals.py.wml.
 
 2004-03-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
 	modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_SRV_Mail.py.wml,
 	modules/websubmit/lib/functions/Upload_Files.py.wml: FROM address
 	updated Upload_Files: first form field mandatory (action selection)
 
 2004-03-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSPICTmodify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTmodify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTmodify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTmodify.tpl.wml:
 	capitalised "access to fulltext" keywords go in 6531_a instead of
 	650__a
 
 2004-03-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: Add `bibrank' to the list of
 	valid bibsched processes.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/bin/bibindex.wml: Remove fulltext test print.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/bin/bibindex.wml: Workaround for getfile.py
 	links.	Needs bibdoc treatment in the future.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml: Use absolute URLs for
 	getfile.py links.  Useful for fulltext indexer.
 
 2004-03-11  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: check for the mysql php
 	module, else outputs an error message
 
 2004-03-11  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: check if pcntl php module is
 	installed, otherwise outputs an error message
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added info on MTA.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Let us not forget the
 	portfolio.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Call BibFormat
 	on-the-fly for all `hb_*' and `hd_*' `of' arguments.
 
 2004-03-11  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: language (LANG)
 	FIELDDESC updated to provide alphabetically ordered list
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml: Import stuff within functions
 	rather than globally.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/approve.py.wml,
 	modules/websubmit/web/direct.py.wml,
 	modules/websubmit/web/getfile.py.wml,
 	modules/websubmit/web/publiline.py.wml,
 	modules/websubmit/web/sub.py.wml,
 	modules/websubmit/web/submit.py.wml,
 	modules/websubmit/web/summary.py.wml,
 	modules/websubmit/web/yourrefereed.py.wml,
 	modules/websubmit/web/yoursubmissions.py.wml,
 	modules/websubmit/web/admin/referees.py.wml: Do not import * from
 	config.py for security reasons.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Import also
 	supportemail.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/admin/websearchadmin.py.wml: Import also
 	bindir.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibharvest/web/oai2d.py.wml: Remove unnecessary config
 	import.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Do not import * from
 	config.py for security reasons.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/web/youralerts.py.wml,
 	modules/webbasket/web/yourbaskets.py.wml: Do not import * from
 	config.py for security reasons.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml: Import also
 	weburl.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/search.py.wml: Import also weburl, needed
 	for restricted collections.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/dbquery.py.wml: Read DB params directly from
 	WML not from the general config.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/config.py.wml: Remove DB related params from
 	the general config.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/search.py.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml: Do not import *
 	from config.py for security reasons.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml: Do not import * from
 	config.py for security reasons.
 
 2004-03-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml,
 	modules/bibformat/bin/bibformat.wml: Added missing newline after
 	version number is printed.
 
 2004-03-11  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibformat/bin/bibformat.wml: added -V --version option
 
 2004-03-11  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: added version output
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/Makefile.am,
 	modules/websession/bin/Makefile.am: Added dependence on cdswmllib.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am: Remove bibrank_gkb that is
 	unknown yet.  Added dependence on cdswmllib.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/bin/Makefile.am,
 	modules/bibformat/bin/Makefile.am: Added dependence on cdswmllib.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/bin/Makefile.am: Added dependence of cdswmllib.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/bin/Makefile.am,
 	modules/bibconvert/bin/Makefile.am,
 	modules/bibharvest/bin/Makefile.am: Added dependence on cdswmllib.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdswmllib.wml: Do not use slashes in pretty version
 	output.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/bin/authaction.wml: Add -h and -V arguments.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/bin/webaccessadmin.wml: Fix case of zero CLI
 	args.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/bin/webaccessadmin.wml: Added -h and -V
 	arguments.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Added -V version info
 	argument.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibharvest/bin/bibharvest.wml: Added -V argument.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/dbexec.wml: Added -h and -V options.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/bin/bibstat.wml: Introduced -h and -V options.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/bin/sessiongc.wml,
 	modules/webalert/bin/alertengine.wml,
 	modules/bibformat/bin/bibreformat.wml,
 	modules/bibrank/bin/bibrank.wml, modules/bibindex/bin/bibindex.wml:
 	Make pretty version number.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: Make pretty version number.
 	Override stdout/stderr only when needed.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/bibtaskex.wml: Make pretty version number.
 	Add main docstring.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/Makefile.am,
 	modules/websearch/bin/webcoll.wml,
 	modules/bibsched/bin/Makefile.am: Make pretty version string.
 
 2004-03-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdswmllib.wml: Added function to generate pretty version
 	string from CVS $Id$ keyword.
 
 2004-03-09  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml:
 	replaced docid with recid in 8564 tag
 
 2004-03-09  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml:
 	added 8564 field for file linking
 
 2004-03-09  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
 	modules/bibrank/etc/jif.cfg.wml: Changed config file and name of
 	function in bibrank
 
 2004-03-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Trond added.
 
 2004-03-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/etc/.cvsignore: Added *.cfg and *.kb together
 	with usual list of files to ignore.
 
 2004-03-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/bibrank/.cvsignore, modules/bibrank/Makefile.am,
 	modules/bibrank/bin/.cvsignore, modules/bibrank/bin/Makefile.am,
 	modules/bibrank/bin/bibrank.wml, modules/bibrank/doc/.cvsignore,
 	modules/bibrank/doc/Makefile.am,
 	modules/bibrank/doc/admin/.cvsignore,
 	modules/bibrank/doc/admin/Makefile.am,
 	modules/bibrank/doc/hacking/.cvsignore,
 	modules/bibrank/doc/hacking/Makefile.am,
 	modules/bibrank/etc/Makefile.am, modules/bibrank/etc/jif.cfg.wml,
 	modules/bibrank/etc/jif.kb.wml: Initial import of the BibRank
 	module.
 
 2004-03-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* configure.ac: Added path to bibrank dirs.
 
 2004-03-08  Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
 
 	* modules/Makefile.am: Add BibRank module.
 
 2004-03-08  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: got rid of
 	thomas.baron@cern.ch email address in the demo websubmit config
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Bump YYYMMDD snapshot after the release of 0.3.0.
 
 
 CDSware v0.3.0 (released 2004-03-05)
 ====================================
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
         * ChangeLog: Started doing changelogs.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added path to bibconvert etc.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/etc/.cvsignore: Initial release for etc.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/etc/Makefile.am: Initial release.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/Makefile.am: Added etc subdir.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* NEWS: Release of v0.3.0.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Release of v0.3.0.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Remove blanks in the footer to please Mozilla
 	Firefox.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Adapt to the new
 	naming policy.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/config.py.wml,
 	modules/miscutil/lib/messages.py.wml: Added `rank by' text.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabdrop.sql,
 	modules/miscutil/sql/tabfill.sql.wml: Adapt to new I18N naming
 	policy.  Remove unnecessary user_rules and rules tables.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/bin/bibindex.wml: Remove second instance of
 	get_field_tags().
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/search.py.wml: New `rm' ranking argument.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: New `rm' argument.
 	Adapted to new collection/field naming policy.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Added `Rank by' box.  Adapted
 	to new name/namesuffix policy.
 
 2004-03-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/hacking/api.html.wml: Added `rm' argument.
 
 2004-03-05  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Modification of the KB(,R)
 	option.
 
 2004-03-05  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: OAI related tables
 	modified.
 
 2004-03-05  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: OAI related tables modified.
 
 2004-03-05  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/etc/entdec-to-latin1.kb,
 	modules/bibconvert/etc/entdec-to-utf8.kb,
 	modules/bibconvert/etc/enthex-to-latin1.kb,
 	modules/bibconvert/etc/enthex-to-utf8.kb: Conversion tables moved
 	from bibconvert/doc/admin.
 
 2004-03-05  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/dec2latin-1.kb,
 	modules/bibconvert/doc/admin/dec2utf-8.kb,
 	modules/bibconvert/doc/admin/hex2latin-1.kb,
 	modules/bibconvert/doc/admin/hex2utf-8.kb: Conversion tables moved
 	into bibconvert/etc directory.
 
 2004-03-04  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/BibConvertAdminGuide.html.wml:
 	Modification of KB function by introducing ``R'' (Replace)
 	parameter.
 
 2004-03-04  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/dec2latin-1.kb,
 	modules/bibconvert/doc/admin/dec2utf-8.kb,
 	modules/bibconvert/doc/admin/hex2latin-1.kb,
 	modules/bibconvert/doc/admin/hex2utf-8.kb: Added conversion tables
 	for converting SGML numeric character references into
 	Latin-1/UTF-8.
 
 2004-03-04  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: KB formatting function
 	enhanced by ``R'' parameter (read ``REPLACE'') allowing
 	substitutions on the character level.
 
 2004-03-04  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: oaiset table extended by
 	setDefinition column for virtual oai sets definition.
 
 2004-03-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Using `Narrow by collection now'.  Minor
 	FR/SK/CZ corrections.  Added MSG_RANK_BY.
 
 2004-03-02  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: increased from 10 to 50 the
 	size of the sbmFIELDDESC/marccode column
 
 2004-03-02  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: dataformatted procedure
 	debug
 
 2004-03-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Respect LN when printing
 	records for the `Latest Additions' box body.
 
 2004-03-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml: added functions
 	isUserSubmitter and isUserReferee
 
 2004-03-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/admin/description.php.wml,
 	modules/websubmit/lib/functions/Create_Modify_Interface.py.wml,
 	modules/websubmit/web/admin/addElementDescrEDS.php.wml,
 	modules/websubmit/web/admin/addModifyEDS.php.wml,
 	modules/websubmit/web/admin/allModifyEDS.php.wml,
 	modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
 	modules/websubmit/web/admin/viewModifyEDS.php.wml: got rid of
 	sbmMODIFY table, everything is now stored in sbmFIELDDESC The web
 	modification pages are modified accordingly
 
 2004-03-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* config/cdsnavbar.wml: got rid of link to "Available modification
 	text" everything is now stored on the FIELD edition page
 
 2004-03-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabdrop.sql,
 	modules/miscutil/demo/democfgdata.sql.wml: dropped table sbmMODIFY
 	- replaced with a new column in sbmFIELDDESC
 
 2004-03-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/yoursubmissions.py.wml:  separated columns
 	with white line
 
 2004-03-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: added mycdscell class for the
 	mycds (yoursubmission.py)
 
 2004-03-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* config/config.wml, config/configbis.wml.in: added some variables
 	related to websubmit
 
 2004-03-01  Thomas Baron <thomas.baron@cern.ch>
 
 	* Makefile.am: added /var/data creation
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/archive.py.wml: archive.py replaced with
 	getfile.py
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: added SRV to PICT
 	submission
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabdrop.sql,
 	modules/miscutil/sql/tabfill.sql.wml: small change in file db
 	structure
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/commonPhpFunctions.php.wml: few
 	cosmetic changes
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml,
 	modules/websubmit/lib/websubmit_config.py.wml,
 	modules/websubmit/lib/websubmit_engine.py.wml,
 	modules/websubmit/lib/functions/CaseEDS.py.wml,
 	modules/websubmit/lib/functions/Get_Info.py.wml,
 	modules/websubmit/lib/functions/Get_Sysno.py.wml,
 	modules/websubmit/lib/functions/Insert_Modify_Record.py.wml,
 	modules/websubmit/lib/functions/Is_Original_Submitter.py.wml,
 	modules/websubmit/lib/functions/Is_Referee.py.wml,
 	modules/websubmit/lib/functions/Mail_Submitter.py.wml,
 	modules/websubmit/lib/functions/Test_Status.py.wml,
 	modules/websubmit/lib/functions/Upload_Files.py.wml: bug correction
 	+ change in file db structure
 
 2004-02-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibupload/Makefile.am: added doc subdir
 
 2004-02-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added path to bibupload doc dir.
 
 2004-02-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibupload/doc/.cvsignore,
 	modules/bibupload/doc/Makefile.am,
 	modules/bibupload/doc/admin/.cvsignore,
 	modules/bibupload/doc/admin/Makefile.am,
 	modules/bibupload/doc/admin/index.html.wml: Initial import after
 	module reorganization.
 
 2004-02-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/bin/bibindex.wml: bibwords->bibindex
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Test_BI.py.wml: not needed
 	anymore
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Set_Archive_Files.py.wml: not
 	needed anymore
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: got rid of bibwords option,
 	corrected some options
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/file.py.wml,
 	modules/websubmit/lib/websubmit_config.py.wml,
 	modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
 	modules/websubmit/web/getfile.py.wml,
 	modules/websubmit/web/publiline.py.wml,
 	modules/miscutil/sql/tabcreate.sql: new file management system
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml,
 	modules/websubmit/web/archive.py.wml,
 	modules/websubmit/web/yourrefereed.py.wml,
 	modules/websubmit/web/admin/actionFunctions.php.wml,
 	modules/websubmit/web/admin/addActionEDS.php.wml,
 	modules/websubmit/web/admin/addFunctions.php.wml,
 	modules/websubmit/web/admin/commonPhpFunctions.php.wml,
 	modules/websubmit/web/admin/editActionDets.php.wml,
 	modules/websubmit/web/admin/func.php.wml,
 	modules/websubmit/web/admin/funcUsage.php.wml,
 	modules/websubmit/web/admin/index.php.wml,
 	modules/websubmit/web/admin/listFunctions.php.wml,
 	modules/websubmit/web/admin/newDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/newFunc.php.wml,
 	modules/websubmit/web/admin/newSubmissionEDS.php.wml,
 	modules/websubmit/web/admin/parameterUpdate.php.wml,
 	modules/websubmit/web/admin/veditFunDets.php.wml: new file
 	management system + "MESS" string deleted from admin interface
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/Makefile.am,
 	modules/websubmit/lib/websubmit_engine.py.wml: new file management
 	system
 
 2004-02-27  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Create_Recid.py.wml,
 	modules/websubmit/lib/functions/Get_Existing_Files.py.wml,
 	modules/websubmit/lib/functions/Get_Info.py.wml,
 	modules/websubmit/lib/functions/Get_Sysno.py.wml,
 	modules/websubmit/lib/functions/Insert_Record.py.wml,
 	modules/websubmit/lib/functions/Mail_Submitter.py.wml,
 	modules/websubmit/lib/functions/Make_Record.py.wml,
 	modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
 	modules/websubmit/lib/functions/Move_Pictures_Archive.py.wml,
 	modules/websubmit/lib/functions/Print_Success_SRV.py.wml,
 	modules/websubmit/lib/functions/Report_Number_Generation.py.wml,
 	modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
 	modules/websubmit/lib/functions/Upload_Files.py.wml,
 	modules/websubmit/lib/functions/Upload_Pictures.py.wml:
 	modifications due to the brand new file management system
 
 2004-02-25  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Each field entry with '\n'
 
 2004-02-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/bin/bibindex.wml,
 	modules/websearch/lib/search_engine.py.wml: Adapted to
 	word/wordlist->term/termlist table column name change.
 
 2004-02-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabfill.sql.wml: Fixed idxINDEX_field regexp
 	treatment.
 
 2004-02-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Use term/termlist instead of
 	word/wordlist.
 
 2004-02-25  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Record matching options
 	have been enabled.  The overall query string syntax is based on the
 	uploader1.2 query string.  -m0'query_string' outputs unmatched
 	records -m1'query string' outputs matched records -m2'query string'
 	outputs ambiguous records
 
 2004-02-24  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: cosmetic changes on option
 	names changes in the syntax of the call to bibwords verbosity level
 	defaults to 1
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Does not need to remove submit dirs for
 	drop-demo-site target.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/bin/bibindex.wml: Typo fixed.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml,
 	modules/bibsched/bin/bibsched.wml: bibwords->bibindex
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: Started adding language
 	argument.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Color of language info boxen.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Do not use
 	CDSPAGESTRIPEWIDTH as it is in CSS already.  Added some verbose
 	arguments. (to be seen)
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: BibUpload now does not need -t argument.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: Added ``this page in...''
 	text.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Typo fixed.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabbibclean.sql,
 	modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabdrop.sql,
 	modules/miscutil/sql/tabfill.sql.wml: bibwords->bibindex.  idxRANK
 	introduced.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/index.html.wml: Language selection is now
 	done via site template.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml: Language selection is now done
 	by cdspage.wml.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: bibwords*->idxWORD*
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: Respect language selection also for HTML/PHP
 	pages.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdswmllib.wml: Added language selection function suitable
 	for HTML output.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Language selection moved into the footer.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: ``This page in langauges...'' added.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: bibwords->bibindex, bibdata->bibedit
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/Makefile.am, Makefile.am, configure.ac:
 	bibwords->bibindex
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibindex/.cvsignore, modules/bibindex/Makefile.am,
 	modules/bibindex/bin/.cvsignore, modules/bibindex/bin/Makefile.am,
 	modules/bibindex/bin/bibindex.wml,
 	modules/bibindex/bin/bibstat.wml: BibWords removed into BibIndex.
 
 2004-02-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Force sc=0 for
 	previous/next links.
 
 2004-02-20  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/personal.py.wml,
 	modules/websubmit/web/yourrefereed.py.wml,
 	modules/websubmit/web/yoursubmissions.py.wml: replaced personal.py
 	with yoursubmissions and yourrefereed
 
 2004-02-20  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml,
 	modules/websubmit/web/admin/referees.py.wml: improved layout
 
 2004-02-20  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: added default
 	actions/roles for webSubmit
 
 2004-02-20  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/sql/tabdrop.sql: added table sbmCOOKIES
 
 2004-02-20  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/admin/referees.py.wml: CDSware layout
 
 2004-02-20  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml,
 	modules/websubmit/web/archive.py.wml,
 	modules/websubmit/web/personal.py.wml,
 	modules/websubmit/web/publiline.py.wml,
 	modules/websubmit/web/summary.py.wml: new layout closer to the
 	global CDSware one
 
 2004-02-20  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/Makefile.am: got rid of personal directory
 
 2004-02-20  Thomas Baron <thomas.baron@cern.ch>
 
 	* configure.ac: got rid of websubmit/web/personal directory
 
 2004-02-20  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/direct.py.wml,
 	modules/websubmit/web/personal.py.wml: new personal script
 	replacing the directory
 
 2004-02-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/bin/sessiongc.wml: Clarify text and fix typos.
 
 2004-02-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/doc/access.php.wml,
 	modules/websubmit/doc/actions.php.wml,
 	modules/websubmit/doc/approval.php.wml,
 	modules/websubmit/doc/bibliographic_fields.php.wml,
 	modules/websubmit/doc/completed.php.wml,
 	modules/websubmit/doc/cookies.php.wml,
 	modules/websubmit/doc/description.php.wml,
 	modules/websubmit/doc/file_transfer.php.wml,
 	modules/websubmit/doc/index.php.wml,
 	modules/websubmit/doc/introduction.php.wml,
 	modules/websubmit/doc/link.php.wml,
 	modules/websubmit/doc/login.php.wml,
 	modules/websubmit/doc/modification.php.wml,
 	modules/websubmit/doc/password.php.wml,
 	modules/websubmit/doc/pending.php.wml,
 	modules/websubmit/doc/revised_version.php.wml,
 	modules/websubmit/doc/submission.php.wml,
 	modules/websubmit/doc/subnumber.php.wml,
 	modules/websubmit/doc/admin/actionimplement.php.wml,
 	modules/websubmit/doc/admin/actionmodify.php.wml,
 	modules/websubmit/doc/admin/actionnew.php.wml,
 	modules/websubmit/doc/admin/actionremove.php.wml,
 	modules/websubmit/doc/admin/actions.php.wml,
 	modules/websubmit/doc/admin/catalogues.php.wml,
 	modules/websubmit/doc/admin/description.php.wml,
 	modules/websubmit/doc/admin/documentmodify.php.wml,
 	modules/websubmit/doc/admin/documentnew.php.wml,
 	modules/websubmit/doc/admin/documentremove.php.wml,
 	modules/websubmit/doc/admin/documents.php.wml,
 	modules/websubmit/doc/admin/example.php.wml,
 	modules/websubmit/doc/admin/faq.php.wml,
 	modules/websubmit/doc/admin/functiondelete.php.wml,
 	modules/websubmit/doc/admin/functiondescription.php.wml,
 	modules/websubmit/doc/admin/functionedit.php.wml,
 	modules/websubmit/doc/admin/functionnew.php.wml,
 	modules/websubmit/doc/admin/functions.php.wml,
 	modules/websubmit/doc/admin/httpprotection.php.wml,
 	modules/websubmit/doc/admin/implementfunctions.php.wml,
 	modules/websubmit/doc/admin/implementwebform.php.wml,
 	modules/websubmit/doc/admin/index.php.wml,
 	modules/websubmit/doc/admin/introduction.php.wml,
 	modules/websubmit/doc/admin/protection.php.wml,
 	modules/websubmit/doc/admin/uploader.php.wml: Do not call
 	disappeared PHP code.
 
 2004-02-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Use white background for search
 	boxen to make b0rken NN4 happy.
 
 2004-02-18  Thomas Baron <thomas.baron@cern.ch>
 
 	* configure.ac: got rid of publiline directory
 
 2004-02-18  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml,
 	modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
 	modules/websubmit/lib/functions/Move_Pictures_Archive.py.wml: few
 	bug corrections
 
 2004-02-18  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/publiline.py.wml,
 	modules/websubmit/web/admin/referees.py.wml: single publiline.py
 	script replaces publiline directory
 
 2004-02-18  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/archive.py.wml: archive access script
 
 2004-02-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Intro portalbox in
 	many languages.
 
 2004-02-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Last terms in ES by Hector.
 
 2004-02-17  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml,
 	modules/bibupload/bin/bibupload.wml: changed bibupload parameter
 	list
 
 2004-02-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Added missing PT,IT,NO translations for the
 	end of the file.  Fixed RU translations.
 
 2004-02-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: A typo for `May'
 	fixed.
 
 2004-02-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Specify width of pagestiperight
 	column.
 
 2004-02-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Make CSS standard-compliant.
 
 2004-02-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Make transparent background of
 	the right panel due to overlapping.
 
 2004-02-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Added missing </a>
 	closing tag.
 
 2004-02-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Add more header and footer
 	title template expansion.  Suitable for the CERN site.
 
 2004-02-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: Add more banner titles.  Suitable for the
 	CERN site.
 
 2004-02-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml,
 	modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
 	modules/websubmit/web/admin/referees.py.wml: moved acc_listUsers to
 	websession/lib/webuser list_registered_users corrected small bugs
 	in the refereeing process
 
 2004-02-16  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml: corrected some
 	buggy run_sql moved acc_listUsers to websession/lib/webuser
 
 2004-02-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Add language argument to
 	collection_portalbox.
 
 2004-02-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Add main ABOUT
 	portalbox for many languages.
 
 2004-02-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml, modules/miscutil/lib/messages.py.wml: Add
 	targets for CDS site header.
 
 2004-02-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Respect LN in portalboxes.
 
 2004-02-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Respect LN in several
 	page_end() calls.
 
 2004-02-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_engine.py.wml,
 	modules/websubmit/lib/functions/Create_Modify_Interface.py.wml,
 	modules/websubmit/lib/functions/Is_Referee.py.wml,
 	modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
 	modules/websubmit/lib/functions/Test_Status.py.wml,
 	modules/websubmit/lib/functions/Update_Approval_DB.py.wml,
 	modules/websubmit/web/approve.py.wml,
 	modules/websubmit/web/direct.py.wml,
 	modules/websubmit/web/sub.py.wml,
 	modules/websubmit/web/submit.py.wml,
 	modules/websubmit/web/summary.py.wml: cosmetic changes
 
 2004-02-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml: added few
 	useful functions
 
 2004-02-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_config.py.wml,
 	modules/websubmit/lib/websubmit_engine.py.wml,
 	modules/websubmit/lib/functions/Get_Existing_Files.py.wml,
 	modules/websubmit/lib/functions/Get_Sysno.py.wml,
 	modules/websubmit/lib/functions/Insert_Modify_Record.py.wml,
 	modules/websubmit/lib/functions/Insert_Record.py.wml,
 	modules/websubmit/lib/functions/Retrieve_Data.py.wml,
 	modules/websubmit/lib/functions/Upload_Files.py.wml,
 	modules/websubmit/lib/functions/Upload_Pictures.py.wml,
 	modules/websubmit/lib/functions/mail.py.wml,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/direct.py.wml,
 	modules/websubmit/web/admin/Makefile.am,
 	modules/websubmit/web/admin/documentEDS.php.wml,
 	modules/websubmit/web/admin/referees.php.wml,
 	modules/websubmit/web/admin/referees.py.wml: new referee selection
 	page several cosmetics changes
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/submit.py.wml,
 	modules/websubmit/web/summary.py.wml: Take out MySQLdb import.
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: User 00..24 hours for Latest
 	Additions hour display.
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/approve.py.wml,
 	modules/websubmit/web/direct.py.wml,
 	modules/websubmit/web/sub.py.wml,
 	modules/websubmit/web/summary.py.wml: Remove unwanted sys.exit().
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/web/yourbaskets.py.wml,
 	modules/websearch/web/admin/websearchadmin.py.wml,
 	modules/bibharvest/web/oai2d.py.wml,
 	modules/webalert/web/youralerts.py.wml,
 	modules/websession/web/youraccount.py.wml: Remove unwanted
 	sys.exit().
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/Makefile.am: Remove deleted specialchars.py
 	target.
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/Makefile.am: Add *.html to clean target.
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Remove sys.exit().
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml,
 	modules/bibharvest/lib/oai_repository.py.wml,
 	modules/webalert/lib/alert_engine.py.wml,
 	modules/webalert/lib/htmlparser.py.wml,
 	modules/webalert/lib/webalert.py.wml: Remove sys.exit().
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: formatfield() switched off
 	since it apparently breaks UTF-8.
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/demobibdata.xml: Added missing
 	</datafield>.
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: get_creation_date()
 	now accepts format.
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Use creation_date instead of
 	modification_date in Latest Additions.	Do not print seconds in
 	Latest Additions.
 
 2004-02-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/dbquery.py.wml: Reconnect only in case of
 	OperationalError.  Added function to retrieve last inserted ID.
 
 2004-02-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Typo fixed.
 
 2004-02-10  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Mail_Submitter.py.wml,
 	modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
 	modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_SRV_Mail.py.wml: changed text
 	of sent mails
 
 2004-02-10  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/approve.py.wml,
 	modules/websubmit/web/direct.py.wml,
 	modules/websubmit/web/sub.py.wml,
 	modules/websubmit/web/submit.py.wml: all scripts in one!
 
 2004-02-10  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/Makefile.am,
 	modules/websubmit/lib/specialchars.py.wml,
 	modules/websubmit/lib/websubmit_engine.py.wml: not needed anymore
 
 2004-02-10  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/Makefile.am,
 	modules/websubmit/lib/websubmit_engine.py.wml,
 	modules/websubmit/lib/global.py.wml: [no log message]
 
 2004-02-10  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/action.py.wml: [no log message]
 
 2004-02-10  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/Main.py.wml,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/approve.py.wml,
 	modules/websubmit/web/index.py.wml,
 	modules/websubmit/web/pro.py.wml,
 	modules/websubmit/web/submit.py.wml: ALL SCRIPTS IN SUBMIT.PY.WML
 
 2004-02-10  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: new style for websubmit
 
 2004-02-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/functions/.cvsignore: Add .py extension.
 
 2004-02-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Have to call bibupload after bibreformat.  Have to
 	use -t option to start bibupload tasks.
 
 2004-02-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: BibUpload is now BibSched task.
 
 2004-02-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Use cds.support instead of thomas.baron.  Fix
 	submit links.
 
 2004-02-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/Makefile.am,
 	modules/websubmit/lib/__init__.py.wml: We don't need
 	__init__.py.wml here.
 
 2004-02-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: DE change, thanks to Guido Pelzer.
 
 2004-02-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/index.html.wml: DE corrections, thanks to
 	Guido.
 
 2004-02-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/hacking/api.html.wml,
 	modules/websearch/lib/search_engine.py.wml: Make d2m, d2d differ
 	from d1m, d1d for clarity.
 
 2004-02-06  Thomas Baron <thomas.baron@cern.ch>
 
 	* config/config.wml: the header now contains a direct link to the
 	submit home page (instead of html dummy page)
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/doc/admin/faq.php.wml,
 	modules/websubmit/doc/admin/functiondescription.php.wml,
 	modules/websubmit/etc/bibconvert/config/EDSPICT.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICT.tpl.wml: [no log
 	message]
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: no need of sbmCOOKIE table
 	anymore
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: new demo webSubmit
 	config
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: new default webSubmit
 	parameters
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/websubmit_config.py.wml: got rid of LYNX
 	directive
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/Makefile.am: got rid of /bin directory
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: new websubmit styles
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: slightly changed
 	bibconvert default behaviour A line from the template will be
 	output if and only if a matching replacement has been found inside.
 	The only exception to this rule is the new global function DEFP()
 	When applied to a line, this function makes it output by default.
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* configure.ac: removed unwanted tool checks (ppmquant,ppmtogif
 	etc.) convert does the job brilliantly
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* configure.ac: removed some directories in websubmit
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/Access.php.wml,
 	modules/websubmit/web/Main.php.wml,
 	modules/websubmit/web/approve.php.wml,
 	modules/websubmit/web/direct.php.wml,
 	modules/websubmit/web/index.html.wml,
 	modules/websubmit/web/index.php.wml,
 	modules/websubmit/web/pro.php.wml,
 	modules/websubmit/web/submit.php.wml: removed php files
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/web/Main.py.wml,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/action.py.wml,
 	modules/websubmit/web/approve.py.wml,
 	modules/websubmit/web/direct.py.wml,
 	modules/websubmit/web/index.py.wml,
 	modules/websubmit/web/pro.py.wml,
 	modules/websubmit/web/submit.py.wml,
 	modules/websubmit/web/summary.py.wml: new python files
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/Fake_Navigation_Functions.php.wml,
 	modules/websubmit/lib/commonPhpFunctions.php.wml,
 	modules/websubmit/lib/specialchars.php.wml: remove php files
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/Makefile.am,
 	modules/websubmit/lib/Navigation_Functions.php.wml,
 	modules/websubmit/lib/Print_Summary.php.wml,
 	modules/websubmit/lib/__init__.py.wml,
 	modules/websubmit/lib/global.py.wml,
 	modules/websubmit/lib/specialchars.py.wml,
 	modules/websubmit/lib/websubmit_config.py.wml: new scripts in
 	python php files removed
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/CaseEDS.php.wml,
 	modules/websubmit/lib/functions/Create_Base_Files.php.wml,
 	modules/websubmit/lib/functions/Create_Modify_Interface.php.wml,
 	modules/websubmit/lib/functions/Finish_Submission.php.wml,
 	modules/websubmit/lib/functions/Format_Record.php.wml,
 	modules/websubmit/lib/functions/Get_Info.php.wml,
 	modules/websubmit/lib/functions/Get_Report_Number.php.wml,
 	modules/websubmit/lib/functions/Get_Sysno.php.wml,
 	modules/websubmit/lib/functions/Insert_Record.php.wml,
 	modules/websubmit/lib/functions/Is_Original_Submitter.php.wml,
 	modules/websubmit/lib/functions/Is_Referee.php.wml,
 	modules/websubmit/lib/functions/Mail_Submitter.php.wml,
 	modules/websubmit/lib/functions/Make_Modify_Record.php.wml,
 	modules/websubmit/lib/functions/Make_Weblib_Record.php.wml,
 	modules/websubmit/lib/functions/Move_Files_Archive.php.wml,
 	modules/websubmit/lib/functions/Move_From_Pending.php.wml,
 	modules/websubmit/lib/functions/Move_to_Done.php.wml,
 	modules/websubmit/lib/functions/Move_to_Pending.php.wml,
 	modules/websubmit/lib/functions/Print_Success_APP.php.wml,
 	modules/websubmit/lib/functions/Print_Success_FTT.php.wml,
 	modules/websubmit/lib/functions/Print_Success_MBI.php.wml,
 	modules/websubmit/lib/functions/Print_Success_SRV.php.wml,
 	modules/websubmit/lib/functions/Report_Number_Generation.php.wml,
 	modules/websubmit/lib/functions/Retrieve_Data.php.wml,
 	modules/websubmit/lib/functions/Save_Modify_Values.php.wml,
 	modules/websubmit/lib/functions/Send_APP_Mail.php.wml: removed php
 	function files
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/Send_Approval_Request.php.wml,
 	modules/websubmit/lib/functions/Send_Modify_Mail.php.wml,
 	modules/websubmit/lib/functions/Send_SRV_Mail.php.wml,
 	modules/websubmit/lib/functions/Set_Archive_Files.php.wml,
 	modules/websubmit/lib/functions/Test_BI.php.wml,
 	modules/websubmit/lib/functions/Test_Status.php.wml,
 	modules/websubmit/lib/functions/Update_Approval_DB.php.wml,
 	modules/websubmit/lib/functions/lock.php.wml: [no log message]
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/lib/functions/CaseEDS.py.wml,
 	modules/websubmit/lib/functions/Create_Icon.php.wml,
 	modules/websubmit/lib/functions/Create_Modify_Interface.py.wml,
 	modules/websubmit/lib/functions/Display_Record_Data.php.wml,
 	modules/websubmit/lib/functions/Finish_Submission.py.wml,
 	modules/websubmit/lib/functions/Format_Record.py.wml,
 	modules/websubmit/lib/functions/Get_Existing_Files.py.wml,
 	modules/websubmit/lib/functions/Get_Info.py.wml,
 	modules/websubmit/lib/functions/Get_Report_Number.py.wml,
 	modules/websubmit/lib/functions/Get_Sysno.py.wml,
 	modules/websubmit/lib/functions/Get_TFU_Files.php.wml,
 	modules/websubmit/lib/functions/Insert_Modify_Record.py.wml,
 	modules/websubmit/lib/functions/Insert_Record.py.wml,
 	modules/websubmit/lib/functions/Is_Original_Submitter.py.wml,
 	modules/websubmit/lib/functions/Is_Referee.py.wml,
 	modules/websubmit/lib/functions/Mail_Submitter.py.wml,
 	modules/websubmit/lib/functions/Make_Modify_Record.py.wml,
 	modules/websubmit/lib/functions/Make_Record.py.wml,
 	modules/websubmit/lib/functions/Makefile.am,
 	modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
 	modules/websubmit/lib/functions/Move_From_Pending.py.wml,
 	modules/websubmit/lib/functions/Move_Pictures_Archive.php.wml,
 	modules/websubmit/lib/functions/Move_Pictures_Archive.py.wml,
 	modules/websubmit/lib/functions/Move_Revised_Files.php.wml,
 	modules/websubmit/lib/functions/Move_to_Done.py.wml,
 	modules/websubmit/lib/functions/Move_to_Pending.py.wml,
 	modules/websubmit/lib/functions/Print_Success.py.wml,
 	modules/websubmit/lib/functions/Print_Success_APP.py.wml,
 	modules/websubmit/lib/functions/Print_Success_MBI.py.wml,
 	modules/websubmit/lib/functions/Print_Success_SRV.py.wml,
 	modules/websubmit/lib/functions/Report_Number_Generation.py.wml,
 	modules/websubmit/lib/functions/Retrieve_Data.py.wml,
 	modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
 	modules/websubmit/lib/functions/Send_FTT_Mail.php.wml,
 	modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
 	modules/websubmit/lib/functions/Send_SRV_Mail.py.wml,
 	modules/websubmit/lib/functions/Set_Archive_Files.py.wml,
 	modules/websubmit/lib/functions/Test_BI.py.wml,
 	modules/websubmit/lib/functions/Test_File_Format.php.wml,
 	modules/websubmit/lib/functions/Test_File_Name.php.wml,
 	modules/websubmit/lib/functions/Test_File_Size.php.wml,
 	modules/websubmit/lib/functions/Test_Status.py.wml,
 	modules/websubmit/lib/functions/Update_Approval_DB.py.wml,
 	modules/websubmit/lib/functions/Update_Word_Files.php.wml,
 	modules/websubmit/lib/functions/Upload_Files.py.wml,
 	modules/websubmit/lib/functions/Upload_Included_Files.php.wml,
 	modules/websubmit/lib/functions/Upload_Pictures.py.wml,
 	modules/websubmit/lib/functions/mail.py.wml: new python functions
 
 2004-02-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/websubmit/etc/bibconvert/config/EDSPICT.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSPICTmodify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSPICTmysql.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSPICTmysql_Modify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICT.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTmodify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTmysql.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTmysql_Modify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXT.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTmodify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTmysql.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTmysql_Modify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXT.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTmodify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTmysql.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTmysql_Modify.tpl.wml:
 	corrected default templates
 
 2004-02-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/demobibdata.xml: Added missing first
 	sentence of Pushkin's poem.
 
 2004-02-04  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/config.wml: Deleted records policy introduced.
 
 2004-02-04  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: deleted records
 	policy introduced.
 
 2004-02-03  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: corrected bug in
 	lib added acc_isRole function in admin
 
 2004-02-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix link to
 	collection search page on the search results page.
 
 2004-02-03  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: bibupload is now interfaced
 	with bibsched.	It also takes new parameters.  Basically, there are
 	clearly separated modification and creation options.
 
 2004-01-30  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: Update of error
 	codes for getrecord and listmetadataformats identifiers.  one
 	escape for a space in the oai identifier
 
 2004-01-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabbibclean.sql: Add bibwords10 and
 	bibwords10r.
 
 2004-01-28  Thomas Baron <thomas.baron@cern.ch>
 
 	* config/configbis.wml.in: [no log message]
 
 2004-01-28  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/img/iconeye.gif: new icon needed for websubmit
 
 2004-01-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/admin/Makefile.am: Add dcq example to
 	target file.
 
 2004-01-27  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/index.html.wml: Sample configuration
 	for QDC added.
 
 2004-01-27  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/dcq.dat: Sample data file in
 	qualified dublin core (SGML)
 
 2004-01-27  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/dcq.cfg: Sample bibconvert
 	configuration for Qualified Dublin Core into MARCXML conversion.
 
 2004-01-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: Use run_sql() instead of
 	cursor.execute().
 
 2004-01-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/bibtaskex.wml,
 	modules/websearch/bin/webcoll.wml: Default sleeptime is now void,
 	not 0.
 
 2004-01-27  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: unfold all uri
 	escape sequences at the url parse.
 
 2004-01-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: - Arrival dates in the
 	Advanced Search interface are now deduced from	 the current year.
 	- Print namesuffix after collection name in the ``Narrow search''
 	box.
 
 2004-01-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Arrival dates in the
 	Advanced Search interface are now deduced from the current year.
 
 2004-01-26  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: new styles for CDS Submit
 
 2004-01-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: Use %Y-%m-%d when
 	displaying alert times in email messages.
 
 2004-01-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Respect search limits
 	in previous-/next- page links.
 
 2004-01-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: Change developer's
 	address to ``supportemail''.
 
 2004-01-22  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/config.wml: oai marc tag 0248_a/p -> 909COo/p
 
 2004-01-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Remove isolatin stuff as it dumps core on RH9.
 
 2004-01-21  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibformat/lib/core/FlexElink.inc.php.wml: make sure the
 	record is clean XML
 
 2004-01-21  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/config.wml: oaiidtag and oaisettag added
 
 2004-01-21  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/config.wml: marc tag for oai identifier and oai set
 	defined in config.wml.
 
 2004-01-21  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/web/oai2d.py.wml: marc tag for oai identifier
 	and oai set defined in config.wml
 
 2004-01-21  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/lib/oai_repository.py.wml: marc tags for oai
 	identifier and oai set defined in config.wml
 
 2004-01-20  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Use explicit #fff backgroud
 	instead of transparent in Latest Additions boxes in order to please
 	old browsers such as NN4.
 
 2004-01-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml: Syntactic bug
 	fixed.
 
 2004-01-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix links in
 	browse_in_bibwords() display.
 
 2004-01-19  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/web/oai2d.py.wml,
 	modules/bibharvest/lib/oai_repository.py.wml: Change of MARC21 tag
 	for oai identifiers.
 
 2004-01-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Fixed `authorr' display
 	problem.  Do not print trailing dot in BibSched's progress column.
 
 2004-01-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Year bump in CVS version number.
 
 2004-01-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix
 	browse-in-bibwords message display problem.
 
 2004-01-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Cleaned notions on Apache 2.  Explained WML problems on
 	RH9.
 
 2004-01-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Change of the Italian version of CDSNAME.
 	(Tullio)
 
 2003-12-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Bump CVS version number.
 
 
 CDSware v0.1.2 (released 2002-12-21)
 ====================================
 
 2003-12-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* NEWS: v0.1.2 is released.
 
 2003-12-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Version number bump.
 
 2003-12-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/admin/sample.dat: Input is in UTF-8.
 
 2003-12-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/admin/index.html.wml: Add -b and -e
 	parameters to the example.
 
 2003-12-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Help message cleanup.
 
 2003-12-21  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Command line arguments
 	info added.
 
 2003-12-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: New ES messages from Maria, plus some fixes
 	of the old ones.
 
 2003-12-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/admin/bibtex.cfg: Added missing = in one
 	subfield element.
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Bump of CVS version.
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: Fixed getpass() call.
 
 
 CDSware v0.1.1 (released 2002-12-19)
 ====================================
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Added configure-tests.py to the dist.
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/admin/Makefile.am,
 	modules/bibconvert/doc/admin/index.html.wml: Added references to
 	bibtex.cfg.
 
 2003-12-19  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/doc/admin/bibtex.cfg: BibConvert configuration
 	sample for bibtex format (preliminary version)
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* NEWS, configure.ac: v0.1.1 released.
 
 2003-12-19  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/doc/hacking/index.html.wml: Added link to
 	WebAccess table structure.
 
 2003-12-19  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/doc/hacking/table-structure.html.wml: Added
 	explanation of the WebAccess table structure.
 
 2003-12-19  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/doc/hacking/Makefile.am: Added table structure
 	explanation.
 
 2003-12-19  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml: Added introduction,
 	cleaned displayed users in the snapshots.
 
 2003-12-19  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml: Started
 	garbage collector, must be finished. The rest is frozen.
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Change the name of our demo site and rephrase
 	things.
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Added snapshot box useful for
 	presenting screenshots.
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml: Added borders.  Title
 	and ending changes.
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/index.html.wml,
 	modules/websearch/doc/index.html.wml: IT translation from Tullio.
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: IT messages from Tullio.
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/web/admin/index.html.wml: Add referer to the
 	login link.
 
 2003-12-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* CREDITS: Added Tullio for the IT translation.  Maja removed since
 	she's in the AUTHORS file already.
 
 2003-12-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added --with-python configuration option.
 
 2003-12-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure-tests.py, configure.ac: Add --with-python configuration
 	option and explicit checks for available Python modules and their
 	versions.
 
 2003-12-18  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml: Only need to
 	finish garbage collector.
 
 2003-12-18  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml,
 	modules/webaccess/web/admin/index.html.wml,
 	modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/doc/hacking/api.html.wml: WebAccess finished.
 
 2003-12-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/.cvsignore,
 	modules/miscutil/bin/Makefile.am, modules/miscutil/bin/pytest.wml:
 	Move Python modules testing during into the initial configure
 	stage.
 
 2003-12-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/pytest.wml: Added tempfile.
 
 2003-12-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Case fixed in DE translation.
 
 2003-12-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Note on Python 2.2.2 as per bug
 	<http://www.modpython.org/pipermail/mod_python/2002-October/002607.html>.
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/pytest.wml: Initial release.
 	Non-installable script to test availability and version number of
 	various required and recommended Python modules.
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/.cvsignore,
 	modules/miscutil/bin/Makefile.am: Add pytest.
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/bin/dbtest.wml: Align graphics to pytest style.
 
 2003-12-16  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/messages.wml: german translation of a few messages.
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: One forgotten message from the search engine
 	added.	New PR phrases.  Minor NO fixes.
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: One more forgotten message
 	from the search interface.
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/sessinit.inc.php.wml: - Remove much
 	unnecessary stuff.
 
 	- Interrogate user cookie to see which UID it has.  (Do not set up
 	new   sessions, these are supposed to be done from Python login
 	stuff or   Python guest page hits.)
 
 	- Added authorization function, calling Pythonic access control
 	engine.
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/web/admin/security.inc.php.wml: Remove
 	unnecessary call to getEmail().
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Added referer to the
 	login page.
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Typos fixed.  Added
 	referer field for the login page.
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml,
 	modules/bibsched/bin/bibtaskex.wml,
 	modules/websearch/bin/webcoll.wml: Rights are now managed through
 	the access control engine.
 
 2003-12-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/web/admin/security.inc.php.wml: Call new access
 	control engine.
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Respect LN when
 	printing collection names in search info headings.
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml, modules/miscutil/lib/messages.py.wml,
 	modules/websearch/bin/webcoll.wml: Added
 	msg_collection_contains_no_records.
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Three more search tags.	Fixed RU
 	translation in some places.
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: Three more search messages.
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: Added default values for
 	WebAccess.
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: Added
 	bibtaskex action.  Removed SQL comments at the end.  Added
 	role/action descriptions.
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/access_control_config.py.wml: New name
 	chosen (`cfgwebaccess').
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Adapted latest additions box
 	to CSS style.
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Added latest additions box
 	stuff.
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Changes to Latest additions
 	box. (e.g. displaying YYYY-MM-DD HH:MM:SS)
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/access_control_variables.py.wml: renamed
 	into access_control_config.py.wml
 
 2003-12-15  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/web/admin/webaccessadmin.py.wml: Updates and
 	debugging. Changes because of webaccessadmin_lib.py.wml.
 
 2003-12-15  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml,
 	modules/webaccess/lib/access_control_config.py.wml,
 	modules/webaccess/lib/access_control_engine.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: Code updates and
 	debugging. Added acc_addAuthorization.
 
 2003-12-15  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/messages.wml: German, Russian and Czech translation of
 	additional messages.
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Permit to sort by
 	more than one field (accept commas in `sf').
 
 2003-12-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Added PT translation of new items. (thanks
 	to Flavio) Started RU translation of new items.
 
 2003-12-12  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Changes to WebAccess CSS.
 
 2003-12-12  Mikael Vik <mikael.vik@cern.ch>
 
 	* config/messages.wml: Translated the new messages to norwegian.
 
 2003-12-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: More messages of the search engine, useful
 	when no exact match is found.  More messages for the Advanced
 	Search interface.  Added messages for the internal error box.
 
 2003-12-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: I18N of the `Added since' box.
 
 2003-12-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: I18N of all the
 	important search engine messages printed in case of no exact match
 	found.
 
 2003-12-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml: I18N of the Internal Error
 	boxen.
 
 2003-12-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml: More phrases of the search
 	engine are I18N-ized now.
 
 2003-12-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: I18N of Internal Error box.
 
 2003-12-11  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Small update to WebAccess CSS,
 	changed background color for .admin_w*.
 
 2003-12-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Respect I18N names in `rg' and
 	`sc' selection boxes.
 
 2003-12-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/index.html.wml,
 	modules/websearch/doc/index.html.wml: Norwegian translation.
 
 2003-12-10  Mikael Vik <mikael.vik@cern.ch>
 
 	* config/messages.wml: Upgraded and satisfyingly good norwegian
 	(bokmaal) language translation added.
 
 2003-12-05  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/web/admin/webaccessadmin.py.wml: Changed name
 	of function simpleuserdetails -> showroleusers.
 
 2003-12-05  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml,
 	modules/webaccess/lib/access_control_engine.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: Refined Web
 	Interface, more crosslevel links.
 
 2003-12-05  Mikael Vik <mikael.vik@cern.ch>
 
 	* config/messages.wml: Revised version of the norwegian entries.
 
 2003-12-05  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/web/admin/index.html.wml: Corrected bug for
 	login link.
 
 2003-12-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Development YYYYMMDD snapshot number bumped.
 
 2003-12-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml, modules/miscutil/lib/config.py.wml,
 	modules/miscutil/lib/messages.py.wml,
 	modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/index.html.wml,
 	modules/webhelp/web/admin/Makefile.am,
 	modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/index.html.wml,
 	modules/websubmit/doc/Makefile.am,
 	modules/websubmit/doc/admin/Makefile.am: Norwegian support added.
 
 2003-12-05  Mikael Vik <mikael.vik@cern.ch>
 
 	* config/messages.wml: Added norwegian (bokmaal) to messages.wml.
 
 2003-12-05  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/webaccessadmin_lib.py.wml,
 	modules/webaccess/web/admin/index.html.wml: Fixed bug with
 	<WEBURL>.
 
 
 CDSware v0.1.0 (released 2002-12-04)
 ====================================
 
 2003-12-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* NEWS: News on the 0.1.0 release.
 
 2003-12-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Version bump to 0.1.0.
 
 2003-12-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: New Erik's email address.
 
 2003-12-04  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml,
 	modules/webaccess/lib/access_control_engine.py.wml:
 	access_control_variables -> access_control_config.
 
 2003-12-04  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/webaccessadmin_lib.py.wml: Better navtrail
 	and crosslinking. access_control_variables ->
 	access_control_config.
 
 2003-12-04  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/Makefile.am,
 	modules/webaccess/lib/access_control_config.py.wml: Renamed
 	access_control_variables -> access_control_config.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Added Franck's email address.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/Makefile.am,
 	modules/webhelp/web/hacking/index.html.wml: Added release
 	versioning scheme.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/releases.html.wml: Initial release.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/web/admin/Makefile.am: Added EN as the only
 	language.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Make Pictures a public
 	collection.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/messages.py.wml,
 	modules/websearch/bin/webcoll.wml: Respect user-configured language
 	list choice.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/Makefile.am: Add dependance on cdswmllib.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/Makefile.am, config/cdswmllib.wml: Added CDS WML library
 	of functions of general interest.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Added CDSLANGS to define what languages should
 	be generated.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Notes on CREDITS and on how to help with
 	I18N of CDSware.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/Main.php.wml,
 	modules/websubmit/web/pro.php.wml: Fix for including library files.
 
 2003-12-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Role clarifications.
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Add new dirs for bibharvest.
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Describe more details for temporary/past group members.
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibharvest/Makefile.am,
 	modules/bibharvest/lib/.cvsignore,
 	modules/bibharvest/lib/Makefile.am,
 	modules/bibharvest/lib/oai_repository.py.wml,
 	modules/bibharvest/web/.cvsignore,
 	modules/bibharvest/web/Makefile.am,
 	modules/bibharvest/web/oai2d.py.wml: OAI serviced moved from
 	WebSubmit.
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/Makefile.am,
 	modules/websearch/web/oai2d.py.wml: oai2s moved into bibharvest
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/oai_repository.py.wml: moved into
 	bibharvest
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/Makefile.am: oai_repository moved into
 	BibHarvest.
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/doc/admin/Makefile.am: Add EN language flag.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/web/admin/.cvsignore: Added *.html.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/web/admin/webaccessadmin.py.wml: Separated into
 	interface and implementation.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/web/admin/Makefile.am,
 	modules/webaccess/web/admin/index.html.wml: Added new index file.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/access_control_admin.py.wml: Added new
 	functions needed by webaccessadmin.  Added optional arguments.
 	ace->acc.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/access_control_engine.py.wml: Added
 	optional arguments. And also ace->acc.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/Makefile.am: Added new files.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/lib/access_control_variables.py.wml,
 	modules/webaccess/lib/webaccessadmin_lib.py.wml: Added library for
 	webaccessadmin web interface and config variables.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/doc/admin/Makefile.am: Added guide to web
 	interface.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/doc/hacking/Makefile.am,
 	modules/webaccess/doc/hacking/index.html.wml: Added admin
 	internals.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/doc/hacking/api.html.wml: Added program flow.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/doc/admin/guide.html.wml,
 	modules/webaccess/doc/hacking/admin-internals.html.wml: Initial
 	release.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/bin/authaction.wml: ace->acc change.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/bin/.cvsignore,
 	modules/webaccess/bin/Makefile.am: Added webaccessadmin.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webaccess/bin/webaccessadmin.wml: Initial release.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Changes to the definitions
 	needed by WebAccess.
 
 2003-12-02  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabdrop.sql: ace->acc prefix change
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Update.
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* CREDITS: Initial release.
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Add websession/bin subdir for the session gargabe
 	collector.
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/bin/.cvsignore,
 	modules/websession/bin/Makefile.am,
 	modules/websession/bin/sessiongc.wml: Initial release of the
 	session garbage collector.
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/Makefile.am: Add bin.
 
 2003-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/Makefile.am,
 	modules/webhelp/web/hacking/modules.html.wml,
 	modules/webhelp/web/hacking/modules.jpeg: Modules description
 	extended.
 
 2003-12-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/config.py.wml,
 	modules/miscutil/lib/messages.py.wml: Added UTF-8 coding
 	information as per PEP-0263.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/.cvsignore,
 	modules/websubmit/web/access/.cvsignore,
 	modules/websubmit/web/access/protected/.cvsignore: Added .php.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/.cvsignore: Add .php.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/Access.php.wml,
 	modules/websubmit/web/Main.php.wml,
 	modules/websubmit/web/approve.php.wml,
 	modules/websubmit/web/direct.php.wml,
 	modules/websubmit/web/index.php.wml,
 	modules/websubmit/web/pro.php.wml,
 	modules/websubmit/web/submit.php.wml: Fix require'd path.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/sessinit.inc.php.wml: Get rid of the last
 	blank line.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/admin/.cvsignore,
 	modules/websubmit/web/admin/Makefile.am,
 	modules/websubmit/web/admin/actionFunctions.php.wml,
 	modules/websubmit/web/admin/addActionEDS.php.wml,
 	modules/websubmit/web/admin/addCheckEDS.php.wml,
 	modules/websubmit/web/admin/addElement2PageEDS.php.wml,
 	modules/websubmit/web/admin/addElementDescrEDS.php.wml,
 	modules/websubmit/web/admin/addFunctions.php.wml,
 	modules/websubmit/web/admin/addModifyEDS.php.wml,
 	modules/websubmit/web/admin/allActionsEDS.php.wml,
 	modules/websubmit/web/admin/allChecksEDS.php.wml,
 	modules/websubmit/web/admin/allElementsEDS.php.wml,
 	modules/websubmit/web/admin/allModifyEDS.php.wml,
 	modules/websubmit/web/admin/commonPhpFunctions.php.wml,
 	modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
 	modules/websubmit/web/admin/documentEDS.php.wml,
 	modules/websubmit/web/admin/editActionDets.php.wml,
 	modules/websubmit/web/admin/editCatalogues.php.wml,
 	modules/websubmit/web/admin/editDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/editPageElementEDS.php.wml,
 	modules/websubmit/web/admin/editRecordFile.php.wml,
 	modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
 	modules/websubmit/web/admin/func.php.wml,
 	modules/websubmit/web/admin/funcUsage.php.wml,
 	modules/websubmit/web/admin/index.php.wml,
 	modules/websubmit/web/admin/listFunctions.php.wml,
 	modules/websubmit/web/admin/newDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/newFunc.php.wml,
 	modules/websubmit/web/admin/newSubmissionEDS.php.wml,
 	modules/websubmit/web/admin/pageDetsEDS.php.wml,
 	modules/websubmit/web/admin/parameterUpdate.php.wml,
 	modules/websubmit/web/admin/referees.php.wml,
 	modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
 	modules/websubmit/web/admin/veditFunDets.php.wml,
 	modules/websubmit/web/admin/viewActionEDS.php.wml,
 	modules/websubmit/web/admin/viewChecksEDS.php.wml,
 	modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml,
 	modules/websubmit/web/admin/viewModifyEDS.php.wml: Initial import
 	after module tree reorganization.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/Makefile.am: Adding subdirs after module tree
 	reorganization.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/Access.php.wml,
 	modules/websubmit/web/Main.php.wml,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/approve.php.wml,
 	modules/websubmit/web/direct.php.wml,
 	modules/websubmit/web/index.php.wml,
 	modules/websubmit/web/pro.php.wml,
 	modules/websubmit/web/submit.php.wml: Adding files atfter module
 	tree reorganization.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/access/.cvsignore,
 	modules/websubmit/web/access/Makefile.am,
 	modules/websubmit/web/access/action.php.wml,
 	modules/websubmit/web/access/index.php.wml,
 	modules/websubmit/web/access/protected/.cvsignore,
 	modules/websubmit/web/access/protected/Makefile.am,
 	modules/websubmit/web/access/protected/go.php.wml: Initial relase
 	after module tree reorganization.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/etc/bibconvert/.cvsignore: Added .cvsignore
 	file.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/etc/bibconvert/KB/.cvsignore: Added .KB.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/etc/.cvsignore,
 	modules/websubmit/etc/Makefile.am,
 	modules/websubmit/etc/bibconvert/Makefile.am,
 	modules/websubmit/etc/bibconvert/KB/.cvsignore,
 	modules/websubmit/etc/bibconvert/KB/Makefile.am,
 	modules/websubmit/etc/bibconvert/KB/Month.KB.wml,
 	modules/websubmit/etc/bibconvert/config/.cvsignore,
 	modules/websubmit/etc/bibconvert/config/EDSPICT.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSPICTmysql.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSPICTmysql_Modify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICT.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTmysql.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRPICTmysql_Modify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXT.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTmysql.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSRTEXTmysql_Modify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXT.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTmysql.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/EDSTEXTmysql_Modify.tpl.wml,
 	modules/websubmit/etc/bibconvert/config/Makefile.am: Initial import
 	after module tree reorganization.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/lib/.cvsignore,
 	modules/websubmit/lib/Fake_Navigation_Functions.php.wml,
 	modules/websubmit/lib/Makefile.am,
 	modules/websubmit/lib/Navigation_Functions.php.wml,
 	modules/websubmit/lib/Print_Summary.php.wml,
 	modules/websubmit/lib/commonPhpFunctions.php.wml,
 	modules/websubmit/lib/specialchars.php.wml,
 	modules/websubmit/lib/functions/.cvsignore,
 	modules/websubmit/lib/functions/CaseEDS.php.wml,
 	modules/websubmit/lib/functions/Create_Base_Files.php.wml,
 	modules/websubmit/lib/functions/Create_Icon.php.wml,
 	modules/websubmit/lib/functions/Create_Modify_Interface.php.wml,
 	modules/websubmit/lib/functions/Display_Record_Data.php.wml,
 	modules/websubmit/lib/functions/Finish_Submission.php.wml,
 	modules/websubmit/lib/functions/Format_Record.php.wml,
 	modules/websubmit/lib/functions/Get_Info.php.wml,
 	modules/websubmit/lib/functions/Get_Report_Number.php.wml,
 	modules/websubmit/lib/functions/Get_Sysno.php.wml,
 	modules/websubmit/lib/functions/Get_TFU_Files.php.wml,
 	modules/websubmit/lib/functions/Insert_Record.php.wml,
 	modules/websubmit/lib/functions/Is_Original_Submitter.php.wml,
 	modules/websubmit/lib/functions/Is_Referee.php.wml,
 	modules/websubmit/lib/functions/Mail_Submitter.php.wml,
 	modules/websubmit/lib/functions/Make_Modify_Record.php.wml,
 	modules/websubmit/lib/functions/Make_Weblib_Record.php.wml,
 	modules/websubmit/lib/functions/Makefile.am,
 	modules/websubmit/lib/functions/Move_Files_Archive.php.wml,
 	modules/websubmit/lib/functions/Move_From_Pending.php.wml,
 	modules/websubmit/lib/functions/Move_Pictures_Archive.php.wml,
 	modules/websubmit/lib/functions/Move_Revised_Files.php.wml,
 	modules/websubmit/lib/functions/Move_to_Done.php.wml,
 	modules/websubmit/lib/functions/Move_to_Pending.php.wml,
 	modules/websubmit/lib/functions/Print_Success_APP.php.wml,
 	modules/websubmit/lib/functions/Print_Success_FTT.php.wml,
 	modules/websubmit/lib/functions/Print_Success_MBI.php.wml,
 	modules/websubmit/lib/functions/Print_Success_SRV.php.wml,
 	modules/websubmit/lib/functions/Report_Number_Generation.php.wml,
 	modules/websubmit/lib/functions/Retrieve_Data.php.wml,
 	modules/websubmit/lib/functions/Save_Modify_Values.php.wml,
 	modules/websubmit/lib/functions/Send_APP_Mail.php.wml,
 	modules/websubmit/lib/functions/Send_Approval_Request.php.wml,
 	modules/websubmit/lib/functions/Send_FTT_Mail.php.wml,
 	modules/websubmit/lib/functions/Send_Modify_Mail.php.wml,
 	modules/websubmit/lib/functions/Send_SRV_Mail.php.wml,
 	modules/websubmit/lib/functions/Set_Archive_Files.php.wml,
 	modules/websubmit/lib/functions/Test_BI.php.wml,
 	modules/websubmit/lib/functions/Test_File_Format.php.wml,
 	modules/websubmit/lib/functions/Test_File_Name.php.wml,
 	modules/websubmit/lib/functions/Test_File_Size.php.wml,
 	modules/websubmit/lib/functions/Test_Status.php.wml,
 	modules/websubmit/lib/functions/Update_Approval_DB.php.wml,
 	modules/websubmit/lib/functions/Update_Word_Files.php.wml,
 	modules/websubmit/lib/functions/Upload_Included_Files.php.wml,
 	modules/websubmit/lib/functions/lock.php.wml: Initial import after
 	module tree reorganization.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/doc/.cvsignore,
 	modules/websubmit/doc/Makefile.am,
 	modules/websubmit/doc/access.php.wml,
 	modules/websubmit/doc/actions.php.wml,
 	modules/websubmit/doc/approval.php.wml,
 	modules/websubmit/doc/bibliographic_fields.php.wml,
 	modules/websubmit/doc/completed.php.wml,
 	modules/websubmit/doc/cookies.php.wml,
 	modules/websubmit/doc/description.php.wml,
 	modules/websubmit/doc/file_transfer.php.wml,
 	modules/websubmit/doc/index.php.wml,
 	modules/websubmit/doc/introduction.php.wml,
 	modules/websubmit/doc/link.php.wml,
 	modules/websubmit/doc/login.php.wml,
 	modules/websubmit/doc/modification.php.wml,
 	modules/websubmit/doc/password.php.wml,
 	modules/websubmit/doc/pending.php.wml,
 	modules/websubmit/doc/revised_version.php.wml,
 	modules/websubmit/doc/submission.php.wml,
 	modules/websubmit/doc/subnumber.php.wml,
 	modules/websubmit/doc/admin/.cvsignore,
 	modules/websubmit/doc/admin/Makefile.am,
 	modules/websubmit/doc/admin/actionimplement.php.wml,
 	modules/websubmit/doc/admin/actionmodify.php.wml,
 	modules/websubmit/doc/admin/actionnew.php.wml,
 	modules/websubmit/doc/admin/actionremove.php.wml,
 	modules/websubmit/doc/admin/actions.php.wml,
 	modules/websubmit/doc/admin/catalogues.php.wml,
 	modules/websubmit/doc/admin/description.php.wml,
 	modules/websubmit/doc/admin/documentmodify.php.wml,
 	modules/websubmit/doc/admin/documentnew.php.wml,
 	modules/websubmit/doc/admin/documentremove.php.wml,
 	modules/websubmit/doc/admin/documents.php.wml,
 	modules/websubmit/doc/admin/example.php.wml,
 	modules/websubmit/doc/admin/faq.php.wml,
 	modules/websubmit/doc/admin/functiondelete.php.wml,
 	modules/websubmit/doc/admin/functiondescription.php.wml,
 	modules/websubmit/doc/admin/functionedit.php.wml,
 	modules/websubmit/doc/admin/functionnew.php.wml,
 	modules/websubmit/doc/admin/functions.php.wml,
 	modules/websubmit/doc/admin/httpprotection.php.wml,
 	modules/websubmit/doc/admin/implementfunctions.php.wml,
 	modules/websubmit/doc/admin/implementwebform.php.wml,
 	modules/websubmit/doc/admin/index.php.wml,
 	modules/websubmit/doc/admin/introduction.php.wml,
 	modules/websubmit/doc/admin/protection.php.wml,
 	modules/websubmit/doc/admin/uploader.php.wml: Initial release after
 	module tree reorganization.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/bin/.cvsignore: Added thumbmaker filename to
 	ignore.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/bin/.cvsignore,
 	modules/websubmit/bin/Makefile.am,
 	modules/websubmit/bin/thumbmaker.wml: Initial release after module
 	reorganization.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added websubmit dirs.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/sessinit.inc.php.wml: While waiting for
 	PHP->Python UID generation gateway, return `guest'.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/Makefile.am: I18N.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Added note about linear dependency of speed
 	and CFG_MAX_RECID.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/howto/migrate.html.wml,
 	modules/webhelp/web/index.html.wml,
 	modules/websearch/lib/search_engine.py.wml: Renaming of shtml->php
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Minor SK/CZ fixes.  Added two SUBMIT
 	messages.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Added BibFormat config part.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Respecting .shtml -> .php.  Correct paths
 	to WebSubmit.  (more word needed)
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Get rid of .shtml extension.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/web/admin/.cvsignore,
 	modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
 	modules/bibformat/web/admin/BEH_ACTION_add.shtml.wml,
 	modules/bibformat/web/admin/BEH_ACTION_del.php.wml,
 	modules/bibformat/web/admin/BEH_ACTION_del.shtml.wml,
 	modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
 	modules/bibformat/web/admin/BEH_ACTION_edit.shtml.wml,
 	modules/bibformat/web/admin/BEH_COND_add.php.wml,
 	modules/bibformat/web/admin/BEH_COND_add.shtml.wml,
 	modules/bibformat/web/admin/BEH_COND_del.php.wml,
 	modules/bibformat/web/admin/BEH_COND_del.shtml.wml,
 	modules/bibformat/web/admin/BEH_COND_edit.php.wml,
 	modules/bibformat/web/admin/BEH_COND_edit.shtml.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_add.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_add.shtml.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_del.shtml.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_edit.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_edit.shtml.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_showone.shtml.wml,
 	modules/bibformat/web/admin/BEH_display.php.wml,
 	modules/bibformat/web/admin/BEH_display.shtml.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_display.shtml.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_hand.shtml.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_process.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_process.shtml.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_tree.shtml.wml,
 	modules/bibformat/web/admin/FORMAT_add.php.wml,
 	modules/bibformat/web/admin/FORMAT_add.shtml.wml,
 	modules/bibformat/web/admin/FORMAT_del.php.wml,
 	modules/bibformat/web/admin/FORMAT_del.shtml.wml,
 	modules/bibformat/web/admin/FORMAT_display.php.wml,
 	modules/bibformat/web/admin/FORMAT_display.shtml.wml,
 	modules/bibformat/web/admin/FORMAT_edit.php.wml,
 	modules/bibformat/web/admin/FORMAT_edit.shtml.wml,
 	modules/bibformat/web/admin/FORMAT_showone.php.wml,
 	modules/bibformat/web/admin/FORMAT_showone.shtml.wml,
 	modules/bibformat/web/admin/KB_VALUE_add.php.wml,
 	modules/bibformat/web/admin/KB_VALUE_add.shtml.wml,
 	modules/bibformat/web/admin/KB_VALUE_del.php.wml,
 	modules/bibformat/web/admin/KB_VALUE_del.shtml.wml,
 	modules/bibformat/web/admin/KB_add.php.wml,
 	modules/bibformat/web/admin/KB_add.shtml.wml,
 	modules/bibformat/web/admin/KB_del.php.wml,
 	modules/bibformat/web/admin/KB_del.shtml.wml,
 	modules/bibformat/web/admin/KB_display.php.wml,
 	modules/bibformat/web/admin/KB_display.shtml.wml,
 	modules/bibformat/web/admin/KB_edit.php.wml,
 	modules/bibformat/web/admin/KB_edit.shtml.wml,
 	modules/bibformat/web/admin/KB_showone.php.wml,
 	modules/bibformat/web/admin/KB_showone.shtml.wml,
 	modules/bibformat/web/admin/LINK_ACTION_add_edit.php.wml,
 	modules/bibformat/web/admin/LINK_ACTION_add_edit.shtml.wml,
 	modules/bibformat/web/admin/LINK_ACTION_del.php.wml,
 	modules/bibformat/web/admin/LINK_ACTION_del.shtml.wml,
 	modules/bibformat/web/admin/LINK_COND_add_edit.php.wml,
 	modules/bibformat/web/admin/LINK_COND_add_edit.shtml.wml,
 	modules/bibformat/web/admin/LINK_COND_del.php.wml,
 	modules/bibformat/web/admin/LINK_COND_del.shtml.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_add.php.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_add.shtml.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_del.php.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_del.shtml.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_display.shtml.wml,
 	modules/bibformat/web/admin/LINK_add.php.wml,
 	modules/bibformat/web/admin/LINK_add.shtml.wml,
 	modules/bibformat/web/admin/LINK_del.php.wml,
 	modules/bibformat/web/admin/LINK_del.shtml.wml,
 	modules/bibformat/web/admin/LINK_display.php.wml,
 	modules/bibformat/web/admin/LINK_display.shtml.wml,
 	modules/bibformat/web/admin/LINK_edit.php.wml,
 	modules/bibformat/web/admin/LINK_edit.shtml.wml,
 	modules/bibformat/web/admin/LINK_showone.php.wml,
 	modules/bibformat/web/admin/LINK_showone.shtml.wml,
 	modules/bibformat/web/admin/Makefile.am,
 	modules/bibformat/web/admin/OAIER_SF_add.php.wml,
 	modules/bibformat/web/admin/OAIER_SF_add.shtml.wml,
 	modules/bibformat/web/admin/OAIER_SF_del.php.wml,
 	modules/bibformat/web/admin/OAIER_SF_del.shtml.wml,
 	modules/bibformat/web/admin/OAIER_add.php.wml,
 	modules/bibformat/web/admin/OAIER_add.shtml.wml,
 	modules/bibformat/web/admin/OAIER_del.php.wml,
 	modules/bibformat/web/admin/OAIER_del.shtml.wml,
 	modules/bibformat/web/admin/OAIER_display.php.wml,
 	modules/bibformat/web/admin/OAIER_display.shtml.wml,
 	modules/bibformat/web/admin/UDF_add.php.wml,
 	modules/bibformat/web/admin/UDF_add.shtml.wml,
 	modules/bibformat/web/admin/UDF_del.php.wml,
 	modules/bibformat/web/admin/UDF_del.shtml.wml,
 	modules/bibformat/web/admin/UDF_display.php.wml,
 	modules/bibformat/web/admin/UDF_display.shtml.wml,
 	modules/bibformat/web/admin/UDF_edit.php.wml,
 	modules/bibformat/web/admin/UDF_edit.shtml.wml,
 	modules/bibformat/web/admin/UDF_showone.php.wml,
 	modules/bibformat/web/admin/UDF_showone.shtml.wml,
 	modules/bibformat/web/admin/UDF_testcode.php.wml,
 	modules/bibformat/web/admin/UDF_testcode.shtml.wml,
 	modules/bibformat/web/admin/error.inc.php.wml,
 	modules/bibformat/web/admin/error.inc.shtml.wml,
 	modules/bibformat/web/admin/footer.inc.php.wml,
 	modules/bibformat/web/admin/footer.inc.shtml.wml,
 	modules/bibformat/web/admin/header.inc.php.wml,
 	modules/bibformat/web/admin/header.inc.shtml.wml,
 	modules/bibformat/web/admin/index.php.wml,
 	modules/bibformat/web/admin/index.shtml.wml,
 	modules/bibformat/web/admin/localconf.inc.php.wml,
 	modules/bibformat/web/admin/localconf.inc.shtml.wml,
 	modules/bibformat/web/admin/security.inc.php.wml,
 	modules/bibformat/web/admin/security.inc.shtml.wml,
 	modules/bibformat/web/admin/test.php.wml,
 	modules/bibformat/web/admin/test.shtml.wml,
 	modules/bibformat/web/.cvsignore,
 	modules/bibformat/web/Makefile.am,
 	modules/bibformat/web/bibformat.php.wml,
 	modules/bibformat/web/bibformat.shtml.wml: Renaming of shtml->php
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/bin/bibformat.wml: Renaming of shtml->php
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/lib/core/.cvsignore,
 	modules/bibformat/lib/core/AEvalLan.inc.php.wml,
 	modules/bibformat/lib/core/AEvalLan.inc.shtml.wml,
 	modules/bibformat/lib/core/FlexElink.inc.php.wml,
 	modules/bibformat/lib/core/FlexElink.inc.shtml.wml,
 	modules/bibformat/lib/core/FormatRetriever.inc.php.wml,
 	modules/bibformat/lib/core/FormatRetriever.inc.shtml.wml,
 	modules/bibformat/lib/core/IntVars.inc.php.wml,
 	modules/bibformat/lib/core/IntVars.inc.shtml.wml,
 	modules/bibformat/lib/core/KBRetriever.inc.php.wml,
 	modules/bibformat/lib/core/KBRetriever.inc.shtml.wml,
 	modules/bibformat/lib/core/LinkResolver.inc.php.wml,
 	modules/bibformat/lib/core/LinkResolver.inc.shtml.wml,
 	modules/bibformat/lib/core/Makefile.am,
 	modules/bibformat/lib/core/OAISpecExtractor.inc.php.wml,
 	modules/bibformat/lib/core/OAISpecExtractor.inc.shtml.wml,
 	modules/bibformat/lib/core/Processor.inc.php.wml,
 	modules/bibformat/lib/core/Processor.inc.shtml.wml,
 	modules/bibformat/lib/core/RecordSeparator.inc.php.wml,
 	modules/bibformat/lib/core/RecordSeparator.inc.shtml.wml,
 	modules/bibformat/lib/core/Timing.inc.php.wml,
 	modules/bibformat/lib/core/Timing.inc.shtml.wml,
 	modules/bibformat/lib/core/TreeNode.inc.php.wml,
 	modules/bibformat/lib/core/TreeNode.inc.shtml.wml,
 	modules/bibformat/lib/core/UDFRetriever.inc.php.wml,
 	modules/bibformat/lib/core/UDFRetriever.inc.shtml.wml,
 	modules/bibformat/lib/common/.cvsignore,
 	modules/bibformat/lib/common/Makefile.am,
 	modules/bibformat/lib/common/dbparams.inc.php.wml,
 	modules/bibformat/lib/common/dbparams.inc.shtml.wml,
 	modules/bibformat/lib/common/general.inc.php.wml,
 	modules/bibformat/lib/common/general.inc.shtml.wml,
 	modules/bibformat/lib/common/global.inc.php.wml,
 	modules/bibformat/lib/common/global.inc.shtml.wml: Renaming of
 	shtml->php
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/doc/.cvsignore,
 	modules/bibformat/doc/BibFormatAdminGuide.php.wml,
 	modules/bibformat/doc/BibFormatAdminGuide.shtml.wml,
 	modules/bibformat/doc/Makefile.am: Renaming of shtml->php
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/.cvsignore,
 	modules/websession/web/Makefile.am,
 	modules/websession/web/sessinit.inc.php.wml,
 	modules/websession/web/sessinit.inc.shtml.wml: Renaming of
 	shtml->php
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/.cvsignore: Added .php extension.
 
 2003-11-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/Makefile.am,
 	modules/miscutil/lib/errorHandling.php.wml,
 	modules/miscutil/lib/errorHandling.shtml.wml: Renaming of
 	shtml->php
 
 2003-11-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Put proper CDSNAME
 	into the lost password email.  Body rephrased.
 
 2003-11-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Add more Latin-1
 	chars into strip_accents().
 
 2003-11-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Portuguese name of Atlantis fixed.
 
 2003-11-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/index.html.wml,
 	modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/index.html.wml: Support for Portuguese.
 
 2003-11-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Typo fixed.
 
 2003-11-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml, config/messages.wml: Support for Portuguese
 	(thanks to Flavio Codeco Coelho).
 
 2003-11-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml,
 	modules/miscutil/lib/config.py.wml,
 	modules/miscutil/lib/messages.py.wml: Support for Portuguese.
 
 2003-11-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml, modules/miscutil/lib/messages.py.wml,
 	modules/websession/lib/webuser.py.wml: I18N of the term guest
 	added.
 
 2003-11-17  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added a note on MySQL's max_allowed_packet variable.
 
 2003-11-14  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: dataformatted procedure
 	debug
 
 2003-11-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix strip_accents()
 	bahaviour for bad inputs.
 
 2003-11-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Add initial release
 	of strip_accents() function.
 
 2003-11-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/.cvsignore,
 	modules/websearch/web/Makefile.am: Cleanup of Makefile and
 	.cvsignore now that OAI is a mod_python app.
 
 2003-11-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/tips.html.wml: - German translation started
 	(Guido Pelzer) - wording for CERN temporary notes corrected (Tullio
 	Basaglia)
 
 2003-11-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml, modules/websearch/bin/webcoll.wml,
 	modules/websearch/lib/search_engine_config.py.wml: Added option
 	CFG_NARROW_SEARCH_SHOW_GRANDSONS to be able to configure whether to
 	show or not grandsons in Narrow Search boxen.
 
 2003-11-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: isGuestUser is now more
 	gentle when there's a MySQL problem (and returns true in these
 	case, ehm).
 
 2003-11-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: create_error_box() now
 	accepts verbose argument.
 
 2003-11-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml,
 	modules/websearch/web/index.py.wml: Display nicer error message in
 	case of MySQL troubles.
 
 2003-11-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Fix the case of various
 	public/restricted collections nested together.
 
 2003-11-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Respect field order
 	when returning output for ``ot'' argument of the full form, e.g.
 	``ot=700__a''.
 
 2003-11-06  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibconvert/bin/bibconvert.wml: Debug: repetitive
 	formatting functions for data source subfields enabled.
 
 2003-10-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/tips.html.wml: A typo fixed.
 
 2003-10-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/session.py.wml: Added param to the
 	SessionError class constructor as per Hector's instructions.
 
 2003-10-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml, config/messages.wml: Fixed Spanish
 	translation, done by Maria Gomez Marti.  Prepared Norwegian
 	translation.
 
 2003-10-15  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/config.wml: Configuration for oai flow control added.
 
 2003-10-08  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/websearch/lib/Makefile.am,
 	modules/websearch/lib/oai_repository.py.wml,
 	modules/websearch/web/Makefile.am,
 	modules/websearch/web/oai2d.py.wml: OAI server update.
 
 2003-10-06  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/websearch/lib/oai_repository.py.wml: CDSware OAI
 	repository implementation.
 
 2003-10-06  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/websearch/web/oai2d.py.wml: some modifs..
 
 2003-10-02  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/websearch/web/Makefile.am,
 	modules/websearch/web/oai1d.wml,
 	modules/websearch/web/oai2d.py.wml,
 	modules/websearch/web/oai2d.wml: OAI repository interface in
 	mod_python
 
 2003-10-01  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/websearch/web/oai2d.py.wml: OAI repository interface in
 	mod_python
 
 2003-10-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/tips.html.wml: Clarification of author
 	searches, related to previous commit.
 
 2003-10-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/tips.html.wml: Expanded author searching
 	tips.
 
 2003-09-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix the edge numbers
 	in ``records found'' yellow navigation bar.
 
 2003-09-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/admin/Makefile.am,
 	modules/bibformat/web/admin/Makefile.am,
 	modules/webaccess/doc/hacking/Makefile.am,
 	modules/webhelp/web/admin/Makefile.am,
 	modules/webhelp/web/admin/howto/Makefile.am,
 	modules/webhelp/web/hacking/Makefile.am,
 	modules/websearch/doc/hacking/Makefile.am: Explicitely choose
 	English for hacker-level docs.
 
 2003-09-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml, modules/miscutil/lib/config.py.wml,
 	modules/miscutil/lib/messages.py.wml,
 	modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/index.html.wml,
 	modules/websearch/bin/webcoll.wml,
 	modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/index.html.wml: Added Czech/Slovak variant.
 
 2003-09-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Minor Italian fixes.  Added Czech/Slovak
 	variant.
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Russian typo fixed.  (More to fix later...)
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: More complete Russian translation.
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Changing default language to English.
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/messages.wml: Initial release.
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Add index.en.html and the like to the directory index.
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/Makefile.am,
 	modules/miscutil/lib/config.py.wml,
 	modules/miscutil/lib/messages.py.wml,
 	modules/websession/lib/webuser.py.wml, config/Makefile.am,
 	config/cdspage.wml, config/config.wml: Add multi-language
 	capabilities.
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml,
 	modules/websearch/web/index.py.wml,
 	modules/websearch/web/search.py.wml,
 	modules/webstyle/lib/webpage.py.wml: Add multi-language
 	capabilities.
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Add multi-language
 	capabilities.  Respect sort criterias when of=id too.
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml: Add multi-language
 	capabilities.
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/hacking/api.html.wml: Add ``ln'' an option
 	for language interface.
 
 2003-09-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/index.html.wml,
 	modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/index.html.wml,
 	modules/webhelp/web/hacking/Makefile.am: Add multi-lingual
 	capabilities.
 
 2003-09-25  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Add langinfo boxes.
 
 2003-09-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml: Renaming files.
 
 2003-09-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/tips.html.wml: Update the tips from RFC to
 	the first `real' version.
 
 2003-09-18  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Change style for headings.
 
 2003-09-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/configbis.wml.in: Minor help clarification.
 
 2003-09-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/web/youralerts.py.wml,
 	modules/webbasket/web/yourbaskets.py.wml,
 	modules/websession/web/youraccount.py.wml: Add the `last updated'
 	argument for page footer display.
 
 2003-09-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml,
 	modules/websearch/web/index.py.wml: Add proper treatment of `Last
 	updated' for the page footers.
 
 2003-09-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/Makefile, modules/webaccess/Makefile.in: Remove
 	unnecessary Makefile files.
 
 2003-09-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Add a possibility of `Last
 	updated' argument for the page footer.
 
 2003-09-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml, config/config.wml: Proper treatment of `Last
 	updated' in the page footer.
 
 2003-09-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Remove PERL.
 
 2003-09-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/websession.py.wml: Update session_expiry
 	column in the session table for each web hit. (pSession)
 
 2003-09-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/modules.html.wml: Add BibConvert and
 	BibHarvest.
 
 2003-09-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/Makefile.am: Add BibHarvest module.
 
 2003-09-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Add BibHarvest.
 
 2003-09-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibharvest/.cvsignore, modules/bibharvest/Makefile.am,
 	modules/bibharvest/bin/.cvsignore,
 	modules/bibharvest/bin/Makefile.am: Makefile stuff to instal the
 	new BibHarvest module.
 
 2003-09-10  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibharvest/bin/bibharvest.wml: Initial version of
 	CDSware/bibharvest module.
 
 2003-09-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/doc/Makefile.am: Initial release after module
 	reorganization.
 
 2003-09-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac, modules/Makefile.am: Add BibConvert module.
 
 2003-09-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibconvert/.cvsignore, modules/bibconvert/Makefile.am,
 	modules/bibconvert/bin/.cvsignore,
 	modules/bibconvert/bin/Makefile.am,
 	modules/bibconvert/bin/bibconvert.wml,
 	modules/bibconvert/doc/.cvsignore,
 	modules/bibconvert/doc/admin/.cvsignore,
 	modules/bibconvert/doc/admin/BibConvertAdminGuide.html.wml,
 	modules/bibconvert/doc/admin/Makefile.am,
 	modules/bibconvert/doc/admin/index.html.wml,
 	modules/bibconvert/doc/admin/sample.cfg,
 	modules/bibconvert/doc/admin/sample.dat,
 	modules/bibconvert/doc/admin/sample.kb: Initial commit after module
 	reorganization.
 
 2003-09-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml: Add verbose argument suitable
 	for problem analysis.
 
 2003-09-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Remove explicit cds.support@cern.ch for demo
 	targets.
 
 2003-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Clarify the role of --prefix and --with-webdir
 	installation directories.  Fix the DEMO path throughout all the
 	examples.
 
 2003-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: - Import stuff
 	plainly so that mod_python would display import problems   directly
 	in the browser.
 
 	- Fix portfolio output for photos.
 
 2003-09-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/search.py.wml: Import stuff plainly so that
 	mod_python would report error directly in the web browser.
 
 2003-09-05  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Added adminbox stuff for
 	WebAccess.
 
 2003-09-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Make output text
 	nicer when an empty search term is ignored.
 
 2003-09-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fixed handling of
 	``field: value'' (with space) queries.
 
 2003-09-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: create_error_box(): really
 	print traceback.
 
 2003-09-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml,
 	modules/websearch/web/search.py.wml,
 	modules/websearch/lib/search_engine.py.wml: Add some error
 	handling.
 
 2003-09-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Add create_error_box().
 
 2003-09-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Added errorbox.
 
 2003-09-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Replace `--with-prefix' by the correct `--prefix'.
 	(Thanks to Guido Pelzer for spotting this.)
 
 2003-08-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Add some verbose=9
 	info.  (To be continued.)
 
 2003-08-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/hacking/api.html.wml,
 	modules/websearch/lib/search_engine.py.wml,
 	modules/websearch/web/search.py.wml: Prefer `verbose=LEVEL'
 	argument instead of `dbg'.
 
 2003-08-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/admin/websearchadmin.py.wml: Fix missing
 	import module.
 
 2003-08-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/Makefile.am: Add bibtaskexc for cleaning.
 
 2003-08-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml,
 	modules/bibsched/bin/bibtaskex.wml,
 	modules/websearch/bin/webcoll.wml: Prefer --verbose=LEVEL parameter
 	instead of the old --dbg.
 
 2003-08-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/Makefile.am,
 	modules/webhelp/web/hacking/index.html.wml: Add path to Directory
 	Overview.  Fix pathes to module-specific information.
 
 2003-08-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/modules.html.wml: Add WebAccess.
 
 2003-08-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/directory.html.wml: First import of
 	the notes on the directory structure of CDSware sources/targets.
 
 2003-08-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Quick-fix the first
 	checking of req.args for non-voidness.	(May require a similar,
 	more global fix everywhere later.)
 
 2003-08-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/api.html.wml,
 	modules/websearch/doc/internals.html.wml,
 	modules/websearch/doc/stages.html.wml,
 	modules/websearch/doc/admin/.cvsignore,
 	modules/websearch/doc/admin/Makefile.am,
 	modules/websearch/doc/hacking/.cvsignore,
 	modules/websearch/doc/hacking/Makefile.am,
 	modules/websearch/doc/hacking/api.html.wml,
 	modules/websearch/doc/hacking/index.html.wml,
 	modules/websearch/doc/hacking/stages.html.wml,
 	modules/webaccess/doc/Makefile.am,
 	modules/webaccess/doc/api.html.wml,
 	modules/webaccess/doc/index.html.wml,
 	modules/webaccess/doc/internals.html.wml,
 	modules/webaccess/doc/admin/.cvsignore,
 	modules/webaccess/doc/admin/Makefile.am,
 	modules/webaccess/doc/hacking/.cvsignore,
 	modules/webaccess/doc/hacking/Makefile.am,
 	modules/webaccess/doc/hacking/api.html.wml,
 	modules/webaccess/doc/hacking/index.html.wml, configure.ac: Split
 	admin-level and hacking-level docs into their respective
 	directories.
 
 2003-08-21  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/api.html.wml,
 	modules/websearch/doc/internals.html.wml,
 	modules/websearch/doc/stages.html.wml: Put consistently all
 	hacker-level information under /hacking URL.
 
 2003-08-20  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/lib/access_control_engine.py.wml: Removed
 	unnecessary call to ace_te.
 
 2003-08-20  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/index.html.wml: Add path to WebAccess
 	Internals page.
 
 2003-08-20  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webaccess/.cvsignore, modules/webaccess/Makefile,
 	modules/webaccess/Makefile.am, modules/webaccess/Makefile.in,
 	modules/webaccess/bin/.cvsignore,
 	modules/webaccess/bin/Makefile.am,
 	modules/webaccess/bin/authaction.wml,
 	modules/webaccess/doc/.cvsignore,
 	modules/webaccess/doc/Makefile.am,
 	modules/webaccess/doc/api.html.wml,
 	modules/webaccess/doc/index.html.wml,
 	modules/webaccess/doc/internals.html.wml,
 	modules/webaccess/lib/.cvsignore,
 	modules/webaccess/lib/Makefile.am,
 	modules/webaccess/lib/access_control_admin.py.wml,
 	modules/webaccess/lib/access_control_engine.py.wml,
 	modules/webaccess/web/.cvsignore,
 	modules/webaccess/web/Makefile.am,
 	modules/webaccess/web/admin/.cvsignore,
 	modules/webaccess/web/admin/Makefile.am,
 	modules/webaccess/web/admin/webaccessadmin.py.wml: First import of
 	Mikael's ACE sources.
 
 2003-08-20  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac, modules/Makefile.am: Added WebAccess module.
 
 2003-08-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added note on required PHP's --with-zlib configure
 	option.
 
 2003-07-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix display of
 	Results overview in case a collection has changed.
 
 2003-07-11  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: passed into production
 	mode
 
 2003-07-11  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/htmlparser.py.wml: [no log message]
 
 2003-07-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml,
 	modules/websearch/web/search.py.wml: Fix handling of dates (d1y,
 	d1m, etc) as integers.
 
 2003-07-10  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: did changes, but forgot one
 	comma in aceARGUMENT
 
 2003-07-10  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Added auto_increment to
 	tables in access control engine (aceROLE, aceACTION and aceARGUMENT
 	and new key for aceARGUMENT
 
 2003-07-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Deleted surpluss dbg
 	line in print_record(), called in case no MARC XML is stored in the
 	database.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Really fix the
 	collection display order when displaying search results.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fixed order of
 	collections when displaying search results.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/api.html.wml: Minor rephrasing.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/api.html.wml: Wrong indentation repaired.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/index.html.wml,
 	modules/webhelp/web/hacking/concepts.html.wml: Title and subtitle
 	fixes.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/modules.html.wml: - Title and
 	navtrail title fixes.  - Start putting some text.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/style.html.wml: Title and navtrail
 	titles fix.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: Remove unnecessary
 	tolist() comment.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Use HitSet instead of HitList.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/search.py.wml: Introduce new `ap' argument
 	(``alternative patterns'') that governs the behaviour in case of
 	no-exact-match-found: shall we try alternative patterns or not?
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: - Some cleanup for
 	Search Engine APIs.  More consistent usage of	not-found case via
 	new `ap' argument.
 
 	- Fix word matching type.
 
 	- Fixes for multi-stage search processing.
 
 	- Distinct `hitlist' (marshalled bit vector in the DB) and HitSet
 	class.
 
 	- When no match found, try to remove non-alphanumeric chars, add
 	also   the end of the words.  (The ``Todesco, E'' problem.)
 
 	- Fixes for mod_python Request object display (when not in HTML
 	output	 format).
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/stages.html.wml: Title fixed.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/Makefile.am: Added `stages' and `api'
 	targets.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/internals.html.wml: Added link to API page.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/stages.html.wml: Moved from the internals
 	page here.
 
 2003-07-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/api.html.wml: Initial release.
 
 2003-07-07  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: got rid of 909C0o mapping
 
 2003-07-04  Mikael Vik <mikael.vik@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabdrop.sql: Added tables for access control
 	engine.
 
 2003-07-03  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: synchro with
 	search_engine.py module.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/concepts.html.wml,
 	modules/webhelp/web/hacking/index.html.wml,
 	modules/webhelp/web/hacking/modules.html.wml,
 	modules/webhelp/web/hacking/style.html.wml: Use the term Hacking
 	Corner.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/Makefile.am: Don't remove cdsware.el
 	when doing make clean.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Header tags are now colored in
 	the headline color by default.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Add webhelp/web/admin stuff.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Minor renaming of admin-related menus.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/admin/.cvsignore,
 	modules/webhelp/web/admin/Makefile.am,
 	modules/webhelp/web/admin/index.html.wml,
 	modules/webhelp/web/admin/howto/.cvsignore,
 	modules/webhelp/web/admin/howto/Makefile.am,
 	modules/webhelp/web/admin/howto/index.html.wml,
 	modules/webhelp/web/admin/howto/marc.html.wml,
 	modules/webhelp/web/admin/howto/migrate.html.wml: Initial release
 	after module reorganization.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/.cvsignore,
 	modules/webhelp/web/hacking/Makefile.am,
 	modules/webhelp/web/hacking/index.html.wml,
 	modules/webhelp/web/hacking/modules.html.wml,
 	modules/webhelp/web/hacking/style.html.wml: Initial release.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/hacking/cdsware.el,
 	modules/webhelp/web/hacking/concepts.html.wml: First release.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/Makefile.am: Add hacking and admin subdirs.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/Makefile.am: Add hacking subdir.
 
 2003-06-27  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Add webhelp/web/hacking dir.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Do not show help when
 	req is None.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Use drop-demo-site instead of destroy-demo-site.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabdrop.sql: Reflect schTASK table renaming.
 	Add two bibwords10, bibwords10r tables. (the year index)
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Fix the other WebColl appearances.  Rename
 	destroy-demo-site to drop-demo-site.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Introduction of six
 	search stages, according to the ``Search Internals'' document,
 	started.  Somehow working, but not finished fully yet.	Neither
 	profiled: we may be calling HitList.calculate_nbhits() more often
 	than necessary.  It definitely calls it more often than in the
 	past, so a search slowdown may be expected too.  Stay tuned.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/search.py.wml: Introduce the ``dbg'' URL
 	argument.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: - Add BibSched task
 	capabilities, so that WebColl can run as a   BibSched task.
 
 	- Fix handling of the number of restricted collections.
 
 	- Speed-up things a bit by introducing a basic caching mechanism;
 	consumes quite some memory, though.  More refactoring is wanted
 	when   time permits.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: Reflect changes in schTASK
 	table.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: Reflect changes in the schTASK
 	table.	Hostname-related capabilities still have to come to be
 	fully functional!
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/bibtaskex.wml: Reflect new changes to the
 	schTASK table.	Add a demo of periodicity capabilities.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/demobibdata.xml: Fix UTF-8 accents.  Add a
 	poetry entry.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Add Poetry collection
 	to demo UTF-8 capabilities.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: schTASK table cleaning.  New
 	indexes for ``bibfmt''.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Cosmetics.
 
 2003-06-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: When load-demo-records, run BibReformat and WebColl
 	as BibSched tasks.  When load-demo-records, clear the database
 	content beforehand.  Useful for repeatable invocations of this
 	target.
 
 2003-06-16  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: command line arguments
 	default debug.
 
 2003-06-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/web/yourbaskets.py.wml: Removing reload() for a
 	Python module.
 
 2003-06-12  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: sleeptime taken into account
 	also in manual mode
 
 2003-06-12  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: cosmetics and better
 	debugging information
 
 2003-06-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/lib/core/UDFRetriever.inc.shtml.wml: Fixed
 	argument escaping trouble. (Hector)
 
 2003-06-11  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: bugfix
 
 2003-06-11  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webalert/lib/webalert.py.wml: Fixed account_list_alerts
 
 2003-06-11  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: Max Nr. or records treated
 	in a batch increased to 10000
 
 2003-06-11  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: file overwrite debug
 
 2003-06-11  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: indentation correction
 
 2003-06-11  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: added logging, fixed
 	some bugs
 
 2003-06-10  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: cosmetics
 
 2003-06-10  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: cosmetics
 
 2003-06-10  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/htmlparser.py.wml: cosmetics
 
 2003-06-10  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml,
 	modules/webalert/lib/htmlparser.py.wml: bug fix in wrap
 
 2003-06-10  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/Makefile.am,
 	modules/webalert/lib/alert_engine.py.wml,
 	modules/webalert/lib/htmlparser.py.wml,
 	modules/webalert/lib/textwrap.py.wml: Added word wrap
 
 2003-06-10  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: cosmetics
 
 2003-06-10  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webalert/lib/webalert.py.wml: Fixed list alerts in
 	account page
 
 2003-06-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Add support for more
 	portalboxes (title epilog, narrow prolog, narrow epilog).
 
 2003-06-06  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: Bug fix
 
 2003-06-06  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/bin/alertengine.wml,
 	modules/webalert/lib/alert_engine.py.wml,
 	modules/webalert/lib/htmlparser.py.wml: Added some error handling
 
 2003-06-06  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: child processes are better
 	targetted to avoid errors in case of multiple processes running at
 	the same time
 
 2003-06-06  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml,
 	modules/webalert/lib/htmlparser.py.wml: Fixed date arguments in
 	url.
 
 2003-06-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: tasks are now order by date
 	asc bibupload is launched with "-t XXX" instead of "-tXXX" option
 
 2003-06-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/internals.html.wml: Initial release.
 
 2003-06-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/Makefile.am: Add `internals' page.
 
 2003-06-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/config.py.wml: ALERTENGINEEMAIL added.
 
 2003-06-05  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: Bug fix
 
 2003-06-05  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: Bugfix for testing.
 
 2003-06-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: use config.py for defining
 	global variables use bindir to launch child processes
 
 2003-06-05  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: Added test function.
 
 2003-06-05  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webaccount.py.wml: Fixed link
 	settings,removed "start new search" link
 
 2003-06-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: daemon also parse the items in
 	date order
 
 2003-06-05  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: added <protect> over the code.
 	Modified menu displays and items ordering (by date)
 
 2003-06-04  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: Fix Python indentation.
 
 2003-06-04  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: don't set the RUNNING set of
 	children (they don't like it - bibwords)
 
 2003-06-04  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: sleeptime (-s) and date
 	(-t) bibsched compliancy options added.
 
 2003-06-04  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: added bibreformat in helpers
 	deal with error in children execution
 
 2003-06-04  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webaccount.py.wml: Fixed error in note
 	comments
 
 2003-06-04  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibsched/bin/bibsched.wml: bibsched improvements: -
 	display - gestion of children processes
 
 2003-06-03  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: Info header.
 
 2003-06-03  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: Various formats handling
 
 2003-06-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Fix Apache password lookup
 	for users with 'similar' names.
 
 2003-06-02  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: bibreformat -n debug
 
 2003-06-02  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: HB formats only
 
 2003-06-02  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: Usage info update.
 
 2003-06-02  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: Option -n -noprocess
 	(counts records to be processed only, no process done)
 
 2003-06-02  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: Modifications in input
 	parameters (-b -l processed by default) Modifications of all
 	records bibreformat BibSched awareness introduced.
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: `action' argument
 	fix.  print_warning() cleanup.	Nearest terms cleanup, to
 	distinguish nearest words/phrases.  Browse cleanup.
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Remove unnecessary URL
 	argument from page header creating functions.  (We won't be putting
 	URL in the footer.)
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: - Add explicit messages after 'make' and 'make
 	install' on next   suggested steps to take.  - Remove unwanted
 	things from local data install, so that now the   collection cache
 	is created on-demand only.
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: The `search' module in the header shouldn't be
 	selected for generic CDSware distribution.
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/search.py.wml: - Use `action' as submit
 	button name.  - Introduce new `recid', `recidb', `sysno' and
 	obsolete `id', `idb',	`sysnb' to respect our code naming policy.
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Use `action' as submit button
 	name.
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/Makefile.am: Remove unnecessary
 	install-data-local.
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Remove unnecessary removal of index.wml.  Add
 	explicit call to webcoll at the end of install-data-local.
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix <a name=foo>
 	target for fancy collection names.
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix `split by
 	collection' for restricted collections.
 
 2003-05-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix forgotten ALEPH
 	SYSNO location (970).
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: New header.  New CFG_CERN_SITE variable.  Fix
 	Apache pw file location for CDSDEV-bis development. (beware for
 	production)
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/config.py.wml: Fix cfg_cern_site WML
 	variable (don't quote anymore).
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine_config.py.wml: Delete one
 	unused WML variable.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* README: Add explicit notes on Unix.  Update figures and URL to
 	CDSWEB.  Rephrase some things.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Add explicit note on Unix platform.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Add dir to WebSearch Admin.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Nearest terms
 	functionality rewritten to propose -5 +5 really closest words.
 	Minor output message cosmetics.  Adding records to baskets from the
 	Detailed record pages now works even if the page contains some HTML
 	form.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabfill.sql.wml: Add `year' words index.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Add 10th words index for the
 	`year' word index.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: New names for matching types
 	in the Advanced Search interface.  Respect cfg_cern_site variable
 	and don't propose abstract/keyword indexes.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/config.py.wml: Add cfg_cern_site variable
 	taken from WML configure file.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/admin/.cvsignore,
 	modules/websearch/web/admin/Makefile.am,
 	modules/websearch/web/admin/websearchadmin.py.wml,
 	modules/websearch/web/Makefile.am: Start releasing Python-based
 	admin.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Add head logo in the user
 	personal box.  Prefer to print `session' instead of `info' for
 	guest users.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/img/head.gif,
 	modules/webstyle/img/header_background.gif: Add head image to
 	denote personal feature box.  Add header background image.
 
 2003-05-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Remove some transparent
 	background to please NN4.  Module boxen shorter due to usage of
 	lowercase.  Minor cosmetics.
 
 2003-05-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: Fix explicit table name in
 	``SELECT table.id FROM'' queries.
 
 2003-05-28  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: Reverted to old record
 	insertion mechanism.
 
 2003-05-27  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/web/youraccount.py.wml: Fixed more comments
 
 2003-05-27  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webaccount.py.wml: Fixed comments in some
 	methods
 
 2003-05-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Easthetical cosmetics.
 
 2003-05-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added note on MySQL 4.1.0 and UTF-8.  Added note on PHP
 	process control library.
 
 2003-05-26  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: Changed link Your
 	account,cleaning of code in user's login
 
 2003-05-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml: Delete unwanted
 	zlib.decompress() calls now that we call search engine's
 	print_record().
 
 2003-05-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml: Fix basket display when
 	records don't have pre-stored HTML brief formats.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/lib/webalert.py.wml: Typo (owning alerts, not
 	shelves) fixed.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml: Typo (owning baskets, not
 	alerts) fixed.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added a note on UTF-8 encoding in the Apache config.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/lib/core/RecordSeparator.inc.shtml.wml,
 	modules/miscutil/sql/tabfill.sql.wml: Default encoding is now
 	UTF-8.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Do not return table
 	anymore in user info box.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Minor design changes.
 	Default encoding is now UTF-8.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Minor look and feel changes.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Minor design changes.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: New default encoding
 	is now UTF-8.  Use `-' instead of `LIKE' whenever possible in SQL
 	queries due to UTF-8 related problem.  Minor design changes.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/oai1d.wml, modules/websearch/web/oai2d.wml:
 	New default encoding is now UTF-8.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml, config/config.wml: Default encoding is now
 	UTF-8.	Design changes.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: Really revert Thomas'
 	changes.
 
 2003-05-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: Respect now default UTF-8
 	encoding.  Revert Thomas' changes as they didn't work for demo
 	data.
 
 2003-05-22  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: Switched to production
 	mode.
 
 2003-05-21  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml: Added some debug info.
 	Simplest optimization of worst queries.  Added number of records in
 	email.	Cosmetics
 
 2003-05-21  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/web/youraccount.py.wml: Fixed bug in login's
 	user
 
 2003-05-21  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: Fixed error in
 	registration of users
 
 2003-05-21  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: Fixed updation of
 	userinfobox when login and logout
 
 2003-05-21  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webuser.py.wml: Fixed userinfobox in guest
 	user
 
 2003-05-21  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webuser.py.wml: Quit info option in
 	userinfobox
 
 2003-05-19  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webalert/lib/webalert.py.wml: fixed bug in
 	perform_update_alert
 
 2003-05-19  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webalert/lib/webalert.py.wml: Fixed bug in alert search,
 	for account dynamic page
 
 2003-05-19  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/web/youraccount.py.wml: Fixed sender in
 	sendemail from config
 
 2003-05-19  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webalert/lib/webalert.py.wml: Fixed error in dynamic
 	acount page
 
 2003-05-19  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webalert/lib/webalert.py.wml,
 	modules/webbasket/lib/webbasket.py.wml,
 	modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: Fixed dynamic page
 	account, quit comments, fixed new info box
 
 2003-05-19  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Fix create_navtrail_links()
 	separator marks for deep ancestors.
 
 2003-05-16  Hector Sanchez <hector.sanchez@cern.ch>
 
 	* modules/webalert/lib/webalert.py.wml,
 	modules/webalert/web/youralerts.py.wml: some fixes
 
 2003-05-16  Martin Vesely <martin.vesely@cern.ch>
 
 	* modules/bibformat/bin/bibreformat.wml: TMP directory input in
 	bibreformat.wml
 
 2003-05-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Removed TMPDIR as it's now in the configbis
 	module.
 
 2003-05-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/configbis.wml.in, modules/miscutil/lib/config.py.wml: Add
 	TMPDIR variable.
 
 2003-05-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Create tmp dir.
 
 2003-05-16  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/bin/.cvsignore,
 	modules/bibformat/bin/Makefile.am,
 	modules/bibformat/bin/bibreformat.wml: Initial release of
 	BibReformat (from Martin).
 
 2003-05-16  Hector Sanchez <hector.sanchez@cern.ch>
 
 	* modules/webalert/lib/webalert.py.wml: fixed a bug which didn't
 	allow to set up an alert without associated basket
 
 2003-05-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: - Header table width made smaller.  (Should
 	move it into CSS, really.) - Fixed one forgotten footer class
 	label.
 
 2003-05-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Nearest terms box added.
 
 2003-05-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Split by collection is now the
 	default.
 
 2003-05-15  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: - Fixed several
 	issues with helping screens when no exact match was   found.
 
 	- Fixed nearest terms list in case of several words in a query.
 
 	- Split by collection is now the default behaviour.  Fixed son
 	selection to take only the 'regular' (non-virtual) sons into
 	account.
 
 	- Browse is now again merging results for various tags (100, 700)
 	into   a single list (author) before displaying the results to the
 	user.
 
 2003-05-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/web/index.html.wml,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml,
 	modules/websubmit/web/index.html.wml: Reflect change in
 	navtrail_previous_links.
 
 2003-05-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Explicit white background
 	instead of transparent one to satisfy NN4.
 
 2003-05-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml,
 	modules/websearch/lib/search_engine.py.wml,
 	modules/webstyle/lib/webpage.py.wml: Using Home instead of CDSNAME
 	in navtrail.
 
 2003-05-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: Using Home instead of CDSNAME in the
 	navtrail.
 
 2003-05-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Make "no match found"
 	messages consistent.
 
 2003-05-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Roughly fixed
 	dashless searching for ACC type of queries (replace dashes/slashes
 	by either blank space or underscore, depending on where we are
 	about to search, WRD or ACC.)
 
 	Fix does not work for complex search patterns that mix ACC and WRD
 	queries in one, as it would require detailed search pattern
 	analysis.  Maybe later when the engine will be rewritten.
 
 2003-05-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Make `ADD TO BASKET'
 	on the Detailed record pages work.  When no hits found, and search
 	pattern(s) contain non-alphanumeric chars   between two
 	alphanumeric ones (kinda dash-slash separators), try to   replace
 	them by space and do boolean AND query prior to go into   "nearest
 	indexed terms" stuff.
 
 2003-05-13  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/web/youraccount.py.wml: New sender
 	cds.alert@cdsware.cern.ch fixed in send_email method
 
 2003-05-13  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/web/youraccount.py.wml: Fixed bug in method
 	send_email
 
 2003-05-12  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webalert/lib/webalert.py.wml,
 	modules/webbasket/lib/webbasket.py.wml,
 	modules/websession/lib/webaccount.py.wml: Method warning, fixed new
 	name warning_guest_user
 
 2003-05-12  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webalert/lib/webalert.py.wml,
 	modules/webbasket/lib/webbasket.py.wml,
 	modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml,
 	modules/websession/web/youraccount.py.wml: Add perform_guest_user :
 	alert message fixed
 
 2003-05-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml,
 	modules/webstyle/css/cds.css.wml: New place and decoration for the
 	user info box.
 
 2003-05-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: New place for user info box.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Make place in the header for user info box
 	inclusion by Python runtime (via HTML comment substitution).
 	Respect new alert link names.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: Get rid of the left sidebar completely.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml: Fix isGuestUser().  Add
 	get_email().  Add explicit page() parameters.  New look and feel of
 	user info box.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Add explicit page()
 	argument names.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/web/youralerts.py.wml: Add explicit page()
 	argument names.  Respect new alert link names.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/lib/alert_engine.py.wml,
 	modules/webalert/lib/webalert.py.wml: Respect new alert link names.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml: Fix alert links.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/web/yourbaskets.py.wml: Add explicit page()
 	argument names.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Does not call WML anymore, but
 	create separate entries for navtrail, pagebody, portalboxes in the
 	collection cache.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Fix search_pattern()
 	help messages to respect restricted collection case.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml: Respect new page()
 	parameters.
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Put user info box into the
 	header.  Add new parameters to page().
 
 2003-05-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Put user into box into the
 	header, so changed the look and feel a bit.
 
 2003-05-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Userinfobox cosmetics.
 
 2003-05-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml: HTML cleanup.
 
 2003-05-07  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/web/youraccount.py.wml: Fixed sendEmail
 	function for lost of password
 
 2003-05-07  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/webuser.py.wml: Included method to use with
 	lost password
 
 2003-05-07  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webaccount.py.wml,
 	modules/webalert/lib/webalert.py.wml,
 	modules/webbasket/lib/webbasket.py.wml: Fixed guest user checking.
 
 2003-05-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/bin/.cvsignore: Added bibtaskexc.
 
 2003-05-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Enhanced browsing
 	capability.  Added hb-fly for on-the-fly-bibformat-formatting
 	(mostly CERN specific, beware).
 
 2003-05-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabfill.sql.wml: Added `name' column to the
 	`tag' table.
 
 2003-05-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Get rid of bottom border lines
 	in search results boxen.
 
 2003-05-07  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml: Add records to basket:
 	fixed treatment of non-list arguments.
 
 2003-05-06  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webbasket/lib/webbasket.py.wml: webbasket.py.wml
 
 2003-05-06  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webaccount.py.wml: lib/webaccount.py.wml
 
 2003-05-06  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webbasket/lib/webbasket.py.wml: webbasket.py.wml
 
 2003-05-06  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/webalert/lib/webalert.py.wml: webalert.py.wml
 
 2003-05-06  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/session.py.wml,
 	modules/websession/lib/webuser.py.wml: [no log message]
 
 2003-05-05  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/web/youraccount.py.wml: youraccount.py
 
 2003-05-05  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/lib/webaccount.py.wml: webaccount.py.wml
 
 2003-05-05  Julio Pernia Aznar <jpernia@altransdb.com>
 
 	* modules/websession/web/youraccount.py.wml: youraccount.py
 
 2003-05-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml: Move information on
 	associated alerts into the main basket info box.
 
 2003-05-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* .cvsignore, aclocal.m4: Remove aclocal.m4 from CVS.
 
 2003-05-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/img/arrow_down.gif,
 	modules/webstyle/img/arrow_up.gif: Add two missing images for
 	WebBasket ordering.
 
 2003-05-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml,
 	modules/miscutil/demo/democfgdata.sql.wml,
 	modules/webstyle/lib/webpage.py.wml,
 	modules/webalert/lib/webalert.py.wml,
 	modules/webbasket/lib/webbasket.py.wml: Reflect new CSS style
 	essay.
 
 2003-05-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Reflect new CSS
 	essays.  Fixed some browse troubles, main browse work still ahead.
 
 2003-05-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml, config/config.wml: New style and CSS essays.
 
 2003-05-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: New CSS essays.
 
 2003-05-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Reflect new CSS essays.
 
 2003-05-05  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Get rid of example
 	images.
 
 2003-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml: Test basket ownership
 	before adding records.
 
 2003-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml,
 	modules/webbasket/web/yourbaskets.py.wml: Added functionality to
 	easily add records to a basket.  Useful for the search engine.
 
 2003-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/lib/webalert.py.wml: "Display searches" now
 	prefers to display distinct questions.
 
 2003-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/bin/.cvsignore: Added alertengine.
 
 2003-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Added "Mark record"
 	functionality for inclusion into baskets.  Enhanced URL argument
 	parameter washing.
 
 2003-04-30  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: New "info" style added.
 
 2003-04-30  Erik Simon <erik.simon@unine.ch>
 
 	* aclocal.m4, configure.ac: Added modules/webalert/bin to the make
 	process.
 
 2003-04-30  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/Makefile.am, modules/webalert/bin/.cvsignore,
 	modules/webalert/bin/Makefile.am,
 	modules/webalert/bin/alertengine.wml,
 	modules/webalert/lib/Makefile.am,
 	modules/webalert/lib/alert_engine.py.wml,
 	modules/webalert/lib/htmlparser.py.wml: Added alert engine, cli and
 	implementation.
 
 2003-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml,
 	modules/websearch/lib/search_engine.py.wml,
 	modules/websearch/web/search.py.wml: Added date-from / date-until
 	search option.
 
 2003-04-29  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: corrected bug in 970__a
 	matching
 
 2003-04-29  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/webalert.py.wml,
 	modules/webalert/web/youralerts.py.wml: Fixed alert deletion.
 
 2003-04-29  Erik Simon <erik.simon@unine.ch>
 
 	* modules/webalert/lib/webalert.py.wml: Fixed url error for
 	`Execute search' when diplaying alerts.
 
 2003-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: All run_sql() param
 	quoting fixed.
 
 2003-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/lib/webbasket.py.wml: All run_sql() queries
 	edited to have proper argument quoting.
 
 2003-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/lib/webalert.py.wml: Fixed creating new basket
 	call while creating new alert.
 
 2003-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql,
 	modules/webalert/lib/webalert.py.wml,
 	modules/websearch/lib/search_engine.py.wml: Reflect new `query'
 	table change.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Fixed forgotten
 	webaccount before perform_display().
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Start putting user
 	personal features.  Start putting browse.  Commit to put things in
 	sync; work needed on the two above.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/search.py.wml: Reflect renaming of user
 	into webuser.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/Makefile.am,
 	modules/websession/lib/webaccount.py.wml,
 	modules/websession/lib/websession.py.wml,
 	modules/websession/web/youraccount.py.wml,
 	modules/webbasket/lib/webbasket.py.wml,
 	modules/webbasket/web/yourbaskets.py.wml,
 	modules/webalert/lib/webalert.py.wml,
 	modules/webalert/web/youralerts.py.wml: Reflect renaming of user
 	file into webuser.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webuser.py.wml: Renamed from user.py.wml.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/user.py.wml: Removed into webuser.py.wml.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/.cvsignore: Added .py.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Fix import error.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: Removed unnecessary
 	pylib.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/search.py.wml: Reflect new location of
 	Apache user authentication stuff.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/Makefile.am: Added webaccount target.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/webaccount.py.wml: First import.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/youraccount.py.wml: Initial import of
 	general user account information pages.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/user.py.wml: First import of user-related
 	utilities.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/session.py.wml: First import of
 	non-persistent session stuff.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/Makefile.am: Added session and user
 	targets.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/websession.py.wml: Apache-user related
 	authentication stuff moved to user.py, a more logical place.  Added
 	persistent web session stuff.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/Makefile.am: Add youraccount target.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml: Add missing navtrail class to
 	navtrail links.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websubmit/.cvsignore, modules/websubmit/Makefile.am,
 	modules/websubmit/web/.cvsignore,
 	modules/websubmit/web/Makefile.am,
 	modules/websubmit/web/index.html.wml: Add WebSubmit module.  The
 	functionality will be added later.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webbasket/.cvsignore, modules/webbasket/Makefile.am,
 	modules/webbasket/lib/.cvsignore,
 	modules/webbasket/lib/Makefile.am,
 	modules/webbasket/lib/webbasket.py.wml,
 	modules/webbasket/web/.cvsignore,
 	modules/webbasket/web/Makefile.am,
 	modules/webbasket/web/yourbaskets.py.wml: Initial introduction.
 	Cleaning needed.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webalert/.cvsignore, modules/webalert/Makefile.am,
 	modules/webalert/lib/.cvsignore, modules/webalert/lib/Makefile.am,
 	modules/webalert/lib/webalert.py.wml,
 	modules/webalert/web/.cvsignore, modules/webalert/web/Makefile.am,
 	modules/webalert/web/youralerts.py.wml: Initial introduction.  Much
 	cleaning needed.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Add new module subdirs.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql: Changed session table, now
 	that we have Python and not PHP sessions anymore.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/Makefile.am: Added new subdirs.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibsched/.cvsignore, modules/bibsched/Makefile.am,
 	modules/bibsched/bin/.cvsignore, modules/bibsched/bin/Makefile.am,
 	modules/bibsched/bin/bibsched.wml,
 	modules/bibsched/bin/bibtaskex.wml: First BibSched addition after
 	CVS directory reorganization.X
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: Try new navtrail position.
 	Need to prettify it, though.  Fix two hidden cc arguments.  Call
 	WML with special config dir, to be able to call webcoll from any
 	directory.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/lib/webpage.py.wml: Try new navtrail position.
 	Need to prettify it, though.  Make some place for header addings.
 	Need to prettify it, though.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Try new navtrail position.
 	Need to prettify it, though.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: Try new navtrail position.  Will have to
 	prettify it though.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Add explicit links to Baskets and Alerts.
 
 2003-04-28  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/Makefile.am: Install WML config files into lib.  Useful
 	for calling WML on runtime.
 
 2003-04-22  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: if correct or replace is
 	requested and the record is not found in the database, then no new
 	record is created and an error message is issued
 
 2003-04-17  Thomas Baron <thomas.baron@cern.ch>
 
 	* modules/bibupload/bin/bibupload.wml: added checking on A500
 	system number
 
 2003-04-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Ligther shade for search boxen.
 
 2003-04-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added index.py into DirectoryIndex.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/create_collection_pages.wml: Remove
 	create_collection_pages, in profit of webcoll.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/goto.shtml.wml,
 	modules/websearch/web/index.py.wml: Added simple error checking for
 	multiple 'c' argument.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Add new atrget dirs for Makefile creation.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Reflect webcoll introduction instead of
 	create_collection_pages.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Basic Apache authentication.  Help Central
 	links.	Use of :: in header/footer.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: New navtrail_position argument.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: New navbar essayes.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/Makefile.am: Added web help central module subdir.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/web/bibformat.shtml.wml: BibFormat common
 	directory fix.	Search URL simplification.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/demo/democfgdata.sql.wml: Demo for restricted
 	and virtual collections.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/lib/config.py.wml: Basic restricted collections
 	support.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabfill.sql.wml: Basic restricted collections
 	support.  Virtual collections support.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webhelp/.cvsignore, modules/webhelp/Makefile.am,
 	modules/webhelp/web/.cvsignore, modules/webhelp/web/Makefile.am,
 	modules/webhelp/web/index.html.wml: Initial release of web help
 	central module.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/Makefile.am: Added doc subdir.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/doc/.cvsignore,
 	modules/websearch/doc/Makefile.am,
 	modules/websearch/doc/index.html.wml,
 	modules/websearch/doc/tips.html.wml: Starting to put some search
 	user-level documentation.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml: Move some
 	functionality from callable interafce here.  Simple wildcard query
 	sanity checking installed.  Should improve it and put it into
 	general config.  Reflect webcoll changes.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/.cvsignore: Reflect new wencoll.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/Makefile.am: Reflect new webcoll.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/bin/webcoll.wml: The old
 	create_colection_pages.  Creates now HTML files in cache, to be
 	read by Python search interface.  No PHP anymore.  Updating of
 	collection cache and web page cache is now splitted into two, cf.
 	usage arguments.  The implementation is naive, still.  But never
 	mind.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/search.py.wml: Basic Apache authentication.
 	Calable functions implementation hidden more in the lib code.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/index.py.wml: New Python-based search
 	interface.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/web/Makefile.am: Remove goto.shtml in profit of
 	mod_python interface display.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/web/sessinit.inc.shtml.wml: Example colour
 	change.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/Makefile.am: Added lib subdir.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/lib/.cvsignore,
 	modules/websession/lib/Makefile.am,
 	modules/websession/lib/websession.py.wml: Apache authentication
 	code.
 
 2003-04-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/css/cds.css.wml: Link background reverse video
 	switched off.  New search boxes (Focus on, etc).
 
 2003-04-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Add a note on Numeric Python module.
 
 2003-04-03  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/lib/search_engine.py.wml,
 	modules/websearch/web/search.py.wml: Remove lzo test module.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Update with respect to mod_python, trailing slashes,
 	etc.  Added information on "minimal" versions we currently use.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/web/admin/localconf.inc.shtml.wml,
 	modules/miscutil/lib/.cvsignore, modules/miscutil/lib/Makefile.am,
 	modules/miscutil/lib/errorHandling.shtml.wml: Added PHP error
 	handling.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/web/Makefile.am: Typo fixed.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Changes to respect new module layout structure.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Changes to respect new module layout.  Split
 	load-sample-data into several create-demo-site, load-demo-records,
 	etc.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Added several WebSearch related config
 	variables.  Fixed trailing slashes.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/configbis.wml.in: Using new WEBDIR, WEBURL, BINDIR, etc
 	variables.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/Makefile.am: No newline.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml, config/cdsnavbar.wml: Using WEBDIR, WEBURL
 	variables, fixing trailing slash.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/bibformat/.cvsignore, modules/bibformat/Makefile.am,
 	modules/bibformat/bin/.cvsignore,
 	modules/bibformat/bin/Makefile.am,
 	modules/bibformat/bin/bibformat.wml,
 	modules/bibformat/doc/.cvsignore,
 	modules/bibformat/doc/BibFormatAdminGuide.shtml.wml,
 	modules/bibformat/doc/BibFormatAdminGuide001.gif,
 	modules/bibformat/doc/BibFormatAdminGuide002.png,
 	modules/bibformat/doc/BibFormatAdminGuide003.jpg,
 	modules/bibformat/doc/BibFormatAdminGuide004.gif,
 	modules/bibformat/doc/Makefile.am,
 	modules/bibformat/lib/.cvsignore,
 	modules/bibformat/lib/Makefile.am,
 	modules/bibformat/lib/common/.cvsignore,
 	modules/bibformat/lib/common/Makefile.am,
 	modules/bibformat/lib/common/dbparams.inc.shtml.wml,
 	modules/bibformat/lib/common/general.inc.shtml.wml,
 	modules/bibformat/lib/common/global.inc.shtml.wml,
 	modules/bibformat/lib/core/.cvsignore,
 	modules/bibformat/lib/core/AEvalLan.inc.shtml.wml,
 	modules/bibformat/lib/core/FlexElink.inc.shtml.wml,
 	modules/bibformat/lib/core/FormatRetriever.inc.shtml.wml,
 	modules/bibformat/lib/core/IntVars.inc.shtml.wml,
 	modules/bibformat/lib/core/KBRetriever.inc.shtml.wml,
 	modules/bibformat/lib/core/LinkResolver.inc.shtml.wml,
 	modules/bibformat/lib/core/Makefile.am,
 	modules/bibformat/lib/core/OAISpecExtractor.inc.shtml.wml,
 	modules/bibformat/lib/core/Processor.inc.shtml.wml,
 	modules/bibformat/lib/core/RecordSeparator.inc.shtml.wml,
 	modules/bibformat/lib/core/Timing.inc.shtml.wml,
 	modules/bibformat/lib/core/TreeNode.inc.shtml.wml,
 	modules/bibformat/lib/core/UDFRetriever.inc.shtml.wml,
 	modules/bibformat/web/.cvsignore,
 	modules/bibformat/web/Makefile.am,
 	modules/bibformat/web/bibformat.shtml.wml,
 	modules/bibformat/web/admin/.cvsignore,
 	modules/bibformat/web/admin/BEH_ACTION_add.shtml.wml,
 	modules/bibformat/web/admin/BEH_ACTION_del.shtml.wml,
 	modules/bibformat/web/admin/BEH_ACTION_edit.shtml.wml,
 	modules/bibformat/web/admin/BEH_COND_add.shtml.wml,
 	modules/bibformat/web/admin/BEH_COND_del.shtml.wml,
 	modules/bibformat/web/admin/BEH_COND_edit.shtml.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_add.shtml.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_del.shtml.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_edit.shtml.wml,
 	modules/bibformat/web/admin/BEH_OTYPE_showone.shtml.wml,
 	modules/bibformat/web/admin/BEH_display.shtml.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_display.shtml.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_hand.shtml.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_process.shtml.wml,
 	modules/bibformat/web/admin/BIBREFORMAT_tree.shtml.wml,
 	modules/bibformat/web/admin/FORMAT_add.shtml.wml,
 	modules/bibformat/web/admin/FORMAT_del.shtml.wml,
 	modules/bibformat/web/admin/FORMAT_display.shtml.wml,
 	modules/bibformat/web/admin/FORMAT_edit.shtml.wml,
 	modules/bibformat/web/admin/FORMAT_showone.shtml.wml,
 	modules/bibformat/web/admin/KB_VALUE_add.shtml.wml,
 	modules/bibformat/web/admin/KB_VALUE_del.shtml.wml,
 	modules/bibformat/web/admin/KB_add.shtml.wml,
 	modules/bibformat/web/admin/KB_del.shtml.wml,
 	modules/bibformat/web/admin/KB_display.shtml.wml,
 	modules/bibformat/web/admin/KB_edit.shtml.wml,
 	modules/bibformat/web/admin/KB_showone.shtml.wml,
 	modules/bibformat/web/admin/LINK_ACTION_add_edit.shtml.wml,
 	modules/bibformat/web/admin/LINK_ACTION_del.shtml.wml,
 	modules/bibformat/web/admin/LINK_COND_add_edit.shtml.wml,
 	modules/bibformat/web/admin/LINK_COND_del.shtml.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_add.shtml.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_del.shtml.wml,
 	modules/bibformat/web/admin/LINK_FORMAT_display.shtml.wml,
 	modules/bibformat/web/admin/LINK_add.shtml.wml,
 	modules/bibformat/web/admin/LINK_del.shtml.wml,
 	modules/bibformat/web/admin/LINK_display.shtml.wml,
 	modules/bibformat/web/admin/LINK_edit.shtml.wml,
 	modules/bibformat/web/admin/LINK_showone.shtml.wml,
 	modules/bibformat/web/admin/Makefile.am,
 	modules/bibformat/web/admin/OAIER_SF_add.shtml.wml,
 	modules/bibformat/web/admin/OAIER_SF_del.shtml.wml,
 	modules/bibformat/web/admin/OAIER_add.shtml.wml,
 	modules/bibformat/web/admin/OAIER_del.shtml.wml,
 	modules/bibformat/web/admin/OAIER_display.shtml.wml,
 	modules/bibformat/web/admin/UDF_add.shtml.wml,
 	modules/bibformat/web/admin/UDF_del.shtml.wml,
 	modules/bibformat/web/admin/UDF_display.shtml.wml,
 	modules/bibformat/web/admin/UDF_edit.shtml.wml,
 	modules/bibformat/web/admin/UDF_showone.shtml.wml,
 	modules/bibformat/web/admin/UDF_testcode.shtml.wml,
 	modules/bibformat/web/admin/error.inc.shtml.wml,
 	modules/bibformat/web/admin/footer.inc.shtml.wml,
 	modules/bibformat/web/admin/header.inc.shtml.wml,
 	modules/bibformat/web/admin/index.shtml.wml,
 	modules/bibformat/web/admin/localconf.inc.shtml.wml,
 	modules/bibformat/web/admin/security.inc.shtml.wml,
 	modules/bibformat/web/admin/test.shtml.wml, modules/.cvsignore,
 	modules/Makefile.am: Initial release after module reorganization.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/miscutil/.cvsignore, modules/miscutil/Makefile.am,
 	modules/miscutil/bin/.cvsignore, modules/miscutil/bin/Makefile.am,
 	modules/miscutil/bin/dbexec.wml, modules/miscutil/bin/dbtest.wml,
 	modules/miscutil/demo/.cvsignore,
 	modules/miscutil/demo/Makefile.am,
 	modules/miscutil/demo/demobibdata.xml,
 	modules/miscutil/demo/democfgdata.sql.wml,
 	modules/miscutil/lib/.cvsignore, modules/miscutil/lib/Makefile.am,
 	modules/miscutil/lib/__init__.py.wml,
 	modules/miscutil/lib/config.py.wml,
 	modules/miscutil/lib/dbquery.py.wml,
 	modules/miscutil/sql/.cvsignore, modules/miscutil/sql/Makefile.am,
 	modules/miscutil/sql/tabbibclean.sql,
 	modules/miscutil/sql/tabcreate.sql,
 	modules/miscutil/sql/tabdrop.sql,
 	modules/miscutil/sql/tabfill.sql.wml, modules/bibupload/.cvsignore,
 	modules/bibupload/Makefile.am, modules/bibupload/bin/.cvsignore,
 	modules/bibupload/bin/Makefile.am,
 	modules/bibupload/bin/bibupload.wml: Initial release after module
 	reorganization.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websearch/.cvsignore, modules/websearch/Makefile.am,
 	modules/websearch/bin/.cvsignore,
 	modules/websearch/bin/Makefile.am,
 	modules/websearch/bin/create_collection_pages.wml,
 	modules/websearch/lib/.cvsignore,
 	modules/websearch/lib/Makefile.am,
 	modules/websearch/lib/search_engine.py.wml,
 	modules/websearch/lib/search_engine_config.py.wml,
 	modules/websearch/web/.cvsignore,
 	modules/websearch/web/Makefile.am,
 	modules/websearch/web/goto.shtml.wml,
 	modules/websearch/web/oai1d.wml, modules/websearch/web/oai2d.wml,
 	modules/websearch/web/search.py.wml: Initial release after module
 	reorganization.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/webstyle/.cvsignore, modules/webstyle/Makefile.am,
 	modules/webstyle/css/.cvsignore, modules/webstyle/css/Makefile.am,
 	modules/webstyle/css/cds.css.wml, modules/webstyle/img/.cvsignore,
 	modules/webstyle/img/Makefile.am,
 	modules/webstyle/img/answer_bad.gif,
 	modules/webstyle/img/approval_button.gif,
 	modules/webstyle/img/approve_button.gif,
 	modules/webstyle/img/blank_button.gif,
 	modules/webstyle/img/blankicon.gif,
 	modules/webstyle/img/cover_button.gif,
 	modules/webstyle/img/cross_red.gif,
 	modules/webstyle/img/delete_button.gif,
 	modules/webstyle/img/description.gif,
 	modules/webstyle/img/down-trans.gif, modules/webstyle/img/down.gif,
 	modules/webstyle/img/edit1.gif,
 	modules/webstyle/img/forbidden_left.gif,
 	modules/webstyle/img/forbidden_right.gif,
 	modules/webstyle/img/guide_elements.jpg,
 	modules/webstyle/img/guide_endaction.jpg,
 	modules/webstyle/img/guide_form.jpg,
 	modules/webstyle/img/guide_implement.jpg,
 	modules/webstyle/img/guide_listfunctions.jpg,
 	modules/webstyle/img/guide_mainmenu.jpg,
 	modules/webstyle/img/guide_menudoc.jpg,
 	modules/webstyle/img/guide_menupages.jpg,
 	modules/webstyle/img/guide_preview.jpg,
 	modules/webstyle/img/highlight_approval_button.gif,
 	modules/webstyle/img/highlight_approve_button.gif,
 	modules/webstyle/img/highlight_cover_button.gif,
 	modules/webstyle/img/highlight_delete_button.gif,
 	modules/webstyle/img/highlight_link_button.gif,
 	modules/webstyle/img/highlight_modify_button.gif,
 	modules/webstyle/img/highlight_printshop_button.gif,
 	modules/webstyle/img/highlight_publication_button.gif,
 	modules/webstyle/img/highlight_release_button.gif,
 	modules/webstyle/img/highlight_revision_button.gif,
 	modules/webstyle/img/highlight_send_button.gif,
 	modules/webstyle/img/highlight_submit_button.gif,
 	modules/webstyle/img/highlight_transfer_button.gif,
 	modules/webstyle/img/iconcross.gif,
 	modules/webstyle/img/iconpen.gif,
 	modules/webstyle/img/last-right-part-trans.gif,
 	modules/webstyle/img/left-part-topless-trans.gif,
 	modules/webstyle/img/left-part-trans.gif,
 	modules/webstyle/img/left-trans.gif, modules/webstyle/img/left.gif,
 	modules/webstyle/img/line-up-trans.gif,
 	modules/webstyle/img/line.gif,
 	modules/webstyle/img/link_button.gif,
 	modules/webstyle/img/mainmenu.gif,
 	modules/webstyle/img/modify_button.gif,
 	modules/webstyle/img/noway.gif, modules/webstyle/img/okay.gif,
 	modules/webstyle/img/out.gif,
 	modules/webstyle/img/printshop_button.gif,
 	modules/webstyle/img/publication_button.gif,
 	modules/webstyle/img/r.gif,
 	modules/webstyle/img/release_button.gif,
 	modules/webstyle/img/revision_button.gif,
 	modules/webstyle/img/right-part-topless-trans.gif,
 	modules/webstyle/img/right-part-trans.gif,
 	modules/webstyle/img/right-trans.gif,
 	modules/webstyle/img/right.gif, modules/webstyle/img/sb.gif,
 	modules/webstyle/img/sclose.gif, modules/webstyle/img/se.gif,
 	modules/webstyle/img/send_button.gif,
 	modules/webstyle/img/smallbin.gif,
 	modules/webstyle/img/smalldown.gif,
 	modules/webstyle/img/smallfiles.gif,
 	modules/webstyle/img/smallup.gif,
 	modules/webstyle/img/smchk_gr.gif,
 	modules/webstyle/img/smchk_rd.gif, modules/webstyle/img/sn.gif,
 	modules/webstyle/img/sp.gif,
 	modules/webstyle/img/submit_button.gif,
 	modules/webstyle/img/summary.gif, modules/webstyle/img/tick.gif,
 	modules/webstyle/img/transfer_button.gif,
 	modules/webstyle/img/up.gif, modules/webstyle/img/waiting_or.gif,
 	modules/webstyle/lib/.cvsignore, modules/webstyle/lib/Makefile.am,
 	modules/webstyle/lib/webpage.py.wml: Initial release after module
 	reorganization.
 
 2003-04-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* modules/websession/.cvsignore, modules/websession/Makefile.am,
 	modules/websession/web/.cvsignore,
 	modules/websession/web/Makefile.am,
 	modules/websession/web/sessinit.inc.shtml.wml: Initial release
 	after module reorganization.
 
 2003-03-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Left stripe commented out.  On its way towards
 	a half-portal page design.
 
 2003-03-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: Left stripe commented out.  On its way
 	towards a half-portal page design.
 
 2003-03-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Main navbar moved to main-old.
 
 2003-03-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* .cvsignore: Added configure.
 
 2003-03-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: New CDSware source layout structure (modules).
 
 2003-03-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure: Remove unnecessary file.
 
 2003-03-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: New CDSware source layout structure (modules).
 
 2003-01-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added info on short_open_tag.
 
 2003-01-14  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Removed hardcoded cds.support@cern.ch.
 
 2002-12-02  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Add info on register_globals in php.ini.
 
 2002-11-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Ditto.
 
 2002-11-12  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Clarify example on configuration paths and URLs.
 
 2002-10-14  anonymous
 
 	* NEWS: Revoke test.
 
 2002-10-14  anonymous
 
 	* NEWS: Test.
 
 2002-09-23  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/config.wml: Content URL corrected
 
 2002-09-10  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Fix for load-sample-data in order to work with new
 	BibWords user interface.
 
 2002-09-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added info on Python version.
 
 2002-08-22  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Cosmetics by Erik.
 
 2002-08-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure: Added support for Micro$oft PowerPoint and Excel.
 
 2002-08-13  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL, configure.ac, config/configbis.wml.in: Added support for
 	Micro$oft PowerPoint and Excel.  Fulltext indexer now checks for
 	all the fulltext links available in 'setlink'-like page.  Fulltext
 	indexer now uses all the converters available for a given doctype.
 	Fulltext indexer now ignores unauthorized pages.  Fulltext indexer
 	now checks for exceptions in case of errors.
 
 2002-08-08  Eduardo Margallo
 
 	* config/configbis.wml.in: Added MS Word and postscript files
 	support for fulltext indexing.
 
 2002-08-08  Eduardo Margallo
 
 	* configure.ac: Added MS Word and postscript support for fulltext
 	indexing
 
 2002-08-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* aclocal.m4, configure, configure.ac: Version bump to 0.1-pre1.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Deleted forgotten sbmdir at the end of the file.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* ChangeLog: Initial release.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* NEWS: Entered news for CDSware v0.0.9 release.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Further explanation on ADMINEMAIL.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Further explanations on ADMINEMAIL and stuff.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Added Eduardo.  Upgraded descriptions a bit.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: TOC now honors Parts order.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Parts moved around to ensure that people will
 	change important things.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* aclocal.m4: [no log message]
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac, configure: Shorten width of help text at the end of
 	configure process.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Added WebSubmit symbolic link creation for sample
 	data.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Deleting BibFormat's USER_display as the
 	task was now taken over by WebAccess manager.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Fixed path to log dir, reflecting change
 	cdsdev -> cdsweb.
 
 2002-08-01  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Sample data: incrementing number of demo documents
 	for BibWords.  Sample data: BibFormat called later, after
 	BibUpload, with the explicit   otype arguments.
 
 2002-08-01  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/config.wml: CERN specific configuration removed.
 
 2002-07-31  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/config.wml:
 	OAI identifier modification.
 
 2002-07-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* .cvsignore: Adding autom4.cache.
 
 2002-07-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* aclocal.m4: is this needed? :-)
 
 2002-07-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure, configure.ac: Version bump to 0.0.9.  Use new
 	variables instead of deprecated ones for OUTPUT handling.
 
 2002-07-31  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/config.wml: OAI interface configuration updated.
 	OAI-identifier modified according to a recommendation.
 
 2002-07-24  Tibor Simko <tibor.simko@cern.ch>
 
 	* aclocal.m4: Reflect recent move to LoC MARC XML also in the doc
 	files.
 
 2002-07-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Setting default admin email to
 	cds.support@cern.ch.
 
 2002-07-23  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure, configure.ac: Versoin number bump.
 
 2002-07-22  Eduardo Margallo
 
 	* config/cdsnavbar.wml:
 	Changed naming of reformatting tool from REFLEX to BIBREFORMAT
 	Moved the storage from files in temp directory to database in
 	flxREFORMAT table Improved the user interface after JY suggestions.
 	Added support for fulltext search to search.wml    perhaps
 	incomplete (must check) Added support for fulltext indexing to
 	bibwords.wml	there is still some work to do to clean the
 	interface and implementation	so that is good enough for cdsware
 	we'll have to isolate CERN hacks from clean cdsware
 
 2002-07-13  Eduardo Margallo
 
 	* config/cdsnavbar.wml, config/config.wml:
 
 	Makefile: Now it takes the reflex python script into account.
 	search.wml: should be untouched.  cdsnavbar: has a new link for the
 	reflex stuff.  Added the interface for reformatting records through
 	flexelink through a python script (reflex) and three PHP web pages
 	acting as front-ends
 
 2002-06-26  Thomas Baron <thomas.baron@cern.ch>
 
 	* aclocal.m4, configure: run autoreconf
 
 2002-06-26  Thomas Baron <thomas.baron@cern.ch>
 
 	* configure.ac: changed prerelease version
 
 2002-06-25  Thomas Baron <thomas.baron@cern.ch>
 
 	* INSTALL: comment about the ADMINEMAIL config variable
 
 2002-06-25  Thomas Baron <thomas.baron@cern.ch>
 
 	* INSTALL: added explanatory text about ADMINEMAIL variable
 
 2002-06-25  Thomas Baron <thomas.baron@cern.ch>
 
 	* config/config.wml: got rid of the ADMINEMAIL varaiable value
 
 2002-06-20  Thomas Baron <thomas.baron@cern.ch>
 
 	* aclocal.m4, configure, configure.ac:	last updates in the test
 	configurations for websubmit
 
 2002-06-18  Thomas Baron <thomas.baron@cern.ch>
 
 	* config/config.wml: added ARCHIVEURL variable
 
 2002-06-18  Thomas Baron <thomas.baron@cern.ch>
 
 	* config/config.wml: standard archive + counter + storage default
 	directories
 
 2002-06-17  Thomas Baron <thomas.baron@cern.ch>
 
 	* aclocal.m4, configure.ac: updated configure.ac
 
 2002-06-17  Thomas Baron <thomas.baron@cern.ch>
 
 	* configure, configure.ac, config/cdsnavbar.wml, config/config.wml,
 	config/configbis.wml.in: updated configuration files to be used
 	with new admins + submit module
 
 2002-06-14  Thomas Baron <thomas.baron@cern.ch>
 
 	* config/cdsnavbar.wml, config/cdspage.wml, config/config.wml:
 	added config for submit and updated navbar main + submit+
 	search_documentation
 
 2002-06-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac, configure: Version number bump.
 
 2002-06-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: BibData Admin added.
 
 2002-06-06  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: No JavaScript hints to satisfy MSIE.
 
 2002-05-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure, configure.ac: Prerelease version number bumped.
 
 2002-05-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: load-sample-data and clean-sample-data targets now
 	refletc new test dataset.
 
 2002-05-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: New navbar placement. (under title)
 
 2002-05-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavtrail.wml: Added class navtrail to href links.
 
 2002-05-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Search navbar changed.
 
 2002-05-31  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Defaults changed to generate "Atlantis
 	Institute of Science" doc server.
 
 2002-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* .cvsignore: index.wml added.	(index.wml is created in this dir
 	by create_collection_pages)
 
 2002-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: index.wml added into CLEANFILES.  (index.wml is
 	created in this dir by create_collection_pages)
 
 2002-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Cosmetics.
 
 2002-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure: Added path to htdocs/admin/howto/Makefile.
 
 2002-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Changes in loading defaults because of introduction
 	of tabfill.sql.wml.
 
 2002-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Added Admins' HOWTO navbars.
 
 2002-04-29  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Cosmetics.
 
 2002-04-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Added Admin's HOWTO navbar.
 
 2002-04-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added path to htdocs/admin/howto/Makefile.
 
 2002-04-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure: Bumped version number.  Minor name changes.
 
 2002-04-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Respect new names.
 
 2002-04-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* NEWS, INSTALL: Cosmetics.
 
 2002-04-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* AUTHORS: Updated.
 
 2002-04-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added htdocs/admin/* directories.  Added more
 	explicit error messaged when soft likw WML is not found in PATH.
 
 2002-04-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdsnavbar.wml: Added administration navbars.
 
 2002-04-26  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/cdspage.wml: Added DO NOT EDIT info on the top.
 
 2002-04-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/config.wml: Unnecessary OAI tags deleted.  CDSware version
 	number printed in the footer.
 
 2002-04-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/configbis.wml.in: PERL tag deleted.  VERSION tag added.
 
 2002-04-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac, configure: Check for PERL deleted.  VERSION
 	variable passed on.  Version number bumped.
 
 2002-04-11  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added help text on httpd.conf and php.ini settings.
 
 2002-04-11  Martin Vesely <martin.vesely@cern.ch>
 
 	* config/config.wml: OAI config tags modified.
 
 2002-04-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL: Added PHP standalone executable (instead of Perl).
 	Cosmetics.
 
 2002-04-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* Makefile.am: Added load-sample-data and clean-sample-data
 	targets.
 
 2002-04-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* config/configbis.wml.in, configure: Added PHP standalone
 	executable.
 
 2002-04-09  Tibor Simko <tibor.simko@cern.ch>
 
 	* configure.ac: Added check for standalone PHP executable.
 	Cosmetics.
 
 2002-04-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL, README, UNINSTALL: Signature changes, again.
 
 2002-04-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* INSTALL, README, UNINSTALL: CDS replaced by CDSware in the
 	signature.
 
 2002-04-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* .cvsignore, .wmlrc, AUTHORS, COPYING, ChangeLog, INSTALL,
 	Makefile.am, NEWS, README, UNINSTALL, aclocal.m4, configure,
 	configure.ac, install-sh, missing, mkinstalldirs,
 	config/.cvsignore, config/Makefile.am, config/cdsnavbar.wml,
 	config/cdsnavtrail.wml, config/cdspage.wml, config/config.wml,
 	config/configbis.wml.in: Initial revision
 
 2002-04-08  Tibor Simko <tibor.simko@cern.ch>
 
 	* .cvsignore, .wmlrc, AUTHORS, COPYING, ChangeLog, INSTALL,
 	Makefile.am, NEWS, README, UNINSTALL, aclocal.m4, configure,
 	configure.ac, install-sh, missing, mkinstalldirs,
 	config/.cvsignore, config/Makefile.am, config/cdsnavbar.wml,
 	config/cdsnavtrail.wml, config/cdspage.wml, config/config.wml,
 	config/configbis.wml.in: cdsware
 
 - previous history not logged -
 
 - end of file -
diff --git a/NEWS b/NEWS
index d0adb7af2..f1dd3301e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,397 +1,411 @@
 CERN DOCUMENT SERVER SOFTWARE (CDSware) NEWS
 ============================================
 
 Revision: $Id$
 
 Here is a short summary of the most notable changes in CDSware
 releases.  For more info about the current release, please consult
 RELEASE-NOTES.  For more info about changes, please consult ChangeLog.
 
+CDSware v0.7.1 -- released 2005-05-04
+-------------------------------------
+
+ *) important bugfix for bibconvert's ``source data in a directory''
+    mode, as invoked by the web submission system (BibConvert)
+
+ *) minor bugfix in the search engine, thanks to Frédéric Gobry
+    (WebSearch)
+
+ *) minor bugfix in the WebSearch Admin interface (WebSearch)
+
+ *) automatic linking to Google Print in the ``Haven't found what you
+    were looking for...'' page box (WebSearch)
+
+ *) BibFormat Admin Guide cleaned, thanks to Ferran Jorba   
+
+ *) new Catalan translation, thanks to Ferran Jorba
+
+ *) updated Greek and Portuguese translations, thanks to Theodoros
+    Theodoropoulos and Flávio C. Coelho
+
+ *) updated Spanish translation 
+ 
 CDSware v0.7.0 -- released 2005-04-06
 -------------------------------------
 
  *) experimental release of the refextract program for automatic
     reference extraction from PDF fulltext files (BibEdit)
 
  *) experimental release of the citation and download ranking tools
     (BibRank)
 
  *) new module for gathering usage statistics out of Apache log files
     (WebStat)
 
  *) new similar-records-navigation tool exploring end-user viewing
     habits: "people who viewed this page also viewed" (WebSearch,
     BibRank)
 
  *) OAI gateway validated against OAI Repository Explorer (BibHarvest)
 
  *) fixed "records modified since" option for the indexer (BibIndex)
 
  *) collection cache update is done only when the cache is not up to
     date (WebSearch) [closing #WebSearch-016]
 
  *) cleanup of user login mechanism (WebSession, WebAccess)
 
  *) fixed uploading of already-existing records in the insertion mode
     (BibUpload)
 
  *) fixed submission in UTF-8 languages (WebSubmit)
 
  *) updated HOWTO Run Your Existing CDSware Installation (WebHelp)
 
  *) test suite improvements (WebSearch, BibHarvest, BibRank,
     BibConvert)
 
  *) German translation updated and new German stopwords list added,
     thanks to Guido Pelzer
 
  *) new Greek and Ukrainian translations, thanks to Theodoros
     Theodoropoulos and Vasyl Ostrovskyi
 
  *) all language codes now comply to RFC 1766 and ISO 639
 
  *) numerous other small fixes and improvements, with many
     contributions by the EPFL team headed by Frederic Gobry
     (BibConvert, BibUpload, WebSearch, WebSubmit, WebSession)
 
-
 CDSware v0.5.0 -- released 2004-12-17
 -------------------------------------
   
  *) new rank engine, featuring word similarity rank method and the
     journal impact factor rank demo (BibRank)
 
  *) search engine includes ranking option (WebSearch) 
 
  *) record similarity search based on word frequency (WebSearch,
     BibRank)
 
  *) stopwords possibility when ranking and indexing (BibRank, BibIndex)
 
  *) stemming possibility when ranking and indexing (BibRank, BibIndex)
 
  *) search engine boolean query processing stages improved (WebSearch)
 
  *) search engine accent matching in phrase searches (WebSearch)
 
  *) regular expression searching mode introduced into the Simple
     Search interface too (WebSearch)
 
  *) Search Tips split into a brief Search Tips page and detailed
     Search Guide page (WebSearch)
 
  *) improvements to the ``Try your search on'' hints (WebSearch)
 
  *) author search hints introduced (WebSearch)
 
  *) search interface respects title prologue/epilogue portalboxes
     (WebSearch)
 
  *) improvements to admin interfaces (WebSearch, BibIndex, BibRank,
     WebAccess)
 
  *) basket item ordering problem fixed (WebBasket)
 
  *) access error messages introduced (WebAccess and its clients)
 
  *) new account management to enable/disable guest users and
     automatic vs to-be-approved account registration (WebAccess)
 
  *) possibility for temporary read-only access to, and closure of, the
     site; useful for backups (WebAccess and its clients)
 
  *) possibility for external authentication login methods (WebAccess)
 
  *) new XML MARC handling library (BibEdit)
 
  *) when uploading, bad XML records are marked as errors (BibUpload)
 
  *) improvements to the submission engine and its admin interface,
     thanks to Tiberiu Dondera (WebSubmit)
 
  *) preparations for electronic mail submission feature, not yet
     functional (ElmSubmit)
 
  *) added example on MARC usage at CERN (WebHelp)
 
  *) legacy compatibility with MySQL 3.23.x assured (BibUpload)
 
  *) legacy compatibility with Python 2.2 assured (WebSubmit)
 
  *) test suite additions and corrections (BibRank, BibIndex,
     WebSearch, BibEdit)
 
  *) French translation fixes, thanks to Eric Grand
 
  *) minor Czech and Slovak translation cleanup
 
-
 CDSware v0.3.3 (DEVELOPMENT) -- released 2004-07-16
 ---------------------------------------------------
 
  *) new international phrases, collection and field names; thanks to
     Guido, Flavio, Tullio
 
  *) collection international names are now respected by the search
     engine and interfaces (WebSearch)
 
  *) field international names are now respected by the search
     engine and interfaces (WebSearch)
 
  *) when no hits found in a given collection, do not display all
     public hits straight away but only link to them (WebSearch)
 
  *) records marked as DELETED aren't shown anymore in XML MARC and
     other formats (WebSearch)
 
  *) detailed record page now features record creation and modification
     times (WebSearch)
 
  *) improved XML MARC parsing and cumulative record count in case of
     uploading of several files in one go (BibUpload)
 
  *) personal `your admin activities' page introduced (WebSession)
 
  *) added option to fulltext-index local files only (BibIndex)
 
  *) initial release of the BibIndex Admin interface (BibIndex)
 
  *) checking of mandatory selection box definitions (WebSubmit)
 
  *) WebSearch Admin interface cleanup (WebSearch)
 
  *) introducing common test suite infrastructure (WebSearch, BibIndex,
     MiscUtil, WebHelp)
 
  *) fixed accent and link problems for photo demo records (MiscUtil)
 
  *) conference title exported via OAI XML DC (BibHarvest)
 
  *) enabled building out of source directory; thanks to Frederic
 
-
 CDSware v0.3.2 (DEVELOPMENT) -- released 2004-05-12
 ---------------------------------------------------
 
  *) admin area improved: all the modules have now Admin Guides; some
     guides were updated, some are still to be updated (WebHelp,
     BibConvert, BibFormat, BibIndex, BibSched, WebAlert, WebSession,
     WebSubmit, BibEdit, BibHarvest, BibRank, BibUpload, WebAccess,
     WebBasket, WebSearch, WebStyle)
 
  *) initial release of the WebSearch Admin interface (WebSearch)
 
  *) initial release of the BibRank Admin interface (BibRank)
 
  *) search cache expiry after insertion of new records (WebSearch)
 
  *) search engine now does on-the-fly formatting via BibFormat CLI
 
     call to handle restricted site situations (WebSearch)
  *) webcoll default verbosity decreased for efficiency (WebSearch)
 
  *) added BibConvert configuration example for converting XML Dublin
     Core to XML MARC (BibConvert)
 
  *) BibConvert knowledge base mode extended by various case-sensitive
     matching possibilities (BibConvert)
 
  *) fixed various problems with fulltext file names and the submission
     from MS Windows platform (WebSubmit)
 
  *) fixed problem with bibupload append mode not updating XML MARC
     properly (BibUpload)
 
  *) fixed small problems with the submission interface such as
     multiple fields selection (WebSubmit)
 
  *) session revoking and session expiry strengthened (WebSession)
 
  *) page design and style sheet updated to better fit large variety of
     browsers (WebStyle)
 
  *) added output format argument for basket display (WebBasket)
 
  *) new Swedish translation and updated German, Russian, and Spanish
     translations; thanks to Urban, Guido, Lyuba, and Magaly
 
  *) faster creation of I18N static HTML and PHP files during make
 
-
 CDSware v0.3.1 (DEVELOPMENT) -- released 2004-03-12
 ---------------------------------------------------
 
  *) security fix preventing exposure of local configuration variables
     by malicious URL crafting (WebSearch, WebSubmit, WebAlert,
     WebBasket, WebSession, BibHarvest, MiscUtil)
 
  *) initial release of the ranking engine (BibRank)
 
  *) new guide on HOWTO Run Your CDSware Installation (WebHelp)
 
  *) fixed submit configurations with respect to fulltext links and
     metadata tags (WebSubmit, MiscUtil)
 
  *) Your Account personal corner now shows the list and the status
     of submissions and approvals (WebSession)
 
  *) uniform help and version number option for CLI executables
     (WebSearch, BibSched, BibIndex, BibRank, BibHarvest, BibConvert,
     WebAccess, BibFormat, WebSession, WebAlert)
 
  *) uniform technique for on-the-fly formatting of search results via
     `hb_' and `hd_' output format parameters (WebSearch)
 
  *) check for presence of pcntl and mysql PHP libraries (BibUpload)
 
-
 CDSware v0.3.0 (DEVELOPMENT) -- released 2004-03-05
 ---------------------------------------------------
 
  *) new development branch release (important SQL table changes)
 
  *) introducing a new submission engine and the end-user web
     interface (WebSubmit)
 
  *) bibupload is now a BibSched task with new options (BibUpload)
 
  *) BibWords renamed into BibIndex in the view of future phrase
     indexing changes (BibIndex)
 
  *) more secure DB server connectivity (BibSched)
 
  *) record matching functionality (BibConvert)
 
  *) character encoding conversion tables (BibConvert)
 
  *) Qualified Dublin Core conversion example (BibConvert)
 
  *) OAI deleted records policy can now be specified (BibHarvest)
 
  *) multi-language collection portalboxes (WebSearch)
 
  *) HTML pages now respect language selections (WebSearch, WebHelp)
 
  *) minor layout changes (WebStyle)
 
  *) updated Russian and other translations
 
  *) ChangeLog is now generated from CVS log messages
 
  *) plus the usual set of bugfixes (see ChangeLog)
 
-
 CDSware v0.1.2 (DEVELOPMENT) -- released 2003-12-21
 ---------------------------------------------------
 
  *) development branch release
 
  *) fix BibReformat task launching problem (BibFormat)
 
  *) fix BibTeX -> XML MARC conversion example (BibConvert)
 
  *) updated Spanish translation
 
-
 CDSware v0.1.1 (DEVELOPMENT) -- released 2003-12-19
 ---------------------------------------------------
 
  *) development branch release
 
  *) access control engine now used by BibWords, BibFormat (admin and
     bibreformat), WebSearch (webcoll), and BibTaskEx
 
  *) access control engine admin guide started (WebAccess)
 
  *) search engine support for sorting by more than one field (WebSearch)
 
  *) more internationalization of the search engine messages (WebSearch)
 
  *) new language: Norwegian (bokmål) 
 
  *) simple example for converting BibTeX into XML MARC (BibConvert)
 
  *) new optional --with-python configuration option
 
  *) Python module detection during configure 
 
  *) bugfixes: os.tempnam() warning, login page referer, and others
 
-
 CDSware v0.1.0 (DEVELOPMENT) -- released 2003-12-04
 ---------------------------------------------------
 
  *) development branch release
 
  *) search engine redesign to yield five times more search performance 
     for larger sites (WebSearch, BibWords)
 
  *) fulltext indexation of PDF, PostScript, MS Word, MS PowerPoint and
     MS Excel files (WebSearch)
 
  *) integrated combined metadata/fulltext/citation search (WebSearch)
 
  *) multi-stage search guidance in cases of no exact match (WebSearch)
 
  *) OAI-PMH harvestor (BibHarvest)
 
  *) bibliographic task scheduler (BibSched)
 
  *) automatic daemon mode of the indexer, the formatter and the
     collection cache generator (BibWords, BibFormat, WebSearch)
 
  *) user management and session handling rewrite (WebSession)
 
  *) user personalization, document baskets and notification alert
     system (WebBasket, WebAlert)
 
  *) role-based access control engine (WebAccess)
 
  *) internationalization of the interface started (currently with
     Czech, German, English, Spanish, French, Italian, Portuguese,
     Russian, and Slovak support)
 
  *) web page design update (WebStyle)
 
  *) introduction of programmer-oriented technical documentation corner
     (WebHelp)
 
  *) source tree reorganization, mod_python technology adopted for most
     of the modules
 
-
 CDSware v0.0.9 (STABLE) -- released 2002-08-01
 ----------------------------------------------
 
  *) first "public" alpha release of CDSware
 
  *) recently standardized Library of Congress' MARC XML schema adopted
     in all CDSware modules as the new default internal XML file format
     (BibConvert, BibFormat, BibUpload, WebSubmit, WebSearch)
 
  *) support for OAI-PMH v2.0 in addition to OAI-PMH v1.1 (WebSearch)
 
  *) search interface now honors multiple output formats per collection
     (BibFormat, WebSearch)
 
  *) search interface now honors search fields, search options, and
     sort options from the database config tables (WebSearch,
     WebSearch Admin)
 
  *) search interface now honors words indexes from the database config
     tables (BibWords, WebSearch)
 
  *) easy reformatting of already uploaded bibliographic records via
     web admin. tool (BibFormat Admin/Reformat Records)
 
  *) new submission form field type ("response") allowing
     greater flexibility (WebSubmit) [thanks to Frank Sudholt]
 
  *) demo site "Atlantis Institute of Science" updated to demonstrate:
     Pictures collection of photographs; specific per-collection
     formats; references inside Articles and Preprints; "cited by"
     search link; published version linking; subject category
     searching; search within, search options, sort options in the web
     collection pages.
 
 - end of file -
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6acd73e1e..aa4c9cf7a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,182 +1,141 @@
 --------------------------------------------------------------------
-CDSware v0.7.0 is released
-April 6, 2005
+CDSware v0.7.1 is released
+May 4, 2005
 http://cdsware.cern.ch/news/
 --------------------------------------------------------------------
 
-CDSware v0.7.0 was released on April 6th, 2005.
-
-This release is recommended to all users of v0.5.0 version.
-
+CDSware v0.7.1 was released on May 4, 2005.  
 
 What's new:
 -----------
 
- *) experimental release of the refextract program for automatic
-    reference extraction from PDF fulltext files (BibEdit)
-
- *) experimental release of the citation and download ranking tools
-    (BibRank)
-
- *) new module for gathering usage statistics out of Apache log files
-    (WebStat)
-
- *) new similar-records-navigation tool exploring end-user viewing
-    habits: "people who viewed this page also viewed" (WebSearch,
-    BibRank)
-
- *) OAI gateway validated against OAI Repository Explorer (BibHarvest)
+ *) important bugfix for bibconvert's ``source data in a directory''
+    mode, as invoked by the web submission system (BibConvert)
 
- *) fixed "records modified since" option for the indexer (BibIndex)
+ *) minor bugfix in the search engine, thanks to Frédéric Gobry
+    (WebSearch)
 
- *) collection cache update is done only when the cache is not up to
-    date (WebSearch) [closing #WebSearch-016]
+ *) minor bugfix in the WebSearch Admin interface (WebSearch)
 
- *) cleanup of user login mechanism (WebSession, WebAccess)
+ *) automatic linking to Google Print in the ``Haven't found what you
+    were looking for...'' page box (WebSearch)
 
- *) fixed uploading of already-existing records in the insertion mode
-    (BibUpload)
+ *) BibFormat Admin Guide cleaned, thanks to Ferran Jorba   
 
- *) fixed submission in UTF-8 languages (WebSubmit)
+ *) new Catalan translation, thanks to Ferran Jorba
 
- *) updated HOWTO Run Your Existing CDSware Installation (WebHelp)
-
- *) test suite improvements (WebSearch, BibHarvest, BibRank,
-    BibConvert)
-
- *) German translation updated and new German stopwords list added,
-    thanks to Guido Pelzer
-
- *) new Greek and Ukrainian translations, thanks to Theodoros
-    Theodoropoulos and Vasyl Ostrovskyi
-
- *) all language codes now comply to RFC 1766 and ISO 639
-
- *) numerous other small fixes and improvements, with many
-    contributions by the EPFL team headed by Frederic Gobry
-    (BibConvert, BibUpload, WebSearch, WebSubmit, WebSession)
+ *) updated Greek and Portuguese translations, thanks to Theodoros
+    Theodoropoulos and Flávio C. Coelho
 
+ *) updated Spanish translation 
 
 Download:
 ---------
 
-  <http://cdsware.cern.ch/download/cdsware-0.7.0.tar.gz>
-  <http://cdsware.cern.ch/download/cdsware-0.7.0.tar.gz.md5>
-  <http://cdsware.cern.ch/download/cdsware-0.7.0.tar.gz.sig>
-
+  <http://cdsware.cern.ch/download/cdsware-0.7.1.tar.gz>
+  <http://cdsware.cern.ch/download/cdsware-0.7.1.tar.gz.md5>
+  <http://cdsware.cern.ch/download/cdsware-0.7.1.tar.gz.sig>
 
 Installation notes:
 -------------------
 
 Please follow the INSTALL file bundled in the distribution tarball.
 
-
 Upgrade notes:
 --------------
 
-If you are upgrading from CDSware v0.5.0, then please follow these
-steps:
-
-   - New pre-requisite (optional): if you want to experiment with the
-     automatic reference extraction from PDF fulltext files, then you
-     have to check whether your pdftotext program is of version 3 or
-     later.  (See the INSTALL file, item i.)  Note that you are fully
-     free to skip this step now.
-
-   - New pre-requisite (optional): if you want to experiment with the
-     download and citation ranking alpha codebase, then we recommend
-     you to firstly install Gnuplot, the command-line driven
-     interactive plotting program.  (See the INSTALL file, item l.)
-     Note that you are fully free to skip this step now.
-
-   - New pre-requisite (optional): if you want to experiment with the
-     new WebStat program for gathering usage statistics out of Apache
-     log files, then you should firstly install a Common Lisp
-     implementation.  (See the INSTALL file, item m.)  Note that you
-     are fully free to skip this step now.
-
-   - After optionally updating your prerequisites, launch the bibsched
-     monitor and wait until all active bibsched tasks are finished.
-     Then put bibsched daemon into manual mode.  Stop all submission
-     procedures and other write operations: for example, you may want
-     to switch your site read-only (set CFG_ACCESS_CONTROL_LEVEL_SITE
-     to 1 in access_control_config.py and restart Apache) or you may
-     want to stop Apache completely.
+If you are upgrading from CDSware v0.7.0, then please follow the
+following steps:
+
+   - Launch the bibsched monitor and wait until all active bibsched
+     tasks are finished.  Then put bibsched daemon into sleeping
+     (manual) mode.
+
+   - Stop all submission procedures and other write operations: for
+     example, you may want to switch your site to read-only mode (set
+     CFG_ACCESS_CONTROL_LEVEL_SITE to 1 in access_control_config.py
+     and restart Apache) or you may want to stop Apache completely.
 
    - Optionally you may want to backup your current MySQL database and
      your CDSware installation directory.  (This step is not really
-     mandatory for the 0.5.0 -> 0.7.0 transition, since the changes
+     mandatory for the 0.7.0 -> 0.7.1 transition, since the changes
      are of minor nature only.)
 
-   - Untar new sources and rerun configure with old arguments.  
+   - Untar new sources and rerun configure with old arguments (see
+     /path/to/cdsware/lib/wml/cdsware/etc/build/config.nice).
 
-   - Merge your old config.wml with the new one.  (The old config.wml
+   - Merge your old config.wml with the new one. (Your old config.wml
      can be found in /path/to/cdsware/lib/wml/cdsware/config.wml.)
-     There are some new options in the new config.wml, so it is not
-     sufficient just to copy over your old config file.  However, the
-     new config file only changes two-three language-related things in
-     the beginning of the file, so merging of your old config.wml
-     should be very straightforward.
+     The only novelty in the new config.wml file is the introduction
+     of the Catalan translation in the CDSNAMEINTL and CDSLANGS
+     options, so that merging should be straightforward.  Note that
+     you may directly reuse your old config.wml file in case you do
+     not plan to provide your user interface in Catalan.
 
    - Run make.
 
-   - If you have edited your /path/to/cdsware/etc/ files during or
-     since the last installation (for example to edit the stopwords
-     list or configure language stemmers), then back it up now.
+   - If you have customized your /path/to/cdsware/etc/ files since the
+     last installation (for example to edit the stopwords list or
+     configure language stemmers), then back them up now.
 
    - Run make install.
 
    - If you have backed up your old /path/to/cdsware/etc/ directory as
-     mentioned above, then copy the backup over the freshly installed
-     etc directory now.  The old etc directory should be usable `as
-     is', unless you have configured bibrank to use the Swedish
-     stemmer, in which case you should change the language code from
-     `se' to `sv' in /path/to/cdsware/etc/bibrank/wrd.cfg.
-
-   - Update your table structure with new definitions:
-
-        $ make update-v0.5.0-tables
-
-     If you are upgrading from previous releases, you have to run
-     previous update-xxx-tables commands first, respectively.  (See
-     Makefile.am for what these commands do, and check out old
-     RELEASE-NOTES for previous releases.)
-
-   - Run webcoll.  The update is done now.
-
-   - The final stages are: re-enable write-access if you have disabled
-     it in the previous steps; restart your Apache server; put
-     bibsched back into the auto mode.  You are done.
-
+     mentioned before, then restore your old etc files now.
+
+   - Optionally update your tables with the new Catalan and Spanish
+     field names:
+
+        $ grep "'ca'" modules/miscutil/sql/tabfill.sql | \
+               ./modules/miscutil/bin/dbexec  
+        $ echo "UPDATE fieldname SET value='materia' \
+                 WHERE value='' AND id_field=7 AND ln='es';" | \
+               ./modules/miscutil/bin/dbexec  
+        $ echo "UPDATE fieldname SET value='división' \
+                WHERE value='' AND id_field=11 AND ln='es';" | \
+               ./modules/miscutil/bin/dbexec  
+        $ echo "UPDATE fieldname SET value='experimento' \
+                WHERE value='' AND id_field=13 AND ln='es';" | \
+               ./modules/miscutil/bin/dbexec  
+        $ echo "UPDATE fieldname SET value='registro núm.' \
+                WHERE value='' AND id_field=14 AND ln='es';" | \
+               ./modules/miscutil/bin/dbexec  
+
+   - Optionally run webcoll to regenerate Catalan and Spanish search
+     interface pages.
+
+   - Re-enable write access if you have disabled it before and restart
+     your Apache server.
+
+   - Put the bibsched daemon back into the automatic mode.  You are
+     done.
 
 Known problems:
 ---------------
 
  *) Several modules of the this release (e.g. the mail submission
     system, citation and download ranking) are experimental and not
     yet activated.  You may have a peek at what is planned, but please
     do not rely on them.
 
  *) The admin-level functionality for several modules is not fully
     developed yet.
 
  *) Fulltext file storage management is not yet linked with the
     metadata management.
  
-
 What's next:
 ------------
 
  *) Fixing the problems mentioned above.
 
  *) Developing clearer relations and dependencies between metadata
     records and fulltext files.
 
  *) Introducing page templating to ease the customization of CDSware
     interface.
 
  *) Introducing a new tool for matching external XML MARC records
     against the database content.
 
-
 - end of file -
\ No newline at end of file