[ckan-changes] [okfn/ckan] 754695: Remove pdb.set_trace() added by commit d0f956d :(

GitHub noreply at github.com
Thu Feb 2 16:24:42 UTC 2012


  Branch: refs/heads/feature-1515-activity-streams
  Home:   https://github.com/okfn/ckan
  Commit: 754695ce2d25689788b4e6f4e5b9ae960e590e90
      https://github.com/okfn/ckan/commit/754695ce2d25689788b4e6f4e5b9ae960e590e90
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

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

  Log Message:
  -----------
  Remove pdb.set_trace() added by commit d0f956d :(


  Commit: ffcd477b363a0f44c125280d282d4eec162d2d9d
      https://github.com/okfn/ckan/commit/ffcd477b363a0f44c125280d282d4eec162d2d9d
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M ckan/tests/models/test_activity.py

  Log Message:
  -----------
  Test activity streams through API only

The activity streams tests were working by calling the activity streams
logic action functions to get user, package and group activity streams,
and to get activity details, and then checking that the results are the
same when the same request are made via the API.

Instead just test by always calling the API (which calls the logic
functions anyway).

It should also use the API when the tests need to do things like create,
update or delete packages, resources, groups, users, etc. Currently it
still calls the logic action functions directly to do these.

It also gets things from the model sometimes, which it could get from
the API.


  Commit: f43e6a3821d8b576473ca43d40f62f7e5e1c9747
      https://github.com/okfn/ckan/commit/f43e6a3821d8b576473ca43d40f62f7e5e1c9747
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    A ckan/tests/functional/api/test_activity.py
  R ckan/tests/models/test_activity.py

  Log Message:
  -----------
  Move test_activity.py from tests/models to tests/functional/api


  Commit: ec733cd1f7c8c11c0b7e889e4b719ba2275be077
      https://github.com/okfn/ckan/commit/ec733cd1f7c8c11c0b7e889e4b719ba2275be077
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M ckan/public/scripts/vendor/ckanjs/1.0.0/ckanjs.js

  Log Message:
  -----------
  [#1574][xs]: Experimental hotfix for test.ckan.net uploader


  Commit: b21f4cc3992ef8b091fdf3ac9088d7e29653b465
      https://github.com/okfn/ckan/commit/b21f4cc3992ef8b091fdf3ac9088d7e29653b465
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M ckan/config/routing.py
  M ckan/controllers/storage.py

  Log Message:
  -----------
  [#1574][s]: Hotfix #2 for text.ckan.net. Can be reverted.


  Commit: 71c7d79637a544903ea233b48d60f60ee22e4a54
      https://github.com/okfn/ckan/commit/71c7d79637a544903ea233b48d60f60ee22e4a54
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M ckan/public/scripts/vendor/ckanjs/1.0.0/ckanjs.js

  Log Message:
  -----------
  Revert "[#1574][xs]: Experimental hotfix for test.ckan.net uploader"

This reverts commit ec733cd1f7c8c11c0b7e889e4b719ba2275be077.


  Commit: e7e5c05a0f92725a74d9209ab42b0ec54e952332
      https://github.com/okfn/ckan/commit/e7e5c05a0f92725a74d9209ab42b0ec54e952332
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M ckan/config/routing.py
  M ckan/controllers/storage.py

  Log Message:
  -----------
  Revert "[#1574][s]: Hotfix #2 for text.ckan.net. Can be reverted."

This reverts commit b21f4cc3992ef8b091fdf3ac9088d7e29653b465.


  Commit: c826b53e7479dd96c6bf4ad0fffad09426d336cf
      https://github.com/okfn/ckan/commit/c826b53e7479dd96c6bf4ad0fffad09426d336cf
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M ckan/controllers/group.py
  M ckan/controllers/package.py

  Log Message:
  -----------
  [master][noticket][controllers][xs]: Fix for group search failure - logging caused exception as it was not imported.


  Commit: 5d5d88433e89608bb73dab1b328a960d9e26eb70
      https://github.com/okfn/ckan/commit/5d5d88433e89608bb73dab1b328a960d9e26eb70
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M ckan/tests/functional/api/model/test_relationships.py

  Log Message:
  -----------
  [master][noticket][tests][xs]: Refactored test to be more reliable - 123 was appearing in UUIDs in the page elsewhere.


  Commit: 76d9bce80e4c243e44962d52c321ce6432e12e9e
      https://github.com/okfn/ckan/commit/76d9bce80e4c243e44962d52c321ce6432e12e9e
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M ckan/config/routing.py
  M ckan/public/scripts/vendor/recline/css/data-explorer.css
  M ckan/public/scripts/vendor/recline/recline.js
  M ckan/templates/user/edit.html

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


  Commit: c6172731365666241692dc54fd3eb37c283d8aec
      https://github.com/okfn/ckan/commit/c6172731365666241692dc54fd3eb37c283d8aec
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    A bin/canada.py
  A bin/status.py
  M ckan/authz.py
  M ckan/ckan_nose_plugin.py
  M ckan/config/deployment.ini_tmpl
  M ckan/config/environment.py
  M ckan/config/middleware.py
  M ckan/config/routing.py
  M ckan/controllers/api.py
  M ckan/controllers/group.py
  M ckan/controllers/package.py
  A ckan/controllers/storage.py
  M ckan/forms/group.py
  M ckan/lib/app_globals.py
  M ckan/lib/cli.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/lib/dumper.py
  M ckan/lib/hash.py
  M ckan/lib/helpers.py
  M ckan/lib/navl/dictization_functions.py
  M ckan/lib/repoze_patch.py
  M ckan/lib/search/__init__.py
  M ckan/lib/search/common.py
  M ckan/lib/search/index.py
  M ckan/lib/search/query.py
  M ckan/lib/search/sql.py
  M ckan/logic/action/__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/create.py
  M ckan/logic/auth/delete.py
  M ckan/logic/auth/update.py
  M ckan/logic/schema.py
  M ckan/migration/versions/034_resource_group_table.py
  M ckan/migration/versions/047_rename_package_group_member.py
  M ckan/model/__init__.py
  M ckan/model/authz.py
  M ckan/model/package.py
  M ckan/plugins/interfaces.py
  M ckan/public/css/style.css
  A ckan/public/images/icons/ckan.ico
  A ckan/public/images/icons/star.png
  M ckan/public/scripts/application.js
  M ckan/public/scripts/templates.js
  A ckan/public/scripts/vendor/jquery.mustache/jquery.mustache.js
  A ckan/public/scripts/vendor/recline/css/data-explorer.css
  A ckan/public/scripts/vendor/recline/css/graph-flot.css
  A ckan/public/scripts/vendor/recline/css/images/edit-map.png
  A ckan/public/scripts/vendor/recline/css/images/menu-dropdown.png
  A ckan/public/scripts/vendor/recline/recline.js
  A ckan/templates/facets.html
  M ckan/templates/group/layout.html
  M ckan/templates/group/read.html
  M ckan/templates/js_strings.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/edit.html
  R ckan/templates/package/facets.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/read_core.html
  M ckan/templates/package/resource_read.html
  M ckan/templates/package/search.html
  M ckan/templates/package/search_form.html
  A ckan/templates/storage/index.html
  A ckan/templates/storage/success.html
  M ckan/templates/user/edit.html
  M ckan/tests/functional/api/base.py
  M ckan/tests/functional/api/model/test_package.py
  M ckan/tests/functional/api/model/test_relationships.py
  M ckan/tests/functional/api/test_action.py
  M ckan/tests/functional/test_group.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/functional/test_pagination.py
  A ckan/tests/functional/test_storage.py
  A ckan/tests/functional/test_upload.py
  A ckan/tests/lib/test_cli.py
  M ckan/tests/lib/test_dictization.py
  M ckan/tests/lib/test_dictization_schema.py
  A ckan/tests/lib/test_simple_search.py
  M ckan/tests/lib/test_solr_search_index.py
  M ckan/tests/models/test_repo.py
  M ckan_deb/usr/bin/ckan-create-instance
  M ckan_deb/usr/lib/ckan/common.sh
  M doc/api.rst
  M doc/common-error-messages.rst
  M doc/configuration.rst
  A doc/file-upload.rst
  M doc/index.rst
  M doc/install-from-package.rst
  M doc/paster.rst
  M doc/solr-setup.rst
  M requires/lucid_missing.txt

  Log Message:
  -----------
  Merge branch 'master' into defect-1401-mount-non-root


  Commit: 42e8efc53d68032cfa847b36b4f82d3a54b000d0
      https://github.com/okfn/ckan/commit/42e8efc53d68032cfa847b36b4f82d3a54b000d0
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ckan/public/css/style.css

  Log Message:
  -----------
  [#1401,css][xs]: correct non relative links to images in css (which caused problems with non-root mounting of the app).


  Commit: 5f120a8fc8e9fbfc29cd5c5c0ab2d19b96c4920c
      https://github.com/okfn/ckan/commit/5f120a8fc8e9fbfc29cd5c5c0ab2d19b96c4920c
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ckan/templates/layout_base.html

  Log Message:
  -----------
  [#1401,templates][xs]: set js global CKAN.SITE_URL with h.url('/') rather than g.site_url.


  Commit: abb99cae9972d45f4b3acfbf8ea711da398d8a4a
      https://github.com/okfn/ckan/commit/abb99cae9972d45f4b3acfbf8ea711da398d8a4a
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ckan/public/css/style.css
  M ckan/templates/layout_base.html

  Log Message:
  -----------
  Merge branch 'defect-1401-mount-non-root'


  Commit: 6fecbd9fb08f5a22e9dd2dd2745c287a38f44a30
      https://github.com/okfn/ckan/commit/6fecbd9fb08f5a22e9dd2dd2745c287a38f44a30
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ckan/logic/validators.py
  A ckan/tests/logic/test_validators.py

  Log Message:
  -----------
  [master][#1725][logic/validators]: Ignore trailing commas in tag list (created by tag autocomplete).


  Commit: eb52431797a3f0fb5957e536cf29ab9f0b9a48bb
      https://github.com/okfn/ckan/commit/eb52431797a3f0fb5957e536cf29ab9f0b9a48bb
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    R ckan/tests/functional/api/test_action.py
  A ckan/tests/logic/test_action.py

  Log Message:
  -----------
  [master][noticket][tests][xs]: Move logic layer tests to its own directory - see ckan-dev announcement.


  Commit: dd2c0c677117f06a52aa22b3b2717bb605263570
      https://github.com/okfn/ckan/commit/dd2c0c677117f06a52aa22b3b2717bb605263570
  Author: kindly <kindly at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ckan/lib/search/index.py
  M ckan/logic/action/create.py
  M ckan/plugins/interfaces.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  [#1738] before indes extension made


  Commit: 117dce4d64de731e7b0a3c55175a1d093f2bf540
      https://github.com/okfn/ckan/commit/117dce4d64de731e7b0a3c55175a1d093f2bf540
  Author: kindly <kindly at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ckan/templates/package/new_package_form.html
  M ckan/tests/functional/test_user.py

  Log Message:
  -----------
  [#1739] fix errors due to tests not being run


  Commit: 64abd2ff19ac331d15af038339ef19410e02f419
      https://github.com/okfn/ckan/commit/64abd2ff19ac331d15af038339ef19410e02f419
  Author: kindly <kindly at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ckan/lib/search/index.py
  M ckan/logic/action/create.py
  M ckan/plugins/interfaces.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  Merge branch 'feature-1738-add-before-index-extension'


  Commit: 94f10371666bf2ca976fe26ce06344b9ed2191b9
      https://github.com/okfn/ckan/commit/94f10371666bf2ca976fe26ce06344b9ed2191b9
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M ckan/ckan_nose_plugin.py
  M ckan/config/environment.py
  M ckan/config/routing.py
  M ckan/controllers/api.py
  M ckan/controllers/group.py
  M ckan/controllers/package.py
  M ckan/controllers/storage.py
  M ckan/forms/group.py
  M ckan/lib/cli.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/lib/dumper.py
  M ckan/lib/hash.py
  M ckan/lib/helpers.py
  M ckan/lib/navl/dictization_functions.py
  M ckan/lib/search/__init__.py
  M ckan/lib/search/common.py
  M ckan/lib/search/index.py
  M ckan/lib/search/query.py
  M ckan/lib/search/sql.py
  M ckan/logic/action/__init__.py
  M ckan/logic/action/create.py
  M ckan/logic/action/delete.py
  M ckan/logic/action/update.py
  M ckan/logic/auth/create.py
  M ckan/logic/auth/delete.py
  M ckan/logic/schema.py
  M ckan/logic/validators.py
  M ckan/migration/versions/034_resource_group_table.py
  M ckan/migration/versions/047_rename_package_group_member.py
  M ckan/model/__init__.py
  M ckan/model/package.py
  M ckan/plugins/interfaces.py
  M ckan/public/css/style.css
  A ckan/public/images/icons/star.png
  M ckan/public/scripts/application.js
  M ckan/public/scripts/templates.js
  A ckan/public/scripts/vendor/jquery.mustache/jquery.mustache.js
  A ckan/public/scripts/vendor/recline/css/data-explorer.css
  A ckan/public/scripts/vendor/recline/css/graph-flot.css
  A ckan/public/scripts/vendor/recline/css/images/edit-map.png
  A ckan/public/scripts/vendor/recline/css/images/menu-dropdown.png
  A ckan/public/scripts/vendor/recline/recline.js
  M ckan/templates/_util.html
  A ckan/templates/facets.html
  M ckan/templates/group/layout.html
  M ckan/templates/group/new_group_form.html
  M ckan/templates/group/read.html
  M ckan/templates/js_strings.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/edit.html
  R ckan/templates/package/facets.html
  M ckan/templates/package/layout.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/read_core.html
  M ckan/templates/package/resource_read.html
  M ckan/templates/package/search.html
  M ckan/templates/user/edit.html
  M ckan/templates/user/login.html
  M ckan/tests/functional/api/base.py
  M ckan/tests/functional/api/model/test_package.py
  M ckan/tests/functional/api/model/test_relationships.py
  R ckan/tests/functional/api/test_action.py
  M ckan/tests/functional/test_group.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/functional/test_pagination.py
  M ckan/tests/functional/test_storage.py
  M ckan/tests/functional/test_upload.py
  M ckan/tests/functional/test_user.py
  M ckan/tests/lib/test_cli.py
  M ckan/tests/lib/test_dictization.py
  M ckan/tests/lib/test_dictization_schema.py
  A ckan/tests/lib/test_simple_search.py
  M ckan/tests/lib/test_solr_search_index.py
  A ckan/tests/logic/test_action.py
  A ckan/tests/logic/test_validators.py
  M ckan/tests/test_plugins.py
  M ckanext/stats/templates/ckanext/stats/leaderboard.html
  M doc/api.rst
  M doc/common-error-messages.rst
  M doc/configuration.rst
  M doc/file-upload.rst
  M doc/index.rst
  M doc/install-from-package.rst
  M doc/paster.rst
  M doc/solr-setup.rst
  M doc/theming.rst

  Log Message:
  -----------
  Merge branch 'master' into feature-1608-move-storage-to-core


  Commit: a80f50a1e55d464b50aa6686df4d01c093798cbd
      https://github.com/okfn/ckan/commit/a80f50a1e55d464b50aa6686df4d01c093798cbd
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M ckan/controllers/storage.py
  M ckan/tests/functional/test_storage.py
  M doc/file-upload.rst

  Log Message:
  -----------
  [#1608,storage][m]: reinstate direct upload to cloud storage.

* Reinstate cloud storage tests
* Also greatly extend docs with existing material from ckanext-storage


  Commit: 3c9ddd31d741eb8ec8c145063ce967e781947a88
      https://github.com/okfn/ckan/commit/3c9ddd31d741eb8ec8c145063ce967e781947a88
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M ckan/tests/functional/test_storage.py

  Log Message:
  -----------
  [#1608,tests][xs]: disable remote storage (GS) test as reqires GS access codes (not generally available).


  Commit: 4488795a54866a02305268d77a2648fa85538ee8
      https://github.com/okfn/ckan/commit/4488795a54866a02305268d77a2648fa85538ee8
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M ckan/controllers/storage.py
  M ckan/tests/functional/test_storage.py
  M doc/file-upload.rst

  Log Message:
  -----------
  [#1608,merge][s]: Merge branch 'feature-1608-move-storage-to-core'.


  Commit: cd21b89e8aea6d2aa37e547fcd2d1a65f740415e
      https://github.com/okfn/ckan/commit/cd21b89e8aea6d2aa37e547fcd2d1a65f740415e
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M ckan/config/environment.py
  M ckan/config/routing.py
  M ckan/controllers/api.py
  M ckan/controllers/group.py
  M ckan/controllers/package.py
  M ckan/controllers/storage.py
  M ckan/forms/group.py
  M ckan/lib/cli.py
  M ckan/lib/dumper.py
  M ckan/lib/hash.py
  M ckan/lib/navl/dictization_functions.py
  M ckan/lib/search/__init__.py
  M ckan/lib/search/common.py
  M ckan/lib/search/index.py
  M ckan/lib/search/query.py
  M ckan/lib/search/sql.py
  M ckan/logic/action/__init__.py
  M ckan/logic/action/create.py
  M ckan/logic/action/delete.py
  M ckan/logic/action/update.py
  M ckan/logic/auth/create.py
  M ckan/logic/auth/delete.py
  M ckan/logic/schema.py
  M ckan/logic/validators.py
  M ckan/migration/versions/034_resource_group_table.py
  M ckan/model/package.py
  M ckan/plugins/interfaces.py
  M ckan/public/css/style.css
  A ckan/public/images/icons/star.png
  M ckan/public/scripts/application.js
  M ckan/public/scripts/templates.js
  M ckan/public/scripts/vendor/recline/css/data-explorer.css
  M ckan/public/scripts/vendor/recline/recline.js
  A ckan/templates/facets.html
  M ckan/templates/group/layout.html
  M ckan/templates/group/read.html
  M ckan/templates/js_strings.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/edit.html
  R ckan/templates/package/facets.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/read_core.html
  M ckan/templates/package/resource_read.html
  M ckan/templates/package/search.html
  M ckan/templates/user/edit.html
  M ckan/tests/functional/api/base.py
  M ckan/tests/functional/api/model/test_package.py
  M ckan/tests/functional/api/model/test_relationships.py
  R ckan/tests/functional/api/test_action.py
  M ckan/tests/functional/test_group.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/functional/test_pagination.py
  M ckan/tests/functional/test_storage.py
  M ckan/tests/functional/test_user.py
  A ckan/tests/lib/test_simple_search.py
  M ckan/tests/lib/test_solr_search_index.py
  A ckan/tests/logic/test_action.py
  A ckan/tests/logic/test_validators.py
  M ckan/tests/test_plugins.py
  M doc/api.rst
  M doc/common-error-messages.rst
  M doc/configuration.rst
  M doc/file-upload.rst
  M doc/index.rst
  M doc/paster.rst
  M doc/solr-setup.rst

  Log Message:
  -----------
  Merge branch 'master' into feature-1602-data-viewer-v2


  Commit: f51d0e987f7a9e5477c87ee6de5cebc85c40ebde
      https://github.com/okfn/ckan/commit/f51d0e987f7a9e5477c87ee6de5cebc85c40ebde
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M ckan/public/scripts/application.js

  Log Message:
  -----------
  [js][xs]: remove console.log that had crept in.


  Commit: a0f4b8af14d2022e8a00f45fbc9b1c147d261d88
      https://github.com/okfn/ckan/commit/a0f4b8af14d2022e8a00f45fbc9b1c147d261d88
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M ckan/public/scripts/application.js

  Log Message:
  -----------
  [#1602,js/data-viewer][xs]: make errors a bit nicer esp for case where we can't preview.


  Commit: a00aa48fa4be84354969475bbbaba7c0ba58086c
      https://github.com/okfn/ckan/commit/a00aa48fa4be84354969475bbbaba7c0ba58086c
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M ckan/public/scripts/application.js

  Log Message:
  -----------
  [#1602,js/data-viewer][s]: image (pre)view support.


  Commit: 58161db876d811339df279e43b08d174d8f0ee93
      https://github.com/okfn/ckan/commit/58161db876d811339df279e43b08d174d8f0ee93
  Author: Ian Murray <ian.murray at okfn.org>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  [master][helpers] Fixed small bug in markdown_extract()

... and typo in dataset_display_name()


  Commit: 2b08425c3aef424d4192838e418b7ad9ccc6a129
      https://github.com/okfn/ckan/commit/2b08425c3aef424d4192838e418b7ad9ccc6a129
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M ckan/public/scripts/application.js

  Log Message:
  -----------
  [#1602,js][s]: merge support for (pre)viewing image resources from branch 'feature-1602-data-viewer-v2'.


  Commit: 05eb05ea0079054958f56db956bc6f42d1037594
      https://github.com/okfn/ckan/commit/05eb05ea0079054958f56db956bc6f42d1037594
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-02-02 (Thu, 02 Feb 2012)

  Changed paths:
    M ckan/lib/helpers.py

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


  Commit: 12412f965e9e3014b23fb427e7f26a31c4080753
      https://github.com/okfn/ckan/commit/12412f965e9e3014b23fb427e7f26a31c4080753
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-02-02 (Thu, 02 Feb 2012)

  Changed paths:
    M ckan/config/routing.py
  M ckan/controllers/group.py
  M ckan/controllers/package.py
  M ckan/controllers/storage.py
  M ckan/lib/helpers.py
  M ckan/lib/search/index.py
  M ckan/logic/action/create.py
  M ckan/logic/validators.py
  M ckan/plugins/interfaces.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  M ckan/public/scripts/vendor/recline/css/data-explorer.css
  M ckan/public/scripts/vendor/recline/recline.js
  M ckan/templates/layout_base.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/user/edit.html
  M ckan/tests/functional/api/model/test_relationships.py
  R ckan/tests/functional/api/test_action.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/functional/test_storage.py
  M ckan/tests/functional/test_user.py
  A ckan/tests/logic/test_action.py
  A ckan/tests/logic/test_validators.py
  M doc/file-upload.rst

  Log Message:
  -----------
  Merge branch 'master' of github.com:okfn/ckan into feature-1515-activity-streams


  Commit: d926e9db46bc76428e7a86dd7e5af0d46586a7f1
      https://github.com/okfn/ckan/commit/d926e9db46bc76428e7a86dd7e5af0d46586a7f1
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-02-02 (Thu, 02 Feb 2012)

  Changed paths:
    M ckan/templates/group/read.html
  M ckan/templates/package/read.html

  Log Message:
  -----------
  Remove activity streams from group and dataset pages

We don't want them showing on these pages quite yet.


  Commit: f3a4c77faa048b591da40d5c12b591e9f2fbc173
      https://github.com/okfn/ckan/commit/f3a4c77faa048b591da40d5c12b591e9f2fbc173
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-02-02 (Thu, 02 Feb 2012)

  Changed paths:
    M ckan/lib/dictization/model_save.py

  Log Message:
  -----------
  Obey "allow_partial_update" in package_extras_save


  Commit: 21ecae985a08b24e321cf2acb453c5419de4e8ec
      https://github.com/okfn/ckan/commit/21ecae985a08b24e321cf2acb453c5419de4e8ec
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-02-02 (Thu, 02 Feb 2012)

  Changed paths:
    M ckan/logic/action/get.py
  M ckan/model/package_extra.py
  A ckan/templates/activity_streams/changed_package_extra.html
  A ckan/templates/activity_streams/deleted_package_extra.html
  A ckan/templates/activity_streams/new_package_extra.html

  Log Message:
  -----------
  Add package extras activities

Adds activity stream events of the form:

USER added/updated/deleted the extra "EXTRA" to/in/from the dataset DATASET


Compare: https://github.com/okfn/ckan/compare/d0f956d...21ecae9


More information about the ckan-changes mailing list