[ckan-changes] [ckan/ckan] d5e27d: [#1649] Stats extension. Tag counter works properl...

GitHub noreply at github.com
Thu Feb 12 14:26:04 UTC 2015


  Branch: refs/heads/release-v2.0.6
  Home:   https://github.com/ckan/ckan
  Commit: d5e27dd6495085e2855c91cf9a3e307b6fddf8bb
      https://github.com/ckan/ckan/commit/d5e27dd6495085e2855c91cf9a3e307b6fddf8bb
  Author: Motornyuk Sergey <tonnydexter at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M ckanext/stats/stats.py

  Log Message:
  -----------
  [#1649] Stats extension. Tag counter works properly

Currently on 'Top Tags' tab displayed total amount of tags which includes deleted ones, private and deleted packages

After this change, tags with state=deleted, deleted packages, private packages are filtered out


  Commit: 0f226847f1a364f4f07a69fcd1f31de38b05c0c1
      https://github.com/ckan/ckan/commit/0f226847f1a364f4f07a69fcd1f31de38b05c0c1
  Author: Motornyuk Sergey <tonnydexter at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M ckanext/stats/tests/test_stats_lib.py

  Log Message:
  -----------
  [#1649] Stats extension. Changed tests

Currently tests failed because tags from private datasets not counted but in test expected that they will be counted(wrong behaviour)

After this change test won't expect tags from private datasets


  Commit: 0c97fcd9560af7e59204672b63b00d6bb3dd1d44
      https://github.com/ckan/ckan/commit/0c97fcd9560af7e59204672b63b00d6bb3dd1d44
  Author: Motornyuk Sergey <tonnydexter at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M ckanext/stats/templates/ckanext/stats/index.html

  Log Message:
  -----------
  [#1647] Stats extension. 'Largest Groups' links lead either to organizations or to groups page

Currently all links under the 'Largest Groups' refer to groups page.

After this change links refer to group page for groups and to organization page for organizations


  Commit: 6510847c496491f914aaff895b8588518595b8f5
      https://github.com/ckan/ckan/commit/6510847c496491f914aaff895b8588518595b8f5
  Author: Tom Mortimer-Jones <tom at morty.co.uk>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M doc/background-tasks.rst

  Log Message:
  -----------
  [#2272] Fix docs that say Celery will be be installed

Fixes #2272


Compare: https://github.com/ckan/ckan/compare/2389401b6e71...6510847c4964


More information about the ckan-changes mailing list