History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
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 | |||
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 | |||
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 | |||
5d0ed96d3703 | Tibor Simko | Disable pylint warnings about setUp() function name, since the name is forced… | Sep 5 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 | |||
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 | |||
cfe08d23e15d | Tibor Simko | Continued in the process of making the output messages better translatable. | Jul 18 2006 | |||
9dac3c0c7daa | Gregory Favre | Improved HTML quality. Modified some strings for better internationalizability. | Jul 17 2006 | |||
9c09f8cfdb43 | Tibor Simko | Fixed some BibEdit output messages. | Jul 16 2006 | |||
77d4410bbb92 | Nicholas Robinson | Corrected a bug: when making an ALEPH MARC record, controlfields other than… | Jul 11 2006 | |||
ed1a0cf3ad2c | Tibor Simko | Output message cosmetic change. (s/Record/record) | Jun 30 2006 | |||
a40de9886ca0 | Yohann Paris | Change error message. | Jun 30 2006 | |||
2fa490da210c | Yohann Paris | Add function to make input form more easier. Clean code, and use pylint. | Jun 30 2006 | |||
f533f170d75d | Yohann Paris | New button method to edit field; Add foonction to make link easier. | Jun 29 2006 | |||
0fa3f4aadb2d | Yohann Paris | Modify User interface for Save and Cancel Button. | Jun 28 2006 | |||
d16d6abf01ad | Yohann Paris | Added functionality for deleting records. Slight changes to the menus. Adapted… | Jun 27 2006 | |||
f2be2294f461 | Tibor Simko | After a record was submitted, the go-back link now points to the BibEdit Admin… | Jun 22 2006 | |||
a55bfec3259c | Tibor Simko | Fixed weburl_bibedit WTR trailing slash. | Jun 22 2006 | |||
eecf2c0446ce | Yohann Paris | Initial release of the BibEdit Admin interface. | Jun 22 2006 | |||
6a83be74077b | Tibor Simko | Added test cases for record_delete_field(). | Jun 21 2006 | |||
5d232a03c531 | Tibor Simko | Improved accented Unicode letters test case: now it is checking directly the… | Jun 9 2006 | |||
9f092085945f | Tibor Simko | Fixed record_xml_output() for records containing Unicode characters. | Jun 9 2006 | |||
1e5d8197f652 | Tibor Simko | Fixed problem of incrementing field numbers when adding a new field to an… | Jun 9 2006 | |||
1ed468ebb1aa | Tibor Simko | Added test cases for adding fields. | Jun 9 2006 | |||
aad09aa6fd02 | Nicholas Robinson | Fixed a bug: in certain cases when making an ALEPH MARC record, lines were not… | Jun 2 2006 | |||
fe530c7afddf | Nicholas Robinson | Changed behaviour in situation when multiple SYS found for record when running… | Jun 2 2006 | |||
48dc7e54acd5 | Nicholas Robinson | Changed the way that random System numbers are created - added generator for… | Jun 2 2006 | |||
8107cf5758e4 | Tibor Simko | Added version variable, fixing -V,--version CLI option. | May 30 2006 | |||
8d15cbd7e889 | Tibor Simko | Ignore pyc files. | May 26 2006 | |||
b62bf23cae98 | Tibor Simko | Fixed `except Error' statements. | May 26 2006 | |||
053f7f35be1d | Nicholas Robinson | Initial release of the xmlmarc2textmarc utility. | May 26 2006 | |||
18b100fe8575 | Tibor Simko | Implemented name change CDSware to CDS Invenio. Also, introduced new configure… | May 4 2006 | |||
d5b36a574e3c | Tibor Simko | Updated copyright years. | May 2 2006 | |||
8bae1a3d717e | Tibor Simko | record_xml_output() now returns plain ``<record></record>'' instead of throwing… | Apr 10 2006 | |||
6b1700acdd20 | Tibor Simko | Python imports are now done in an absolute way (from cdsware.foo import bar)… | Dec 20 2005 | |||
e7b585b3990e | Tibor Simko | Added infrustructure for BibEdit Admin web interface. | Jul 4 2005 |
c4science · Help