harvester-d4science/ckanext/harvest/logic
amercader 2a2397c0ed [logic,auth] Implement publisher auth profile
The publisher profile allows general users to handle harvest sources
based on membership to a certain group (publisher), as opposed to the
default auth profile where only sysadmins can perform any harvesting
task.
To enable it, put this directive in your ini file:

    ckan.harvest.auth.profile = publisher

TODO:
 * Save publisher id / user id when creating sources
 * Show publisher in form and index page
2012-03-02 16:49:39 +00:00
..
action [logic,auth] Implement publisher auth profile 2012-03-02 16:49:39 +00:00
auth [logic,auth] Implement publisher auth profile 2012-03-02 16:49:39 +00:00
__init__.py [forms] Major refactoring of the harvest forms. Forms no longer use the DGU form 2011-05-13 14:17:58 +01:00
dictization.py [logic] Refactor the rest of the logic functions (create,update,delete) 2012-02-29 15:20:35 +00:00
schema.py [ui,logic] Expose source title in the source form 2012-02-15 11:49:59 +00:00
validators.py [ui,logic] Expose source state (active/inactive) in the source form 2012-02-14 14:24:32 +00:00