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 | |||
a3ece0b026eb | Jerome Caffaro | Modified migration script of knowledge bases to correctly deal with possible… | Jan 8 2007 | |||
4aba3f30f108 | Jerome Caffaro | Fixed one link in standard navigation trail that might create wrong links to… | Jan 8 2007 | |||
89e07d24eca9 | Jerome Caffaro | Updated bfe_authors to display affiliation of each author. Fixed possible crash… | Dec 22 2006 | |||
accdd574ba8e | Jerome Caffaro | Updated for new empty indicators notation. | Dec 22 2006 | |||
5e47ccc3081b | Jerome Caffaro | Removed 'contact person' (field 270 $p) from list of authors. | Dec 21 2006 | |||
9774cb3e0850 | Jerome Caffaro | Added possibility to escape values directly when using field access functions… | Dec 21 2006 | |||
23e2a744c4c2 | Jerome Caffaro | Removed unneeded file. | Dec 20 2006 | |||
c75a41253fac | Jerome Caffaro | Updated 2 tests according to new escaping policy | Dec 20 2006 | |||
3b3d8761b0b9 | Jerome Caffaro | Removed double escaping of 'title'. | Dec 19 2006 | |||
0614d2760dbd | Jerome Caffaro | Updated record_get_xml to produce correct indicator values (whitespace for… | Dec 18 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 | |||
8e33fd73d183 | Jerome Caffaro | Added new index.html file to replace the php one (in case old admin URL has… | Dec 5 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 | |||
7fcd5154b1bb | Tibor Simko | Removed explicit "is" and "is not" comparisons against True/False singletons… | Nov 29 2006 | |||
153f4b09ccd5 | Tibor Simko | Removed explicit == and != comparisons against True/False singletons, as per… | Nov 28 2006 | |||
5dda83af3d76 | Tibor Simko | When comparing to None, do not use "== None" or "!= None", but rather "is None"… | Nov 28 2006 | |||
de0893592ce6 | Jerome Caffaro | Fixed bug that prevented elements from 'tag' table to output values. Added… | Nov 24 2006 | |||
7c4d4cda03c6 | Jerome Caffaro | Escaped values in fulltext links. | Nov 24 2006 | |||
cd952b952a2f | Jerome Caffaro | Added 'escape' parameter by default to all format elements, allowing to escape… | Nov 23 2006 | |||
808be30f3a67 | Jerome Caffaro | Added one missing separator for authors displayed in interactive mode. | Nov 23 2006 | |||
0bda15902396 | Jerome Caffaro | Fixed problem of random authors (+other similar fields) displaying in NLM… | Nov 22 2006 | |||
7e66fcfd5370 | Jerome Caffaro | Added support for formatting with templates not in the standard directory for… | Nov 21 2006 | |||
f6de2b2852eb | Jerome Caffaro | Fixed typos. | Nov 15 2006 | |||
e6d8223bbd90 | Jerome Caffaro | Modified bfe_field to have one separator for subfields of an instance, and one… | Nov 14 2006 | |||
a3bb141fbf74 | Jerome Caffaro | Fixed typo. | Nov 13 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 | |||
4f1bedfe72b6 | Jerome Caffaro | Improved overall kwalitee of BibFormat. | Nov 3 2006 | |||
29e623d5ca33 | Jerome Caffaro | Removed parse_tag function from bibformat_engine, and import it from… | Nov 3 2006 | |||
b0f966f5c807 | Jerome Caffaro | Use of parse_tag function of bibformat_utils instead of bibformat_engine | Nov 3 2006 | |||
f8f3d982bceb | Jerome Caffaro | Moved 'parse_tag' function from bibformat_engine to bibformat_utils | Nov 3 2006 | |||
1b16e06c3fa6 | Jerome Caffaro | Fixed bfe_field element to work with control fields. | Nov 2 2006 | |||
dfc0ceea4867 | Tibor Simko | call_old_bibformat() now also has an on-the-fly mode. Useful for bibreformat… | Oct 31 2006 | |||
4133594d34f5 | Tibor Simko | Pass the on-the-fly parameter to the old formatter too. | Oct 31 2006 | |||
b56231a1c7cb | Jerome Caffaro | Fixed wrong label in output format "dependencies" page. | Oct 5 2006 | |||
fe1c54275bc9 | Jerome Caffaro | Improved layout of template editor: panels resize according to window size… | Oct 5 2006 | |||
e87674cf611a | Tibor Simko | A little cleanup of the new I18N messages. | Sep 25 2006 | |||
af4a85dac604 | Tibor Simko | Fixed config wildcard import everywhere. Fixed some randomly spotted import… | Sep 20 2006 | |||
ec761f4dff4b | Tibor Simko | Harmonized CFG_PATH_* and CFG_WEBSEARCH_* config variable names. | Sep 18 2006 | |||
8fc23841490f | Tibor Simko | Renamed cfg_oai_* config variables to follow the uppercase model. Fixed the… | Sep 15 2006 | |||
c7dd31992dd4 | Tibor Simko | Improved kwalitee of the config files. | Sep 15 2006 | |||
bc504fc1c0ff | Tibor Simko | Renamed BibFormat local config variables to follow the CFG_MODULENAME_FOO style. | Sep 15 2006 | |||
807b89d89128 | Tibor Simko | Fixed uppercase for all remaining cfg_* module variables except for those… | Sep 15 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 | |||
b07423532846 | Tibor Simko | Use uppercase for CFG_MODULENAME_ERROR_MESSAGES and… | Sep 14 2006 | |||
3ddfb9b00487 | Jerome Caffaro | Added the possibility NOT to copy a format template when creating a new one… | Sep 14 2006 | |||
b5a677f595e4 | Jerome Caffaro | Added possibility to copy code of already existing template when creating a new… | Sep 14 2006 | |||
2171def72cfe | Jerome Caffaro | Fixed problem that occured when a kb was renamed with an already existing kb… | Sep 14 2006 | |||
6e2a5e664ac3 | Tibor Simko | Remove unused __lastupdated__. | Sep 13 2006 | |||
fcef3232f08d | Tibor Simko | Removed __version__ in profit of __revision__. | Sep 13 2006 | |||
3e3c8902ffd5 | Jerome Caffaro | Added APIs to BibFormat to choose between preformatted record or on-the-fly… | Sep 12 2006 | |||
355b6dc4b2b4 | Tibor Simko | Fixed some obvious pylint warnings. | Sep 8 2006 | |||
75928c3cd4e1 | Tibor Simko | Fixed away the most obvious pylint warnings. | Sep 8 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 | |||
51cd74d937f6 | Tibor Simko | Deleted extraneous redefinition of a test case. Disable pylint warnings about… | Sep 5 2006 | |||
14a3cd2e2b95 | Tibor Simko | Adapt to the errorlib API change (file -> stream). | Sep 4 2006 | |||
ffb5a2998863 | Jerome Caffaro | Added automatic creation of a Dreamweaver floating panel containing all format… | Sep 1 2006 | |||
231cea77809e | Tibor Simko | Added *.pyc. | Aug 30 2006 | |||
c2fd522a7488 | Jerome Caffaro | Removed wrong report of error to invenio log file. | Aug 29 2006 | |||
e347c0a48c86 | Jerome Caffaro | Removed debug code that would make the formatting done twice for each record... | Aug 29 2006 | |||
81f3c31c1dcd | Jerome Caffaro | Added 'prologue' and 'eplogue' params to 'format_records' function. Renamed… | Aug 28 2006 | |||
e3fba8bc99a7 | Jerome Caffaro | Fixed uninitialized variable. | Aug 28 2006 | |||
4f2826c7f540 | Jerome Caffaro | Added HTML similarity template and output format. Adapted some elements in… | Aug 25 2006 | |||
7b88f64ee118 | Jerome Caffaro | Updated interface to hide backward compatibility if php is not enabled. Added… | Aug 25 2006 | |||
36d3a4dbee62 | Jerome Caffaro | Improved backward compatibility with old BibFormat: if not all formats to which… | Aug 25 2006 | |||
903cbce5819d | Jerome Caffaro | Changed link of image in Picture_HTML_brief format from something like… | Aug 23 2006 | |||
295eea33b986 | Jerome Caffaro | Use 'php' var from config.py to determine if we are allowed to call old… | Aug 23 2006 | |||
ead31369b7d8 | Jerome Caffaro | Use standard Marc notation in elements. Display bug fixed in bfe_notes. | Aug 23 2006 | |||
4bb7be510be7 | Tibor Simko | The web page availability tests adapted to test the new BibFormat Admin in… | Aug 22 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 | |||
b2197c0ad41a | Jerome Caffaro | Corrected letter case typo Bibformat -> BibFormat in docstrings. Fixed an issue… | Aug 22 2006 | |||
c5accd8d6c73 | Jerome Caffaro | Modified portfolio template to display pictures inline. | Aug 22 2006 | |||
2256ac2ebc36 | Jerome Caffaro | Fixed bug where warning code would be shown instead of warning message string… | Aug 22 2006 | |||
63749721257b | Jerome Caffaro | Added fail-safe execution in case an error happens when reading the format… | Aug 21 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 | |||
40be7c71f103 | Jerome Caffaro | Added support for preview of formats with content-type different that… | Jul 25 2006 | |||
b6505b703817 | Jerome Caffaro | Added MARC XML element for output. | Jul 25 2006 | |||
07d48eb2e433 | Jerome Caffaro | New BibFormat can now call old one when an output format does not exist in new… | Jul 24 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 |
c4science · Help