CVS Commit Overview for 2007-04-12
==================================
2007-04-12 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_templates.py: In the Narrow by
collection box, print collection grandson in smaller size.
2007-04-12 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_templates.py: Put spaces around
grandsons in the Narrow by collection box.
2007-04-12 Tibor Simko <[email protected]>
* modules/miscutil/sql/tabcreate.sql: Lengthened language column in
several tables in order to accomodate language codes composed of
more than two characters such as zh_CN.
2007-04-12 Tibor Simko <[email protected]>
* Makefile.am: Updated target update-v0.92.1-tables reflecting the
language code field length change.
2007-04-12 Tibor Simko <[email protected]>
* configure.ac: Bump version number to v0.92.1.20070412.
2007-04-12 Nicholas Robinson <[email protected]>
* modules/bibconvert/lib/bibconvert.py: Added a new bibconver
formatting function "IFDEFP". It is like a mixture of DEFP (which
signals that a line should always be printed) and CONF (which
prints a line based upon whether a condition met by the contents of
another field variable is met). So, this function IFDEFP is used
on constant lines to say that they should be printed based upon the
contents of another field. E.g. given the following line:
690C::REP(EOL,)::IFDEFP(comboYEL,BOOK,1)---<datafield tag="690"
ind1="C" ind2=" "><subfield code="a">BOOK</subfield></datafield>
We want to print the line if the "comboYEL" field contains "BOOK",
otherwise we don't want to print it. This is achieved by using
"IFDEFP". If the line had contained variables, "CONF" would have
been used instead. The arguments to IFDEFP are the same as with
CONF. The first parameter is the name of the field on which the
decision is to be made. The second parameter is the value that is
to be tested against. The third parameter takes a value of "1" or
"0": 1 = print the line if the field contains the value; 0 = print
the line if the field does NOT contain the value.
2007-04-12 Tibor Simko <[email protected]>
* ABOUT-NLS, CREDITS, config/cdswmllib.wml, config/config.wml,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/lib/config.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/websearch/doc/index.html.wml,
modules/websearch/lib/websearch_templates.py,
modules/websubmit/doc/Makefile.am, po/LINGUAS, po/zh_CN.po,
po/zh_TW.po: Added general support infrastructure for the Chinese
translations (zh_CN, zh_TW). Translation of dynamic elements (e.g.
collection and field names) contributed by Kam-ming Ku. The PO
files to be translated later.
2007-04-12 Tibor Simko <[email protected]>
* modules/websearch/lib/websearchadminlib.py: Reformulated "Attach
collection to tree" box phrasing, with Nick.
2007-04-12 Tibor Simko <[email protected]>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Internal release of
CDS Invenio v0.92.1.20070412.
--
CDS Invenio Developers <[email protected]>