[ckan-changes] [ckan/ckan] 89b410: Add more detailed change summary for metadata fields

David Read noreply at github.com
Thu Sep 5 10:06:20 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 89b41052c596d60eb733d7202ad5d6dd7bb15c78
      https://github.com/ckan/ckan/commit/89b41052c596d60eb733d7202ad5d6dd7bb15c78
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-24 (Wed, 24 Jul 2019)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/package/changes.html

  Log Message:
  -----------
  Add more detailed change summary for metadata fields

Adds a more readable summary of changes between two versions of a dataset (only for dataset metadata fields - title, description, license, etc. and only for those that have actually changed) to the Changes page. The comprehensive but less readable metadata diff is still there but is opened with a button and not shown by default. Does not yet show a summary for custom fields or fields that come with extensions - only shows changes for the default fields.


  Commit: 680ede035eab5bca1f1779f8bcb838e6a8d119f5
      https://github.com/ckan/ckan/commit/680ede035eab5bca1f1779f8bcb838e6a8d119f5
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-24 (Wed, 24 Jul 2019)

  Changed paths:
    M ckan/lib/activity_streams_session_extension.py

  Log Message:
  -----------
  Save activity data for private datasets


  Commit: 3fc42cedd079f469eb053451de3125c1c37cdc0c
      https://github.com/ckan/ckan/commit/3fc42cedd079f469eb053451de3125c1c37cdc0c
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-24 (Wed, 24 Jul 2019)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/package/changes.html

  Log Message:
  -----------
  Display changes to metadata fields added by extensions


  Commit: 9732e969ff160b7be2eb3b6ce210834f9b2e4e59
      https://github.com/ckan/ckan/commit/9732e969ff160b7be2eb3b6ce210834f9b2e4e59
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-25 (Thu, 25 Jul 2019)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Check changes to custom fields and add function for each check


  Commit: bd66920839f8abf0b5b37f8f2db21c594e333e92
      https://github.com/ckan/ckan/commit/bd66920839f8abf0b5b37f8f2db21c594e333e92
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-25 (Thu, 25 Jul 2019)

  Changed paths:
    M ckan/config/middleware/flask_app.py
    M ckan/plugins/toolkit.py
    M ckan/tests/config/test_middleware.py
    M ckan/tests/test_common.py
    M ckanext/example_flask_iblueprint/plugin.py
    M ckanext/example_flask_iblueprint/tests/test_routes.py

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/ckan/ckan into version-control


  Commit: 3cdffc9e100375b1abb845281684880ddae01290
      https://github.com/ckan/ckan/commit/3cdffc9e100375b1abb845281684880ddae01290
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-25 (Thu, 25 Jul 2019)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Handle cases where the value in a metadata field is removed


  Commit: fb0c55dd7e0e77813951386e2918430cde6a43e7
      https://github.com/ckan/ckan/commit/fb0c55dd7e0e77813951386e2918430cde6a43e7
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-25 (Thu, 25 Jul 2019)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Add function documentation


  Commit: 6921941df981ce8af5bf37669cdbaece2f5011a1
      https://github.com/ckan/ckan/commit/6921941df981ce8af5bf37669cdbaece2f5011a1
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-25 (Thu, 25 Jul 2019)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/package/changes.html

  Log Message:
  -----------
  Add activity summaries for changes to resources


  Commit: 43ffc3e99a48523347af612a06f2247a0b8b6579
      https://github.com/ckan/ckan/commit/43ffc3e99a48523347af612a06f2247a0b8b6579
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-26 (Fri, 26 Jul 2019)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/package/changes.html
    A ckan/templates/package/snippets/change_item.html
    M ckan/templates/snippets/activities/changed_package.html
    M ckan/views/dataset.py

  Log Message:
  -----------
  Add ability to view multiple consecutive change summaries


  Commit: a5a187d09f6d8a465b9600421df89bcbe12d1b50
      https://github.com/ckan/ckan/commit/a5a187d09f6d8a465b9600421df89bcbe12d1b50
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-26 (Fri, 26 Jul 2019)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/package/changes.html
    M ckan/views/dataset.py

  Log Message:
  -----------
  Fix out-of-order change summary viewing and set drop down menus to current versions


  Commit: deab15146738fcea3de038093b3ec88cf4afb33e
      https://github.com/ckan/ckan/commit/deab15146738fcea3de038093b3ec88cf4afb33e
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-26 (Fri, 26 Jul 2019)

  Changed paths:
    A ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/templates/package/changes.html
    M ckan/templates/package/snippets/change_item.html
    M ckan/views/dataset.py

  Log Message:
  -----------
  Add documentation, better formatting, and move private change helper functions to lib/changes.py


  Commit: 924673649f9b51aa72cdb583bda0daed9a7e24d4
      https://github.com/ckan/ckan/commit/924673649f9b51aa72cdb583bda0daed9a7e24d4
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    M ckan/cli/cli.py
    A ckan/cli/less.py
    A ckan/cli/minify.py
    A ckan/cli/notify.py
    A ckan/cli/tracking.py
    M ckan/config/middleware/flask_app.py
    M ckan/tests/config/test_middleware.py
    M ckanext/example_iuploader/test/test_plugin.py

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/ckan/ckan into version-control


  Commit: 4e2d0cb37de61201991e224f0d786a43953d723e
      https://github.com/ckan/ckan/commit/4e2d0cb37de61201991e224f0d786a43953d723e
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    M ckan/views/dataset.py

  Log Message:
  -----------
  Replace activity_id with current_id in change_range


  Commit: dd0041cd3b7ff3ab76e7279e4b9321e84680479f
      https://github.com/ckan/ckan/commit/dd0041cd3b7ff3ab76e7279e4b9321e84680479f
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    M ckan/lib/activity_streams_session_extension.py
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/views/dataset.py

  Log Message:
  -----------
  Formatting


  Commit: 9f3e213ac0778f126be091c731d76445336be4dd
      https://github.com/ckan/ckan/commit/9f3e213ac0778f126be091c731d76445336be4dd
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/views/dataset.py

  Log Message:
  -----------
  Formatting


  Commit: 1575aba2bb6573fe607bc090064c0ce8f91af430
      https://github.com/ckan/ckan/commit/1575aba2bb6573fe607bc090064c0ce8f91af430
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/views/dataset.py

  Log Message:
  -----------
  Formatting to pass tests


  Commit: d815fcdfdd8c4dd6ca05d06080500f00274e5877
      https://github.com/ckan/ckan/commit/d815fcdfdd8c4dd6ca05d06080500f00274e5877
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
    M ckan/cli/less.py
    M ckan/cli/tracking.py
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/views/dataset.py

  Log Message:
  -----------
  Formatting


  Commit: 9818ab067fe054ff99d5f650a8436ac33a616488
      https://github.com/ckan/ckan/commit/9818ab067fe054ff99d5f650a8436ac33a616488
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/views/dataset.py

  Log Message:
  -----------
  Formatting


  Commit: e566b2165f6fabab7cf7a6b7ef0a3f65769b3a67
      https://github.com/ckan/ckan/commit/e566b2165f6fabab7cf7a6b7ef0a3f65769b3a67
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
    M ckan/lib/changes.py

  Log Message:
  -----------
  Formatting


  Commit: 19a73ed46eab55b79918880587463d15093d9e35
      https://github.com/ckan/ckan/commit/19a73ed46eab55b79918880587463d15093d9e35
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-06 (Tue, 06 Aug 2019)

  Changed paths:
    M ckan/cli/less.py
    M ckan/cli/tracking.py
    M ckan/templates/group/edit_base.html
    M ckan/templates/group/read_base.html
    M ckan/templates/organization/edit_base.html
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/edit_base.html
    M ckan/templates/package/read_base.html
    M ckan/templates/package/resource_edit_base.html
    M ckan/templates/user/dashboard.html
    M ckan/templates/user/read_base.html

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/ckan/ckan into version-control


  Commit: 50d0d82af753e2200af102b17672441b65722e61
      https://github.com/ckan/ckan/commit/50d0d82af753e2200af102b17672441b65722e61
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-06 (Tue, 06 Aug 2019)

  Changed paths:
    M ckan/lib/activity_streams_session_extension.py

  Log Message:
  -----------
  Stop saving activity for private datasets


  Commit: 5b0ff23146431130455bf6a8aee6b8c2932d6bf4
      https://github.com/ckan/ckan/commit/5b0ff23146431130455bf6a8aee6b8c2932d6bf4
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-06 (Tue, 06 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/views/dataset.py

  Log Message:
  -----------
  Merge branch 'version-control' of https://github.com/SFB-ELAINE/ckan into version-control


  Commit: 7ccd68a12d100e6650225a52809efd6037bcd14d
      https://github.com/ckan/ckan/commit/7ccd68a12d100e6650225a52809efd6037bcd14d
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-07 (Wed, 07 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/templates/package/snippets/change_item.html
    A ckan/templates/snippets/changes/author.html
    A ckan/templates/snippets/changes/author_email.html
    A ckan/templates/snippets/changes/custom_fields.html
    A ckan/templates/snippets/changes/delete_resource.html
    A ckan/templates/snippets/changes/description.html
    A ckan/templates/snippets/changes/extension_fields.html
    A ckan/templates/snippets/changes/license.html
    A ckan/templates/snippets/changes/maintainer.html
    A ckan/templates/snippets/changes/maintainer_email.html
    A ckan/templates/snippets/changes/name.html
    A ckan/templates/snippets/changes/new_file.html
    A ckan/templates/snippets/changes/new_resource.html
    A ckan/templates/snippets/changes/org.html
    A ckan/templates/snippets/changes/private.html
    A ckan/templates/snippets/changes/resource_desc.html
    A ckan/templates/snippets/changes/resource_format.html
    A ckan/templates/snippets/changes/resource_name.html
    A ckan/templates/snippets/changes/source_url.html
    A ckan/templates/snippets/changes/tags.html
    A ckan/templates/snippets/changes/title.html
    A ckan/templates/snippets/changes/version.html

  Log Message:
  -----------
  Move HTML for Changes page from changes.py to HTML files


  Commit: 50389f84780503183bb621895c50b00d82736584
      https://github.com/ckan/ckan/commit/50389f84780503183bb621895c50b00d82736584
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-07 (Wed, 07 Aug 2019)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/package/snippets/change_item.html
    M ckan/templates/snippets/activities/changed_package.html
    M ckan/templates/snippets/changes/author.html
    M ckan/templates/snippets/changes/author_email.html
    M ckan/templates/snippets/changes/custom_fields.html
    M ckan/templates/snippets/changes/description.html
    M ckan/templates/snippets/changes/maintainer.html
    M ckan/templates/snippets/changes/maintainer_email.html
    A ckan/templates/snippets/changes/no_change.html
    M ckan/templates/snippets/changes/resource_desc.html
    M ckan/templates/snippets/changes/resource_format.html
    M ckan/templates/snippets/changes/source_url.html
    M ckan/templates/snippets/changes/tags.html
    M ckan/templates/snippets/changes/version.html

  Log Message:
  -----------
  Remove Activity IDs and add no_change case


  Commit: 0b1ba761736a0736e2f35745d4370d4e49f899d0
      https://github.com/ckan/ckan/commit/0b1ba761736a0736e2f35745d4370d4e49f899d0
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-08 (Thu, 08 Aug 2019)

  Changed paths:
    M ckan/lib/activity_streams_session_extension.py
    M ckan/lib/changes.py
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Formatting and fix error in changes.py


  Commit: 4a990c670e611ace552289e1aae28dd037325fe9
      https://github.com/ckan/ckan/commit/4a990c670e611ace552289e1aae28dd037325fe9
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-08 (Thu, 08 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Fix syntax error


  Commit: 0fb137344a24bcd604087b0133073a98a5166641
      https://github.com/ckan/ckan/commit/0fb137344a24bcd604087b0133073a98a5166641
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-08 (Thu, 08 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/public/base/css/main.css
    A ckan/public/base/javascript/modules/metadata-button.js
    M ckan/public/base/javascript/webassets.yml
    M ckan/templates/package/changes.html
    M ckan/templates/package/snippets/change_item.html
    M ckan/templates/snippets/changes/description.html
    M ckan/templates/snippets/changes/resource_desc.html

  Log Message:
  -----------
  Move scripts and CSS out of HTML, only show metadata diffs for most recent displayed change


  Commit: c50374e52cefde0f792565141582c0901abb86ae
      https://github.com/ckan/ckan/commit/c50374e52cefde0f792565141582c0901abb86ae
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/logic/action/patch.py
    M ckan/templates/snippets/changes/resource_format.html
    A ckan/tests/lib/test_changes.py

  Log Message:
  -----------
  Unit tests for changes.py in #4929

5 tests fail because they need additions to changes.py:
* add & remove of owner_org
* add/change/remove of resource_extras

I've included a couple of other little improvements to changes.py too.


  Commit: ac4c9259bfe05cd1ba9ffc4fb269bc70fb1105e8
      https://github.com/ckan/ckan/commit/ac4c9259bfe05cd1ba9ffc4fb269bc70fb1105e8
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/package/changes.html
    M ckan/tests/lib/test_helpers.py

  Log Message:
  -----------
  Added escaping to activity_list_select and test


  Commit: 08a900418f52976721bf45e985fb228b4842fc6d
      https://github.com/ckan/ckan/commit/08a900418f52976721bf45e985fb228b4842fc6d
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/public/base/css/main.css
    M ckan/public/base/less/activity.less
    M ckan/templates/package/changes.html
    R ckan/templates/snippets/changes/custom_fields.html
    A ckan/templates/snippets/changes/extra_fields.html
    M ckan/templates/snippets/changes/resource_name.html

  Log Message:
  -----------
  Renaming, move new CSS to less file


  Commit: 427c2250d8ca1c63864583e58a96fa8342305c4b
      https://github.com/ckan/ckan/commit/427c2250d8ca1c63864583e58a96fa8342305c4b
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/templates/package/changes.html
    M ckan/templates/package/snippets/change_item.html
    M ckan/views/dataset.py

  Log Message:
  -----------
  Rename original to old, change_range to changes_multiple, fix translation in changes.html


  Commit: 32fb147b300966a3d8b5553eb7499c6b5bad4bdc
      https://github.com/ckan/ckan/commit/32fb147b300966a3d8b5553eb7499c6b5bad4bdc
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/templates/snippets/changes/extension_fields.html
    M ckan/templates/snippets/changes/extra_fields.html

  Log Message:
  -----------
  Rename field/field_value to key/value


  Commit: 0db0479a260bb9810aa2dc675e40e6dc775cc6db
      https://github.com/ckan/ckan/commit/0db0479a260bb9810aa2dc675e40e6dc775cc6db
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    R ckan/templates/snippets/changes/source_url.html
    A ckan/templates/snippets/changes/url.html

  Log Message:
  -----------
  Rename source_url to url


  Commit: 29763fea4e122f3e88c73658fa971442990ad0e5
      https://github.com/ckan/ckan/commit/29763fea4e122f3e88c73658fa971442990ad0e5
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/templates/package/changes.html
    M ckan/templates/snippets/changes/extra_fields.html
    M ckan/templates/snippets/changes/tags.html
    M ckan/tests/lib/test_changes.py
    M ckan/views/dataset.py

  Log Message:
  -----------
  Clearer template method names, standardize old/new naming, remove new_pkg from tests


  Commit: e03def96b5b659493cee053f20fa9689e234eb01
      https://github.com/ckan/ckan/commit/e03def96b5b659493cee053f20fa9689e234eb01
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/templates/package/snippets/change_item.html
    M ckan/templates/snippets/changes/author.html
    M ckan/templates/snippets/changes/author_email.html
    M ckan/templates/snippets/changes/delete_resource.html
    R ckan/templates/snippets/changes/description.html
    M ckan/templates/snippets/changes/extension_fields.html
    M ckan/templates/snippets/changes/extra_fields.html
    M ckan/templates/snippets/changes/license.html
    M ckan/templates/snippets/changes/maintainer.html
    M ckan/templates/snippets/changes/maintainer_email.html
    M ckan/templates/snippets/changes/name.html
    M ckan/templates/snippets/changes/new_file.html
    M ckan/templates/snippets/changes/new_resource.html
    A ckan/templates/snippets/changes/notes.html
    M ckan/templates/snippets/changes/org.html
    M ckan/templates/snippets/changes/private.html
    M ckan/templates/snippets/changes/resource_desc.html
    M ckan/templates/snippets/changes/resource_format.html
    M ckan/templates/snippets/changes/resource_name.html
    M ckan/templates/snippets/changes/tags.html
    M ckan/templates/snippets/changes/title.html
    M ckan/templates/snippets/changes/url.html
    M ckan/templates/snippets/changes/version.html

  Log Message:
  -----------
  Rename description to notes and 'ah' parameter to 'change'


  Commit: 72e49977e7ce46b69200626af9be576f8caa3c78
      https://github.com/ckan/ckan/commit/72e49977e7ce46b69200626af9be576f8caa3c78
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/templates/snippets/changes/org.html
    M ckan/tests/lib/test_helpers.py

  Log Message:
  -----------
  Handle added/removed orgs and fix syntax in test_helpers.py


  Commit: db4f56ffbb90cbd67ada284834a6b3ad24854985
      https://github.com/ckan/ckan/commit/db4f56ffbb90cbd67ada284834a6b3ad24854985
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    A ckan/templates/snippets/changes/resource_extras.html
    M ckan/tests/lib/test_changes.py

  Log Message:
  -----------
  Add check for changes to resource extra fields, fix some test failures


  Commit: e06f5476f457adeb0b0a38007d3336a92cea2b5f
      https://github.com/ckan/ckan/commit/e06f5476f457adeb0b0a38007d3336a92cea2b5f
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/tests/lib/test_changes.py

  Log Message:
  -----------
  Fix names of keys in tests


  Commit: 0231230e020782dd704ae289ba0be0edc30cb66e
      https://github.com/ckan/ckan/commit/0231230e020782dd704ae289ba0be0edc30cb66e
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/templates/snippets/changes/resource_extras.html
    M ckan/tests/lib/test_changes.py

  Log Message:
  -----------
  Fix keys used to check changes for org ownership and resource extras


  Commit: fe1513a2d37410dfc861cfc099b98d41665f05fe
      https://github.com/ckan/ckan/commit/fe1513a2d37410dfc861cfc099b98d41665f05fe
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/tests/lib/test_changes.py

  Log Message:
  -----------
  Add position to default fields, fix pep8 issues


  Commit: ceddd628dd46e4b8f4ebd72409a73cdf2ae61858
      https://github.com/ckan/ckan/commit/ceddd628dd46e4b8f4ebd72409a73cdf2ae61858
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/tests/lib/test_changes.py

  Log Message:
  -----------
  Fix issues with resource extra tests


  Commit: 83a5755e877abbc67bfa95fadd08c0836e83a1f9
      https://github.com/ckan/ckan/commit/83a5755e877abbc67bfa95fadd08c0836e83a1f9
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/tests/lib/test_changes.py

  Log Message:
  -----------
  Small fixes


  Commit: 30b85c7ad4d5d0d823a357e3941017c20ab5edb1
      https://github.com/ckan/ckan/commit/30b85c7ad4d5d0d823a357e3941017c20ab5edb1
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
    M ckan/lib/changes.py

  Log Message:
  -----------
  Fixes


  Commit: fe5205d9e212089357e230a3eb23cec920773978
      https://github.com/ckan/ckan/commit/fe5205d9e212089357e230a3eb23cec920773978
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
    M ckan/i18n/ckan.pot
    M ckan/templates/snippets/changes/author.html
    M ckan/templates/snippets/changes/author_email.html
    M ckan/templates/snippets/changes/delete_resource.html
    M ckan/templates/snippets/changes/extension_fields.html
    M ckan/templates/snippets/changes/extra_fields.html
    M ckan/templates/snippets/changes/license.html
    M ckan/templates/snippets/changes/maintainer.html
    M ckan/templates/snippets/changes/maintainer_email.html
    M ckan/templates/snippets/changes/name.html
    M ckan/templates/snippets/changes/new_file.html
    M ckan/templates/snippets/changes/new_resource.html
    M ckan/templates/snippets/changes/notes.html
    M ckan/templates/snippets/changes/org.html
    M ckan/templates/snippets/changes/private.html
    M ckan/templates/snippets/changes/resource_desc.html
    M ckan/templates/snippets/changes/resource_extras.html
    M ckan/templates/snippets/changes/resource_format.html
    M ckan/templates/snippets/changes/resource_name.html
    M ckan/templates/snippets/changes/tags.html
    M ckan/templates/snippets/changes/title.html
    M ckan/templates/snippets/changes/url.html
    M ckan/templates/snippets/changes/version.html

  Log Message:
  -----------
  Fix translatable strings in change templates


  Commit: 93fd3dc60bc73f483cd79ccc508e7ef3009b54d4
      https://github.com/ckan/ckan/commit/93fd3dc60bc73f483cd79ccc508e7ef3009b54d4
  Author: hayley-leblanc <leblan_h1 at denison.edu>
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
    M ckan/templates/snippets/changes/extension_fields.html

  Log Message:
  -----------
  Fix issue with extension field change summary HTML


  Commit: f9e538e47fd5ca6a50bf686cdb611c6a9c3d26d9
      https://github.com/ckan/ckan/commit/f9e538e47fd5ca6a50bf686cdb611c6a9c3d26d9
  Author: hayley-leblanc <31440954+hayley-leblanc at users.noreply.github.com>
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
    M ckan/templates/snippets/changes/extension_fields.html

  Log Message:
  -----------
  ACTUALLY fix extension fields HTML issue


  Commit: 4c01a3229d86a59f6197c84dd0a908331d1a88a1
      https://github.com/ckan/ckan/commit/4c01a3229d86a59f6197c84dd0a908331d1a88a1
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
    M ckan/tests/lib/test_changes.py

  Log Message:
  -----------
  Fix test_remove_org test, thanks to @smotornyuk


  Commit: e63a4efd0d449eedbc7dc84584aa94faa1c9f458
      https://github.com/ckan/ckan/commit/e63a4efd0d449eedbc7dc84584aa94faa1c9f458
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
    M ckan/i18n/ckan.pot
    A ckan/lib/changes.py
    M ckan/lib/helpers.py
    M ckan/logic/action/patch.py
    M ckan/public/base/css/main.css
    A ckan/public/base/javascript/modules/metadata-button.js
    M ckan/public/base/javascript/webassets.yml
    M ckan/public/base/less/activity.less
    M ckan/templates/package/changes.html
    A ckan/templates/package/snippets/change_item.html
    A ckan/templates/snippets/changes/author.html
    A ckan/templates/snippets/changes/author_email.html
    A ckan/templates/snippets/changes/delete_resource.html
    A ckan/templates/snippets/changes/extension_fields.html
    A ckan/templates/snippets/changes/extra_fields.html
    A ckan/templates/snippets/changes/license.html
    A ckan/templates/snippets/changes/maintainer.html
    A ckan/templates/snippets/changes/maintainer_email.html
    A ckan/templates/snippets/changes/name.html
    A ckan/templates/snippets/changes/new_file.html
    A ckan/templates/snippets/changes/new_resource.html
    A ckan/templates/snippets/changes/no_change.html
    A ckan/templates/snippets/changes/notes.html
    A ckan/templates/snippets/changes/org.html
    A ckan/templates/snippets/changes/private.html
    A ckan/templates/snippets/changes/resource_desc.html
    A ckan/templates/snippets/changes/resource_extras.html
    A ckan/templates/snippets/changes/resource_format.html
    A ckan/templates/snippets/changes/resource_name.html
    A ckan/templates/snippets/changes/tags.html
    A ckan/templates/snippets/changes/title.html
    A ckan/templates/snippets/changes/url.html
    A ckan/templates/snippets/changes/version.html
    A ckan/tests/lib/test_changes.py
    M ckan/tests/lib/test_helpers.py
    M ckan/views/dataset.py

  Log Message:
  -----------
  Merge pull request #4969 from ckan/4929-SFB-ELAINE-version-control

Changes page is more readable


Compare: https://github.com/ckan/ckan/compare/f087b9ace9ed...e63a4efd0d44


More information about the ckan-changes mailing list