Skip to content

Commit

Permalink
Merge branch 'develop' for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Magán committed Sep 24, 2018
2 parents a6dfe99 + 9abe5ff commit 71540ea
Show file tree
Hide file tree
Showing 16 changed files with 587 additions and 54 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
sudo: required
language: python
group: deprecated-2017Q4
python:
- "2.7"
env:
- CKANVERSION=2.5.6 POSTGISVERSION=2
- CKANVERSION=2.6.3 POSTGISVERSION=2
- CKANVERSION=2.7.0 POSTGISVERSION=2
- CKANVERSION=2.8.1 POSTGISVERSION=2
services:
- redis-server
- postgresql
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@ python setup.py nosetests
## Changelog
### v1.1.0
* New: Compatibility with CKAN 2.8.0
* New: Somali translation (thanks to @SimuliChina)
### v1.0.0
* New: Option to follow data requests.
Expand All @@ -270,7 +275,7 @@ python setup.py nosetests
### v0.4.1
* New: Brazilian Portuguese (thanks to @allysonbarros)
* New: Brazilian Portuguese translation (thanks to @allysonbarros)
### v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion ckanext/datarequests/controllers/ui_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def pager_url(state=None, sort=None, q=None, page=None):
if include_organization_facet is True:
c.facet_titles['organization'] = tk._('Organizations')

return tk.render(file_to_render)
return tk.render(file_to_render, extra_vars={'user_dict': c.user_dict if hasattr(c, 'user_dict') else None, 'group_type': 'organization'})
except ValueError as e:
# This exception should only occur if the page value is not valid
log.warn(e)
Expand Down
Binary file not shown.
Loading

0 comments on commit 71540ea

Please sign in to comment.