History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
71c578509bd0 | Jerome Caffaro | Fixed bug in web interface that would not correctly recognize selected sets to… | Feb 23 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 | |||
df4d85de20bd | Jerome Caffaro | Split one test. | Feb 14 2007 | |||
cebcdb1be377 | Jerome Caffaro | Added performance test for serving speed of OAI repository. | Feb 13 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 | |||
05abfcb9f688 | Jerome Caffaro | Fixed a wrong regular expression used to retrieve resumptionToken. Thanks to… | 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 | |||
12749fbe911d | Jerome Caffaro | Corrected link to guide in the admin pages. | Feb 6 2007 | |||
4723496fab5a | Tibor Simko | Fixed typos, thanks to Ferran Jorba. | Jan 26 2007 | |||
1840a1f79955 | Jerome Caffaro | More detailed status returned by validate() function when validating OAI source. | Jan 12 2007 | |||
91bcd564ae37 | Jerome Caffaro | Do not output values for records having no id in CFG_OAI_ID_FIELD field. | Dec 21 2006 | |||
4333e7ef9370 | Jerome Caffaro | Moved test for unnecessary call to bibupload where it does not break oaiarchive… | Dec 21 2006 | |||
f3b21369500d | Jerome Caffaro | Do not call bibupload when there is no record to upload. | Dec 21 2006 | |||
d8908f8baffe | Jerome Caffaro | Added notice of the need to run oaiarchive utility for the settings in 'OAI… | Dec 21 2006 | |||
bb41d3bcc44d | Jerome Caffaro | Fixed possible traceback which would occur when table 'oaiARCHIVE' has non… | Dec 21 2006 | |||
061e2c28e246 | Jerome Caffaro | Reverted back to the use of column 'setDefinition' in table 'oaiARCHIVE'… | Dec 20 2006 | |||
aeabbc8013e5 | Tibor Simko | Removed not-very-expressive "This is the gate..." welcome messages on those… | Dec 7 2006 | |||
12175fb165af | Jerome Caffaro | Fixed wrong arguments in call to BibUpload from OAIHarvestlib. | Dec 5 2006 | |||
3964b5563652 | Tibor Simko | Fixed free variable problems (extra). | Dec 4 2006 | |||
5dda83af3d76 | Tibor Simko | When comparing to None, do not use "== None" or "!= None", but rather "is None"… | Nov 28 2006 | |||
aab79bef5b4c | Jerome Caffaro | Added '-r' arg to call to BibUpload. | Nov 28 2006 | |||
b6c2502ac1ea | Jerome Caffaro | Added references to new 'sets' feature. | Nov 28 2006 | |||
c0b4a26845d1 | Jerome Caffaro | Added support for selective harvesting with multiple sets (command-line and web… | 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 | |||
e72cf50f7a93 | Jerome Caffaro | Some code reformatted nicely | Nov 13 2006 | |||
7cbd91d4ea9b | Tibor Simko | When authentifying user-supplied email or nickname, use two SQL queries rather… | Nov 1 2006 | |||
073bc52f1935 | Tibor Simko | For temporary directory, use tmpdir instead of /tmp. | Oct 11 2006 | |||
fd0d96919dbb | Tibor Simko | Fixed escaping problem in "Edit OAI Set" pages. | Oct 11 2006 | |||
3b71648f9144 | Tibor Simko | Added tests for OAI sets `edit' and `delete' pages. | Oct 10 2006 | |||
b4f2bb814003 | Tibor Simko | Added clarifications on exposing all (public) records via OAI. | Sep 25 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 | |||
6e2a5e664ac3 | Tibor Simko | Remove unused __lastupdated__. | Sep 13 2006 | |||
2de35d24cedb | Tibor Simko | Import missing cfg_oai_sleep. | Sep 13 2006 | |||
fcef3232f08d | Tibor Simko | Removed __version__ in profit of __revision__. | Sep 13 2006 | |||
84561a472a99 | Tibor Simko | Fixed the kwalitee problem of re-exposing OAI config variables that are already… | Sep 13 2006 | |||
964125fd5871 | Tibor Simko | Disable W0611 warning, as the imported config variables are exposed to the… | Sep 8 2006 | |||
c41113594813 | Tibor Simko | Invoke @PYTHON@ instead of (hardcoded) python2.3. | Sep 4 2006 | |||
f9fa2d88d1ed | Alberto Pepe | Remove unnecessary import (import sys) | Aug 31 2006 | |||
0d6fe6ceea7b | Alberto Pepe | Removed unnecessary import (from mod_python import apache) | Aug 31 2006 | |||
231cea77809e | Tibor Simko | Added *.pyc. | Aug 30 2006 | |||
536257883e68 | Tibor Simko | Updated every BibSched task to follow the BibTaskEx example of handling task… | Aug 29 2006 | |||
f71f2fd488e3 | Tibor Simko | Reflect the fact that Identify and ListMetadataFormats does not require to… | Aug 22 2006 | |||
919d3df83416 | Tibor Simko | Put back argument checking code bits of revision 1.9 that were reverted by… | Aug 22 2006 | |||
c78e76b1219c | Alberto Pepe | Fixed erroneous elif typo. | Aug 22 2006 | |||
db74daca9c06 | Alberto Pepe | Fixed two typos in a couple of greater-than tests. | Aug 22 2006 | |||
b2341304a9b5 | Alberto Pepe | Fixed a typo in a greater-than test. | Aug 22 2006 | |||
062f39c88146 | Alberto Pepe | Added a comment on the fact that Identify and ListMetadataFormats requests are… | Aug 22 2006 | |||
21429f4fc48e | Alberto Pepe | Added extra condition when checking for availability: if the requested verb is… | Aug 22 2006 | |||
9daafb56980f | Alberto Pepe | Added a template function to handle HTTP errors. | Aug 22 2006 | |||
cc15d0926fb0 | Alberto Pepe | Solved some problems linked to the new mechanism of availability checking… | Aug 22 2006 | |||
08f651f27dac | Tibor Simko | Removed dependency on (unimported) error_page(). Added default arguments to… | Aug 17 2006 | |||
6e388555aa73 | Tibor Simko | Done a very simple argument sanity treatment to fulfill the page availability… | Aug 17 2006 | |||
7e1d94a587df | Tibor Simko | Reflect deletion of modifysource URL in the page availability tests. | Aug 17 2006 | |||
f85c5ac0bc53 | Tibor Simko | Done a very simple argument sanity treatment to fulfill the page availability… | Aug 17 2006 | |||
9c7adb3d36d1 | Tibor Simko | Removed dependency on (unimported) error_page(). Added default arguments to… | Aug 17 2006 | |||
9aa5ad276469 | Tibor Simko | Removing unused, empty RTdata file. | Jul 23 2006 | |||
3bef264c2cdd | Tibor Simko | Started massive deployment of the regression test suite. Added basic tests for… | Jul 21 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 | |||
5aac7386e47f | Tibor Simko | BibSched task authentication now accepts nicknames as usernames too. Modified… | Jun 29 2006 | |||
8073aaeb886c | Martin Vesely | BibHarvest Admin Guide update. | Jun 28 2006 | |||
3ea30f2d7577 | Martin Vesely | BibHarvest OAI repository and archive admin update (2/2). | Jun 28 2006 | |||
3f38a4553040 | Martin Vesely | BibHarvest OAI repository and archive admin update (1/2). | Jun 28 2006 | |||
64b680d98589 | Tibor Simko | Handle possibly-invalid OAI provider's Retry-After response by retrying in 10… | Jun 27 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 | |||
e0ac7ad608c0 | Tibor Simko | Use /youraccount instead of /youraccount.py in the codebase everywhere. | Jun 9 2006 | |||
0beacd3742d4 | Tibor Simko | Updated page() arguments: req in, urlargs out. | Jun 5 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 | |||
4f01fc28cf81 | Martin Vesely | Configurable sleeptime between consecutive OAI requests. | Apr 28 2006 | |||
0ed17029068d | Tibor Simko | Updated, and removed a surplus, BibHarvest Admin index page. | Apr 28 2006 | |||
9ddce4c0fc5c | Martin Vesely | BibSched awareness for OAI repository archive. | Apr 26 2006 | |||
0c78add2ed22 | Martin Vesely | OAI repository archive and management tool. Main features include creation… | 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 | |||
94372fc30d6e | Tibor Simko | Removed the old way of importing I18N messages. | Apr 11 2006 | |||
1335890d5bab | Martin Vesely | OAI cache created within make install. RTdata moved into $… | Apr 10 2006 | |||
a8437583e4e4 | Tibor Simko | Initialize version number as for the other CLI files. | 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 | |||
f5193f962bc4 | Alberto Pepe | Modified some parts of the function call_bibharvest that would cause problems… | Feb 8 2006 | |||
d3eed8dd2405 | Tibor Simko | Import required os module. | Jan 31 2006 | |||
374a590462c7 | Tibor Simko | Added call to i18n_update_wml.py to update header/footer/etc in otherwise fully… | Jan 10 2006 | |||
6b1700acdd20 | Tibor Simko | Python imports are now done in an absolute way (from cdsware.foo import bar)… | Dec 20 2005 | |||
b37aa4a7120c | Martin Vesely | BibHarvest security update disallow concurrent requests. | Nov 7 2005 | |||
1b18236b6b92 | Nicholas Robinson | Added oaiharvest that is generated during configure. | Sep 15 2005 | |||
6c13eaf14724 | Alberto Pepe | Modified column names of table oaiHARVEST (removed CamelCase) | Aug 30 2005 | |||
516eafee42dc | Alberto Pepe | Modified column names for table oaiHARVEST (removed CamelCase) | Aug 30 2005 | |||
c777b0094f52 | Alberto Pepe | Added section under OAI Data Harvesting: Periodical harvesting. Renamed… | Aug 29 2005 | |||
86235b6b2f06 | Alberto Pepe | Added entry point to bibharvest admin interface | Aug 29 2005 |
c4science · Help