[ckan-changes] [okfn/ckan] 32aa74: [#531] Update data viewer docs for CKAN 2.0

GitHub noreply at github.com
Wed May 1 08:54:33 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: 32aa746365e780d6d2dcf3d4387e07ca3f92b058
      https://github.com/okfn/ckan/commit/32aa746365e780d6d2dcf3d4387e07ca3f92b058
  Author: John Glover <j at johnglover.net>
  Date:   2013-04-22 (Mon, 22 Apr 2013)

  Changed paths:
    M doc/data-viewer.rst

  Log Message:
  -----------
  [#531] Update data viewer docs for CKAN 2.0


  Commit: 0dfbc87cbd88f22cb194065c85f7b16ab79953cf
      https://github.com/okfn/ckan/commit/0dfbc87cbd88f22cb194065c85f7b16ab79953cf
  Author: John Glover <j at johnglover.net>
  Date:   2013-04-22 (Mon, 22 Apr 2013)

  Changed paths:
    M CONTRIBUTING.rst
    M README.rst
    M ckan/config/environment.py
    M ckan/config/routing.py
    M ckan/controllers/api.py
    M ckan/controllers/error.py
    M ckan/controllers/feed.py
    M ckan/controllers/group.py
    M ckan/controllers/home.py
    M ckan/controllers/organization.py
    M ckan/controllers/package.py
    M ckan/controllers/related.py
    M ckan/controllers/revision.py
    M ckan/controllers/storage.py
    M ckan/controllers/tag.py
    M ckan/controllers/user.py
    M ckan/lib/activity_streams.py
    M ckan/lib/alphabet_paginate.py
    M ckan/lib/app_globals.py
    M ckan/lib/base.py
    M ckan/lib/cli.py
    M ckan/lib/create_test_data.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/dictization/model_save.py
    M ckan/lib/email_notifications.py
    M ckan/lib/formatters.py
    M ckan/lib/helpers.py
    M ckan/lib/mailer.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/navl/validators.py
    M ckan/lib/package_saver.py
    M ckan/lib/search/query.py
    M ckan/logic/__init__.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/create.py
    M ckan/logic/converters.py
    M ckan/logic/schema.py
    M ckan/logic/validators.py
    R ckan/misc.py
    M ckan/model/__init__.py
    M ckan/model/license.py
    M ckan/model/package.py
    M ckan/model/package_relationship.py
    M ckan/model/tracking.py
    M ckan/plugins/toolkit.py
    M ckan/public/base/css/main.css
    M ckan/public/base/less/layout.less
    M ckan/public/base/less/mixins.less
    M ckan/public/base/less/prose.less
    M ckan/templates/activity_streams/activity_stream_items.html
    M ckan/templates/organization/index.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/snippets/sort_by.html
    M ckan/templates_legacy/package/read_core.html
    M ckan/tests/functional/api/test_dashboard.py
    M ckan/tests/functional/test_home.py
    M ckan/tests/functional/test_package.py
    M ckan/tests/functional/test_pagination.py
    M ckan/tests/functional/test_user.py
    M ckan/tests/lib/test_dictization.py
    M ckan/tests/lib/test_solr_package_search.py
    M ckan/tests/logic/test_action.py
    M ckan/tests/misc/test_format_text.py
    M ckan/tests/models/test_package.py
    M ckanext/datastore/commands.py
    M ckanext/reclinepreview/theme/public/preview_recline.js
    M ckanext/reclinepreview/theme/public/vendor/recline/recline.css
    M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.js
    M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.min.js
    M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
    M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.css
    M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
    M doc/_templates/footer.html
    M doc/conf.py
    M doc/configuration.rst
    A doc/contributing.rst
    M doc/database-dumps.rst
    A doc/images/popular-dataset.png
    A doc/images/popular-resource.png
    A doc/images/sort-datasets-by-popularity.png
    M doc/index.rst
    M doc/install-from-source.rst
    M doc/paster.rst
    M doc/post-installation.rst
    A doc/tracking.rst

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 531-data-viewer-docs


  Commit: 81316507367970ad814eaa1b53f7daf6c65c4c6d
      https://github.com/okfn/ckan/commit/81316507367970ad814eaa1b53f7daf6c65c4c6d
  Author: John Glover <j at johnglover.net>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M doc/configuration.rst
    M doc/data-viewer.rst

  Log Message:
  -----------
  [#531] Update data viewer docs


  Commit: fabee46f9029e4feb6ff21c5391565b634ee60e5
      https://github.com/okfn/ckan/commit/fabee46f9029e4feb6ff21c5391565b634ee60e5
  Author: John Glover <j at johnglover.net>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M doc/data-viewer.rst

  Log Message:
  -----------
  [#531] Add note about /preview URL for resources.


  Commit: f6e2750e86305742d68d55890e2114bccda2c461
      https://github.com/okfn/ckan/commit/f6e2750e86305742d68d55890e2114bccda2c461
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M bin/travis-build
    M ckan/config/deployment.ini_tmpl
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    M ckan/i18n/check_po_files.py
    M ckan/lib/app_globals.py
    M ckan/lib/cli.py
    M ckan/logic/__init__.py
    M ckan/logic/action/create.py
    M ckan/logic/action/delete.py
    M ckan/new_authz.py
    M ckan/public/base/css/main.css
    M ckan/public/base/images/flags.png
    M ckan/public/base/less/footer.less
    M ckan/public/base/less/iehacks.less
    M ckan/public/base/test/index.html
    M ckan/public/base/test/spec/client.spec.js
    M ckan/public/base/test/spec/modules/autocomplete.spec.js
    M ckan/templates/dataviewer/snippets/data_preview.html
    M ckan/templates/development/primer.html
    A ckan/templates/development/snippets/actions.html
    A ckan/templates/development/snippets/context.html
    M ckan/templates/development/snippets/facet.html
    M ckan/templates/development/snippets/media_grid.html
    M ckan/templates/development/snippets/nav.html
    M ckan/templates/development/snippets/page_header.html
    R ckan/templates/development/snippets/toolbar.html
    M ckan/templates/package/snippets/data_api_button.html
    M ckan/templates/snippets/facet_list.html
    A ckan/tests/logic/test_init.py
    M ckan/tests/logic/test_member.py
    M ckanext/datastore/db.py
    M ckanext/datastore/tests/test_search.py
    M doc/apps-ideas.rst
    M doc/authorization.rst
    R doc/commenting.rst
    M doc/configuration.rst
    M doc/css-coding-standards.rst
    M doc/email-notifications.rst
    M doc/filestore.rst
    M doc/form-integration.rst
    M doc/frontend-development.rst
    M doc/i18n.rst
    A doc/importing-datasets.rst
    M doc/index.rst
    M doc/javascript-coding-standards.rst
    M doc/javascript-module-tutorial.rst
    R doc/loading-data.rst
    R doc/organizations_and_groups.rst
    R doc/publisher-profile.rst
    M doc/publishing-datasets.rst
    M doc/release-cycle.rst
    A doc/release-process.rst
    M doc/resources.rst
    M doc/templating.rst
    M doc/tracking.rst
    M test-core.ini

  Log Message:
  -----------
  Merge branch 'master' into 531-data-viewer-docs

Conflicts:
	doc/configuration.rst


  Commit: f5724214fe9ecc4eeab5aedfeddf6b0b7abfbf8f
      https://github.com/okfn/ckan/commit/f5724214fe9ecc4eeab5aedfeddf6b0b7abfbf8f
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M doc/data-viewer.rst

  Log Message:
  -----------
  [#531] Fix references after merge


  Commit: 30c5ff751dec5435eea00d8ee736ae3c2893f5f0
      https://github.com/okfn/ckan/commit/30c5ff751dec5435eea00d8ee736ae3c2893f5f0
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M doc/data-viewer.rst

  Log Message:
  -----------
  Merge pull request #531 from okfn/531-data-viewer-docs

Update Data Viewer docs for 2.0


Compare: https://github.com/okfn/ckan/compare/b5bee6e145d5...30c5ff751dec


More information about the ckan-changes mailing list