Skip to content

Commit

Permalink
Merge branch 'master' into 2961-pluggable-previews
Browse files Browse the repository at this point in the history
Conflicts:
	ckan/controllers/package.py
	ckan/public/base/datapreview/css/recline.min.css
	ckan/public/base/datapreview/preview_recline.min.js
	ckan/public/base/datapreview/vendor/leaflet/leaflet.min.css
	ckan/public/base/datapreview/vendor/pdfviewer/viewer.min.css
	ckan/public/base/datapreview/vendor/recline/css/recline.min.css
  • Loading branch information
amercader committed Dec 18, 2012
2 parents 8d9e230 + eb1034c commit e28cd00
Show file tree
Hide file tree
Showing 210 changed files with 7,752 additions and 8,291 deletions.
267 changes: 0 additions & 267 deletions ckan/authz.py

This file was deleted.

6 changes: 6 additions & 0 deletions ckan/config/deployment.ini_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@ ckan.feeds.author_link =
preview.direct = png jpg gif
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

# ckan.debug_supress_header This option can be set to suppress the debug
Expand Down
1 change: 1 addition & 0 deletions ckan/config/environment.py
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit e28cd00

Please sign in to comment.