[ckan-changes] [okfn/ckan] 9a3c68: Support icon param on nav_named_link helper functi...

GitHub noreply at github.com
Fri Dec 7 11:15:19 UTC 2012


  Branch: refs/heads/3023-data_dict-extension-points
  Home:   https://github.com/okfn/ckan
  Commit: 9a3c682a67eb02600aa2a53f0bd003b6b9a570b9
      https://github.com/okfn/ckan/commit/9a3c682a67eb02600aa2a53f0bd003b6b9a570b9
  Author: amercader <amercadero at gmail.com>
  Date:   2012-12-01 (Sat, 01 Dec 2012)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Support icon param on nav_named_link helper function


  Commit: 8ccc414bd222146ff9d34576f00954228ad9c92e
      https://github.com/okfn/ckan/commit/8ccc414bd222146ff9d34576f00954228ad9c92e
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-12-02 (Sun, 02 Dec 2012)

  Changed paths:
    M ckan/controllers/home.py

  Log Message:
  -----------
  Fix a deprecation warning

Loading the front page was logging "`order_by` deprecated please use
`sort`". Change HomeController to use sort and thereby get rid of the
warning.


  Commit: 783cf829412fa9d59eec3d64a5e003a46f5e5661
      https://github.com/okfn/ckan/commit/783cf829412fa9d59eec3d64a5e003a46f5e5661
  Author: kindly <kindly at gmail.com>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    A ckan/config/solr/schema-2.0.xml
    M ckan/lib/search/__init__.py
    M ckan/lib/search/index.py
    M ckan/lib/search/query.py
    M ckan/tests/functional/test_search.py
    M ckan/tests/lib/test_solr_package_search.py
    M ckan/tests/lib/test_solr_package_search_synchronous_update.py
    M ckanext/multilingual/solr/schema.xml

  Log Message:
  -----------
  [3027] all tests pass for 1.4, 3.6, 4.0, changed mm


  Commit: e5407f47f5d9ace7ac15bc3030f2438d3a8f4803
      https://github.com/okfn/ckan/commit/e5407f47f5d9ace7ac15bc3030f2438d3a8f4803
  Author: kindly <kindly at gmail.com>
  Date:   2012-12-04 (Tue, 04 Dec 2012)

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

  Log Message:
  -----------
  [3027] add no solr commit flag


  Commit: c68cdae676248a9c9a1631dd46fc07b88412b9d1
      https://github.com/okfn/ckan/commit/c68cdae676248a9c9a1631dd46fc07b88412b9d1
  Author: kindly <kindly at gmail.com>
  Date:   2012-12-04 (Tue, 04 Dec 2012)

  Changed paths:
    M ckan/config/solr/schema-2.0.xml
    M ckanext/multilingual/solr/schema.xml

  Log Message:
  -----------
  [3027] add dataset_type field


  Commit: bd25e663fcf4ba397fb682b9b48a6d8daa6e08ff
      https://github.com/okfn/ckan/commit/bd25e663fcf4ba397fb682b9b48a6d8daa6e08ff
  Author: kindly <kindly at gmail.com>
  Date:   2012-12-04 (Tue, 04 Dec 2012)

  Changed paths:
    M ckan/lib/search/index.py
    M ckan/lib/search/query.py
    M doc/configuration.rst

  Log Message:
  -----------
  [3027] document solr commit option


  Commit: 98345563cc65a928d97f330bc831952d859060bd
      https://github.com/okfn/ckan/commit/98345563cc65a928d97f330bc831952d859060bd
  Author: amercader <amercadero at gmail.com>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M ckan/config/solr/CHANGELOG.txt

  Log Message:
  -----------
  [3027] Update schema CHANGELOG


  Commit: 26456b19872f73667bec6b245cb4ced79da03812
      https://github.com/okfn/ckan/commit/26456b19872f73667bec6b245cb4ced79da03812
  Author: amercader <amercadero at gmail.com>
  Date:   2012-12-05 (Wed, 05 Dec 2012)

  Changed paths:
    M ckan/config/solr/CHANGELOG.txt
    A ckan/config/solr/schema-2.0.xml
    M ckan/lib/search/__init__.py
    M ckan/lib/search/index.py
    M ckan/lib/search/query.py
    M ckan/tests/functional/test_search.py
    M ckan/tests/lib/test_solr_package_search.py
    M ckan/tests/lib/test_solr_package_search_synchronous_update.py
    M ckanext/multilingual/solr/schema.xml
    M doc/configuration.rst

  Log Message:
  -----------
  Merge branch 'feature-3027-solr-2.0'


  Commit: cc95a6a75e9a7c2864e1f4f6a85ef00ce359714e
      https://github.com/okfn/ckan/commit/cc95a6a75e9a7c2864e1f4f6a85ef00ce359714e
  Author: amercader <amercadero at gmail.com>
  Date:   2012-12-06 (Thu, 06 Dec 2012)

  Changed paths:
    M ckan/config/solr/CHANGELOG.txt
    A ckan/config/solr/schema-2.0.xml
    M ckan/controllers/home.py
    M ckan/lib/helpers.py
    M ckan/lib/search/__init__.py
    M ckan/lib/search/index.py
    M ckan/lib/search/query.py
    M ckan/tests/functional/test_search.py
    M ckan/tests/lib/test_solr_package_search.py
    M ckan/tests/lib/test_solr_package_search_synchronous_update.py
    M ckanext/multilingual/solr/schema.xml
    M doc/configuration.rst

  Log Message:
  -----------
  Merge branch 'master' into 3023-data_dict-extension-points


  Commit: 0d7cfdb2ab1389f6010dae91a255e85095aa97c8
      https://github.com/okfn/ckan/commit/0d7cfdb2ab1389f6010dae91a255e85095aa97c8
  Author: amercader <amercadero at gmail.com>
  Date:   2012-12-06 (Thu, 06 Dec 2012)

  Changed paths:
    M ckan/logic/action/create.py
    M ckan/logic/action/update.py
    M ckan/tests/functional/test_package.py

  Log Message:
  -----------
  [#3023] Pass context object to extensions on after_create and after_update


  Commit: 4de12f1b14d78a77dbf543951a456951b83a156a
      https://github.com/okfn/ckan/commit/4de12f1b14d78a77dbf543951a456951b83a156a
  Author: amercader <amercadero at gmail.com>
  Date:   2012-12-07 (Fri, 07 Dec 2012)

  Changed paths:
    M ckan/logic/action/get.py
    M ckan/plugins/interfaces.py
    M ckan/tests/functional/test_package.py

  Log Message:
  -----------
  [#3023] Add new after_show extension point

Gets the package dict just before being sent back to the controller.
Removed an out of date comment on tests.


Compare: https://github.com/okfn/ckan/compare/37de568854bb...4de12f1b14d7


More information about the ckan-changes mailing list