History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
e95478c3ee27 | Nicholas Robinson | Fixed bug caused by previous commit. | May 2 2007 | |||
f59fe6364991 | Nicholas Robinson | Removed newlines from subfield values - they caused problems for ALEPH. | May 2 2007 | |||
1d6f7a5e95c5 | Nicholas Robinson | Corrected bugs in handling of URLs. URLs are now processed BEFORE the… | Apr 30 2007 | |||
103822f367ad | Nicholas Robinson | Modification of the regexp patterns used to identify the numeration that… | Apr 26 2007 | |||
b3f7f40fab8f | Nicholas Robinson | Altered the pattern used to recognise "IBID" instances that do not actually… | Apr 25 2007 | |||
aad0b2e03b4d | Nicholas Robinson | Removed the import of the now unused 'CFG_REFEXTRACT_MARKER_CLOSING_URL' config… | Apr 25 2007 | |||
45bbb9f45816 | Nicholas Robinson | Removed the now unused 'CFG_REFEXTRACT_MARKER_CLOSING_URL' config variable. | Apr 25 2007 | |||
2d59c329303d | Nicholas Robinson | Fixed a bug in the handling of URLs. Previously, URLs could be corrupted during… | Apr 25 2007 | |||
06e1f6c9bb10 | Nicholas Robinson | Corrected 2 bugs in the function "move_tagged_series_into_tagged_title": *… | Apr 24 2007 | |||
6744c6cbe48c | Nicholas Robinson | In certain papers, " bf " appears just before the volume of a cited item. It is… | Apr 24 2007 | |||
e38af54dcbbf | Nicholas Robinson | Removed tagging of series information as it conflicted with the KB in certain… | Apr 23 2007 | |||
20bdb2683d21 | Nicholas Robinson | When creating the knowledge base of Journal titles: * Enforced sorting of… | Apr 20 2007 | |||
54dcf3807ddf | Nicholas Robinson | + Fixed a bug when looking for the end of the references section. Previously… | Mar 29 2007 | |||
322424c25882 | Nicholas Robinson | Fixed a bug that occurred when matching report-numbers: the wrong length of the… | Mar 17 2007 | |||
0621fff0015e | Nicholas Robinson | Removed a 'dummy' pattern. | Mar 16 2007 | |||
2036e7a590dd | Nicholas Robinson | Added a dictionary to keep a count of all periodical titles found in reference… | Mar 15 2007 | |||
0970b26c661a | Nicholas Robinson | * Fixed display of empty indicators in TEXT-MARC mode - they are now replaced… | Mar 15 2007 | |||
d5f6bb54bedd | Nicholas Robinson | Refactoring: moved 'main' function into 'xmlmarc2textmarclib.py'. | Mar 15 2007 | |||
afd852f45332 | Nicholas Robinson | Code cleaning to fix pylint complaints about conventions, etc; | Mar 13 2007 | |||
5df99323fe9d | Nicholas Robinson | Made title-numeration patterns 'prettier' (split them over multiple lines and… | Mar 8 2007 | |||
8f875d9ae4b6 | Nicholas Robinson | Updated title-numeration patterns: when searching for 'volume', the word 'No'… | Mar 6 2007 | |||
52b3f74ac1ce | Nicholas Robinson | Added new pattern for recognition of numeration of titles: 'YEAR' (with… | Mar 6 2007 | |||
262996b58979 | Nicholas Robinson | When recognising numeration for titles, made parentheses optional for YEAR in… | Mar 5 2007 | |||
9506e327b701 | Nicholas Robinson | Reference line markers are now stripped before the line is processed for… | Mar 5 2007 | |||
580e6cf4e94a | Nicholas Robinson | Modification of title-numeration patterns: Now only recognising reasonable… | Mar 5 2007 | |||
a0701690a5da | Nicholas Robinson | Corrected handling of IBIDs: in certain cases, the series could be tagged onto… | Mar 2 2007 | |||
15785017b87f | Nicholas Robinson | Added optional comma before and after volume when searching for title… | Mar 1 2007 | |||
bb7d141760fa | Nicholas Robinson | Added checking for UnicodeErrors when reading in the preprint-report numbers… | Feb 28 2007 | |||
11ccb10bc99c | Nicholas Robinson | Fixed a problem with the rebuilding of the reference section: The function that… | Feb 27 2007 | |||
1c137b3ae4c9 | Nicholas Robinson | Added 980 and FFT to list of fields to be dropped (returned by function… | Feb 26 2007 | |||
053a65f6c7b5 | Nicholas Robinson | Fixed IndexError (in reading-line) when rebuilding reference line | Feb 24 2007 | |||
296919302a28 | Nicholas Robinson | If parentheses were stripped from the end of a title, the were not accounted… | Feb 23 2007 | |||
78dc628b932e | Nicholas Robinson | Altered the pattern used for the recognition of numeration that immediately… | Feb 22 2007 | |||
920dcde17cae | Nicholas Robinson | Added newlines to verbose output. | Feb 22 2007 | |||
0425375d7c64 | Nicholas Robinson | cli_opts was accidentally declared inside the except clause of the try/except… | Feb 22 2007 | |||
a650af9a6f53 | Nicholas Robinson | Updates written by TonyO: New, improved behaviour of "verbose" mode; various… | Feb 22 2007 | |||
f27c33ed484f | Nicholas Robinson | Code cleaning after pylint warnings (etc); Added docstring to function… | Feb 15 2007 | |||
b23454398dec | Nicholas Robinson | Removed reference to 'bibrefextract' in module docstring: replaced it with… | Feb 15 2007 | |||
90af0b0400a8 | Nicholas Robinson | Updated the module docstring and fixed some line-length warnings. | Feb 15 2007 | |||
f26ae6e6e718 | Nicholas Robinson | Dropped another unused config variable. | Feb 15 2007 | |||
843eff28d0fb | Nicholas Robinson | Replaced use of 'cgi.escape' with 'encode_for_xml' when creating XML output… | Feb 15 2007 | |||
532a2286441f | Nicholas Robinson | Removed some config variables that were no longer needed. | Feb 15 2007 | |||
e1b72d8b4d1f | Nicholas Robinson | Fixed a bug in the recognition/markup of URLs: string index was out when… | Feb 14 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
6258c992576c | Nicholas Robinson | Fixed a bug in recognition of reference line 'marker'; Fixed a bug in counting… | Feb 14 2007 | |||
5f0cc48dad6b | Diane Berkovits | Add parameters to print_rec and princ_recs in order to be able to select fields… | Feb 14 2007 | |||
64eca59c42f9 | Nicholas Robinson | Complete rewrite of refextract. No more Object-Orientation, new treatment of… | Feb 14 2007 | |||
64c767cbfb0e | Nicholas Robinson | Added new config variables used by refextract to build MARC XML. | Feb 14 2007 | |||
d790d1f86b3c | Jerome Caffaro | Fixed bug that would prevent displaying/editing of records containing control… | Feb 9 2007 | |||
cb4cac267998 | Tibor Simko | Updated BibEdit header cosmetics (removed spaces before punctuation, removed… | Jan 17 2007 | |||
17f1376eaa63 | Tibor Simko | Use blank space as empty indicator in the MARCXML guide example. | Jan 16 2007 | |||
1de493e870f4 | Jerome Caffaro | Fixed bug where some fields would never be edited (because of check on values… | Jan 11 2007 | |||
f7a0b14e2b02 | Jerome Caffaro | Fixed bug that would cause modification of wrong subfield when several fields… | Jan 10 2007 | |||
259b16d33f07 | Jerome Caffaro | Fixed handling of empty indicators that prevented edition of some fields. | Jan 9 2007 | |||
c09170c4c351 | Tibor Simko | Fixed problem of empty controlfieds when minidom parser is used. | Dec 22 2006 | |||
e118927f6500 | Tibor Simko | Modified record_get_field_values() so that it works with "empty" records. | Dec 20 2006 | |||
ad791a4c6215 | Tibor Simko | Updated test MARCXML and expected results according to the new default policy… | Dec 18 2006 | |||
60f2ccfb34bc | Tibor Simko | Updated wash_indicators() docstring and other mostly cosmetic updates related… | Dec 18 2006 | |||
e01f2e465b8c | Jerome Caffaro | Made BibRecord handle whitespaces in the same way as blank spaces and… | Dec 18 2006 | |||
aeabbc8013e5 | Tibor Simko | Removed not-very-expressive "This is the gate..." welcome messages on those… | Dec 7 2006 | |||
a80c2c037ce5 | Tibor Simko | Fixed free variable problems (UnicodedecodeError, curitem). | 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 | |||
0ec7cbf5788a | Tibor Simko | Raise a FIXME message when trying to edit records with controlfields. | Nov 8 2006 | |||
d2d50713ef9d | Tibor Simko | Added tests for the desired field number argument when adding control- and data… | Oct 3 2006 | |||
776685227254 | Tibor Simko | Added optional desired_field_number argument for record_add_field(). Useful for… | Oct 3 2006 | |||
ec761f4dff4b | Tibor Simko | Harmonized CFG_PATH_* and CFG_WEBSEARCH_* config variable names. | Sep 18 2006 | |||
807b89d89128 | Tibor Simko | Fixed uppercase for all remaining cfg_* module variables except for those… | Sep 15 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 | |||
8242c27ba40b | Tibor Simko | Use uppercase CFG_REFEXTRACT_* module variables. | Sep 13 2006 | |||
3a9571310b4b | Tibor Simko | Use uppercase CFG_BIBRECORD_* module config parameters. (All except for… | Sep 13 2006 | |||
9e46d925fb46 | Tibor Simko | Use UPPERCASE CFG_BIBEDIT_* module config parameters. | Sep 13 2006 | |||
d1ff7e64ea79 | Tibor Simko | Fixed away the most obvious pylint warnings. | Sep 8 2006 | |||
b45beba5c79c | Tibor Simko | Added *.pyc. | Sep 7 2006 | |||
5d0ed96d3703 | Tibor Simko | Disable pylint warnings about setUp() function name, since the name is forced… | Sep 5 2006 | |||
3b229584923a | Tibor Simko | Instruct Emacs to use Python mode in addition to the file encoding. This… | Sep 4 2006 | |||
8057b043a9e5 | Tibor Simko | Added tests for the special-tag treatment. (FMT, FFT, XXX) | Aug 29 2006 | |||
06fa8ed14a45 | Tibor Simko | When washing, accept FFT and FMT as valid tag names. This fixes the problem of… | Aug 29 2006 | |||
fed65f5beaee | Tibor Simko | Removed the pre-Python-2.3 way of parsing XML in create_records(). | Aug 28 2006 | |||
a48495603be0 | Tibor Simko | Compare with False value in a proper way. | Aug 28 2006 | |||
f9aaa6dcaa3e | Tibor Simko | Do not pass unnecessary temp parameter to tmpl_table_value(). | Aug 28 2006 | |||
49d2b97fc6f4 | Tibor Simko | Removed unused temp parameter of tmpl_table_value(). | Aug 28 2006 | |||
70d44bd83a54 | Tibor Simko | Corrected many problems found by pychecker and pylint. Simplified importing of… | Aug 28 2006 | |||
792fe64c6b28 | Jerome Caffaro | Fixed some wrong docstring. Empty list is now returned for 'no value found' in… | Aug 17 2006 | |||
2f66588a97ca | Tibor Simko | Added test for record_get_field_value(). Added basic wildcard test suite for… | Aug 16 2006 | |||
ac0f5b75a8e2 | Tibor Simko | Commented out apparently debugging-only print statements from… | Aug 16 2006 | |||
499383b3c92c | Nicholas Robinson | Cleaning of newly updated nueration recognition patterns. | Aug 15 2006 | |||
3665339c3342 | Nicholas Robinson | Changes to recognition of preprint report numbers: in the user-defined… | Aug 15 2006 | |||
880f6004dfd0 | Tibor Simko | Reapplied revision 1.19 fix that was removed by the previous commit. | Aug 15 2006 | |||
090c843e4f30 | Nicholas Robinson | Added 999C6a subfield containing information about status of extracted… | Aug 3 2006 | |||
6fefa83328da | Jerome Caffaro | Modified record_get_field_values, record_get_field_value and… | Jul 24 2006 | |||
925e9d5c9b10 | Gregory Favre | English improvement (thanks to Nick) | Jul 21 2006 | |||
5ac7d4efe680 | Gregory Favre | Fixed missing authorization failure. Fixed missing default parameters. Added… | Jul 21 2006 | |||
3bef264c2cdd | Tibor Simko | Started massive deployment of the regression test suite. Added basic tests for… | Jul 21 2006 | |||
56c4a8d8109f | Tibor Simko | Fixed a problem in record_add_field() in case fields were added to a record… | Jul 21 2006 | |||
4b2173aa3ed4 | Gregory Favre | Update of strings for internationalization. Now the strings are created with… | Jul 20 2006 | |||
1e3802e61d1c | Nicholas Robinson | Fixed English in internationalized output messages. | Jul 18 2006 | |||
868101673e22 | Gregory Favre | Updated strings for better internationalizability. | Jul 18 2006 |
c4science · Help