harvester-d4science/ckanext/harvest
amercader e4b3cb440c Do not use repo.are_tables_created
When checking whether the core tables have been alredy created  it is
best to use package_table.exists(), as are_tables_created reflects the
tables, causing conflicts with other extensions.

This allows ckanext-harvest and ckanext-spatial to be used together on
ckan 1.8 onwards.
2012-08-09 11:06:05 +01:00
..
commands Allow defining segments of harvest objects to import 2012-08-02 18:41:59 +01:00
controllers Status message added - change config to set the text. 2012-07-19 15:17:50 +01:00
harvesters [ckan harvester] Fix bug on force all check 2012-03-15 11:31:12 +00:00
logic Allow defining segments of harvest objects to import 2012-08-02 18:41:59 +01:00
model Do not use repo.are_tables_created 2012-08-09 11:06:05 +01:00
public/ckanext/harvest [ui] Fix style for CKAN 1.7 2012-05-09 16:03:03 +01:00
templates Status can have links in it now. 2012-07-23 16:15:11 +01:00
tests [tests,auth] Add tests for the auth profiles 2012-03-08 16:14:44 +00:00
__init__.py Moving the extension points code to package as a .deb file 2011-03-28 15:52:43 +01:00
interfaces.py Add a new info method to the harvester interface so implementations can provide details. Use this to build the WUI form 2011-05-13 18:39:36 +01:00
plugin.py Add copious logging to record what happens in harvesting. 2012-06-08 17:09:22 +01:00
queue.py Add copious logging to record what happens in harvesting. 2012-06-08 17:09:22 +01:00