R3600/modules/bibharvest/lib/oai_repository.pyiugw2017
R3600/modules/bibharvest/lib/oai_repository.py
iugw2017
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
dafb9c022092 | Jerome Caffaro | Raise a 'badArgument' error when the request includes repeated arguments… | Mar 25 2008 | |||
2b99705c3821 | Tibor Simko | Updated codebase to use CFG_SITE_URL instead of weburl everywhere. Updated… | Mar 12 2008 | |||
002dd06d18ec | Tibor Simko | Updated codebase to use CFG_SITE_SUPPORT_EMAIL instead of supportemail… | Mar 11 2008 | |||
72c35da585a5 | Tibor Simko | Updated codebase to use CFG_SITE_ADMIN_EMAIL instead of adminemail everywhere. | Mar 11 2008 | |||
ca990a4e2355 | Tibor Simko | Updated codebase to use CFG_SITE_NAME and CFG_SITE_NAME_INTL instead of cdsname… | Mar 11 2008 | |||
6dc20e3ca587 | Tibor Simko | Updated conf files. Replaced old style variable names (e.g. WEBURL) with new… | Mar 10 2008 | |||
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
98f5faed61fb | Jerome Caffaro | Better checking of input parameters. Fixed related test cases. Fixed bug that… | Jan 9 2008 | |||
4801840da61b | Jerome Caffaro | Fixed response header of 'GetRecord' verb. Selective harvesting now use… | Dec 17 2007 | |||
10676a48ebef | Jerome Caffaro | Fixed problems with timezones and short ISO 8601 dates in 'from' and 'until'… | Dec 13 2007 | |||
43d610347f22 | Jerome Caffaro | Fixed timezone problem with 'from' and 'until' argument in OAI requests. | Oct 17 2007 | |||
94727ee71418 | Jerome Caffaro | Fixed verb=ListIdentifiers and verb=ListRecords, when used with selective… | Aug 14 2007 | |||
83c76c589490 | Jerome Caffaro | Fixed a bug that could prevent adding records to the OAI repository if they had… | Feb 23 2007 | |||
48a13ad607ee | Jerome Caffaro | Made use of XSL template for OAI DC output instead of hardcoded python. | Feb 22 2007 | |||
df75ba0b1feb | Tibor Simko | Updated copyright years (2007). | Feb 14 2007 | |||
241afb4addb8 | Jerome Caffaro | Reversed order of additional authors for DC output, in order to match other… | Feb 13 2007 | |||
54fbac1d569d | Jerome Caffaro | Improved transformation of marcxml retrieved from database for oaimarcxml… | Feb 12 2007 | |||
f634c6df34cf | Jerome Caffaro | Improved speed for OAI harvesting with verb=ListRecords&metadataPrefix=marcxml. | Feb 12 2007 | |||
8943b041e627 | Jerome Caffaro | Improved speed. | Feb 9 2007 | |||
b5c8693f96cf | Jerome Caffaro | Eliminated duplicate sets in OAI-PMH 'ListSets' response. Eliminated duplicates… | Feb 6 2007 | |||
91bcd564ae37 | Jerome Caffaro | Do not output values for records having no id in CFG_OAI_ID_FIELD field. | Dec 21 2006 | |||
5dda83af3d76 | Tibor Simko | When comparing to None, do not use "== None" or "!= None", but rather "is None"… | Nov 28 2006 | |||
40e9470157ce | Tibor Simko | Removed unnecessary parts in "if X and X" boolean tests, thanks to Guido Pelzer. | Nov 22 2006 | |||
f987ed8ad8e4 | Jerome Caffaro | OAI-compliant repository regarding deleted records. | Nov 13 2006 | |||
af4a85dac604 | Tibor Simko | Fixed config wildcard import everywhere. Fixed some randomly spotted import… | Sep 20 2006 | |||
8fc23841490f | Tibor Simko | Renamed cfg_oai_* config variables to follow the uppercase model. Fixed the… | Sep 15 2006 | |||
bdaa3eafc82c | Tibor Simko | Added __revision__ for all Python files that did not have it. | Sep 14 2006 | |||
1fe7d8836f40 | Tibor Simko | Changed database access code in order not to depend on MySQLdb but rather on… | Jun 20 2006 | |||
a058c0e2f837 | Martin Vesely | Unification of OAI configuration variables naming. | Jun 15 2006 | |||
de421172d3a5 | Tibor Simko | BibHarvest module (OAI repository application) is now using the new URL style. | Jun 15 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 | |||
0c78add2ed22 | Martin Vesely | OAI repository archive and management tool. Main features include creation… | Apr 12 2006 | |||
1335890d5bab | Martin Vesely | OAI cache created within make install. RTdata moved into $… | Apr 10 2006 | |||
7b1a82a64c3a | Martin Vesely | Inserting explicit namespace declarations for the MARC21 metadata format to… | Feb 17 2006 | |||
8c08d3ce80a2 | Martin Vesely | Inserting explicit namespace declarations for the Dublin Core metadata format… | Feb 17 2006 | |||
6b1700acdd20 | Tibor Simko | Python imports are now done in an absolute way (from cdsware.foo import bar)… | Dec 20 2005 | |||
2511a127d15f | Martin Vesely | OAI from parameter does not require the until parameter. | Jul 7 2005 | |||
cfeecc47f7ae | Tibor Simko | Getting rid of WML. | May 12 2005 | |||
0b9802278c88 | Martin Vesely | Coding standard check. | Mar 18 2005 | |||
6e53af3315a9 | Martin Vesely | Validation against OAI repository explorer version - 1.46 : protocol version… | Mar 15 2005 | |||
634e70fea171 | Martin Vesely | setSpec display in the oai header bugfix. | Mar 14 2005 | |||
032072cd2a6d | Martin Vesely | SetSpec display in the oai header field bugfix. | Mar 14 2005 | |||
3c6b10e05073 | Martin Vesely | Error and Exception Conditions bugfix: badVerb | Mar 14 2005 | |||
e33528081ecb | Martin Vesely | mailto removed | Feb 23 2005 | |||
10878a61aad4 | Tibor Simko | Include config*.wml that were accidentally deleted in revision 1.11. This fixes… | Feb 23 2005 | |||
84b18f1b27c5 | Tibor Simko | Updated copyright years. | Jan 6 2005 | |||
df2a21fad05c | Tibor Simko | Removed unnecessary pylibdir handling. | Dec 15 2004 | |||
c3ab5689c7ef | Martin Vesely | DC Title extended for 111__a. | Jun 23 2004 | |||
188076f16a4a | Tibor Simko | Do not call localtime_to_UTC() conversion for empty dates. This is to fix… | Mar 15 2004 | |||
3512f2860ecf | Martin Vesely | OAI related tables modified. | Mar 5 2004 | |||
75efe8f6e317 | Tibor Simko | Remove sys.exit(). | Feb 11 2004 | |||
942cb838c87d | Martin Vesely | deleted records policy introduced. | Feb 4 2004 | |||
87dd982bd9a3 | Martin Vesely | Update of error codes for getrecord and listmetadataformats identifiers. one… | Jan 30 2004 | |||
6cd902eeef3f | Martin Vesely | unfold all uri escape sequences at the url parse. | Jan 27 2004 | |||
2ba8f43cde43 | Martin Vesely | marc tags for oai identifier and oai set defined in config.wml | Jan 21 2004 | |||
64014a7f8c8e | Martin Vesely | Change of MARC21 tag for oai identifiers. | Jan 19 2004 | |||
090a97516e04 | Tibor Simko | OAI serviced moved from WebSubmit. | Dec 2 2003 |
c4science · Help