[ckan-changes] [ckan/ckan] 7cac4e: Fix #2953: Strange facet item order.

GitHub noreply at github.com
Tue May 10 09:52:48 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 7cac4e16fafbd91e4299902f1706b9eb2191edd6
      https://github.com/ckan/ckan/commit/7cac4e16fafbd91e4299902f1706b9eb2191edd6
  Author: Florian Brucker <florian.brucker at mb.karlsruhe.de>
  Date:   2016-04-12 (Tue, 12 Apr 2016)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Fix #2953: Strange facet item order.

Previously, facet items (e.g. tags) were first sorted descendingly by
number of matching datasets and then descendingly by case-sensitive
display name. The latter is unexpected and makes browsing the facets
unnecessarily difficult.

With this commit, facets are first sorted descendingly by dataset count
(as before) and then ascendingly by case-insensitive display name.


  Commit: 6a7babdd7a86c1e292cbdcaccbd63be4afa594c9
      https://github.com/ckan/ckan/commit/6a7babdd7a86c1e292cbdcaccbd63be4afa594c9
  Author: Ian Ward <ian at excess.org>
  Date:   2016-04-27 (Wed, 27 Apr 2016)

  Changed paths:
    M ckan/controllers/api.py
    R ckan/lib/lazyjson.py
    M ckan/logic/action/get.py
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  [#2983] remove LazyJSONObject


  Commit: fde833156b4b7327d8d3dfaa8b226f589a19ddf3
      https://github.com/ckan/ckan/commit/fde833156b4b7327d8d3dfaa8b226f589a19ddf3
  Author: amercader <amercadero at gmail.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M ckan/controllers/api.py
    R ckan/lib/lazyjson.py
    M ckan/logic/action/get.py
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  Merge branch '2983-remove-lazyjson'


  Commit: 667cd997c8371242185a5ec4014843fed93f7538
      https://github.com/ckan/ckan/commit/667cd997c8371242185a5ec4014843fed93f7538
  Author: amercader <amercadero at gmail.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Merge branch '2953-strange-facet-item-order' of https://github.com/torfsen/ckan into torfsen-2953-strange-facet-item-order


  Commit: 2914ed3b65ef00e68ac2f258555f99c42ca8428c
      https://github.com/ckan/ckan/commit/2914ed3b65ef00e68ac2f258555f99c42ca8428c
  Author: amercader <amercadero at gmail.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Merge branch 'torfsen-2953-strange-facet-item-order'


Compare: https://github.com/ckan/ckan/compare/595b2d5d7d08...2914ed3b65ef


More information about the ckan-changes mailing list