[ckan-changes] [ckan/ckan] 5bf5a5: Use the full organization dict to display orgs
GitHub
noreply at github.com
Mon May 19 12:00:09 UTC 2014
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 5bf5a534e11c4c275de3dec823ae575a6a16e88d
https://github.com/ckan/ckan/commit/5bf5a534e11c4c275de3dec823ae575a6a16e88d
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-03-18 (Tue, 18 Mar 2014)
Changed paths:
M ckan/lib/helpers.py
M ckan/templates/package/read_base.html
Log Message:
-----------
Use the full organization dict to display orgs
The package page uses only the bits of the organization dict that is returned
from package_show, this doesn't have the image_display_url and therefore
organization images are not shown anymore. This uses a new helper to get the
full organization dict.
Commit: 2e53006403a4ddc0f940d1d22d3640d2a14fd915
https://github.com/ckan/ckan/commit/2e53006403a4ddc0f940d1d22d3640d2a14fd915
Author: nigelb <nigel.babu at okfn.org>
Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths:
M .coveragerc
M MANIFEST.in
M README.rst
M bin/travis-run-tests
M ckan/config/deployment.ini_tmpl
A ckan/config/resource_formats.json
M ckan/controllers/user.py
M ckan/controllers/util.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/helpers.py
M ckan/lib/munge.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/logic/auth/create.py
M ckan/logic/auth/get.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/model/resource.py
M ckan/model/user.py
A ckan/new_tests/controllers/test_util.py
M ckan/new_tests/factories.py
M ckan/new_tests/helpers.py
A ckan/new_tests/lib/test_helpers.py
A ckan/new_tests/logic/action/test_create.py
A ckan/new_tests/logic/auth/test_create.py
M ckan/new_tests/logic/auth/test_update.py
A ckan/new_tests/logic/test_converters.py
M ckan/new_tests/logic/test_validators.py
M ckan/plugins/interfaces.py
M ckan/templates/group/snippets/group_item.html
M ckan/templates/header.html
M ckan/templates/macros/form.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/snippets/resource_form.html
M ckan/templates/snippets/facet_list.html
M ckan/templates/user/snippets/followee_dropdown.html
M ckan/templates_legacy/layout_base.html
M ckan/templates_legacy/snippets/data-viewer-embed-branded-link.html
M ckan/tests/functional/api/base.py
M ckan/tests/functional/api/model/test_package.py
M ckan/tests/lib/test_resource_search.py
M ckan/tests/logic/test_action.py
M ckan/tests/logic/test_auth.py
M ckan/tests/test_coding_standards.py
M ckanext/datapusher/plugin.py
M dev-requirements.txt
A doc/_themes/sphinx-theme-okfn
A doc/api.rst
M doc/contributing/documentation.rst
M doc/contributing/frontend/index.rst
M doc/contributing/html.rst
M doc/contributing/i18n.rst
M doc/contributing/index.rst
M doc/contributing/javascript.rst
M doc/contributing/python.rst
M doc/contributing/release-process.rst
A doc/contributing/simple-code-contributions.rst
A doc/contributing/string-i18n.rst
M doc/extensions/best-practices.rst
M doc/images/manage_users.jpg
M doc/maintaining/configuration.rst
M doc/maintaining/datastore.rst
M doc/maintaining/filestore.rst
M doc/maintaining/paster.rst
M doc/sysadmin-guide.rst
M doc/theming/best-practices.rst
M doc/theming/javascript.rst
M doc/theming/templates.rst
M test-core.ini
Log Message:
-----------
Merge branch 'master' into 1592-pkg-org-img
Commit: 2a3312529ec70aa77cb9088f36d6f830ef9cb841
https://github.com/ckan/ckan/commit/2a3312529ec70aa77cb9088f36d6f830ef9cb841
Author: nigelb <nigel.babu at okfn.org>
Date: 2014-05-06 (Tue, 06 May 2014)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
Catch NotFound, ValidationError, and NotAuthorized
Commit: 55d4a5d0b3c039a849cc43a2cc4e8ffa2af7b693
https://github.com/ckan/ckan/commit/55d4a5d0b3c039a849cc43a2cc4e8ffa2af7b693
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-05-19 (Mon, 19 May 2014)
Changed paths:
M ckan/lib/helpers.py
M ckan/templates/package/read_base.html
Log Message:
-----------
Merge branch '1592-pkg-org-img'
Compare: https://github.com/ckan/ckan/compare/1686c2494a78...55d4a5d0b3c0
More information about the ckan-changes
mailing list