CVS Commit Overview for 2008-04-11
==================================
2008-04-11 Jerome Caffaro <[email protected]>
* modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_title_brief.py: Dsiplay fields
245__n and 245__p. Removed unnecessary import.
2008-04-11 Jerome Caffaro <[email protected]>
* modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_isbn.py: Display ISBNs.
2008-04-11 Jerome Caffaro <[email protected]>
* modules/bibformat/etc/format_templates/Default_HTML_brief.bft:
Display publication information.
2008-04-11 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmit_icon_creator.py: Initial commit
of a utility to enable WebSubmit to create an icon from an image
file.
2008-04-11 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/Makefile.am: Added
"websubmit_icon_creator.py" to "pylib_DATA".
2008-04-11 Marko Niinimaki <[email protected]>
* modules/websearch/lib/websearch_templates.py: added support for
"cites" in summary url
2008-04-11 Marko Niinimaki <[email protected]>
* modules/websearch/lib/search_engine_summarizer.py: added support
for "cites" in citesummary urls
2008-04-11 Nicholas Robinson <[email protected]>
* modules/miscutil/lib/shellutils.py: Helper functions and
utilities that could be useful when interacting with the shell.
2008-04-11 Tibor Simko <[email protected]>
* modules/bibformat/lib/bibformat_regression_tests.py: Added tests
for the display of title parts (245 $n) and of ISBNs (020 $a).
2008-04-11 Nicholas Robinson <[email protected]>
* modules/miscutil/lib/Makefile.am: Added "shellutils.py" to
"pylib_DATA".
2008-04-11 Tibor Simko <[email protected]>
* modules/bibformat/lib/bibformat_regression_tests.py: Added test
cases for the publication reference information formatting.
2008-04-11 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmit_file_stamper.py: The function
"quote_shell_arg" has been renamed as "escape_shell_arg" and moved
the the "shellutils" module. Accordingly, all calls to
"quote_shell_arg" have been replaced with calls to
"escape_shell_arg", which has been imported.
2008-04-11 Tibor Simko <[email protected]>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/shellutils_tests.py: Added some unit tests for
shellutils.
2008-04-11 Nicholas Robinson <[email protected]>
* modules/websubmit/lib/websubmit_icon_creator.py: The function
"quote_shell_arg" has been renamed as "escape_shell_arg" and moved
the the "shellutils" module. Accordingly, all calls to it have been
replaced with calls to the imported "escape_shell_arg".
2008-04-11 Tibor Simko <[email protected]>
* modules/miscutil/lib/shellutils.py: Added run_shell_command()
function that used to live in inveniocfg.py. (Beware, it assumes
an already washed argument!) Improved escape_shell_arg() error
reporting.
2008-04-11 Tibor Simko <[email protected]>
* modules/miscutil/lib/inveniocfg.py: Use run_shell_command() from
the new shellutils library.
--
CDS Invenio Developers <[email protected]>