[ckan-changes] [okfn/ckan] b1b155: [#235] Makes large numbers smaller if they are hig...

GitHub noreply at github.com
Thu Jan 24 13:05:09 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: b1b155e29d6d3bf286c11889b96a6a63941439b5
      https://github.com/okfn/ckan/commit/b1b155e29d6d3bf286c11889b96a6a63941439b5
  Author: John Martin <me at johnmart.in>
  Date:   2012-12-20 (Thu, 20 Dec 2012)

  Changed paths:
    M ckan/public/base/less/profile.less
    M ckan/templates/ajax_snippets/popover_context_dataset.html
    M ckan/templates/ajax_snippets/popover_context_group.html
    M ckan/templates/ajax_snippets/popover_context_user.html
    M ckan/templates/group/read_base.html
    A ckan/templates/macros/format.html
    M ckan/templates/package/read_base.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/user/read_base.html

  Log Message:
  -----------
  [#235] Makes large numbers smaller if they are higher


  Commit: 6aae85d1feb0db286846735b29d04085df00ca5f
      https://github.com/okfn/ckan/commit/6aae85d1feb0db286846735b29d04085df00ca5f
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    A .travis.yml
    A CONTRIBUTING.rst
    M README.rst
    M ckan/__init__.py
    M ckan/config/deployment.ini_tmpl
    M ckan/controllers/package.py
    M ckan/controllers/user.py
    M ckan/lib/celery_app.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/helpers.py
    M ckan/lib/plugins.py
    M ckan/lib/search/index.py
    M ckan/logic/__init__.py
    M ckan/logic/action/create.py
    M ckan/logic/action/get.py
    M ckan/logic/action/update.py
    A ckan/migration/versions/066_default_package_type.py
    M ckan/model/package.py
    M ckan/public/base/images/placeholder-group.png
    M ckan/public/base/images/placeholder-organization.png
    M ckan/public/base/less/ckan.less
    A ckan/public/base/less/dropdown.less
    M ckan/templates/ajax_snippets/popover_context_dataset.html
    M ckan/templates/ajax_snippets/popover_context_group.html
    M ckan/templates/ajax_snippets/popover_context_user.html
    M ckan/templates/macros/form.html
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/search.html
    M ckan/templates/snippets/facet_list.html
    M ckan/templates/snippets/package_item.html
    M ckan/tests/lib/test_dictization.py
    M ckan/tests/lib/test_dictization_schema.py
    M ckan/tests/lib/test_solr_search_index.py
    M ckanext/datastore/bin/datastore_setup.py
    M ckanext/datastore/db.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/logic/auth.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_delete.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/reclinepreview/plugin.py
    M ckanext/reclinepreview/tests/test_preview.py
    M ckanext/test_tag_vocab_plugin.py
    M doc/configuration.rst
    R doc/contributing-docs.rst
    R doc/contributing.rst
    M doc/datastore-api.rst
    M doc/datastore-setup.rst
    M doc/datastore.rst
    M doc/index.rst
    M doc/install-from-source.rst
    M doc/solr-setup.rst
    M doc/test.rst

  Log Message:
  -----------
  Merge branch 'master' into 235-popover-large-numbers


  Commit: 29344827df9a085f19a41da3ba3e9f269c2273ec
      https://github.com/okfn/ckan/commit/29344827df9a085f19a41da3ba3e9f269c2273ec
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    M ckan/lib/formatters.py

  Log Message:
  -----------
  [#235] Minor bug fix in formatters


  Commit: 2d1e5895c34c4a10fca11cc900c738d2ebf1f836
      https://github.com/okfn/ckan/commit/2d1e5895c34c4a10fca11cc900c738d2ebf1f836
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    M ckan/lib/formatters.py

  Log Message:
  -----------
  [#235] Add SI_number formatter


  Commit: b4053f08549713c3c57c73ccda7dadb20a17e06e
      https://github.com/okfn/ckan/commit/b4053f08549713c3c57c73ccda7dadb20a17e06e
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  [#235] New follower_number template helper


  Commit: 6115b5f7e3f1564b2fd4645474e1f4d0d63bdbee
      https://github.com/okfn/ckan/commit/6115b5f7e3f1564b2fd4645474e1f4d0d63bdbee
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    M ckan/templates/ajax_snippets/popover_context_dataset.html
    M ckan/templates/ajax_snippets/popover_context_group.html
    M ckan/templates/ajax_snippets/popover_context_user.html
    M ckan/templates/group/read_base.html
    M ckan/templates/package/read_base.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/user/read_base.html

  Log Message:
  -----------
  [#235] Templates use new formatter


  Commit: 2841819e57ce95e24b500df09b6cf8ddbc415d6b
      https://github.com/okfn/ckan/commit/2841819e57ce95e24b500df09b6cf8ddbc415d6b
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    R ckan/templates/macros/format.html

  Log Message:
  -----------
  [#235] Remove format macro


  Commit: e82558a3721e0c9fcd036b0055a1990b00696764
      https://github.com/okfn/ckan/commit/e82558a3721e0c9fcd036b0055a1990b00696764
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-01-24 (Thu, 24 Jan 2013)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/ajax_snippets/popover_context_dataset.html
    M ckan/templates/ajax_snippets/popover_context_group.html
    M ckan/templates/ajax_snippets/popover_context_user.html
    M ckan/templates/group/read_base.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/user/read_base.html

  Log Message:
  -----------
  [#235] Change function name to SI_number_span()


  Commit: e5d42fd1528ad04839a83b0c148ee551f8ef71c9
      https://github.com/okfn/ckan/commit/e5d42fd1528ad04839a83b0c148ee551f8ef71c9
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-01-24 (Thu, 24 Jan 2013)

  Changed paths:
    M ckan/controllers/package.py
    M ckan/controllers/user.py
    M ckan/lib/helpers.py
    M ckan/logic/action/create.py
    M ckan/logic/action/delete.py
    M ckan/logic/action/get.py
    M ckan/logic/action/update.py
    M ckan/logic/auth/update.py
    M ckan/model/group.py
    M ckan/plugins/interfaces.py
    M ckan/tests/functional/test_package.py
    M ckan/tests/models/test_group.py

  Log Message:
  -----------
  Merge branch 'master' into 235-popover-large-numbers


  Commit: 67900cb4d602d2e034d54fd2e75cf15398b584f0
      https://github.com/okfn/ckan/commit/67900cb4d602d2e034d54fd2e75cf15398b584f0
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-01-24 (Thu, 24 Jan 2013)

  Changed paths:
    M ckan/lib/formatters.py
    M ckan/lib/helpers.py
    M ckan/public/base/less/profile.less
    M ckan/templates/ajax_snippets/popover_context_dataset.html
    M ckan/templates/ajax_snippets/popover_context_group.html
    M ckan/templates/ajax_snippets/popover_context_user.html
    M ckan/templates/group/read_base.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/user/read_base.html

  Log Message:
  -----------
  Merge branch '235-popover-large-numbers'


Compare: https://github.com/okfn/ckan/compare/45c6d0e30c2d...67900cb4d602


More information about the ckan-changes mailing list