History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
805f23f956e1 | Jerome Caffaro | Added HTML-aware escaping (from htmlutils.py) for field values starting with… | Jan 9 2007 | |||
89e07d24eca9 | Jerome Caffaro | Updated bfe_authors to display affiliation of each author. Fixed possible crash… | Dec 22 2006 | |||
5e47ccc3081b | Jerome Caffaro | Removed 'contact person' (field 270 $p) from list of authors. | Dec 21 2006 | |||
23e2a744c4c2 | Jerome Caffaro | Removed unneeded file. | Dec 20 2006 | |||
3b3d8761b0b9 | Jerome Caffaro | Removed double escaping of 'title'. | Dec 19 2006 | |||
2524d58a70f4 | Jerome Caffaro | Added 'manual' escaping of some format elements producing HTML. | Dec 18 2006 | |||
f5d18ca9d073 | Jerome Caffaro | Escaped some values. Replaced built-in 'map' function with list comprehensions. | Dec 18 2006 | |||
bdd05026d67a | Jerome Caffaro | Made bfe_xml_record unescaped by default. | Dec 18 2006 | |||
e23bc5502995 | Jerome Caffaro | Normalized marc in calls to field values. Made the module not escaped by… | Dec 18 2006 | |||
1c4462e5f8a2 | Jerome Caffaro | Fixed bug when trying to escape 'None' values. | Dec 18 2006 | |||
e89c769bac86 | Jerome Caffaro | Escaping enabled by default for output produced by all format elements. Added… | Dec 15 2006 | |||
9dc8bf65f6a9 | Jerome Caffaro | Added journal-issn mappings collected from http://cdsweb.cern.ch/. Removed… | Dec 14 2006 | |||
fe1593d3b8c9 | Jerome Caffaro | Added check on CFG_CERN_SITE to select correct field for getting journal name… | Dec 14 2006 | |||
dfcf49680940 | Jerome Caffaro | Added new ISSNs used in Atlantis to default dictionary. Also modified retrieval… | Dec 12 2006 | |||
151cfa4e784e | Jerome Caffaro | Bug fix in bfe_field.py. Added ISSN element to makefile. Improved readability… | Dec 5 2006 | |||
e64694d4b8ae | Jerome Caffaro | Initial commit of journal to issn builder. | Dec 4 2006 | |||
5dda83af3d76 | Tibor Simko | When comparing to None, do not use "== None" or "!= None", but rather "is None"… | Nov 28 2006 | |||
7c4d4cda03c6 | Jerome Caffaro | Escaped values in fulltext links. | Nov 24 2006 | |||
808be30f3a67 | Jerome Caffaro | Added one missing separator for authors displayed in interactive mode. | Nov 23 2006 | |||
e6d8223bbd90 | Jerome Caffaro | Modified bfe_field to have one separator for subfields of an instance, and one… | Nov 14 2006 | |||
eead0fb3fccb | Jerome Caffaro | Fix to let format templates choose the language to print for the abstract. | Nov 9 2006 | |||
7c6f7bae63c9 | Jerome Caffaro | Improved kwalitee of element | Nov 8 2006 | |||
dc33cd7fd1e2 | Jerome Caffaro | Added docstrings to modules. Small bug fixes. Small doc fixes. | Nov 6 2006 | |||
b0f966f5c807 | Jerome Caffaro | Use of parse_tag function of bibformat_utils instead of bibformat_engine | Nov 3 2006 | |||
1b16e06c3fa6 | Jerome Caffaro | Fixed bfe_field element to work with control fields. | Nov 2 2006 | |||
e87674cf611a | Tibor Simko | A little cleanup of the new I18N messages. | Sep 25 2006 | |||
5c3e915615a1 | Tibor Simko | Edited copyright message to refer to CDS Invenio rather that CDSware. | Sep 14 2006 | |||
bb3cf98f872a | Tibor Simko | Added copyright messages to the files where they were missing. Fixed copyright… | Sep 14 2006 | |||
bdaa3eafc82c | Tibor Simko | Added __revision__ for all Python files that did not have it. | Sep 14 2006 | |||
fcef3232f08d | Tibor Simko | Removed __version__ in profit of __revision__. | Sep 13 2006 | |||
1107f5109ca4 | Nikolay Dyankov | Added new BFX formats for Dublin Core, NLM and an experimental for MARCXML and… | Sep 8 2006 | |||
d897fb777d3b | Nikolay Dyankov | Initial release of the XML-based formatting engine (BFX). This engine is to be… | Sep 5 2006 | |||
e347c0a48c86 | Jerome Caffaro | Removed debug code that would make the formatting done twice for each record... | Aug 29 2006 | |||
4f2826c7f540 | Jerome Caffaro | Added HTML similarity template and output format. Adapted some elements in… | Aug 25 2006 | |||
903cbce5819d | Jerome Caffaro | Changed link of image in Picture_HTML_brief format from something like… | Aug 23 2006 | |||
ead31369b7d8 | Jerome Caffaro | Use standard Marc notation in elements. Display bug fixed in bfe_notes. | Aug 23 2006 | |||
d33690077adc | Jerome Caffaro | Added XML Dublin Core as new format. Bug fixed in bfe_xml_record which did not… | Aug 22 2006 | |||
5d82dc4d4bf1 | Tibor Simko | Removed extraneous EXTRA_DIST. | Aug 22 2006 | |||
7f3ada46dc98 | Jerome Caffaro | Updated link that shows/hides authors in detailed view: now in red, label… | Aug 22 2006 | |||
9d71b8cc543a | Jerome Caffaro | Updated 'Edit this record' link available to admin users in detailed view of a… | Aug 22 2006 | |||
c5accd8d6c73 | Jerome Caffaro | Modified portfolio template to display pictures inline. | Aug 22 2006 | |||
d5b9c977792e | Jerome Caffaro | Renamed test 1.py to test_1.py. | Aug 21 2006 | |||
d7d3d99c9a97 | Jerome Caffaro | Modified some elements to link to /search?... instead of /search.py?... file. | Aug 21 2006 | |||
0d95e49ff82e | Jerome Caffaro | new element (used in Picture_HTML_detailed template) | Jul 28 2006 | |||
83fa076000e5 | Jerome Caffaro | BibFormat: -added another backward-compatibility layer (old format used if new… | Jul 28 2006 | |||
b6505b703817 | Jerome Caffaro | Added MARC XML element for output. | Jul 25 2006 | |||
d92f5e01c1c7 | Jerome Caffaro | Fixed issue in bibformat_utils.highlight() when None is given for… | Jul 24 2006 | |||
e8521e49f552 | Tibor Simko | Removed test and some unused files like bfe_summary from the distribution. | Jul 23 2006 | |||
35a09049f786 | Tibor Simko | Added missing files for the distribution (e.g. __init__.py, bfe_summary.py… | Jul 23 2006 | |||
b922549e556c | Jerome Caffaro | Corrected bfe_editors bug. | Jul 21 2006 | |||
1386ab64e5db | Jerome Caffaro | Corrected bfe_bibtex.py to use already existing bibrecord functions. | Jul 21 2006 | |||
888f9d35712d | Jerome Caffaro | Added missing format element. Removed commented code from bfe_place.py. | Jul 21 2006 | |||
688839a69c28 | Jerome Caffaro | Initial release of the new BibFormat in Python. The status is still… | Jul 20 2006 |
c4science · Help