CVS Commit Overview for 2006-12-21
==================================
2006-12-21 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oaiarchive_engine.py: Fixed possible
traceback which would occur when table 'oaiARCHIVE' has
non-expected value in column 'setDefinition'.
2006-12-21 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Added notice of the
need to run oaiarchive utility for the settings in 'OAI Repository
Interface' to be taken into account.
2006-12-21 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oaiarchive_engine.py: Do not call
bibupload when there is no record to upload.
2006-12-21 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/bibformat_engine.py: Added possibility to
escape values directly when using field access functions of
BibFormatObject instances.
2006-12-21 Tibor Simko <[email protected]>
* modules/bibupload/lib/bibupload.py: Fixed bad indentation.
2006-12-21 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oaiarchive_engine.py: Moved test for
unnecessary call to bibupload where it does not break oaiarchive -d
option.
2006-12-21 Jerome Caffaro <[email protected]>
* modules/miscutil/demo/democfgdata.sql.wml: Completed demo set
definitions.
2006-12-21 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Fixed some
Undefined Variable problems
2006-12-21 Jerome Caffaro <[email protected]>
* modules/bibharvest/lib/oai_repository.py: Do not output values
for records having no id in CFG_OAI_ID_FIELD field.
2006-12-21 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/elements/bfe_authors.py: Removed 'contact
person' (field 270 $p) from list of authors.
2006-12-21 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_webinterface.py: Restrict access
to a detailed record page if the record in question belongs to a
restricted primary collection. (Note: may break third party code
that tries to get MARCXML of any record via search interface
without supplying proper access credentials.)
2006-12-21 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
for restricted access to detailed record pages.
2006-12-21 Tibor Simko <[email protected]>
* modules/bibupload/lib/bibupload.py: Write a short information on
the input file and the selected input mode into the log file,
regardless of verbosity level. Useful for speedy checking of log
files.
2006-12-21 Tibor Simko <[email protected]>
* modules/websearch/doc/guide.html.wml: Updates to the Spanish and
Catalan translations of the Search Guide, thanks to Bea and Ferran.
2006-12-21 Tibor Simko <[email protected]>
* modules/websession/lib/websession_templates.py: Use .py extension
in links to Your Approvals and Your Submissions pages, as they were
not migrated yet to the new URL schema.
2006-12-21 Tibor Simko <[email protected]>
* modules/bibclassify/doc/admin/guide.html.wml: Updated URL to an
example document.
2006-12-21 Tibor Simko <[email protected]>
* modules/websubmit/web/publiline.py: Updated link to the fulltext
file location in the sent email.
2006-12-21 Tibor Simko <[email protected]>
* modules/websubmit/lib/websubmit_templates.py: Use new URL schema
in the "more information: click here" link on the publication line
page. (Note: this functionality is currently broken for the
Atlantis demo site, because it points to the detailed record page
of a record that has not been uploaded yet!)
2006-12-21 Tibor Simko <[email protected]>
* modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py: Use new style URL
for links to detailed record pages in sent emails.
2006-12-21 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/functions/Create_Modify_Interface.py: *
Updated 'Create_Modify_Interface_getfieldval_fromDBrec' function to
enable the retrieval of data from multiple fields. Previously, it
was only possible to retrieve data from 1 field (e.g. '100__a').
Now it is possible to pass multiple fields separated by commas
(e.g. '100__a,700__a').The field values will be joined into a
string, separated by newlines. * Added a better doc-string. *
Cleaned some coding style.
2006-12-21 Nicholas Robinson <[email protected]>
* modules/miscutil/demo/democfgdata.sql.wml: Updated definition of
'AU' WebSubmit element: changed MARC Code value from '100__a' to
'100__a,700__a'.
2006-12-21 Nicholas Robinson <[email protected]>
* modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSRTEXTmodify.tpl,
modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSTEXTmodify.tpl: Upgraded
demo submission templates. Re-ordered lines by ascending MARC field
number; Changed labels for creation and modification template lines
- no longer using 'AU','TI', etc - now labelled by MARC field
codes; Separated FIRST and ADDITIONAL authors into 100__a for first
author, 700__a for additional authors; Added space into empty
indicators for datafields; Other general upgrades; **Note:**
Modification of Authors in the TEXT and RTEXT submissions will
cause their affiliations to be lost. This needs to be fixed for a
future release.
2006-12-21 Nicholas Robinson <[email protected]>
* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSPICTmodify.tpl,
modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSRPICTmodify.tpl:
Upgraded demo submission templates. Re-ordered lines by ascending
MARC field number; Changed labels for creation and modification
template lines - no longer using 'AU','TI', etc - now labelled by
MARC field codes; Separated FIRST and ADDITIONAL authors into
100__a for first author, 700__a for additional authors; Added space
into empty indicators for datafields; Other general upgrades,
including change away from old getfile.py URL to new style of
'WEBURL/record/XXXX/files/;
--
CDS Invenio Developers <[email protected]>