I hereby claim:
- I am amercader on github.
- I am amercader (https://keybase.io/amercader) on keybase.
- I have a public key ASBdePajQIZ3LKa0i4vFYfq-_kpYVHeop-jvP1Bw5RL1Mgo
To claim this, I am signing this object:
| diff --git a/ckan/controllers/package.py b/ckan/controllers/package.py | |
| index 3f8f1d5..a868dd6 100644 | |
| --- a/ckan/controllers/package.py | |
| +++ b/ckan/controllers/package.py | |
| @@ -295,7 +295,7 @@ class PackageController(base.BaseController): | |
| c.query_error = True | |
| c.search_facets = {} | |
| c.page = h.Page(collection=[]) | |
| - c.search_facets_limits = {} | |
| + search_facets_limits = {} |
| { | |
| "error-count": 76, | |
| "errors": [], | |
| "table-count": 10, | |
| "tables": [ | |
| { | |
| "error-count": 13, | |
| "errors": [ | |
| { | |
| "code": "duplicate-row", |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/ckan/controllers/admin.py b/ckan/controllers/admin.py | |
| index ed295d5..d2895a4 100644 | |
| --- a/ckan/controllers/admin.py | |
| +++ b/ckan/controllers/admin.py | |
| @@ -50,7 +50,8 @@ class AdminController(base.BaseController): | |
| {'name': 'ckan.site_title', 'control': 'input', 'label': _('Site Title'), 'placeholder': ''}, | |
| {'name': 'ckan.main_css', 'control': 'select', 'options': styles, 'label': _('Style'), 'placeholder': ''}, | |
| {'name': 'ckan.site_description', 'control': 'input', 'label': _('Site Tag Line'), 'placeholder': ''}, | |
| - {'name': 'ckan.site_logo', 'control': 'image_upload', 'label': _('Site Tag Logo'), 'placeholder': '', 'upload_enabled':h.uploads_enabled()}, | |
| + {'name': 'ckan.site_logo', 'control': 'image_upload', 'label': _('Site Tag Logo'), 'placeholder': '', 'upload_enabled':h.uploads_enabled(), |
| Make resource name default to file name (#1372) | |
| Invite to organization has hard-coded email text (#1527) | |
| change solrpy library to pysolr (#2352) | |
| cache sql query results using dogpile/beaker (#2353) | |
| Tag Pagination Widget (#2399) | |
| [#2482] Remove schema before creating views (#2484) | |
| 2478 licenses more specific (#2485) | |
| more package controller tests (#2544) | |
| Minimum Postgresql version increased to 9.2 (#2555) | |
| File Upload UX issue (#2604) |
| val = callable(*args, **kw) | |
| File "/home/adria/dev/pyenvs/ckan_newreqs/src/ckan/ckan/config/middleware.py", line 49, in make_app | |
| pylons_app = make_pylons_stack(conf, full_stack, static_files, **app_conf) | |
| File "/home/adria/dev/pyenvs/ckan_newreqs/src/ckan/ckan/config/middleware.py", line 145, in make_pylons_stack | |
| who_parser.parse(open(app_conf['who.config_file'])) | |
| File "/home/adria/dev/pyenvs/ckan_newreqs/local/lib/python2.7/site-packages/repoze/who/config.py", line 87, in parse | |
| obj = self._makePlugin(name, IPlugin, options) | |
| File "/home/adria/dev/pyenvs/ckan_newreqs/local/lib/python2.7/site-packages/repoze/who/config.py", line 41, in _makePlugin | |
| obj = _resolve(name) | |
| File "/home/adria/dev/pyenvs/ckan_newreqs/local/lib/python2.7/site-packages/repoze/who/config.py", line 24, in _resolve |
| ckan/ckan/controllers/group.py | |
| 313: for facet in g.facets: | |
| 359: g.facets_default_number)) | |
| ckan/ckan/lib/helpers.py | |
| 880: exclude = g.package_hide_extras | |
| ckan/ckan/controllers/feed.py | |
| 295: 'updated datasets on %s' % g.site_title, | |
| 342: feed_title=u'%s - Custom query' % g.site_title, |
| ckan/ckan/templates/home/snippets/promoted.html | |
| 1:{% set intro = g.site_intro_text %} | |
| ckan/ckan/templates/home/about.html | |
| 13: {% if g.site_about %} | |
| ckan/ckan/templates/home/index.html | |
| 2:{% set homepage_style = ( g.homepage_style or '1' ) %} | |
| ckan/ckan/templates/user/new_user_form.html |
| # Thanks to http://stackoverflow.com/questions/20797923/get-reference-to-the-current-exception | |
| import sys | |
| import traceback | |
| !exc_type, exc_value, exc_traceback = sys.exc_info() | |
| traceback.print_exception(exc_type, exc_value, exc_traceback) |
| msgid "Authorization function not found: %s" | |
| "Cannot purge package %s as associated revision %s includes non-deleted " | |
| "packages %s" | |
| msgid "Problem purging revision %s: %s" | |
| msgid "Action name not known: %s" | |
| msgid "JSON Error: %s" | |
| msgid "Bad request data: %s" | |
| msgid "Cannot list entity of this type: %s" | |
| msgid "Cannot read entity of this type: %s" | |
| msgid "Cannot create new entity of this type: %s %s" |