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

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


  Branch: refs/heads/release-v2.2.2
  Home:   https://github.com/ckan/ckan
  Commit: 0ed955c7287bc18e69833833c3b8566b9247657b
      https://github.com/ckan/ckan/commit/0ed955c7287bc18e69833833c3b8566b9247657b
  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: 571ef30053374a0fe64b99822d557e2f387cd5cd
      https://github.com/ckan/ckan/commit/571ef30053374a0fe64b99822d557e2f387cd5cd
  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: b1474e162472e0024ddde9eded917c1aa9c0307e
      https://github.com/ckan/ckan/commit/b1474e162472e0024ddde9eded917c1aa9c0307e
  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: 7ce10d32b2772f04459ce9a29fad3dbea13e07de
      https://github.com/ckan/ckan/commit/7ce10d32b2772f04459ce9a29fad3dbea13e07de
  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/0cf8a2cab6aa...7ce10d32b277


More information about the ckan-changes mailing list