CVS Commit Overview for 2006-08-22
==================================
2006-08-22 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/bibformatadminlib.py: Fixed bug where
warning code would be shown instead of warning message string when
formats directory is not readable.
2006-08-22 Jerome Caffaro <[email protected]>
*
modules/bibformat/etc/format_templates/Default_HTML_portfolio.bft,
modules/bibformat/etc/format_templates/Picture_HTML_brief.bft,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py:
Modified portfolio template to display pictures inline.
2006-08-22 Jerome Caffaro <[email protected]>
* modules/bibformat/bin/bibreformat.in,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/web/admin/bibformat_migration_kit_assistant.py:
Corrected letter case typo Bibformat -> BibFormat in docstrings.
Fixed an issue with bibreformat which did not use
'use_old_bibformat' variable from bibformat_config file.
2006-08-22 Tibor Simko <[email protected]>
* Makefile.am: Added regression-test target.
2006-08-22 Tibor Simko <[email protected]>
* modules/miscutil/lib/testutils.py: Make regression test suite
warning message a bit more explicit.
2006-08-22 Jerome Caffaro <[email protected]>
* modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft,
modules/bibformat/lib/elements/bfe_edit_record.py: Updated 'Edit
this record' link available to admin users in detailed view of a
record to be displayed in red, small, aligned right.
2006-08-22 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/elements/bfe_authors.py: Updated link that
shows/hides authors in detailed view: now in red, label changed
from 'Show All' and 'Show Less' to respectively 'Show All %i
Authors' and 'Hide'.
2006-08-22 Tibor Simko <[email protected]>
* modules/bibupload/Makefile.am,
modules/bibupload/bin/bibupload.in,
modules/bibupload/lib/.cvsignore,
modules/bibupload/lib/Makefile.am,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_config.py: Initial release of the
new BibUpload in Python, with Eric. Await several updates in the
coming days.
2006-08-22 Tibor Simko <[email protected]>
* configure.ac: Added path to bibupload/lib as per the new
BibUpload in Python.
2006-08-22 Tibor Simko <[email protected]>
* modules/bibformat/lib/elements/Makefile.am: Removed extraneous
EXTRA_DIST.
2006-08-22 Tibor Simko <[email protected]>
* po/el.po: Completed Greek translation, thanks to Theodoros.
2006-08-22 Jerome Caffaro <[email protected]>
* modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/XMLDC.bft,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/etc/output_formats/XD.bfo,
modules/bibformat/lib/elements/bfe_xml_record.py: Added XML Dublin
Core as new format. Bug fixed in bfe_xml_record which did not use
new name of function record_get_xml().
2006-08-22 Jerome Caffaro <[email protected]>
* modules/websearch/lib/search_engine.py: Modified print_record to
use new BibFormat in more cases than previously (for example old
hardcoded xml formats were still used because of a check on
'format' parameter value).
2006-08-22 Tibor Simko <[email protected]>
* INSTALL: Added instructions on the optional ``make
regression-test'' target.
2006-08-22 Tibor Simko <[email protected]>
* modules/bibformat/lib/bibformatadmin_regression_tests.py: The web
page availability tests adapted to test the new BibFormat Admin in
Python rather than the old PHP one.
2006-08-22 Tibor Simko <[email protected]>
* modules/bibupload/lib/bibupload.py: For the time being do not
authenticate users but always allow the tasks in, because of
automated inserts.
2006-08-22 Tibor Simko <[email protected]>
* README: Do not mention Apache/PHP anymore.
2006-08-22 Tibor Simko <[email protected]>
* INSTALL: Dropped requirement of having to use PHP. Removed the
configuration philosophy section that became somewhat anachronic
now; integrated its interesting parts into the main explanatory
text.
2006-08-22 Tibor Simko <[email protected]>
* configure.ac: Do not stop when PHP is not available.
2006-08-22 Tibor Simko <[email protected]>
* modules/miscutil/lib/config.py.wml: Added `php' variable that
eventually holds path to the PHP CLI executable. Useful for not
showing old WebSubmit Admin, old BibFormat Admin, and BibFormat
migration assistant for new installations.
2006-08-22 Tibor Simko <[email protected]>
* modules/websubmit/lib/websubmit_templates.py: Fixed URL to resume
pending submissions on the Your Submissions page. Thanks to Romain
Tartiere for reporting the problem.
2006-08-22 Alberto Pepe <[email protected]>
* modules/bibharvest/lib/bibharvestadminlib.py: Solved some
problems linked to the new mechanism of availability checking
implemented in the oai repository. HTTP error messages are now
output to the user. Also solved some other minor issues due to
OAI-PMH validation.
2006-08-22 Alberto Pepe <[email protected]>
* modules/bibharvest/lib/bibharvest_templates.py: Added a template
function to handle HTTP errors.
2006-08-22 Alberto Pepe <[email protected]>
* modules/bibharvest/lib/oai_repository_webinterface.py: Added
extra condition when checking for availability: if the requested
verb is "Identify" or "ListMetadataFormats" data is always provided
and the time constraint dropped.
2006-08-22 Alberto Pepe <[email protected]>
* modules/bibharvest/lib/oai_repository_webinterface.py: Added a
comment on the fact that Identify and ListMetadataFormats requests
are now served fast, without waiting for 10 seconds.
2006-08-22 Alberto Pepe <[email protected]>
* modules/bibharvest/lib/bibharvest_templates.py: Fixed a typo in a
greater-than test.
2006-08-22 Alberto Pepe <[email protected]>
* modules/bibharvest/lib/bibharvestadminlib.py: Fixed two typos in
a couple of greater-than tests.
2006-08-22 Alberto Pepe <[email protected]>
* modules/bibharvest/lib/oai_repository_webinterface.py: Fixed
erroneous elif typo.
2006-08-22 Tibor Simko <[email protected]>
* modules/bibharvest/lib/bibharvestadminlib.py: Put back argument
checking code bits of revision 1.9 that were reverted by previous
commit, fulfilling regression tests again. (Please be careful when
updating from CVS!)
2006-08-22 Tibor Simko <[email protected]>
* modules/bibharvest/lib/oai_repository_regression_tests.py:
Reflect the fact that Identify and ListMetadataFormats does not
require to sleep, finishing the web page availability test suite
sooner. Also, when required to sleep, sleep for correct number of
seconds, as taken from the global config file.
2006-08-22 Tibor Simko <[email protected]>
* modules/websearch/lib/search_engine.py: Fixed nearest terms link
creation problem introduced by commit 1.134. Reverting to the old
behaviour of basically substring pattern replacement, which makes
the nearest terms links work again for queries such as
``author:ellis'', or complex queries such as ``author:ellisz AND
title:ellisz'' inside ``abstract'' index.
--
CDS Invenio Developers <[email protected]>