[ckan-changes] [okfn/ckan] 9063f7: [#2313] Remove deprecated facet_items helper.
GitHub
noreply at github.com
Mon Jul 23 14:17:55 UTC 2012
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: 9063f7be8bf73f5a85ee527838c27056facce6a4
https://github.com/okfn/ckan/commit/9063f7be8bf73f5a85ee527838c27056facce6a4
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-07-07 (Sat, 07 Jul 2012)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#2313] Remove deprecated facet_items helper.
Commit: 04a9fd7be98675eeb472e6695234c36cb2d6674a
https://github.com/okfn/ckan/commit/04a9fd7be98675eeb472e6695234c36cb2d6674a
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-07-07 (Sat, 07 Jul 2012)
Changed paths:
M ckan/templates/facets.html
M ckanext/publisher_form/templates/publisher_read.html
Log Message:
-----------
[#2313] Removed deprecated facet_sidebar() function
Commit: 2ec103a06bb19cd5c00c26e4dbdad4b424d23c51
https://github.com/okfn/ckan/commit/2ec103a06bb19cd5c00c26e4dbdad4b424d23c51
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-07-07 (Sat, 07 Jul 2012)
Changed paths:
M ckan/templates/facets.html
Log Message:
-----------
[#2313] Removed deprecated facet_list_items function
Commit: aaff2a1175a4ecb16c272378c8facfedd6a56412
https://github.com/okfn/ckan/commit/aaff2a1175a4ecb16c272378c8facfedd6a56412
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-07-07 (Sat, 07 Jul 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/logic/action/get.py
M ckan/tests/logic/test_action.py
Log Message:
-----------
[#2313] Remove c.facets.
It's been deprecated by c.search_facets.
Commit: 73f839b31b0c17e97190c0ab01ae72b86d473249
https://github.com/okfn/ckan/commit/73f839b31b0c17e97190c0ab01ae72b86d473249
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-07-08 (Sun, 08 Jul 2012)
Changed paths:
M CHANGELOG.txt
Log Message:
-----------
[#2313] Add changes to changelog
Commit: a149644aa8e4933eb69aac9e37d4e8d6c20ed780
https://github.com/okfn/ckan/commit/a149644aa8e4933eb69aac9e37d4e8d6c20ed780
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Changed paths:
M CHANGELOG.txt
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/logic/action/get.py
Log Message:
-----------
[#2313] Revert removal of c.facets.
Instead mark it for deprecation in 1.9
Commit: 8127e208caad9cbbdb3f539cf42502ff5b5af292
https://github.com/okfn/ckan/commit/8127e208caad9cbbdb3f539cf42502ff5b5af292
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#2313] Remove facet_items from allowed_functions
Commit: 6d257fc5298e4e3d5bf56c6e16fb6c9d7ee6eed1
https://github.com/okfn/ckan/commit/6d257fc5298e4e3d5bf56c6e16fb6c9d7ee6eed1
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/lib/maintain.py
Log Message:
-----------
[#2313] Log warning when c.facets is accessed.
Using a new `deprecate_context_item` function in `ckan.lib.maintain`, which
intercepts access to a named attribute on the context by attaching a property
to the underlying storage of the gloal context object.
Commit: 7fdc13f62ebea806ea14473d5d0e822ffe8fa757
https://github.com/okfn/ckan/commit/7fdc13f62ebea806ea14473d5d0e822ffe8fa757
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M CHANGELOG.txt
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/revision.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/dictization/__init__.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/helpers.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/publisher/get.py
M ckan/logic/schema.py
M ckan/model/authz.py
M ckan/model/group.py
M ckan/model/meta.py
M ckan/new_authz.py
M ckan/public/scripts/application.js
M ckan/templates/layout_base.html
M ckan/templates/package/resource_read.html
A ckan/templates/snippets/internal-tracking.html
M ckan/templates/user/edit_user_form.html
M ckan/tests/forms/test_authz.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/test_admin.py
M ckan/tests/functional/test_authz.py
M ckan/tests/functional/test_group.py
M ckan/tests/functional/test_home.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_package_edit_authz.py
M ckan/tests/functional/test_publisher_auth.py
M ckan/tests/functional/test_search.py
M ckan/tests/functional/test_storage.py
M ckan/tests/functional/test_upload.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/logic/test_action.py
M ckan/tests/models/test_authz.py
M ckan/tests/models/test_repo.py
M ckan/tests/models/test_user.py
M ckanext/organizations/forms.py
M doc/index.rst
A doc/toolkit.rst
Log Message:
-----------
Merge branch 'master' into 2313-deprecate-old-facet-data-structures-and-related-functions
Commit: 1a5712d33cc400ab2c7eb4f37ada453753c7bb9e
https://github.com/okfn/ckan/commit/1a5712d33cc400ab2c7eb4f37ada453753c7bb9e
Author: tobes <toby.junk at gmail.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M CHANGELOG.txt
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/lib/helpers.py
M ckan/lib/maintain.py
M ckan/logic/action/get.py
M ckan/templates/facets.html
M ckan/tests/logic/test_action.py
M ckanext/publisher_form/templates/publisher_read.html
Log Message:
-----------
Merge branch '2313-deprecate-old-facet-data-structures-and-related-functions'
Compare: https://github.com/okfn/ckan/compare/5f810ca0236a...1a5712d33cc4
More information about the ckan-changes
mailing list