[ckan-changes] [ckan/ckan] 6b5b39: [#1852] Remove web view from defaults, fix docs
GitHub
noreply at github.com
Thu Dec 18 17:02:12 UTC 2014
Branch: refs/heads/1852-2-potential-db-less-views
Home: https://github.com/ckan/ckan
Commit: 6b5b397973191fad409cdca9b469e9012defb726
https://github.com/ckan/ckan/commit/6b5b397973191fad409cdca9b469e9012defb726
Author: amercader <amercadero at gmail.com>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
M ckan/lib/datapreview.py
M doc/maintaining/configuration.rst
M doc/maintaining/data-viewer.rst
Log Message:
-----------
[#1852] Remove web view from defaults, fix docs
Commit: aed7fff35a155e714889bfca5b98265fd2f65208
https://github.com/ckan/ckan/commit/aed7fff35a155e714889bfca5b98265fd2f65208
Author: amercader <amercadero at gmail.com>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M CHANGELOG.rst
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/logic/action/get.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/model/user.py
M ckan/new_tests/controllers/test_package.py
M ckan/new_tests/logic/action/test_create.py
M ckan/templates/organization/index.html
M ckan/templates/organization/snippets/help.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/snippets/resource_item.html
M ckan/templates/snippets/context.html
M ckan/templates/snippets/context/user.html
M ckan/templates/user/read_base.html
M ckan/tests/functional/api/model/test_package.py
M ckan/tests/logic/test_action.py
M ckan/tests/logic/test_tag.py
M ckan/tests/models/test_user.py
M ckanext/multilingual/tests/test_multilingual_plugin.py
M ckanext/stats/stats.py
M ckanext/stats/tests/test_stats_lib.py
R doc/_themes/sphinx-theme-okfn
M doc/maintaining/upgrading/upgrade-package-to-minor-release.rst
M doc/maintaining/upgrading/upgrade-package-to-patch-release.rst
Log Message:
-----------
Merge branch 'master' into 1852-default-resource-views
Commit: 2752a7cfb34fc4b6608703445a0ff6fd106faddc
https://github.com/ckan/ckan/commit/2752a7cfb34fc4b6608703445a0ff6fd106faddc
Author: amercader <amercadero at gmail.com>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M ckan/controllers/package.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
Log Message:
-----------
First approach at db-less views
This will correctly render views on the resource page based on
`ckan.views.default_views`.
Problem starts when you try to manage those, eg when editing one of
them, as we don't know the view type
Compare: https://github.com/ckan/ckan/compare/6b5b39797319^...2752a7cfb34f
More information about the ckan-changes
mailing list