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

GitHub noreply at github.com
Sat Jan 26 13:51:06 UTC 2013


  Branch: refs/heads/3028-dashboard-activity-stream-filtering
  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: 45c6d0e30c2d9b7749ec5bd9b10fb977b91ff745
      https://github.com/okfn/ckan/commit/45c6d0e30c2d9b7749ec5bd9b10fb977b91ff745
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-01-23 (Wed, 23 Jan 2013)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  Call setup_template_variables() in new_metadata()

Fixes #297


  Commit: 64c651a45ac53102b9b682ed94389126096707b9
      https://github.com/okfn/ckan/commit/64c651a45ac53102b9b682ed94389126096707b9
  Author: John Martin <me at johnmart.in>
  Date:   2013-01-24 (Thu, 24 Jan 2013)

  Changed paths:
    M ckan/public/base/less/dataset.less
    M ckan/templates/package/snippets/resource_item.html

  Log Message:
  -----------
  [#281] Fix for incorrect padding right on the resource list for a package

Essentially the fix is as follows:

- Make the "Explore Data" and "Raw Data" links a dropdown
- This allows us to easilt add more links to the dropdown for extensions
- Also allows for better multi-lingual support


  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'


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

  Changed paths:
    M ckan/public/base/css/main.css

  Log Message:
  -----------
  [#281] Recompile main.css


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

  Changed paths:
    M ckan/public/base/css/main.css
    M ckan/public/base/less/dataset.less
    M ckan/templates/package/snippets/resource_item.html

  Log Message:
  -----------
  Merge branch '281-resource-listing-buttons'


  Commit: 556c218588699694763fd8acd32b23219b256d17
      https://github.com/okfn/ckan/commit/556c218588699694763fd8acd32b23219b256d17
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  Fix IRC channel link in README

Link to #ckan channel on webchat.freenode.net


  Commit: 3bf744f8b31d5a6d02b7f4ae17daec5068a658a2
      https://github.com/okfn/ckan/commit/3bf744f8b31d5a6d02b7f4ae17daec5068a658a2
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M README.rst
    M ckan/controllers/package.py
    M ckan/lib/formatters.py
    M ckan/lib/helpers.py
    M ckan/public/base/css/main.css
    M ckan/public/base/less/dataset.less
    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/package/snippets/resource_item.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/user/read_base.html

  Log Message:
  -----------
  Merge branch 'master' of github.com:okfn/ckan into 3028-dashboard-activity-stream-filtering

Conflicts:
	ckan/public/base/css/main.css


Compare: https://github.com/okfn/ckan/compare/8235e06bec9b...3bf744f8b31d


More information about the ckan-changes mailing list