CVS Commit Overview for 2006-09-21
==================================
2006-09-21 Tibor Simko <[email protected]>
* modules/miscutil/lib/kwalitee.py: Added explicit test for the
number of missing docstrings. Currently there are 893 missing
docstrings in the whole codebase, with WebSubmit and ElmSubmit
accounting for half of them.
2006-09-21 Tibor Simko <[email protected]>
* modules/miscutil/lib/dateutils.py: Added function for converting
CVS dates to datestruct. Useful for Last updated timestamps in
page footers.
2006-09-21 Tibor Simko <[email protected]>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/dateutils_tests.py: Added tests for dateutils
datecvs conversion.
2006-09-21 Tibor Simko <[email protected]>
* modules/miscutil/bin/testsuite.in: Added dateutils unit tests.
2006-09-21 Tibor Simko <[email protected]>
* modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/dateutils_tests.py: When converting CVS dates,
have to use a technique like '$'+'Date: ...', otherwise the commit
updates what we plan to match.
2006-09-21 Tibor Simko <[email protected]>
* modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/dateutils_tests.py: Document the usage of the
'$' + 'Date...' technique.
2006-09-21 Tibor Simko <[email protected]>
* modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/dateutils_tests.py: Add forgotten space at the
end of CVS Date parse string.
2006-09-21 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_webcoll.py: Put
language-dependent last updated timestamp in the footer. Use the
standardized dategui format.
2006-09-21 Tibor Simko <[email protected]>
* modules/webstyle/lib/webstyle_templates.py: When page() and
pagefooter() receive the last updated timestamp in the CVS $Date$
format, convert it to the standardized dategui I18N format.
2006-09-21 Tibor Simko <[email protected]>
* modules/websearch/lib/websearchadminlib.py: Detect properly the
timestamp of the last collection cache update.
2006-09-21 Tibor Simko <[email protected]>
* modules/bibformat/etc/format_templates/DC.bfx,
modules/bibformat/etc/format_templates/NLM.bfx,
modules/bibformat/etc/format_templates/RSS.bfx: Updated DC, NLM and
RSS templates to format one record only, since the rest of the
formatting infrastructure works this way.
2006-09-21 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_templates.py: Added templates for
the XML ouptut's prologue and epilogue, for MARCXML, NLM, and RSS.
(DC uses default sanity prologue/epilogue.)
2006-09-21 Tibor Simko <[email protected]>
* modules/websearch/lib/search_engine.py: Fixed XML output envelope
prologue and epilogue for NLM and RSS formats. Search engine now
calls format_records() for XML formats. (The speed of the MARCXML
output stream should be checked.)
2006-09-21 Tibor Simko <[email protected]>
* modules/websubmit/lib/websubmit_config.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Format_Record.py,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Upload_Files.py: Fixed WebSubmit
MESS functions importing problem.
--
CDS Invenio Developers <[email protected]>