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

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


  Branch: refs/heads/release-v2.1.4
  Home:   https://github.com/ckan/ckan
  Commit: 6483ff1201813c460c82d5f8902b33009061e242
      https://github.com/ckan/ckan/commit/6483ff1201813c460c82d5f8902b33009061e242
  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: 022866c344b2b95435d2cc624af73645c8bba275
      https://github.com/ckan/ckan/commit/022866c344b2b95435d2cc624af73645c8bba275
  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: 38b5739812e0b07fa81cf855765fb7a803644f74
      https://github.com/ckan/ckan/commit/38b5739812e0b07fa81cf855765fb7a803644f74
  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: 03c19b7ad6c6db244b613f799ac03ceba3a3fc49
      https://github.com/ckan/ckan/commit/03c19b7ad6c6db244b613f799ac03ceba3a3fc49
  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/4c762314c3c8...03c19b7ad6c6


More information about the ckan-changes mailing list