[ckan-changes] [okfn/ckan] 112438: allow unselected_facet_items() in helpers
GitHub
noreply at github.com
Wed May 2 10:03:21 UTC 2012
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: 112438ff3cc81f204488b38bcf8654c322040d61
https://github.com/okfn/ckan/commit/112438ff3cc81f204488b38bcf8654c322040d61
Author: Toby <toby.junk at gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
allow unselected_facet_items() in helpers
diff --git a/ckan/lib/helpers.py b/ckan/lib/helpers.py
index ed0ed72..f8b5f2b 100644
--- a/ckan/lib/helpers.py
+++ b/ckan/lib/helpers.py
@@ -805,6 +805,7 @@ def process_names(items):
'convert_to_dict',
'activity_div',
'lang_native_name',
+ 'unselected_facet_items',
# imported into ckan.lib.helpers
'literal',
'link_to',
================================================================
Commit: 06bd2fb0ab4d4f85c4f2c552420a7a1f1e0edb31
https://github.com/okfn/ckan/commit/06bd2fb0ab4d4f85c4f2c552420a7a1f1e0edb31
Author: Toby <toby.junk at gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)
Changed paths:
M ckan/config/environment.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/user.py
M ckan/lib/base.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/model/group.py
M ckan/public/css/bootstrap.min.css
M ckan/public/css/style.css
M ckan/public/img/glyphicons-halflings-white.png
M ckan/public/img/glyphicons-halflings.png
M ckan/public/scripts/application.js
R ckan/public/scripts/vendor/bootstrap/2.0.2/bootstrap.min.js
A ckan/public/scripts/vendor/bootstrap/2.0.3/bootstrap.min.js
M ckan/templates/_util.html
M ckan/templates/home/index.html
M ckan/templates/layout_base.html
M ckan/templates/package/related_list.html
M ckan/templates/user/login.html
A ckanext/multilingual/__init__.py
M doc/_themes/sphinx-theme-okfn
M doc/conf.py
M doc/configuration.rst
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan
There was an error trying to read the diff from github.com (execution expired)
================================================================
Compare: https://github.com/okfn/ckan/compare/93b4377...06bd2fb
More information about the ckan-changes
mailing list