[ckan-changes] [ckan/ckan] 2111aa: [#1987] group_list returns groups of passed type.

GitHub noreply at github.com
Tue Oct 21 16:30:22 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 2111aab7cceed2a0f33f7eb6ef1a0833a4232aaa
      https://github.com/ckan/ckan/commit/2111aab7cceed2a0f33f7eb6ef1a0833a4232aaa
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-10-20 (Mon, 20 Oct 2014)

  Changed paths:
    M ckan/logic/action/get.py
    M ckan/new_tests/logic/action/test_get.py

  Log Message:
  -----------
  [#1987] group_list returns groups of passed type.

group_list get action will return group types specified by passing
the optional parameter type=<group type>. The default is 'group'.


  Commit: ffd19d1428af8f7011db63c305d109ecbc172915
      https://github.com/ckan/ckan/commit/ffd19d1428af8f7011db63c305d109ecbc172915
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-10-20 (Mon, 20 Oct 2014)

  Changed paths:
    M ckan/lib/plugins.py

  Log Message:
  -----------
  [#1987] PEP8ing before changes


  Commit: 50989b48b3a8ba6254d64abbe9eec08165ae36e0
      https://github.com/ckan/ckan/commit/50989b48b3a8ba6254d64abbe9eec08165ae36e0
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-10-20 (Mon, 20 Oct 2014)

  Changed paths:
    M ckan/lib/plugins.py

  Log Message:
  -----------
  [#1987] IGroupForm plugins can define controller.

If you're using a custom controller with an IGroupForm plugin you can
define it in the plugin with 'group_controller()'. This will be used
when registering the plugin mappings. Defaults to 'group' if not defined
in the plugin.


  Commit: 54b0c5ee66ad0e34b05d9a168068c18d3cd14465
      https://github.com/ckan/ckan/commit/54b0c5ee66ad0e34b05d9a168068c18d3cd14465
  Author: Sean Hammond <seanh at users.noreply.github.com>
  Date:   2014-10-21 (Tue, 21 Oct 2014)

  Changed paths:
    M ckan/lib/plugins.py
    M ckan/logic/action/get.py
    M ckan/new_tests/logic/action/test_get.py

  Log Message:
  -----------
  Merge pull request #1987 from brew/1987-custom-group-changes

Changes to allow better use of custom group types in IGroupForm extensions


Compare: https://github.com/ckan/ckan/compare/16e7e6c44e9e...54b0c5ee66ad


More information about the ckan-changes mailing list