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:
{ | |
"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" |
diff --git a/rtei/migrations/0011_blogpage_intro_multilingual.py b/rtei/migrations/0011_blogpage_intro_multilingual.py | |
new file mode 100644 | |
index 0000000..c32ae8d | |
--- /dev/null | |
+++ b/rtei/migrations/0011_blogpage_intro_multilingual.py | |
@@ -0,0 +1,37 @@ | |
+# -*- coding: utf-8 -*- | |
+# Generated by Django 1.9.2 on 2016-03-04 12:00 | |
+from __future__ import unicode_literals | |
+ |