History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
988d2fb16a34 | Tibor Simko | Getting rid of WML. | May 12 2005 | |||
5b5d4dcdce4e | Tibor Simko | Fixed errors with umlaut-like corrections. (Nick) | Apr 6 2005 | |||
bf6c17e2d07b | Tibor Simko | Pylint-related code cleanup by Nick. | Mar 17 2005 | |||
250e4736e5cb | Tibor Simko | Initial release of refextract, the reference extraction program. | Mar 15 2005 | |||
8b788e2ceb83 | Tibor Simko | Cleaned up test_for_sanity() a bit. Added test data to account for new record… | Mar 2 2005 | |||
84b18f1b27c5 | Tibor Simko | Updated copyright years. | Jan 6 2005 | |||
c73eb3572d13 | Tibor Simko | Put more comments. | Dec 16 2004 | |||
9164ff0e0030 | Trond Aksel Myklebust | *If a parser not existing was chosen, the 4suite parser would be used if… | Oct 21 2004 | |||
8aea2ea91bc0 | Trond Aksel Myklebust | *Hopefully fixed error when no parser installed | Oct 20 2004 | |||
b81818840ac3 | Trond Aksel Myklebust | *Fixed 4suite parser | Oct 20 2004 | |||
0c6a714d987d | Trond Aksel Myklebust | -Hopefully fixed 4suite | Oct 20 2004 | |||
05e25d1de03c | Trond Aksel Myklebust | *Fixed minidom parser | Oct 20 2004 | |||
530319fa3982 | Tibor Simko | Use proper etcdir when testing for sanity. | Oct 20 2004 | |||
6d6b4ececf3a | Trond Aksel Myklebust | Fixed sanity test | Oct 20 2004 | |||
be9eac68ef0c | Tibor Simko | Typo fixed. | Oct 20 2004 | |||
8fc0f386301b | Tibor Simko | record_get_field_instances() fixed for non-existing tags. encode_for_xml() does… | Oct 20 2004 | |||
512d19721bc8 | Tibor Simko | Added test for accented UTF-8 letters. | Oct 20 2004 | |||
5986d32b0bce | Tibor Simko | String type checks now also check unicode string types. (As per Alexandra.) | Oct 19 2004 | |||
76fb5309999c | Tibor Simko | Added tests for getting field/subfield values/instances. | Oct 19 2004 | |||
fb1e466d09f8 | Tibor Simko | record_get_field_instances() now takes optional TAG, IND1 and IND2 arguments. | Oct 19 2004 | |||
4b4299a3f51a | Tibor Simko | Added a FIXME comment on the not-yet-working UTF-8 parsing. | Sep 8 2004 | |||
b8546b4ff8a2 | Tibor Simko | Initial release of new Alexandra's bibrecord library. | Aug 25 2004 | |||
48abff1c3e1d | Tibor Simko | Wildcard expansion now refers to the source directory in order to correctly… | Aug 25 2004 | |||
cfbcd08b31b7 | Tibor Simko | Patch from Frederic be able to build CDSware out of its source tree. | Jul 15 2004 | |||
e3625764c309 | Tibor Simko | Added BibEdit lib. | Jul 12 2004 | |||
bbd45721dfe0 | Thomas Baron | new xml parsing library | Jul 9 2004 |
c4science · Help