Skip to content

Commit

Permalink
Merge branch 'master' into 3022-IDatasetForm-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 19, 2012
2 parents 77b32b3 + 3c323e7 commit 3577abf
Show file tree
Hide file tree
Showing 352 changed files with 9,325 additions and 8,809 deletions.
267 changes: 0 additions & 267 deletions ckan/authz.py

This file was deleted.

16 changes: 15 additions & 1 deletion ckan/config/deployment.ini_tmpl
Expand Up @@ -33,7 +33,9 @@ app_instance_uuid = ${app_instance_uuid}

# List the names of CKAN extensions to activate.
# Note: This line is required to be here for packaging, even if it is empty.
ckan.plugins = stats
# Note: Add ``pdf_preview`` to enable the resource preview for PDFs
# Add the resource_proxy plugin to enable resorce proxying and get around the same origin policy
ckan.plugins = stats json_preview recline_preview

# If you'd like to fine-tune the individual locations of the cache data dirs
# for the Cache data, or the Session saves, un-comment the desired settings
Expand Down Expand Up @@ -235,6 +237,18 @@ ckan.feeds.author_link =
#ofs.aws_access_key_id = ....
#ofs.aws_secret_access_key = ....

## Previews
#
# Set the file types that should be previewed inline (e.g. images) or directly in an iframe.

ckan.preview.direct = png jpg gif
ckan.preview.loadable = html htm rdf+xml owl+xml xml n3 n-triples turtle plain atom csv tsv rss txt json

# Activity Streams
#
# Default maximum number of activities to show in an activity stream.
# ckan.activity_list_limit = 31


# DEBUGGING

Expand Down
1 change: 1 addition & 0 deletions ckan/config/environment.py
Expand Up @@ -173,6 +173,7 @@ def find_controller(self, controller):
search.check_solr_schema_version()

config['routes.map'] = routing.make_map()
config['routes.named_routes'] = routing.named_routes
config['pylons.app_globals'] = app_globals.app_globals
# initialise the globals
config['pylons.app_globals']._init()
Expand Down

0 comments on commit 3577abf

Please sign in to comment.