[ckan-changes] [okfn/ckan] abb731: [1720][dictization] unflatten update - handle case...

GitHub noreply at github.com
Tue Feb 21 15:47:29 UTC 2012


  Branch: refs/heads/enhancement-1792-api-logic
  Home:   https://github.com/okfn/ckan
  Commit: abb7317597a1c9bd8acf2be46c9a031141edc5b2
      https://github.com/okfn/ckan/commit/abb7317597a1c9bd8acf2be46c9a031141edc5b2
  Author: John Glover <j at johnglover.net>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M ckan/lib/navl/dictization_functions.py

  Log Message:
  -----------
  [1720][dictization] unflatten update - handle case where data already contains an unflattened list (eg: of extras)


  Commit: c5a90d841c448a90e16701f7a6d37e5db31ca501
      https://github.com/okfn/ckan/commit/c5a90d841c448a90e16701f7a6d37e5db31ca501
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M ckan/lib/dictization/model_dictize.py
  M ckan/lib/dictization/model_save.py
  M ckan/lib/navl/dictization_functions.py
  M ckan/logic/action/create.py
  M ckan/logic/action/update.py
  M ckan/logic/converters.py
  M ckan/logic/schema.py
  M ckan/model/tag.py
  M ckan/model/vocabulary.py
  M ckan/tests/functional/api/model/test_vocabulary.py
  M ckan/tests/functional/test_tag_vocab.py

  Log Message:
  -----------
  Merge branch 'feature-1698-tag-taxonomies'


  Commit: 309e3609696ff68facb7fe61ededbbc50f9b64ed
      https://github.com/okfn/ckan/commit/309e3609696ff68facb7fe61ededbbc50f9b64ed
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M ckan/lib/dictization/model_dictize.py
  M ckan/lib/dictization/model_save.py
  M ckan/lib/navl/dictization_functions.py
  M ckan/logic/action/create.py
  M ckan/logic/action/update.py
  M ckan/logic/converters.py
  M ckan/logic/schema.py
  M ckan/model/tag.py
  M ckan/model/vocabulary.py
  M ckan/tests/functional/api/model/test_vocabulary.py
  M ckan/tests/functional/test_tag_vocab.py

  Log Message:
  -----------
  Merge branch 'master' into feature-1653-i18n_url_rewriting


  Commit: f4345bb1a60f73ba9da50d65cd6c4c48e42a8555
      https://github.com/okfn/ckan/commit/f4345bb1a60f73ba9da50d65cd6c4c48e42a8555
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  fix redirect_to via helper function


  Commit: 326d3e1ec249da595b15bf8102bc5c06beafb551
      https://github.com/okfn/ckan/commit/326d3e1ec249da595b15bf8102bc5c06beafb551
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M ckan/config/middleware.py

  Log Message:
  -----------
  fix I18nMiddleware for tests


  Commit: 30b28eb0969315246e99b0ed1d30a64196c07cd4
      https://github.com/okfn/ckan/commit/30b28eb0969315246e99b0ed1d30a64196c07cd4
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M ckan/config/middleware.py
  M ckan/config/routing.py
  M ckan/controllers/home.py
  M ckan/lib/base.py
  M ckan/lib/helpers.py
  M ckan/lib/i18n.py
  M ckan/templates/group/history.html
  M ckan/templates/group/new_group_form.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/history.html
  M ckan/templates/package/layout.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/read.html
  M ckan/tests/functional/test_home.py
  M ckan/tests/lib/test_i18n.py

  Log Message:
  -----------
  Merge branch 'feature-1653-i18n_url_rewriting'


  Commit: e6c077d4caf87a67699844ef6a779d52d362b706
      https://github.com/okfn/ckan/commit/e6c077d4caf87a67699844ef6a779d52d362b706
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M ckan/config/middleware.py
  M ckan/config/routing.py
  M ckan/controllers/home.py
  M ckan/lib/base.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/lib/dictization/model_save.py
  M ckan/lib/helpers.py
  M ckan/lib/i18n.py
  M ckan/lib/navl/dictization_functions.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/converters.py
  M ckan/logic/schema.py
  M ckan/model/tag.py
  M ckan/model/vocabulary.py
  M ckan/templates/group/history.html
  M ckan/templates/group/new_group_form.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/history.html
  M ckan/templates/package/layout.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/read.html
  M ckan/tests/functional/api/model/test_vocabulary.py
  M ckan/tests/functional/test_home.py
  M ckan/tests/functional/test_tag_vocab.py
  M ckan/tests/lib/test_i18n.py

  Log Message:
  -----------
  Merge branch 'master' into enhancement-1792-api-logic


  Commit: 87e322493bcdba9a1d7a55e666fe59d154dae465
      https://github.com/okfn/ckan/commit/87e322493bcdba9a1d7a55e666fe59d154dae465
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M ckan/logic/action/update.py

  Log Message:
  -----------
  cleanup the get plugin schema functionality


Compare: https://github.com/okfn/ckan/compare/1833d1f...87e3224


More information about the ckan-changes mailing list