History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
ae72b105c1e8 | Jerome Caffaro | Updated test on Picture detailed format to reflect new url for copyright info. | Feb 14 2007 | |||
f670b62eef17 | Jerome Caffaro | Updated copyright link. | Feb 14 2007 | |||
16dfda7b236e | Jerome Caffaro | Propageted language in HS format. | Feb 14 2007 | |||
522862cb4225 | Jerome Caffaro | Added new format element. | Feb 14 2007 | |||
b27b45d95572 | Jerome Caffaro | Updated regression test for new output generated to propagate user language… | Feb 14 2007 | |||
01a3a0fd24bd | Jerome Caffaro | Propagated user language in link of the element. | Feb 13 2007 | |||
37f1fbe24dfb | Jerome Caffaro | Propagated language through all internal links. Modified regression tests… | Feb 13 2007 | |||
822480a8a2fd | Jerome Caffaro | Whitespace for empty indicators of datafield FMT. | Feb 12 2007 | |||
2a498730a100 | Jerome Caffaro | Updated admin guide with information on BibReformat. Small reorganization and… | Feb 9 2007 | |||
f2b77019c154 | Jerome Caffaro | Fixed a bug in the procedure that determines which format template to use based… | Feb 6 2007 | |||
ef89d2b485cd | Tibor Simko | Fixed typo, thanks to Ferran Jorba. | Jan 26 2007 | |||
97e60e0ad0f3 | Tibor Simko | Fixed add_default_case variable initialization location, thanks to Ferran Jorba. | Jan 26 2007 | |||
abc70fb7cbc5 | Tibor Simko | bfe_to_create should be empty dict, not empty list. Thanks to Ferran Jorba for… | Jan 18 2007 | |||
02b1a339578d | Tibor Simko | Fixed link to the BibFormat Admin -> Manage Format Templates page. Thanks to… | Jan 18 2007 | |||
e988df49f8ff | Jerome Caffaro | Updated guide and API for document how to escape values. | Jan 11 2007 | |||
ae32bb9a7da9 | Jerome Caffaro | Updated to use 'weburl' variable instead of a fixed string for server name in… | Jan 9 2007 | |||
a55547abfb3e | Jerome Caffaro | Added regression tests suite to BibFormat. | Jan 9 2007 | |||
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 | |||
6283f1cd7c6e | Jerome Caffaro | Updated similarity template to rely on field tag instead of field name. | Dec 22 2006 | |||
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 | |||
873718b4def0 | Jerome Caffaro | Added use of BFE_ISSN. Fixed wrong flow of <bx:elif> tags inside <bx:if>. | Dec 12 2006 | |||
dfcf49680940 | Jerome Caffaro | Added new ISSNs used in Atlantis to default dictionary. Also modified retrieval… | Dec 12 2006 | |||
aeabbc8013e5 | Tibor Simko | Removed not-very-expressive "This is the gate..." welcome messages on those… | Dec 7 2006 | |||
8e33fd73d183 | Jerome Caffaro | Added new index.html file to replace the php one (in case old admin URL has… | Dec 5 2006 | |||
d7c0aa8a5026 | Jerome Caffaro | Removed old welcome page content (it was not displayed anyway). | 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 | |||
e3857060f24f | Tibor Simko | Fixed free variable problems (MySQLdb, error_page). | Dec 1 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 | |||
5a1511413f40 | Jerome Caffaro | Updated statistics in BibReformat for new BibFormat. | Nov 24 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 | |||
d98e3fc62f91 | Jerome Caffaro | Removed 1 commented line... | Nov 23 2006 | |||
68e65c116673 | Jerome Caffaro | Code cleaning. Remove unsused imports. | Nov 23 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 | |||
afeffb48fa88 | Jerome Caffaro | Replaced 'import *' and import of variables by import of modules. Some code… | Nov 21 2006 | |||
c387938d171d | Jerome Caffaro | Avoid creation of empty nodes when nodes are optional. Output for 'Thesis' is… | Nov 21 2006 | |||
5edd4cda7343 | Jerome Caffaro | Removed usage of '$' in marc notation. | Nov 17 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 | |||
4b9c08c9a1ff | Jerome Caffaro | Fixed typo. | Nov 13 2006 | |||
1529cd1224a8 | Jerome Caffaro | Prints only English abstract for brief picture format. | Nov 9 2006 | |||
eead0fb3fccb | Jerome Caffaro | Fix to let format templates choose the language to print for the abstract. | Nov 9 2006 | |||
2c5dbddfeb7b | Jerome Caffaro | Updated bin/bibreformat to also reformat records which do not have an 'xm'… | 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 | |||
33a5ff6ac944 | Jerome Caffaro | Improved kwalitee of web admin files. | 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 | |||
7cbd91d4ea9b | Tibor Simko | When authentifying user-supplied email or nickname, use two SQL queries rather… | Nov 1 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 | |||
132c52537d78 | Tibor Simko | Call format_record() in the on-the-fly mode; this is a must during… | Oct 31 2006 | |||
3e0994540bad | Tibor Simko | Removed unnecessary use of pylibdir. | 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 | |||
b32b30ced4b2 | Jerome Caffaro | Reordered toolbar buttons. | Oct 5 2006 | |||
0277b0cf5639 | Jerome Caffaro | Updated APIs. | Oct 5 2006 | |||
3dba78167521 | Tibor Simko | Shorten the name of guide_output_format_update_attributes_tutorial.png to… | Sep 25 2006 | |||
e87674cf611a | Tibor Simko | A little cleanup of the new I18N messages. | Sep 25 2006 | |||
02bb61a462a3 | Tibor Simko | Updated DC, NLM and RSS templates to format one record only, since the rest of… | Sep 21 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 | |||
8108820f9aed | Tibor Simko | Put explicit namespace into self-uri xlink's. This fixes the problem of XML… | Sep 15 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 | |||
3811e4eec78c | Jerome Caffaro | Documented creation of new template as copy of already existing one. Corrected… | Sep 14 2006 |
c4science · Help