[ckan-changes] [okfn/ckan] cdd77c: [#252] Check_access helper function does not need ...

GitHub noreply at github.com
Fri Feb 8 12:21:42 UTC 2013


  Branch: refs/heads/255-update-api-docs
  Home:   https://github.com/okfn/ckan
  Commit: cdd77c9d9f114fd2891cdc10300fb930f2eb5c82
      https://github.com/okfn/ckan/commit/cdd77c9d9f114fd2891cdc10300fb930f2eb5c82
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-01-24 (Thu, 24 Jan 2013)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  [#252] Check_access helper function does not need data_dict supplying


  Commit: fc7dc1eaded8c3978b8a43f081f6e9fc7ebc82b0
      https://github.com/okfn/ckan/commit/fc7dc1eaded8c3978b8a43f081f6e9fc7ebc82b0
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-01-24 (Thu, 24 Jan 2013)

  Changed paths:
    M ckan/templates/snippets/related.html

  Log Message:
  -----------
  [#252] Only show add related item button if permission to add


  Commit: f183205ea5474839bcd941984debd0d44c08c04a
      https://github.com/okfn/ckan/commit/f183205ea5474839bcd941984debd0d44c08c04a
  Author: John Martin <me at johnmart.in>
  Date:   2013-01-30 (Wed, 30 Jan 2013)

  Changed paths:
    M ckan/public/base/less/forms.less

  Log Message:
  -----------
  [#319] Added extra state to .select2-container that handles error state better


  Commit: bde08f104909d0d40df2d0dba8efd6f20c00050c
      https://github.com/okfn/ckan/commit/bde08f104909d0d40df2d0dba8efd6f20c00050c
  Author: John Martin <me at johnmart.in>
  Date:   2013-01-30 (Wed, 30 Jan 2013)

  Changed paths:
    M ckan/public/base/css/main.css

  Log Message:
  -----------
  [#319] Rebuild of main.css


  Commit: 07e4ec8e8c67eea69a70afe176d8e158a0816698
      https://github.com/okfn/ckan/commit/07e4ec8e8c67eea69a70afe176d8e158a0816698
  Author: John Martin <me at johnmart.in>
  Date:   2013-02-01 (Fri, 01 Feb 2013)

  Changed paths:
    M ckan/templates/group/read_base.html

  Log Message:
  -----------
  [#328] Simply removes the 'Administrators' tab from the group pages


  Commit: 64c321509656b7e46f6c65142a19694a4ad3c2e3
      https://github.com/okfn/ckan/commit/64c321509656b7e46f6c65142a19694a4ad3c2e3
  Author: John Martin <me at johnmart.in>
  Date:   2013-02-01 (Fri, 01 Feb 2013)

  Changed paths:
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/read_base.html
    M ckan/templates/snippets/organization.html

  Log Message:
  -----------
  [#322] Adds the organization to the dataset page


  Commit: c8f9adaade747ed66fad681a100e1f66c2249bcb
      https://github.com/okfn/ckan/commit/c8f9adaade747ed66fad681a100e1f66c2249bcb
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-02-04 (Mon, 04 Feb 2013)

  Changed paths:
    M ckan/templates/user/read.html

  Log Message:
  -----------
  [#352] Hide "Create one now?" link if not authorized


  Commit: db2b4627fb08652e476047474129cdb3d2631085
      https://github.com/okfn/ckan/commit/db2b4627fb08652e476047474129cdb3d2631085
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-02-05 (Tue, 05 Feb 2013)

  Changed paths:
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  [#345] Remove confusing warning if the datastore is running on a read only db


  Commit: 42e2a197768947da883233cb97c6a2db02041892
      https://github.com/okfn/ckan/commit/42e2a197768947da883233cb97c6a2db02041892
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-02-05 (Tue, 05 Feb 2013)

  Changed paths:
    M ckan/model/meta.py

  Log Message:
  -----------
  [#345] Fix detection in engine_is_pg


  Commit: 6c5453a9938a30014a2bbe2d14de5f1306c0750e
      https://github.com/okfn/ckan/commit/6c5453a9938a30014a2bbe2d14de5f1306c0750e
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/controllers/api.py
    M ckan/controllers/group.py
    M ckan/controllers/home.py
    M ckan/controllers/revision.py
    M ckan/controllers/user.py
    M ckan/lib/activity_streams_session_extension.py
    M ckan/lib/base.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/logic/action/create.py
    M ckan/logic/action/get.py
    M ckan/logic/auth/get.py
    M ckan/model/__init__.py
    M ckan/templates/group/read_base.html
    M ckan/templates/package/read_base.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/user/read_base.html
    M ckan/tests/functional/api/model/test_package.py
    M ckan/tests/functional/api/model/test_tag.py
    M ckan/tests/functional/api/test_activity.py
    M ckan/tests/functional/api/test_dashboard.py
    M ckan/tests/functional/api/test_follow.py
    M ckan/tests/functional/test_activity.py
    M ckan/tests/functional/test_follow.py
    M ckan/tests/functional/test_group.py
    M ckan/tests/lib/test_dictization.py
    M ckan/tests/logic/test_action.py
    M ckan/tests/logic/test_tag.py

  Log Message:
  -----------
  Merge branch 'master' of github.com:okfn/ckan into 345-fix-pg-detection


  Commit: 27b7753192c376788b49ea93817d62d6223b848e
      https://github.com/okfn/ckan/commit/27b7753192c376788b49ea93817d62d6223b848e
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/model/meta.py
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  Merge branch '345-fix-pg-detection'


  Commit: f3544a87e3b82f3a39e0660d022eeda19931e00d
      https://github.com/okfn/ckan/commit/f3544a87e3b82f3a39e0660d022eeda19931e00d
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M .gitignore
    M README.rst
    M ckan/controllers/api.py
    M ckan/controllers/group.py
    M ckan/controllers/home.py
    M ckan/controllers/revision.py
    M ckan/controllers/user.py
    M ckan/lib/activity_streams_session_extension.py
    M ckan/lib/base.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/helpers.py
    M ckan/logic/action/create.py
    M ckan/logic/action/get.py
    M ckan/logic/auth/get.py
    M ckan/model/__init__.py
    M ckan/model/meta.py
    M ckan/templates/group/read_base.html
    M ckan/templates/package/read_base.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/user/read_base.html
    M ckan/tests/__init__.py
    M ckan/tests/functional/api/model/test_package.py
    M ckan/tests/functional/api/model/test_tag.py
    M ckan/tests/functional/api/test_activity.py
    M ckan/tests/functional/api/test_dashboard.py
    M ckan/tests/functional/api/test_follow.py
    M ckan/tests/functional/test_activity.py
    M ckan/tests/functional/test_follow.py
    M ckan/tests/functional/test_group.py
    M ckan/tests/lib/test_dictization.py
    M ckan/tests/logic/test_action.py
    M ckan/tests/logic/test_tag.py
    M ckanext/datastore/plugin.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_delete.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/datastore/tests/test_upsert.py
    M ckanext/reclinepreview/theme/public/preview_recline.js

  Log Message:
  -----------
  Merge branch 'master' of github.com:okfn/ckan into 252-related-item-button-fix


  Commit: fb42565bb835aa6fec3691bdd97e6f1a69676a61
      https://github.com/okfn/ckan/commit/fb42565bb835aa6fec3691bdd97e6f1a69676a61
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/templates/snippets/related.html

  Log Message:
  -----------
  [#252] Delete "Add Related" link from dataset page

The "Related" sidebar box on the dataset page has both an "+Add Item"
button and an "Add Related" link, seems only one is necessary.


  Commit: d2e62ec691eeb7ca850ade0a4ebdc536c668cf10
      https://github.com/okfn/ckan/commit/d2e62ec691eeb7ca850ade0a4ebdc536c668cf10
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/snippets/related.html

  Log Message:
  -----------
  Merge branch '252-related-item-button-fix'


  Commit: 6233b9ade80a26354f705c6b42c14d03cd5fd868
      https://github.com/okfn/ckan/commit/6233b9ade80a26354f705c6b42c14d03cd5fd868
  Author: kindly <kindly at gmail.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/controllers/api.py
    M ckan/controllers/group.py
    M ckan/controllers/home.py
    M ckan/controllers/revision.py
    M ckan/controllers/user.py
    M ckan/lib/activity_streams_session_extension.py
    M ckan/lib/base.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/logic/action/create.py
    M ckan/logic/action/get.py
    M ckan/logic/auth/get.py
    M ckan/model/__init__.py
    M ckan/model/meta.py
    M ckan/templates/group/read_base.html
    M ckan/templates/package/read_base.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/user/read_base.html
    M ckan/tests/functional/api/model/test_package.py
    M ckan/tests/functional/api/model/test_tag.py
    M ckan/tests/functional/api/test_activity.py
    M ckan/tests/functional/api/test_dashboard.py
    M ckan/tests/functional/api/test_follow.py
    M ckan/tests/functional/test_activity.py
    M ckan/tests/functional/test_follow.py
    M ckan/tests/functional/test_group.py
    M ckan/tests/lib/test_dictization.py
    M ckan/tests/logic/test_action.py
    M ckan/tests/logic/test_tag.py
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  #322 merge master conflicts


  Commit: bba7c62c4324272c7295bd5e2041865b1271db3c
      https://github.com/okfn/ckan/commit/bba7c62c4324272c7295bd5e2041865b1271db3c
  Author: kindly <kindly at gmail.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/read_base.html
    M ckan/templates/snippets/organization.html

  Log Message:
  -----------
  Merge branch '322-show-organizations-on-dataset'


  Commit: 28e20cc88474b566f2700e5f22e556512d1b288b
      https://github.com/okfn/ckan/commit/28e20cc88474b566f2700e5f22e556512d1b288b
  Author: kindly <kindly at gmail.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/public/base/css/main.css
    M ckan/public/base/less/forms.less

  Log Message:
  -----------
  Merge pull request #327 from okfn/319-taggable-input-error-state

#319 Taggable input error state


  Commit: baaf68819563f5158585362ab1822fd4aff3b02a
      https://github.com/okfn/ckan/commit/baaf68819563f5158585362ab1822fd4aff3b02a
  Author: kindly <kindly at gmail.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/public/base/css/main.css
    M ckan/public/base/less/forms.less
    M ckan/templates/snippets/related.html

  Log Message:
  -----------
  Merge branch 'master' of github.com:okfn/ckan


  Commit: 31f819156ae1b10e11d73c7091b5081e41f5433a
      https://github.com/okfn/ckan/commit/31f819156ae1b10e11d73c7091b5081e41f5433a
  Author: John Martin <me at johnmart.in>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/controllers/api.py
    M ckan/controllers/group.py
    M ckan/controllers/home.py
    M ckan/controllers/revision.py
    M ckan/controllers/user.py
    M ckan/lib/activity_streams_session_extension.py
    M ckan/lib/base.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/helpers.py
    M ckan/logic/action/create.py
    M ckan/logic/action/get.py
    M ckan/logic/auth/get.py
    M ckan/model/__init__.py
    M ckan/model/meta.py
    M ckan/public/base/css/main.css
    M ckan/public/base/less/forms.less
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/read_base.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/snippets/related.html
    M ckan/templates/user/read_base.html
    M ckan/tests/functional/api/model/test_package.py
    M ckan/tests/functional/api/model/test_tag.py
    M ckan/tests/functional/api/test_activity.py
    M ckan/tests/functional/api/test_dashboard.py
    M ckan/tests/functional/api/test_follow.py
    M ckan/tests/functional/test_activity.py
    M ckan/tests/functional/test_follow.py
    M ckan/tests/functional/test_group.py
    M ckan/tests/lib/test_dictization.py
    M ckan/tests/logic/test_action.py
    M ckan/tests/logic/test_tag.py
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  [#328] Merged master


  Commit: 2aa75befac1325184d26e4e367e5be5fd4634a84
      https://github.com/okfn/ckan/commit/2aa75befac1325184d26e4e367e5be5fd4634a84
  Author: John Martin <me at johnmart.in>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/templates/group/read_base.html

  Log Message:
  -----------
  [#328] Removed followers tab from group read page as it's not in master


  Commit: bb635f836e876ea8d5808ebd5ac6070b62ff5914
      https://github.com/okfn/ckan/commit/bb635f836e876ea8d5808ebd5ac6070b62ff5914
  Author: kindly <kindly at gmail.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M ckan/templates/group/read_base.html

  Log Message:
  -----------
  Merge pull request #342 from okfn/328-remove-administrators-from-group

#328 Remove the 'Administrators' tab from the group pages


  Commit: a19bd6097554da37f02e386b5b8f03614ed9bbe7
      https://github.com/okfn/ckan/commit/a19bd6097554da37f02e386b5b8f03614ed9bbe7
  Author: amercader <amercadero at gmail.com>
  Date:   2013-02-07 (Thu, 07 Feb 2013)

  Changed paths:
    M ckan/templates/user/read.html

  Log Message:
  -----------
  Merge branch '352'


  Commit: 6af04e7ed5e5d5f8b5081a1e59e378dbaa470047
      https://github.com/okfn/ckan/commit/6af04e7ed5e5d5f8b5081a1e59e378dbaa470047
  Author: amercader <amercadero at gmail.com>
  Date:   2013-02-07 (Thu, 07 Feb 2013)

  Changed paths:
    M ckan/templates/admin/authz.html
    M ckan/templates/ajax_snippets/api_info.html
    M ckan/templates/organization/members.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/snippets/additional_info.html

  Log Message:
  -----------
  Accessibility standards require <th scope='row|col'> attributes.

Thanks @tauberer for the patch


  Commit: 3939de636349abcb3c61f016d3ca3c178120ad25
      https://github.com/okfn/ckan/commit/3939de636349abcb3c61f016d3ca3c178120ad25
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-02-08 (Fri, 08 Feb 2013)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/model/meta.py
    M ckan/public/base/css/main.css
    M ckan/public/base/less/forms.less
    M ckan/templates/admin/authz.html
    M ckan/templates/ajax_snippets/api_info.html
    M ckan/templates/group/read_base.html
    M ckan/templates/organization/members.html
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/read_base.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/snippets/additional_info.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/snippets/related.html
    M ckan/templates/user/read.html
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  Merge branch 'master' of github.com:okfn/ckan into 255-update-api-docs


Compare: https://github.com/okfn/ckan/compare/9d468ae2ea0a...3939de636349


More information about the ckan-changes mailing list