History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
15dae91c9df9 | Tibor Simko | Changed CFG_BIBUPLOAD_EXTERNAL_OAIID_TAG to 035__a that is an independent field… | Apr 26 2007 | |||
03ff75c65958 | Tibor Simko | Added regression tests for external OAI ID tag matching facility. | Apr 2 2007 | |||
6212408be663 | Tibor Simko | Added support for external OAI ID tag matching. | Apr 2 2007 | |||
29b14b73e03a | Tibor Simko | Added CFG_BIBUPLOAD_EXTERNAL_OAIID_TAG, useful when records harvested by OAI… | Apr 2 2007 | |||
2ed4508574e4 | Tibor Simko | Added regression tests for the FFT mode. To be improved later. | Mar 30 2007 | |||
1c1bd3cc4ace | Tibor Simko | First provisional implementation of the fulltext file transfer mode by Jan. | Mar 30 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
9ad6a0e47b97 | Tibor Simko | Added regression test for respecting uppercase/lowercase values when inserting… | Feb 6 2007 | |||
04329f860a9e | Tibor Simko | When inserting into bibxxx tables, during the look up of already existing… | Feb 6 2007 | |||
0c7f6ad29216 | Tibor Simko | Use bibformat.format_record() rather than search_engine.print_record() to… | Jan 26 2007 | |||
3d04df3b1a0b | Tibor Simko | Enhanced the complete regression test suite in order to check for the tag 001… | Jan 25 2007 | |||
eb46cb3d4347 | Tibor Simko | When matching MARCXML input file records against the database, if a match was… | Jan 25 2007 | |||
29281729a554 | Tibor Simko | Write a short information on the input file and the selected input mode into… | Dec 21 2006 | |||
85316c5e8c11 | Tibor Simko | Fixed bad indentation. | Dec 21 2006 | |||
32b3eb7381d7 | Tibor Simko | When some records could not have been uploaded due to errors such as non… | Dec 20 2006 | |||
19c6e1c50d9a | Tibor Simko | Fixed correct mode so that only the field instances matching the complete… | Dec 18 2006 | |||
bfbe710de95d | Tibor Simko | Enhanced correct mode test. | Dec 18 2006 | |||
581ef364d0c1 | Tibor Simko | Added test on the indicator behaviour (empty indicators, blank space… | Dec 18 2006 | |||
c12e9e381d71 | Tibor Simko | Whenever a blank space indicator (or an old-style "empty" indicator) is… | Dec 18 2006 | |||
5d5f01b44d88 | Tibor Simko | All the regression tests updated to test also HTML MARC output, not only XML… | Dec 13 2006 | |||
0243ff56930f | Tibor Simko | Fixed "reference" upload mode to populate bibxxx tables too. bibupload() now… | Dec 13 2006 | |||
e790dadaddfa | Tibor Simko | Changed bibupload behaviour so that it would not modify the "mode" option from… | Dec 7 2006 | |||
b87c8d0d9798 | Tibor Simko | Do not use table aliases in "DELETE x FROM ... LEFT JOIN" SQL statements… | Dec 7 2006 | |||
d99743b653f6 | Jerome Caffaro | Save option insert/replace/both (-r -i) before the upload of each record in… | Dec 7 2006 | |||
5d2b7d9f78c5 | Tibor Simko | Adapted to the new "replace_or_insert" mode. | Dec 5 2006 | |||
1743992f0cfb | Tibor Simko | Fixed behaviour of CLI options; no options have values except "stage"… | Dec 5 2006 | |||
e9d1b92c399c | Tibor Simko | Added regression tests for uploading of records having external SYSNO or OAI ID… | Nov 30 2006 | |||
8c20155e33a8 | Tibor Simko | Added support for intelligent upload of records having external SYSNO or OAI ID… | Nov 30 2006 | |||
fbcee3309eb7 | Tibor Simko | Use full location of external SYSNO tag, including indicators and subfield code… | Nov 30 2006 | |||
5dda83af3d76 | Tibor Simko | When comparing to None, do not use "== None" or "!= None", but rather "is None"… | Nov 28 2006 | |||
e355caf285a4 | Tibor Simko | Aesthetic update of the format test values. | Nov 28 2006 | |||
f3af58505dcd | Tibor Simko | Corrected references tag (999, not 909). | Nov 28 2006 | |||
895f632bb2a4 | Jerome Caffaro | Fixed some typos. | Nov 15 2006 | |||
4c6ca52b914a | Jerome Caffaro | Fixed wrong example in bibupload admin guide. | Nov 15 2006 | |||
f9b1f25016f4 | Tibor Simko | Use recID 3 instead of 10 for the replace tests. Also, the tests now restore… | Nov 9 2006 | |||
7cbd91d4ea9b | Tibor Simko | When authentifying user-supplied email or nickname, use two SQL queries rather… | Nov 1 2006 | |||
ff9532b6fbff | Tibor Simko | Print task stats in the usual output message format. | Oct 9 2006 | |||
b85162d75150 | Tibor Simko | (1) Put 001 in front of the newly inserted records, fixing a particular… | Oct 3 2006 | |||
1ac5460614f9 | Tibor Simko | Expanded BibUpload documentation. Added hints on running xmlmarclint, on the… | Sep 20 2006 | |||
b91637b2c33b | Tibor Simko | Improved kwalitee of the code. | Sep 13 2006 | |||
75928c3cd4e1 | 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 | |||
1b948995fa81 | Tibor Simko | Removed extraneous @PYTHON@. | Sep 4 2006 | |||
99c45c6ef944 | Tibor Simko | Instruct Emacs to use Python mode in addition to the file encoding. This… | Sep 4 2006 | |||
1a519ab609d0 | Tibor Simko | Updated main module docstring. | Aug 29 2006 | |||
c01e7675eac4 | Tibor Simko | Fixed the behaviour of the FMT tag, solving the problem occurred during… | Aug 29 2006 | |||
7e3fee38f8c1 | Tibor Simko | Added new tests for the FMT tag behaviour. Small updates to the rest. | Aug 29 2006 | |||
536257883e68 | Tibor Simko | Updated every BibSched task to follow the BibTaskEx example of handling task… | Aug 29 2006 | |||
b72219920258 | Tibor Simko | Fail properly when the MARCXML input file could not have been parsed. | Aug 28 2006 | |||
a2c5095d6104 | Tibor Simko | More tests from Eric. Fixed one case that was not working and did some… | Aug 24 2006 | |||
99cbaed67840 | Tibor Simko | Update from Eric. bibupload() now returns a tuple (error_code, recID) of the… | Aug 24 2006 | |||
8968b04268ee | Tibor Simko | Committed new version from Eric, and changed behaviour of parse_command() in… | Aug 24 2006 | |||
f2551c342eb0 | Tibor Simko | Added first regression tests for bibupload, adapted from Eric's file. | Aug 24 2006 | |||
515b181751e4 | Tibor Simko | For the time being do not authenticate users but always allow the tasks in… | Aug 22 2006 | |||
f172ec7c90bf | Tibor Simko | Initial release of the new BibUpload in Python, with Eric. Await several… | Aug 22 2006 | |||
459c0a30c3d3 | Tibor Simko | Cosmetic update in the usage help string. | Jun 27 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 | |||
c69469443dd5 | Martin Vesely | Removing OAI identifier tag from the list of strong fields. | Apr 12 2006 | |||
9f81b44b322f | Tibor Simko | Respect new names for i18n_extract_from_wml_source.py, i18n_update_wml_target. | Apr 11 2006 | |||
6b13f0051c34 | Tibor Simko | Adapted to the new way of I18N, removing MSG_ dependencies. | Apr 11 2006 | |||
caf3cba8d80f | Tibor Simko | Use single quotes around the version number so that it gets printed nicely. | Apr 10 2006 | |||
9355d8102250 | Frederic Gobry | For non-CERN sites, bibupload should match records on their 970$a field in a… | Feb 24 2006 | |||
374a590462c7 | Tibor Simko | Added call to i18n_update_wml.py to update header/footer/etc in otherwise fully… | Jan 10 2006 | |||
3daf391cc4f9 | Tibor Simko | Getting rid of WML. | May 13 2005 | |||
f5f7a6fcd722 | Tibor Simko | cdsnavbar.wml is found in $(top_srcdir), not $(top_builddir). | Mar 2 2005 | |||
6491f4c194b2 | Tibor Simko | Added dependency on the general navbar. | Feb 14 2005 | |||
435da6457c4e | Thomas Baron | removed white line after 001 field | Feb 8 2005 | |||
5d982bb03c57 | Thomas Baron | corrected bug for -f option | Jan 12 2005 | |||
84b18f1b27c5 | Tibor Simko | Updated copyright years. | Jan 6 2005 | |||
cbe05b85ee4e | Thomas Baron | bug correction: if insert option only was selected and record was matched… | Jan 3 2005 | |||
643e2b5b7340 | Tibor Simko | BibUpload is now compatible with old MySQL 3.xx servers. (Notably by changing… | Nov 16 2004 | |||
3e77116c1385 | Thomas Baron | corrected total number of records. always store absolute path to files | Sep 15 2004 | |||
7a0bbbf18029 | Thomas Baron | bibupload stops with an error when a file cannot be found | Sep 15 2004 | |||
48abff1c3e1d | Tibor Simko | Wildcard expansion now refers to the source directory in order to correctly… | Aug 25 2004 | |||
e896c8a21f62 | Thomas Baron | bad xml records are counted as errors | Jul 27 2004 | |||
cfbcd08b31b7 | Tibor Simko | Patch from Frederic be able to build CDSware out of its source tree. | Jul 15 2004 | |||
9d5a824dbfb5 | Thomas Baron | get rid of beginning of following record if on the same line | Jul 12 2004 | |||
20d5bbfeaacc | Thomas Baron | cumulative record count if several files are passed as parameters | Jul 7 2004 | |||
d06643a22e2f | Tibor Simko | Display version number. | May 11 2004 | |||
5e5c7ab148f4 | Tibor Simko | New style of the Admin Area documentation. | May 4 2004 | |||
9f619fc6ff4b | Thomas Baron | corrected double 001 when replacing | Apr 14 2004 | |||
d131e8e3aea3 | Thomas Baron | corrected bug on number of updated records | Mar 30 2004 | |||
d57a28ce9b2d | Thomas Baron | the xml format is now recreated when append action is done | Mar 24 2004 | |||
cabb87e4c4fb | Thomas Baron | corrected bug preventing the dump of bad XML record to the error channel | Mar 19 2004 | |||
bdc52ca83f55 | Thomas Baron | check for the mysql php module, else outputs an error message | Mar 11 2004 | |||
a293b49960e0 | Thomas Baron | check if pcntl php module is installed, otherwise outputs an error message | Mar 11 2004 | |||
f9265e69b803 | Tibor Simko | Added missing newline after version number is printed. | Mar 11 2004 | |||
8f08c5116592 | Thomas Baron | added version output | Mar 11 2004 | |||
9063e16d57be | Tibor Simko | added doc subdir | Feb 27 2004 | |||
fee5f9eb72ff | Tibor Simko | Initial import after module reorganization. | Feb 27 2004 | |||
ef97cab6aa8f | Thomas Baron | got rid of bibwords option, corrected some options | Feb 27 2004 | |||
4da7d1223435 | Thomas Baron | cosmetic changes on option names changes in the syntax of the call to bibwords… | Feb 24 2004 | |||
96a248320e8b | Thomas Baron | changed bibupload parameter list | Feb 17 2004 | |||
c51199099800 | Tibor Simko | formatfield() switched off since it apparently breaks UTF-8. | Feb 11 2004 | |||
fbf7d727f288 | Thomas Baron | bibupload is now interfaced with bibsched. It also takes new parameters. | Feb 3 2004 | |||
8054fef84e7f | Thomas Baron | got rid of 909C0o mapping | Jul 7 2003 | |||
27532da50314 | Tibor Simko | Really revert Thomas' changes. | May 22 2003 | |||
2cb36a416e40 | Tibor Simko | Respect now default UTF-8 encoding. Revert Thomas' changes as they didn't work… | May 22 2003 | |||
9633cd65e49c | Thomas Baron | corrected bug in 970__a matching | Apr 29 2003 |
c4science · Help