[ckan-changes] [ckan/ckan] e60c20: #3028 / UI labels for the last_modified and revisi...

GitHub noreply at github.com
Tue Apr 4 09:45:42 UTC 2017


  Branch: refs/heads/3229-api-blueprint
  Home:   https://github.com/ckan/ckan
  Commit: e60c204ca9961ef0ecefd03db2996be9134fe218
      https://github.com/ckan/ckan/commit/e60c204ca9961ef0ecefd03db2996be9134fe218
  Author: Gleb <gleb.rudenko at linkdigital.com.au>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M ckan/templates/package/resource_read.html

  Log Message:
  -----------
  #3028 / UI labels for the last_modified and revision_timestamp fields


  Commit: e4fabc5ddd49ec07e368a8effcb8a1cef523a720
      https://github.com/ckan/ckan/commit/e4fabc5ddd49ec07e368a8effcb8a1cef523a720
  Author: Tyler Kennedy <tk at tkte.ch>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  Fix an incorrect error message.


  Commit: 609d54b2996848eb13e3dba64c189f80c672ddbf
      https://github.com/ckan/ckan/commit/609d54b2996848eb13e3dba64c189f80c672ddbf
  Author: Ian Ward <ian at excess.org>
  Date:   2017-03-05 (Sun, 05 Mar 2017)

  Changed paths:
    M ckanext/datastore/db.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  [#3467] separate total calculation + include_total param


  Commit: 927d729b084424458db3a342fc4b296ddcca5914
      https://github.com/ckan/ckan/commit/927d729b084424458db3a342fc4b296ddcca5914
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    M ckanext/datastore/controller.py
    M ckanext/datastore/tests/test_dump.py

  Log Message:
  -----------
  nested columns serialized with json instead of python str representation


  Commit: fe968a99dbac23506aad76d857135e6a7b9d5083
      https://github.com/ckan/ckan/commit/fe968a99dbac23506aad76d857135e6a7b9d5083
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    M ckanext/datastore/controller.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/datastore/writer.py

  Log Message:
  -----------
  move dump function to writers


  Commit: ea7b59055606dc1d269e6a858d4193755c30fa61
      https://github.com/ckan/ckan/commit/ea7b59055606dc1d269e6a858d4193755c30fa61
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    M ckanext/datastore/writer.py

  Log Message:
  -----------
  unicode literals


  Commit: bf0f683d48a31e3b82d4cc2fb35c36f4ce3849d7
      https://github.com/ckan/ckan/commit/bf0f683d48a31e3b82d4cc2fb35c36f4ce3849d7
  Author: Jinfei Fan <fanjinfei at hotmail.com>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
    M ckan/logic/__init__.py
    M ckan/plugins/interfaces.py
    M ckan/plugins/toolkit.py
    A ckanext/datastore/tests/test_chained_action.py
    M setup.py

  Log Message:
  -----------
  support chained action in plugins


  Commit: 9df0c7b3aa5b7e03b97682223f82d947697d36dc
      https://github.com/ckan/ckan/commit/9df0c7b3aa5b7e03b97682223f82d947697d36dc
  Author: Ian Ward <ian at excess.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    M ckan/lib/mailer.py
    M ckan/logic/action/get.py
    M ckan/logic/schema.py
    M ckan/model/activity.py
    M ckan/templates/organization/index.html
    R ckan/templates/package/resource_data.html
    M ckan/templates/package/resource_edit_base.html
    M ckan/tests/logic/action/test_get.py
    M ckanext/datapusher/plugin.py
    A ckanext/datapusher/templates/datapusher/resource_data.html
    A ckanext/datapusher/templates/package/resource_edit_base.html
    M ckanext/datastore/controller.py
    M ckanext/datastore/db.py
    M ckanext/datastore/helpers.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/plugin.py
    A ckanext/datastore/templates/datastore/dictionary.html
    A ckanext/datastore/templates/package/resource_edit_base.html
    M ckanext/datastore/templates/package/resource_read.html
    M doc/maintaining/installing/install-from-source.rst

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 3467-datastore-total


  Commit: af2f061fdd08219d5070415be118d6063d38341f
      https://github.com/ckan/ckan/commit/af2f061fdd08219d5070415be118d6063d38341f
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
    M ckanext/datastore/db.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  Merge pull request #3467 from ckan/3467-datastore-total

faster datastore total calculation + make optional


  Commit: b78c85cddc392e5fcac8295d2f91d9f2d3061e0c
      https://github.com/ckan/ckan/commit/b78c85cddc392e5fcac8295d2f91d9f2d3061e0c
  Author: Jinfei Fan <fanjinfei at hotmail.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M ckanext/datastore/tests/test_chained_action.py
    M setup.py

  Log Message:
  -----------
  change test name to ExampleDataStoreDeletedWithCountPlugin


  Commit: 711e42609ae62c5ad671ea812e35f983740c21fe
      https://github.com/ckan/ckan/commit/711e42609ae62c5ad671ea812e35f983740c21fe
  Author: Tyler Kennedy <tk at tkte.ch>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  Merge pull request #3464 from ckan/fix_template_error

Fix an incorrect error message.


  Commit: 61f9a44cb65daf39d5c37842c291bb067a1ba4e3
      https://github.com/ckan/ckan/commit/61f9a44cb65daf39d5c37842c291bb067a1ba4e3
  Author: Ian Ward <ian at excess.org>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M ckanext/datastore/controller.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/datastore/writer.py

  Log Message:
  -----------
  Merge pull request #3487 from smotornyuk/3477-datastore-dump-of-nested-json

Nested columns serialized with json.dumps instead of python str representation


  Commit: 949c657c62eb8446c7e2523a467f0bb316b227c4
      https://github.com/ckan/ckan/commit/949c657c62eb8446c7e2523a467f0bb316b227c4
  Author: Ian Ward <ian at excess.org>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M ckan/templates/package/resource_read.html

  Log Message:
  -----------
  Merge pull request #3455 from gleb-rudenko/ui-labels-for-the-last_modified-and-revision_timestamp-fields

#3028 / UI labels for the last_modified and revision_timestamp fields


  Commit: 5d4d5891810fab886c4ec26ac2cfabca6c01cf94
      https://github.com/ckan/ckan/commit/5d4d5891810fab886c4ec26ac2cfabca6c01cf94
  Author: Jinfei Fan <fanjinfei at hotmail.com>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M ckan/plugins/interfaces.py
    M ckanext/datastore/tests/test_chained_action.py

  Log Message:
  -----------
  fix test case for chained_action


  Commit: f9f70173da31548a70aa39975bbd8959d1005401
      https://github.com/ckan/ckan/commit/f9f70173da31548a70aa39975bbd8959d1005401
  Author: Ian Ward <ian at excess.org>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M ckan/logic/__init__.py
    M ckan/plugins/interfaces.py
    M ckan/plugins/toolkit.py
    A ckanext/datastore/tests/test_chained_action.py
    M setup.py

  Log Message:
  -----------
  Merge pull request #3494 from fanjinfei/ckanmaster

support chained action in plugins


  Commit: d1b1f0a2d099ae49d7de0005ff6d4392c7933a3a
      https://github.com/ckan/ckan/commit/d1b1f0a2d099ae49d7de0005ff6d4392c7933a3a
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M ckan/plugins/interfaces.py
    M ckan/tests/legacy/ckantestplugins.py
    M doc/extensions/plugin-interfaces.rst

  Log Message:
  -----------
  Updated documentation of interfaces

* Removed authz_add/remove_role from IPackageController, IOrganizationController and IGroupController
* Added docstrings to undocumented methods
* Now sphinx shows all, even undocumented classes and interfaces from `ckan.plugins.interfaces`


  Commit: 60f871ad67e864a6ab0191a88b81d4e87de3a347
      https://github.com/ckan/ckan/commit/60f871ad67e864a6ab0191a88b81d4e87de3a347
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M ckan/lib/cli.py

  Log Message:
  -----------
  Re-enable use of the CKAN_INI environment variable. Improve error message when there is no config specified.


  Commit: c676647b031e002b42f5f65c737bf10c0b99a462
      https://github.com/ckan/ckan/commit/c676647b031e002b42f5f65c737bf10c0b99a462
  Author: amercader <amercadero at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M ckan/config/middleware/flask_app.py

  Log Message:
  -----------
  [#3520] Import DebugToolbar only in debug mode


  Commit: ebb4d22d6571b0daba9c9cc1be4a9e13eae4d3b5
      https://github.com/ckan/ckan/commit/ebb4d22d6571b0daba9c9cc1be4a9e13eae4d3b5
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M dev-requirements.txt

  Log Message:
  -----------
  [#3520] Also mention that dev-requirements.txt is required for running ckan in debug mode.


  Commit: 3560b6a367f217d3655af46d2d770d7e773b7da3
      https://github.com/ckan/ckan/commit/3560b6a367f217d3655af46d2d770d7e773b7da3
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M ckan/config/middleware/flask_app.py
    M dev-requirements.txt

  Log Message:
  -----------
  Merge pull request #3521 from ckan/3520-flask-debugtoolbar

[#3520] Import DebugToolbar only in debug mode


  Commit: 2ab3573212e3aa24a392525eec5834b6975265ae
      https://github.com/ckan/ckan/commit/2ab3573212e3aa24a392525eec5834b6975265ae
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M ckan/plugins/interfaces.py
    M ckan/tests/legacy/ckantestplugins.py
    M doc/extensions/plugin-interfaces.rst

  Log Message:
  -----------
  Merge pull request #3519 from smotornyuk/document-interfaces

Updated documentation of interfaces


  Commit: 1c40b381ccbfab7756c01d986fd80092e0d7ca5b
      https://github.com/ckan/ckan/commit/1c40b381ccbfab7756c01d986fd80092e0d7ca5b
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M ckan/lib/cli.py

  Log Message:
  -----------
  Merge pull request #3522 from ckan/ini-env-variable

Re-enable use of the CKAN_INI environment variable.


  Commit: 16f745bcaf41caa107bc100fdaa859475c699a23
      https://github.com/ckan/ckan/commit/16f745bcaf41caa107bc100fdaa859475c699a23
  Author: amercader <amercadero at gmail.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
    M ckan/config/middleware/flask_app.py
    M ckan/controllers/package.py
    M ckan/lib/cli.py
    M ckan/logic/__init__.py
    M ckan/plugins/interfaces.py
    M ckan/plugins/toolkit.py
    M ckan/templates/package/resource_read.html
    M ckan/tests/legacy/ckantestplugins.py
    M ckanext/datastore/controller.py
    M ckanext/datastore/db.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/plugin.py
    A ckanext/datastore/tests/test_chained_action.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/datastore/writer.py
    M dev-requirements.txt
    M doc/extensions/plugin-interfaces.rst
    M setup.py

  Log Message:
  -----------
  Merge branch 'master' into 3229-api-blueprint


Compare: https://github.com/ckan/ckan/compare/7a5ed72f82a5...16f745bcaf41


More information about the ckan-changes mailing list