History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
31640475d926 | Jerome Caffaro | Register exception when record cannot be formatted and fallback format must be… | Jul 8 2008 | |||
8ff0b245a645 | Jerome Caffaro | New CFG_BIBFORMAT_ENABLE_I18N_BRIEF_FORMAT configuration variable to enable or… | May 27 2008 | |||
2b99705c3821 | Tibor Simko | Updated codebase to use CFG_SITE_URL instead of weburl everywhere. Updated… | Mar 12 2008 | |||
7768546ebf94 | Tibor Simko | Updated codebase to use CFG_SITE_LANG and CFG_SITE_LANGS instead of cdslang and… | Mar 11 2008 | |||
dd2f258c7a05 | Jerome Caffaro | Indicate encoding when exporting to Excel. | Mar 11 2008 | |||
a6d6e8433a70 | Jerome Caffaro | Replaced 'req' and 'uid' arguments of BibFormatObject with 'user_info'. | Mar 3 2008 | |||
73aebe160d19 | Jerome Caffaro | Removed column headers in the Excel format, since it is not flexible enough to… | Feb 22 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
09bc1997fd83 | Jerome Caffaro | Improved verbosity. | Apr 24 2007 | |||
c60e41b7bc71 | Jerome Caffaro | Made language-dependant formatting not applicable when PHP BibFormat is used. | Mar 1 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
9146ca129b27 | Jerome Caffaro | Made retrieval of cached formatted output only possible when user language is… | Feb 14 2007 | |||
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 | |||
4133594d34f5 | Tibor Simko | Pass the on-the-fly parameter to the old formatter too. | Oct 31 2006 | |||
ec761f4dff4b | Tibor Simko | Harmonized CFG_PATH_* and CFG_WEBSEARCH_* config variable names. | Sep 18 2006 | |||
bc504fc1c0ff | Tibor Simko | Renamed BibFormat local config variables to follow the CFG_MODULENAME_FOO style. | Sep 15 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 | |||
3e3c8902ffd5 | Jerome Caffaro | Added APIs to BibFormat to choose between preformatted record or on-the-fly… | Sep 12 2006 | |||
81f3c31c1dcd | Jerome Caffaro | Added 'prologue' and 'eplogue' params to 'format_records' function. Renamed… | Aug 28 2006 | |||
36d3a4dbee62 | Jerome Caffaro | Improved backward compatibility with old BibFormat: if not all formats to which… | Aug 25 2006 | |||
295eea33b986 | Jerome Caffaro | Use 'php' var from config.py to determine if we are allowed to call old… | Aug 23 2006 | |||
b2197c0ad41a | Jerome Caffaro | Corrected letter case typo Bibformat -> BibFormat in docstrings. Fixed an issue… | Aug 22 2006 | |||
63749721257b | Jerome Caffaro | Added fail-safe execution in case an error happens when reading the format… | Aug 21 2006 | |||
d7d3d99c9a97 | Jerome Caffaro | Modified some elements to link to /search?... instead of /search.py?... file. | Aug 21 2006 | |||
83fa076000e5 | Jerome Caffaro | BibFormat: -added another backward-compatibility layer (old format used if new… | Jul 28 2006 | |||
688839a69c28 | Jerome Caffaro | Initial release of the new BibFormat in Python. The status is still… | Jul 20 2006 |
c4science · Help