[ckan-changes] [ckan/ckan] baa2b8: [#1852] Allow some views to be always available
GitHub
noreply at github.com
Mon Dec 8 16:41:50 UTC 2014
Branch: refs/heads/1852-default-resource-views
Home: https://github.com/ckan/ckan
Commit: baa2b81c7cc622e9feca9c74527a443720889d75
https://github.com/ckan/ckan/commit/baa2b81c7cc622e9feca9c74527a443720889d75
Author: amercader <amercadero at gmail.com>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M ckan/lib/datapreview.py
M ckanext/imageview/plugin.py
M ckanext/webpageview/plugin.py
Log Message:
-----------
[#1852] Allow some views to be always available
Some views like the image and website one were always available as an
option when creating a new view against a resource. With the new
handling of default views this was no longer possible, so to support
this use case a new `always_available` key has been added to the plugin
info.
Commit: 1597a4d5ca989b9265bad09eb18cf5ef724a7096
https://github.com/ckan/ckan/commit/1597a4d5ca989b9265bad09eb18cf5ef724a7096
Author: amercader <amercadero at gmail.com>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
A ckan/migration/versions/075_rename_view_plugins.py
M ckanext/imageview/plugin.py
M ckanext/webpageview/plugin.py
Log Message:
-----------
[#1852] Rename image and webapage views
Add the _view suffix to be consistent with the plugin name.
Commit: 0e5bab83a91a69f4aebe49c1f5f6fab4568575e7
https://github.com/ckan/ckan/commit/0e5bab83a91a69f4aebe49c1f5f6fab4568575e7
Author: amercader <amercadero at gmail.com>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M ckanext/imageview/plugin.py
M ckanext/reclineview/plugin.py
M ckanext/webpageview/plugin.py
Log Message:
-----------
[#1852] Set default titles for core view plugins
Compare: https://github.com/ckan/ckan/compare/d982e4c90447...0e5bab83a91a
More information about the ckan-changes
mailing list