[ckan-changes] [okfn/ckan] e62eec: [#919] Fix and tidy up user add paster command

GitHub noreply at github.com
Tue Jun 11 11:52:07 UTC 2013


  Branch: refs/heads/882-beaker-session
  Home:   https://github.com/okfn/ckan
  Commit: e62eec4dfe9ae612710c6aa512da2dc75a9f453b
      https://github.com/okfn/ckan/commit/e62eec4dfe9ae612710c6aa512da2dc75a9f453b
  Author: John Glover <j at johnglover.net>
  Date:   2013-05-21 (Tue, 21 May 2013)

  Changed paths:
    M ckan/lib/cli.py

  Log Message:
  -----------
  [#919] Fix and tidy up user add paster command


  Commit: d1e6396fc3c26052fc3140e7de73fb6946b18571
      https://github.com/okfn/ckan/commit/d1e6396fc3c26052fc3140e7de73fb6946b18571
  Author: James Gardner <james at 3aims.com>
  Date:   2013-06-03 (Mon, 03 Jun 2013)

  Changed paths:
    M ckan/config/middleware.py
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    M ckan/lib/search/query.py

  Log Message:
  -----------
  [#919] Cherry-pick boolean search operator support patch


  Commit: d028c65bdee964badae7bc78bb64076b60b0c416
      https://github.com/okfn/ckan/commit/d028c65bdee964badae7bc78bb64076b60b0c416
  Author: John Glover <j at johnglover.net>
  Date:   2013-06-03 (Mon, 03 Jun 2013)

  Changed paths:
    M ckan/controllers/group.py
    M ckan/controllers/package.py

  Log Message:
  -----------
  [#930] Remove encoding specification


  Commit: 54879ded318a9ec31aa9f38b9440e7aa4effb683
      https://github.com/okfn/ckan/commit/54879ded318a9ec31aa9f38b9440e7aa4effb683
  Author: John Glover <j at johnglover.net>
  Date:   2013-06-03 (Mon, 03 Jun 2013)

  Changed paths:
    M CHANGELOG.txt

  Log Message:
  -----------
  [#930] update CHANGELOG


  Commit: 786664a242a6b184f21198ffaca5ba502edf3a61
      https://github.com/okfn/ckan/commit/786664a242a6b184f21198ffaca5ba502edf3a61
  Author: John Glover <j at johnglover.net>
  Date:   2013-06-03 (Mon, 03 Jun 2013)

  Changed paths:
    M ckan/lib/search/query.py

  Log Message:
  -----------
  [#930] Change solr 'mm' value to '1' for OR search.

Move block of code that defines boolean closer to
where it is used.


  Commit: 30356709c95bd2c2f9c494aa769c999af914587a
      https://github.com/okfn/ckan/commit/30356709c95bd2c2f9c494aa769c999af914587a
  Author: John Glover <j at johnglover.net>
  Date:   2013-06-03 (Mon, 03 Jun 2013)

  Changed paths:
    M ckan/lib/search/query.py

  Log Message:
  -----------
  [#930] Revert change of 'mm' to 1 for OR search


  Commit: 38d693d43a5bb3eba4326ddd2ce12c25ed0f28c6
      https://github.com/okfn/ckan/commit/38d693d43a5bb3eba4326ddd2ce12c25ed0f28c6
  Author: John Glover <j at johnglover.net>
  Date:   2013-06-04 (Tue, 04 Jun 2013)

  Changed paths:
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    M ckan/lib/search/query.py

  Log Message:
  -----------
  [#930] Clean up: remove unused variables


  Commit: b9d70f9d0b88ffae05baeb1c23f527ce2879ba61
      https://github.com/okfn/ckan/commit/b9d70f9d0b88ffae05baeb1c23f527ce2879ba61
  Author: John Glover <j at johnglover.net>
  Date:   2013-06-04 (Tue, 04 Jun 2013)

  Changed paths:
    M ckan/tests/functional/test_search.py
    M ckan/tests/lib/__init__.py
    M ckan/tests/lib/test_solr_package_search.py

  Log Message:
  -----------
  [#930] Fix search tests after change to default AND operator


  Commit: ac342bff20ba7250c24b482fbd42bafdc8dde260
      https://github.com/okfn/ckan/commit/ac342bff20ba7250c24b482fbd42bafdc8dde260
  Author: John Glover <j at johnglover.net>
  Date:   2013-06-04 (Tue, 04 Jun 2013)

  Changed paths:
    M pip-requirements-test.txt
    M pip-requirements.txt
    M setup.py

  Log Message:
  -----------
  [#919] Update dependency list and files to ignore from translation


  Commit: 850788e6882015ecef1ed7edf4af23f3a1a7544b
      https://github.com/okfn/ckan/commit/850788e6882015ecef1ed7edf4af23f3a1a7544b
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-06-04 (Tue, 04 Jun 2013)

  Changed paths:
    M ckan/tests/wsgi_ckanclient.py

  Log Message:
  -----------
  Fix broken print statements in wsgi_ckanclient.py

These were causing some tests to fail for me. I don't understand why
they aren't failing for anyone else, or for me in the past, but this fix
seems harmless.


  Commit: e2f4a5d80df8af8eb6ed0cc68d43883fa5ba6821
      https://github.com/okfn/ckan/commit/e2f4a5d80df8af8eb6ed0cc68d43883fa5ba6821
  Author: John Glover <j at johnglover.net>
  Date:   2013-06-05 (Wed, 05 Jun 2013)

  Changed paths:
    M pip-requirements.txt

  Log Message:
  -----------
  [#919] Update dependency list.

Move ckanext-ecportal requirements to separate
pip-requirements.txt file in the extension.


  Commit: 2c277120ebb5a4bac22655c1e6e42e18ec6d2012
      https://github.com/okfn/ckan/commit/2c277120ebb5a4bac22655c1e6e42e18ec6d2012
  Author: John Glover <j at johnglover.net>
  Date:   2013-06-05 (Wed, 05 Jun 2013)

  Changed paths:
    M ckan/lib/i18n.py

  Log Message:
  -----------
  [#977] Look for locales in ckan.i18n_directory


  Commit: dbb7dbd3eee5a048328d445805b56ccfe851da81
      https://github.com/okfn/ckan/commit/dbb7dbd3eee5a048328d445805b56ccfe851da81
  Author: David Raznick <kindly at gmail.com>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M ckan/lib/search/index.py

  Log Message:
  -----------
  fix indexing so just gets out single vocab from db, to make indexing much faster


  Commit: 1143f5c074dfffdd1409da289a609e7cf323567d
      https://github.com/okfn/ckan/commit/1143f5c074dfffdd1409da289a609e7cf323567d
  Author: John Glover <j at johnglover.net>
  Date:   2013-06-11 (Tue, 11 Jun 2013)

  Changed paths:
    M CHANGELOG.txt
    M ckan/config/middleware.py
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    M ckan/lib/cli.py
    M ckan/lib/i18n.py
    M ckan/lib/search/index.py
    M ckan/lib/search/query.py
    M ckan/tests/functional/test_search.py
    M ckan/tests/lib/__init__.py
    M ckan/tests/lib/test_solr_package_search.py
    M ckan/tests/wsgi_ckanclient.py
    M pip-requirements-test.txt
    M setup.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/release-v1.8.1-ecportal' into 882-beaker-session


Compare: https://github.com/okfn/ckan/compare/6ada1f93b80a...1143f5c074df


More information about the ckan-changes mailing list