[ckan-changes] [ckan/ckan] 8df768: package patch action, for issue #1416

GitHub noreply at github.com
Fri Nov 21 14:56:26 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 8df768d6a598ae54fe24c041f719020b9066c439
      https://github.com/ckan/ckan/commit/8df768d6a598ae54fe24c041f719020b9066c439
  Author: Denis Zgonjanin <deniszgonjanin at gmail.com>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M ckan/logic/action/update.py
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  package patch action, for issue #1416


  Commit: 775a6a6efdd3f632f0ca34db48f8436e0178fdb7
      https://github.com/ckan/ckan/commit/775a6a6efdd3f632f0ca34db48f8436e0178fdb7
  Author: Denis Zgonjanin <deniszgonjanin at gmail.com>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M ckan/logic/action/update.py

  Log Message:
  -----------
  [#1416] improve patch method


  Commit: ed4067a67e4e0fa6574f048a06bfd2443fac9551
      https://github.com/ckan/ckan/commit/ed4067a67e4e0fa6574f048a06bfd2443fac9551
  Author: Denis Zgonjanin <deniszgonjanin at gmail.com>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M ckan/logic/action/update.py
    M ckan/logic/auth/update.py

  Log Message:
  -----------
  [#1416] add auth function to package_patch action


  Commit: 5b007b6e0f50c9295c8bdb3b4df5445a96eee2e1
      https://github.com/ckan/ckan/commit/5b007b6e0f50c9295c8bdb3b4df5445a96eee2e1
  Author: Ian Ward <ian at excess.org>
  Date:   2014-10-29 (Wed, 29 Oct 2014)

  Changed paths:
    M ckan/controllers/package.py
    M ckan/controllers/revision.py
    M ckan/lib/base.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/plugins.py
    M ckan/lib/render.py
    M ckan/lib/search/index.py
    M ckan/logic/action/create.py
    M ckan/logic/action/get.py
    M ckan/logic/action/update.py
    M ckan/logic/auth/delete.py
    M ckan/logic/auth/get.py
    M ckan/logic/auth/update.py
    M ckan/logic/schema.py
    A ckan/migration/versions/074_remove_resource_groups.py
    M ckan/model/__init__.py
    M ckan/model/package.py
    M ckan/model/resource.py
    A ckan/new_tests/lib/dictization/__init__.py
    A ckan/new_tests/logic/action/test_delete.py
    M ckan/new_tests/logic/action/test_update.py
    A ckan/new_tests/logic/auth/test_delete.py
    M ckan/plugins/interfaces.py
    M ckan/plugins/toolkit.py
    M ckan/public/scripts/application.js
    M ckan/templates/group/snippets/group_form.html
    M ckan/templates/organization/snippets/organization_form.html
    M ckan/templates/package/base_form_page.html
    M ckan/templates/package/edit.html
    M ckan/templates/package/new_resource.html
    M ckan/templates/package/new_resource_not_draft.html
    M ckan/templates/package/resource_edit.html
    M ckan/templates/package/snippets/resource_edit_form.html
    M ckan/templates/package/snippets/resource_form.html
    M ckan/templates/snippets/group_item.html
    M ckan/tests/functional/test_group.py
    M ckan/tests/functional/test_package.py
    M ckan/tests/functional/test_revision.py
    M ckan/tests/lib/test_dictization.py
    M ckan/tests/lib/test_resource_search.py
    M ckan/tests/logic/test_action.py
    M ckan/tests/models/test_package.py
    M ckan/tests/models/test_resource.py
    M ckan/tests/test_plugins.py
    M ckanext/datastore/logic/action.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 2003-package-patch-simple-version


  Commit: cc720cf0476c97bb95831b66f5d263c406316e4f
      https://github.com/ckan/ckan/commit/cc720cf0476c97bb95831b66f5d263c406316e4f
  Author: Ian Ward <ian at excess.org>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M ckan/logic/action/update.py

  Log Message:
  -----------
  [#2003] separate context for package_show


  Commit: 20c44b61ef4399a9e83d63d4c69d2518a40d42da
      https://github.com/ckan/ckan/commit/20c44b61ef4399a9e83d63d4c69d2518a40d42da
  Author: Ian Ward <ian at excess.org>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M ckan/logic/__init__.py
    A ckan/logic/action/patch.py
    M ckan/logic/action/update.py
    A ckan/logic/auth/patch.py
    M ckan/logic/auth/update.py
    M ckan/new_authz.py

  Log Message:
  -----------
  [#2003] start separate file for patch actions


  Commit: 616eaca6780402789f65806190b8bc07338b871d
      https://github.com/ckan/ckan/commit/616eaca6780402789f65806190b8bc07338b871d
  Author: Ian Ward <ian at excess.org>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    A ckan/new_tests/logic/action/test_patch.py
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  [#2003] smaller, simpler, new_test for package_patch


  Commit: 8459491800ad4f77521f7a7a0621acc840fda088
      https://github.com/ckan/ckan/commit/8459491800ad4f77521f7a7a0621acc840fda088
  Author: Ian Ward <ian at excess.org>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M ckan/logic/action/patch.py

  Log Message:
  -----------
  [#2003] fix missing symbol


  Commit: d8e9cb2889544fa2e07cc88570377da3e6dac424
      https://github.com/ckan/ckan/commit/d8e9cb2889544fa2e07cc88570377da3e6dac424
  Author: Ian Ward <ian at excess.org>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M ckan/logic/action/patch.py
    M ckan/new_tests/logic/action/test_patch.py

  Log Message:
  -----------
  [#2003] pep8


  Commit: 7e46789e91d115ea303d7cbda888c9aba31db0ec
      https://github.com/ckan/ckan/commit/7e46789e91d115ea303d7cbda888c9aba31db0ec
  Author: Ian Ward <ian at excess.org>
  Date:   2014-11-04 (Tue, 04 Nov 2014)

  Changed paths:
    M ckan/logic/action/patch.py
    M ckan/new_tests/logic/action/test_patch.py

  Log Message:
  -----------
  [#2003] test package_patch: get by original id


  Commit: c6de4c195a0efb233fd6b9aab17df62212ddd9d4
      https://github.com/ckan/ckan/commit/c6de4c195a0efb233fd6b9aab17df62212ddd9d4
  Author: Ian Ward <ian at excess.org>
  Date:   2014-11-13 (Thu, 13 Nov 2014)

  Changed paths:
    M CHANGELOG.rst
    M ckan/config/deployment.ini_tmpl
    M ckan/config/environment.py
    M ckan/config/routing.py
    M ckan/lib/base.py
    M ckan/lib/datapreview.py
    M ckan/lib/dictization/model_dictize.py
    R ckan/lib/field_types.py
    M ckan/logic/converters.py
    M ckan/new_tests/helpers.py
    M ckan/new_tests/lib/dictization/test_model_dictize.py
    A ckan/new_tests/lib/test_base.py
    M ckan/new_tests/logic/action/test_get.py
    M ckan/public/base/css/main.css
    M ckan/public/base/javascript/modules/resource-view-embed.js
    M ckan/public/base/javascript/modules/resource-view-reorder.js
    M ckan/public/base/less/ckan.less
    M ckan/public/base/less/dataset.less
    R ckan/public/base/less/resource-view-embed.less
    M ckan/public/base/less/toolbar.less
    M ckan/templates/macros/form.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/resource_views.html
    M ckan/templates/package/snippets/package_basic_fields.html
    M ckan/templates/package/snippets/resource_view.html
    M ckan/templates/package/snippets/resource_views_list.html
    M ckan/templates/package/snippets/resource_views_list_item.html
    R ckan/templates_legacy/__init__.py
    R ckan/templates_legacy/_snippet/data-api-help.html
    R ckan/templates_legacy/_util.html
    R ckan/templates_legacy/activity_streams/activity_stream_items.html
    R ckan/templates_legacy/admin/authz.html
    R ckan/templates_legacy/admin/index.html
    R ckan/templates_legacy/admin/layout.html
    R ckan/templates_legacy/admin/trash.html
    R ckan/templates_legacy/error_document_template.html
    R ckan/templates_legacy/facets.html
    R ckan/templates_legacy/group/__init__.py
    R ckan/templates_legacy/group/authz.html
    R ckan/templates_legacy/group/edit.html
    R ckan/templates_legacy/group/edit_form.html
    R ckan/templates_legacy/group/history.html
    R ckan/templates_legacy/group/index.html
    R ckan/templates_legacy/group/layout.html
    R ckan/templates_legacy/group/new.html
    R ckan/templates_legacy/group/new_group_form.html
    R ckan/templates_legacy/group/read.html
    R ckan/templates_legacy/home/__init__.py
    R ckan/templates_legacy/home/about.html
    R ckan/templates_legacy/home/index.html
    R ckan/templates_legacy/home/layout.html
    R ckan/templates_legacy/importer/__init__.py
    R ckan/templates_legacy/importer/importer.html
    R ckan/templates_legacy/importer/preview.html
    R ckan/templates_legacy/importer/result.html
    R ckan/templates_legacy/js_strings.html
    R ckan/templates_legacy/layout.html
    R ckan/templates_legacy/layout_base.html
    R ckan/templates_legacy/package/__init__.py
    R ckan/templates_legacy/package/authz.html
    R ckan/templates_legacy/package/comments.html
    R ckan/templates_legacy/package/edit.html
    R ckan/templates_legacy/package/edit_form.html
    R ckan/templates_legacy/package/editresources.html
    R ckan/templates_legacy/package/followers.html
    R ckan/templates_legacy/package/form.html
    R ckan/templates_legacy/package/form_extra_fields.html
    R ckan/templates_legacy/package/form_fields.html
    R ckan/templates_legacy/package/form_resources.html
    R ckan/templates_legacy/package/history.html
    R ckan/templates_legacy/package/layout.html
    R ckan/templates_legacy/package/new.html
    R ckan/templates_legacy/package/new_package_form.html
    R ckan/templates_legacy/package/read.html
    R ckan/templates_legacy/package/read.n3
    R ckan/templates_legacy/package/read.rdf
    R ckan/templates_legacy/package/read_core.html
    R ckan/templates_legacy/package/resource_embedded_dataviewer.html
    R ckan/templates_legacy/package/resource_read.html
    R ckan/templates_legacy/package/resources.html
    R ckan/templates_legacy/package/search.html
    R ckan/templates_legacy/package/search_form.html
    R ckan/templates_legacy/package/snippets/data_preview.html
    R ckan/templates_legacy/related/add-related.html
    R ckan/templates_legacy/related/dashboard.html
    R ckan/templates_legacy/related/related_list.html
    R ckan/templates_legacy/rest/__init__.py
    R ckan/templates_legacy/revision/__init__.py
    R ckan/templates_legacy/revision/diff.html
    R ckan/templates_legacy/revision/layout.html
    R ckan/templates_legacy/revision/list.html
    R ckan/templates_legacy/revision/read.html
    R ckan/templates_legacy/snippets/data-viewer-embed-branded-link.html
    R ckan/templates_legacy/snippets/data-viewer-embed-dialog.html
    R ckan/templates_legacy/snippets/follow_button.html
    R ckan/templates_legacy/snippets/internal-tracking.html
    R ckan/templates_legacy/snippets/package_list.html
    R ckan/templates_legacy/snippets/recline-extra-footer.html
    R ckan/templates_legacy/snippets/recline-extra-header.html
    R ckan/templates_legacy/snippets/revision_list.html
    R ckan/templates_legacy/storage/index.html
    R ckan/templates_legacy/storage/success.html
    R ckan/templates_legacy/tag/__init__.py
    R ckan/templates_legacy/tag/index.html
    R ckan/templates_legacy/tag/layout.html
    R ckan/templates_legacy/tag/read.html
    R ckan/templates_legacy/user/__init__.py
    R ckan/templates_legacy/user/dashboard.html
    R ckan/templates_legacy/user/edit.html
    R ckan/templates_legacy/user/edit_user_form.html
    R ckan/templates_legacy/user/followers.html
    R ckan/templates_legacy/user/layout.html
    R ckan/templates_legacy/user/list.html
    R ckan/templates_legacy/user/login.html
    R ckan/templates_legacy/user/logout.html
    R ckan/templates_legacy/user/logout_first.html
    R ckan/templates_legacy/user/new.html
    R ckan/templates_legacy/user/new_user_form.html
    R ckan/templates_legacy/user/perform_reset.html
    R ckan/templates_legacy/user/read.html
    R ckan/templates_legacy/user/request_reset.html
    M ckan/tests/functional/test_activity.py
    M ckan/tests/functional/test_admin.py
    R ckan/tests/functional/test_cors.py
    R ckan/tests/functional/test_follow.py
    M ckan/tests/functional/test_group.py
    M ckan/tests/functional/test_home.py
    M ckan/tests/functional/test_package.py
    R ckan/tests/functional/test_package_relationships.py
    M ckan/tests/functional/test_revision.py
    R ckan/tests/functional/test_search.py
    M ckan/tests/functional/test_tag.py
    R ckan/tests/functional/test_tag_vocab.py
    R ckan/tests/functional/test_upload.py
    M ckan/tests/functional/test_user.py
    R ckan/tests/lib/test_field_types.py
    M ckan/tests/test_coding_standards.py
    M ckanext/datastore/db.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/multilingual/tests/test_multilingual_plugin.py
    M ckanext/reclineview/theme/public/recline_view.js
    M ckanext/stats/tests/test_stats_plugin.py
    M doc/maintaining/configuration.rst
    M doc/maintaining/datastore.rst
    M doc/maintaining/getting-started.rst
    M requirements.in
    M requirements.txt

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 2003-package-patch-simple-version


  Commit: bd13557c08f81a7976f8ffb8d6df9f7684696487
      https://github.com/ckan/ckan/commit/bd13557c08f81a7976f8ffb8d6df9f7684696487
  Author: Ian Ward <ian at excess.org>
  Date:   2014-11-13 (Thu, 13 Nov 2014)

  Changed paths:
    M ckan/logic/action/patch.py
    M ckan/logic/auth/patch.py
    M ckan/new_tests/logic/action/test_patch.py

  Log Message:
  -----------
  [#2003] resource_patch


  Commit: 45ef9eede66c17ff409dcadddc3c2003b772d7f0
      https://github.com/ckan/ckan/commit/45ef9eede66c17ff409dcadddc3c2003b772d7f0
  Author: Ian Ward <ian at excess.org>
  Date:   2014-11-13 (Thu, 13 Nov 2014)

  Changed paths:
    M ckan/logic/action/patch.py
    M ckan/logic/auth/patch.py
    M ckan/new_tests/logic/action/test_patch.py

  Log Message:
  -----------
  [#2003] group_patch and organization_patch


  Commit: 0ca9f887145c16afc518362bb2430a4baa172ded
      https://github.com/ckan/ckan/commit/0ca9f887145c16afc518362bb2430a4baa172ded
  Author: Ian Ward <ian at excess.org>
  Date:   2014-11-13 (Thu, 13 Nov 2014)

  Changed paths:
    M doc/api/index.rst

  Log Message:
  -----------
  [#2003] reference docs


  Commit: b455441579145093596b396bc67be15651510abd
      https://github.com/ckan/ckan/commit/b455441579145093596b396bc67be15651510abd
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2014-11-21 (Fri, 21 Nov 2014)

  Changed paths:
    M ckan/logic/__init__.py
    A ckan/logic/action/patch.py
    A ckan/logic/auth/patch.py
    M ckan/new_authz.py
    A ckan/new_tests/logic/action/test_patch.py
    M doc/api/index.rst

  Log Message:
  -----------
  Merge pull request #2003 from wardi/2003-package-patch-simple-version

package_patch (simple version)


Compare: https://github.com/ckan/ckan/compare/36718f2fecfa...b45544157914


More information about the ckan-changes mailing list