Created
June 16, 2016 10:31
-
-
Save amercader/9447df4be83cd90f7e5d8561f1e9876f to your computer and use it in GitHub Desktop.
g occurrences outside templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/controllers/package.py | |
151: limit = g.datasets_per_page | |
248: for facet in g.facets: | |
303: g.facets_default_number)) | |
660: if g.legacy_templates: | |
ckan/ckan/controllers/home.py | |
49: 'facet.field': g.facets, | |
85: % g.site_title |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment