Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-v2.0' into canada-v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed May 6, 2013
2 parents 223cb7c + 862fa70 commit 4f3fc06
Show file tree
Hide file tree
Showing 142 changed files with 53,131 additions and 34,827 deletions.
3 changes: 0 additions & 3 deletions ckan/config/deployment.ini_tmpl
Expand Up @@ -79,9 +79,6 @@ who.config_file = %(here)s/who.ini
who.log_level = warning
who.log_file = %(cache_dir)s/who_log.ini

# Location of RDF versions of datasets
#rdf_packages = http://semantic.ckan.net/record/

# Location of licenses group (defaults to cached local version of ckan group)
#licenses_group_url = http://licenses.opendefinition.org/licenses/groups/ckan.json

Expand Down
2 changes: 1 addition & 1 deletion ckan/controllers/package.py
Expand Up @@ -225,7 +225,7 @@ def pager_url(q=None, page=None):
'groups': _('Groups'),
'tags': _('Tags'),
'res_format': _('Formats'),
'license': _('Licence'),
'license_id': _('Licence'),
}

for facet in g.facets:
Expand Down
5 changes: 3 additions & 2 deletions ckan/controllers/user.py
Expand Up @@ -571,8 +571,9 @@ def dashboard(self, id=None, offset=0):
context, {'id': c.userobj.id, 'q': q})
c.dashboard_activity_stream_context = self._get_dashboard_context(
filter_type, filter_id, q)
c.dashboard_activity_stream = h.dashboard_activity_stream(filter_type,
filter_id, offset)
c.dashboard_activity_stream = h.dashboard_activity_stream(
c.userobj.id, filter_type, filter_id, offset
)

# Mark the user's new activities as old whenever they view their
# dashboard page.
Expand Down
Binary file modified ckan/i18n/bg/LC_MESSAGES/ckan.mo
Binary file not shown.
1,020 changes: 203 additions & 817 deletions ckan/i18n/bg/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

Binary file modified ckan/i18n/ca/LC_MESSAGES/ckan.mo
Binary file not shown.

0 comments on commit 4f3fc06

Please sign in to comment.