[ckan-changes] [okfn/ckan] 592236: [controller, tests]: #1505 Fix catching of search e...

noreply at github.com noreply at github.com
Thu Dec 1 17:20:47 UTC 2011


  Branch: refs/heads/release-v1.5.1
  Home:   https://github.com/okfn/ckan

  Commit: 59223689750e08b4ce5b3e949170acd532ce93a1
      https://github.com/okfn/ckan/commit/59223689750e08b4ce5b3e949170acd532ce93a1
  Author: David Read <david.read at okfn.org>
  Date:   2011-12-01 (Thu, 01 Dec 2011)

  Changed paths:
    M ckan/controllers/api.py
  M ckan/lib/search/__init__.py
  M ckan/lib/search/query.py
  M ckan/tests/functional/api/test_action.py
  M doc/apiv3.rst

  Log Message:
  -----------
  [controller,tests]: #1505 Fix catching of search errors in package_search Action API.


  Commit: 5dc12f284077a56e12d5962daabe3ccb9b0005b9
      https://github.com/okfn/ckan/commit/5dc12f284077a56e12d5962daabe3ccb9b0005b9
  Author: David Read <david.read at okfn.org>
  Date:   2011-12-01 (Thu, 01 Dec 2011)

  Changed paths:
    M .gitignore
  M .tx/config
  M bin/copy-ckan-2-ckan.py
  M ckan/__init__.py
  M ckan/config/deployment.ini_tmpl
  M ckan/config/environment.py
  M ckan/config/routing.py
  M ckan/controllers/api.py
  M ckan/controllers/package.py
  M ckan/forms/common.py
  M ckan/forms/package.py
  M ckan/forms/package_dict.py
  M ckan/i18n/bg/LC_MESSAGES/ckan.mo
  M ckan/i18n/ca/LC_MESSAGES/ckan.mo
  M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
  M ckan/i18n/de/LC_MESSAGES/ckan.mo
  M ckan/i18n/el/LC_MESSAGES/ckan.mo
  M ckan/i18n/es/LC_MESSAGES/ckan.mo
  M ckan/i18n/fi/LC_MESSAGES/ckan.mo
  M ckan/i18n/fr/LC_MESSAGES/ckan.mo
  M ckan/i18n/hu/LC_MESSAGES/ckan.mo
  M ckan/i18n/it/LC_MESSAGES/ckan.mo
  M ckan/i18n/lt/LC_MESSAGES/ckan.mo
  M ckan/i18n/nl/LC_MESSAGES/ckan.mo
  M ckan/i18n/no/LC_MESSAGES/ckan.mo
  M ckan/i18n/pl/LC_MESSAGES/ckan.mo
  M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
  M ckan/i18n/ro/LC_MESSAGES/ckan.mo
  M ckan/i18n/ru/LC_MESSAGES/ckan.mo
  M ckan/i18n/sl/LC_MESSAGES/ckan.mo
  M ckan/i18n/sq/LC_MESSAGES/ckan.mo
  M ckan/i18n/sr/LC_MESSAGES/ckan.mo
  A ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
  A ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
  M ckan/i18n/sv/LC_MESSAGES/ckan.mo
  M ckan/lib/cli.py
  M ckan/lib/create_test_data.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/lib/helpers.py
  M ckan/lib/munge.py
  M ckan/lib/navl/dictization_functions.py
  M ckan/lib/package_saver.py
  M ckan/lib/search/query.py
  M ckan/logic/action/get.py
  M ckan/logic/schema.py
  M ckan/logic/validators.py
  A ckan/migration/versions/046_drop_changesets.py
  M ckan/misc.py
  M ckan/model/__init__.py
  R ckan/model/changeset.py
  M ckan/model/meta.py
  A ckan/model/misc.py
  M ckan/model/package.py
  M ckan/model/resource.py
  M ckan/model/tag.py
  M ckan/model/types.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  M ckan/templates/group/new_group_form.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/read_core.html
  A ckan/templates/package/resource_read.html
  M ckan/templates/package/search_form.html
  M ckan/tests/__init__.py
  M ckan/tests/forms/test_package.py
  M ckan/tests/functional/api/base.py
  M ckan/tests/functional/api/model/test_group.py
  M ckan/tests/functional/api/model/test_licenses.py
  M ckan/tests/functional/api/model/test_package.py
  M ckan/tests/functional/api/model/test_ratings.py
  M ckan/tests/functional/api/model/test_relationships.py
  M ckan/tests/functional/api/model/test_revisions.py
  M ckan/tests/functional/api/model/test_tag.py
  M ckan/tests/functional/api/test_action.py
  R ckan/tests/functional/api/test_ajax.py
  M ckan/tests/functional/api/test_misc.py
  M ckan/tests/functional/api/test_package_search.py
  M ckan/tests/functional/api/test_resource_search.py
  A ckan/tests/functional/api/test_util.py
  M ckan/tests/functional/test_admin.py
  M ckan/tests/functional/test_home.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/functional/test_search.py
  M ckan/tests/functional/test_tag.py
  M ckan/tests/lib/__init__.py
  M ckan/tests/lib/test_dictization.py
  M ckan/tests/lib/test_dictization_schema.py
  M ckan/tests/lib/test_munge.py
  M ckan/tests/lib/test_navl.py
  M ckan/tests/lib/test_solr_package_search.py
  M ckan/tests/lib/test_solr_package_search_synchronous_update.py
  M ckan/tests/lib/test_tag_search.py
  M ckan/tests/misc/test_format_text.py
  R ckan/tests/models/test_changeset.py
  M ckan/tests/models/test_misc.py
  M ckan/tests/models/test_package.py
  M ckan/tests/pylons_controller.py
  A ckan/tests/schema/__init__.py
  A ckan/tests/schema/test_schema.py
  R ckan/tests/test_changes.py
  M ckan/tests/test_dumper.py
  M doc/api.rst
  M doc/configuration.rst
  M doc/extensions.rst
  M doc/test.rst
  M doc/theming.rst
  M pip-requirements.txt
  M setup.py
  M test-core.ini

  Log Message:
  -----------
  Merge branch 'release-v1.5.1' of ssh://github.com/okfn/ckan into release-v1.5.1


Compare: https://github.com/okfn/ckan/compare/783e9ed...5dc12f2




More information about the ckan-changes mailing list