[ckan-changes] [okfn/ckan] 7088b1: Merge branch 'defect-1401-mount-non-root'

GitHub noreply at github.com
Tue Jan 31 08:42:56 UTC 2012


  Branch: refs/heads/defect-1401-mount-non-root
  Home:   https://github.com/okfn/ckan
  Commit: 7088b1fcae685e56a280ec7b396b0f9803a477d9
      https://github.com/okfn/ckan/commit/7088b1fcae685e56a280ec7b396b0f9803a477d9
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M ckan/lib/helpers.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  M ckan/templates/_util.html
  M ckan/templates/group/new_group_form.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/layout.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/resource_read.html
  M ckan/templates/user/login.html
  M ckanext/stats/templates/ckanext/stats/leaderboard.html
  M doc/theming.rst

  Log Message:
  -----------
  Merge branch 'defect-1401-mount-non-root'

Conflicts:
	ckan/templates/layout_base.html
[merge,from-branch][m]: fixes #1401 - merge 1401 branch thereby closing issue.


  Commit: 64cf29e83129ab631678d1ed435fd48bb2ba5342
      https://github.com/okfn/ckan/commit/64cf29e83129ab631678d1ed435fd48bb2ba5342
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-23 (Mon, 23 Jan 2012)

  Changed paths:
    M ckan/templates/group/layout.html
  M ckan/templates/group/read.html

  Log Message:
  -----------
  [#1521][s]: Checking permissions; redirected a link; facetted search is visible.


  Commit: 0e77502f65237a5474a0c4852f913f8f33477d22
      https://github.com/okfn/ckan/commit/0e77502f65237a5474a0c4852f913f8f33477d22
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-23 (Mon, 23 Jan 2012)

  Changed paths:
    M ckan/authz.py
  M ckan/ckan_nose_plugin.py
  M ckan/config/deployment.ini_tmpl
  M ckan/config/routing.py
  M ckan/controllers/group.py
  M ckan/controllers/package.py
  A ckan/controllers/storage.py
  M ckan/lib/app_globals.py
  M ckan/lib/cli.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/lib/helpers.py
  M ckan/lib/search/query.py
  M ckan/logic/action/update.py
  M ckan/logic/auth/update.py
  M ckan/logic/schema.py
  M ckan/migration/versions/047_rename_package_group_member.py
  M ckan/model/__init__.py
  M ckan/model/authz.py
  M ckan/model/package.py
  M ckan/plugins/interfaces.py
  M ckan/public/css/style.css
  A ckan/public/images/icons/ckan.ico
  M ckan/public/scripts/application.js
  M ckan/templates/_util.html
  M ckan/templates/group/layout.html
  M ckan/templates/group/new_group_form.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/layout.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/resource_read.html
  A ckan/templates/storage/index.html
  A ckan/templates/storage/success.html
  M ckan/templates/user/login.html
  M ckan/tests/functional/api/test_action.py
  M ckan/tests/functional/test_group.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/functional/test_pagination.py
  A ckan/tests/functional/test_storage.py
  A ckan/tests/functional/test_upload.py
  A ckan/tests/lib/test_cli.py
  M ckan/tests/lib/test_dictization.py
  M ckan/tests/lib/test_dictization_schema.py
  M ckan/tests/models/test_repo.py
  M ckan/tests/test_plugins.py
  M ckanext/stats/templates/ckanext/stats/leaderboard.html
  M doc/common-error-messages.rst
  M doc/configuration.rst
  A doc/file-upload.rst
  M doc/index.rst
  M doc/install-from-package.rst
  M doc/theming.rst
  M requires/lucid_missing.txt

  Log Message:
  -----------
  [#1521][s]: Merging master in.


  Commit: 214792d409f0802bfbdf81e7a9e6c9df790ca392
      https://github.com/okfn/ckan/commit/214792d409f0802bfbdf81e7a9e6c9df790ca392
  Author: John Glover <john.c.glover at nuim.ie>
  Date:   2012-01-23 (Mon, 23 Jan 2012)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  [1696][controllers] Bug fix: maintain backwards compatibility with old way of creating custom forms


  Commit: 4faa6b285cfe77de00bda25a57c9a6aaf717a6c4
      https://github.com/okfn/ckan/commit/4faa6b285cfe77de00bda25a57c9a6aaf717a6c4
  Author: John Glover <john.c.glover at nuim.ie>
  Date:   2012-01-23 (Mon, 23 Jan 2012)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  [1696][controllers] Fix typo


  Commit: faa8b2964b37da0a23872cc95f9be133f2a7b6af
      https://github.com/okfn/ckan/commit/faa8b2964b37da0a23872cc95f9be133f2a7b6af
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M ckan/controllers/package.py
  M ckan/tests/functional/test_group.py

  Log Message:
  -----------
  [#1521][s]: Tests passing (except those broken on master)


  Commit: 2337424dd4ebe3b81b6da454f2305031922d3d5c
      https://github.com/okfn/ckan/commit/2337424dd4ebe3b81b6da454f2305031922d3d5c
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M ckan/controllers/group.py
  M ckan/controllers/package.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  M ckan/public/scripts/templates.js
  A ckan/templates/facets.html
  M ckan/templates/group/layout.html
  M ckan/templates/group/read.html
  R ckan/templates/package/facets.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/read_core.html
  M ckan/templates/package/search.html
  M ckan/tests/functional/test_group.py

  Log Message:
  -----------
  Merge branch 'feature-1521-groups-ux'


  Commit: 69f0bd1aa91fbf91836e88ef397b842de816df1c
      https://github.com/okfn/ckan/commit/69f0bd1aa91fbf91836e88ef397b842de816df1c
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M ckan/lib/helpers.py
  M ckan/public/css/style.css
  A ckan/public/images/icons/star.png
  M ckan/public/scripts/application.js
  M ckan/templates/package/read_core.html

  Log Message:
  -----------
  [#1583][m]: Integrated star ratings into frontend. Needs hooking up to backend.


  Commit: aded32148c00f121c7ad846787a7e37739dcf139
      https://github.com/okfn/ckan/commit/aded32148c00f121c7ad846787a7e37739dcf139
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M ckan/lib/helpers.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js

  Log Message:
  -----------
  [#1583][s]: Tweaking hover-for-help mechanism.


  Commit: a7a01c36eb414342b46dcaeef59acfb032fdd898
      https://github.com/okfn/ckan/commit/a7a01c36eb414342b46dcaeef59acfb032fdd898
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M ckan/lib/helpers.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js

  Log Message:
  -----------
  [#1583][s]: Tweaking mouseovers some more.


  Commit: 274dd050269427d4a15dc7870150ed8bbfc1a805
      https://github.com/okfn/ckan/commit/274dd050269427d4a15dc7870150ed8bbfc1a805
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M ckan/lib/helpers.py
  M ckan/public/css/style.css
  M ckan/templates/package/resource_read.html

  Log Message:
  -----------
  [#1583][s]: Unintrusively including info on resource viewer.


  Commit: f16450c1c34cac09046a098273f66d2b75aa87dd
      https://github.com/okfn/ckan/commit/f16450c1c34cac09046a098273f66d2b75aa87dd
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M ckan/config/routing.py
  M ckan/controllers/api.py
  M ckan/lib/search/index.py
  M ckan/logic/action/__init__.py
  M ckan/logic/action/create.py
  M ckan/logic/action/delete.py
  M ckan/logic/action/update.py
  M ckan/logic/auth/create.py
  M ckan/logic/auth/delete.py
  M ckan/logic/schema.py
  M ckan/model/package.py
  M ckan/tests/functional/api/base.py
  M ckan/tests/functional/api/model/test_relationships.py
  M doc/api.rst
  M doc/common-error-messages.rst
  M doc/file-upload.rst
  M doc/index.rst

  Log Message:
  -----------
  [#1695][logic,doc,config]: Added way to create relationship by POST to the Register (instead of Entity). Correct API docs for creating relationship and recovered lost Model Methods section.


  Commit: 631faa872aa7af5f64c0e1ededfd09ee6a0f64e7
      https://github.com/okfn/ckan/commit/631faa872aa7af5f64c0e1ededfd09ee6a0f64e7
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M ckan/controllers/group.py
  M ckan/controllers/package.py
  M ckan/lib/helpers.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  M ckan/public/scripts/templates.js
  M ckan/templates/_util.html
  A ckan/templates/facets.html
  M ckan/templates/group/layout.html
  M ckan/templates/group/new_group_form.html
  M ckan/templates/group/read.html
  M ckan/templates/layout_base.html
  R ckan/templates/package/facets.html
  M ckan/templates/package/layout.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/read_core.html
  M ckan/templates/package/resource_read.html
  M ckan/templates/package/search.html
  M ckan/templates/user/login.html
  M ckan/tests/functional/test_group.py
  M ckanext/stats/templates/ckanext/stats/leaderboard.html
  M doc/theming.rst

  Log Message:
  -----------
  Merge branch 'master' of ssh://github.com/okfn/ckan


  Commit: ef6675ddf450543df9cdd0aac64de3530e34fe35
      https://github.com/okfn/ckan/commit/ef6675ddf450543df9cdd0aac64de3530e34fe35
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M ckan/tests/test_plugins.py

  Log Message:
  -----------
  Revert "Fixed the test_mapper_plugin_fired test so that it runs with the version of pyutillib that"

This reverts commit a267347d4fdd6a0d1cc0a69917e860a5c5c15a91.

Ross was inadvertantly getting the test working with pyutilib 4.4, but we use 4.1 (trunk at 1972).


  Commit: 1b64e9ad5c05fa07072d45e359eb5e313e33d41d
      https://github.com/okfn/ckan/commit/1b64e9ad5c05fa07072d45e359eb5e313e33d41d
  Author: John Glover <j at johnglover.net>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M doc/paster.rst

  Log Message:
  -----------
  [docs] Fix mistake in paster command


  Commit: 54f0711e5a14c8402fe3501a099984004bde265b
      https://github.com/okfn/ckan/commit/54f0711e5a14c8402fe3501a099984004bde265b
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M doc/solr-setup.rst

  Log Message:
  -----------
  [master][doc]: Improve detail of SOLR multi-core docs.


  Commit: 46018fba736fab7713593b3b28df4ac72cc75e3b
      https://github.com/okfn/ckan/commit/46018fba736fab7713593b3b28df4ac72cc75e3b
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M ckan/lib/helpers.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  M ckan/templates/package/read_core.html
  M ckan/templates/package/resource_read.html

  Log Message:
  -----------
  [#1583][l]: Moving template changes into ckanext-qa. Keeping core functionality (eg. hover-help).


  Commit: 87a724c2f280e726b927024bae1bbbf4bf357657
      https://github.com/okfn/ckan/commit/87a724c2f280e726b927024bae1bbbf4bf357657
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M ckan/config/routing.py
  M ckan/controllers/api.py
  M ckan/lib/search/index.py
  M ckan/logic/action/__init__.py
  M ckan/logic/action/create.py
  M ckan/logic/action/delete.py
  M ckan/logic/action/update.py
  M ckan/logic/auth/create.py
  M ckan/logic/auth/delete.py
  M ckan/logic/schema.py
  M ckan/model/package.py
  M ckan/tests/functional/api/base.py
  M ckan/tests/functional/api/model/test_relationships.py
  M ckan/tests/test_plugins.py
  M doc/api.rst
  M doc/common-error-messages.rst
  M doc/file-upload.rst
  M doc/index.rst
  M doc/paster.rst

  Log Message:
  -----------
  Merge branch 'master' into feature-1583-qa


  Commit: 8f3c70c3f3008acf9e3bfcc813f40df07c6ee4c5
      https://github.com/okfn/ckan/commit/8f3c70c3f3008acf9e3bfcc813f40df07c6ee4c5
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M ckan/public/css/style.css
  A ckan/public/images/icons/star.png
  M ckan/templates/package/read_core.html
  M ckan/templates/package/resource_read.html

  Log Message:
  -----------
  Merge branch 'feature-1583-qa'


  Commit: 3f7d4a5ed32fade49c4dae3e9bc8d2b28f85b29c
      https://github.com/okfn/ckan/commit/3f7d4a5ed32fade49c4dae3e9bc8d2b28f85b29c
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M ckan/forms/group.py

  Log Message:
  -----------
  [#1530][s]: Realigning help text. Affects datacatalogs.org. Committed to master; closes #1530


  Commit: f878ffea5683c15ee3aa8b1da20fc66e20089d21
      https://github.com/okfn/ckan/commit/f878ffea5683c15ee3aa8b1da20fc66e20089d21
  Author: Ian Murray <ian.murray at okfn.org>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M ckan/templates/facets.html

  Log Message:
  -----------
  [master][html] Altered facet_sidebar function to have use a custom title for the facet header


  Commit: 0d3543cd8cb6212786925bfa89f3922b030d9040
      https://github.com/okfn/ckan/commit/0d3543cd8cb6212786925bfa89f3922b030d9040
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/config/environment.py
  M ckan/controllers/group.py
  M ckan/controllers/package.py
  M ckan/lib/hash.py
  M ckan/lib/search/__init__.py
  M ckan/lib/search/common.py
  M ckan/lib/search/index.py
  M ckan/lib/search/query.py
  M ckan/tests/functional/api/model/test_package.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/functional/test_pagination.py
  M ckan/tests/lib/test_solr_search_index.py
  M doc/configuration.rst

  Log Message:
  -----------
  [master][#1708][config,controllers,lib]: Fix bug causing SOLR settings being lost.


  Commit: bc8b1edabb58a45101698131af895713d081d25b
      https://github.com/okfn/ckan/commit/bc8b1edabb58a45101698131af895713d081d25b
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/forms/group.py
  M ckan/public/css/style.css
  A ckan/public/images/icons/star.png
  M ckan/templates/facets.html
  M ckan/templates/package/read_core.html
  M ckan/templates/package/resource_read.html
  M doc/paster.rst

  Log Message:
  -----------
  Merge branch 'master' of ssh://github.com/okfn/ckan


  Commit: 6939a35fbd44386577bacd0db21aa940e1900265
      https://github.com/okfn/ckan/commit/6939a35fbd44386577bacd0db21aa940e1900265
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/public/css/style.css
  M ckan/templates/group/read.html

  Log Message:
  -----------
  [#1583][s]: Aesthetic fixes. Closes #1583.


  Commit: 048f58748b052ecd9efaa0b6940d3c1659990494
      https://github.com/okfn/ckan/commit/048f58748b052ecd9efaa0b6940d3c1659990494
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/public/css/style.css
  M ckan/templates/group/read.html

  Log Message:
  -----------
  Merge branch 'feature-1583-qa'


  Commit: aec525e931dae303567c828cb77894273c62c2bb
      https://github.com/okfn/ckan/commit/aec525e931dae303567c828cb77894273c62c2bb
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/tests/functional/test_group.py
  M ckan/tests/functional/test_pagination.py

  Log Message:
  -----------
  [master][tests]: Fix tests broken in #1521 branch.


  Commit: 7a51a16c16007e9e0d1d62dec26e3b1c7dbcf282
      https://github.com/okfn/ckan/commit/7a51a16c16007e9e0d1d62dec26e3b1c7dbcf282
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M doc/solr-setup.rst

  Log Message:
  -----------
  [master][doc][xs]: I got permissions errors with multicore SOLR which were fixed by using jetty user to create the data dirs.


  Commit: 804b5497bcf448b9aa4cb087696a11579d96731b
      https://github.com/okfn/ckan/commit/804b5497bcf448b9aa4cb087696a11579d96731b
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/lib/cli.py
  M ckan/lib/dumper.py

  Log Message:
  -----------
  [master][#1710][cli]: Dumper for user info - to create "announce" email list.


  Commit: 6c9705d87cebaaca7adbbed71917ee5a46715d86
      https://github.com/okfn/ckan/commit/6c9705d87cebaaca7adbbed71917ee5a46715d86
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/templates/group/layout.html

  Log Message:
  -----------
  [bugfix][xs]: Bad merge had duplicated a navlink.


  Commit: 95606b51ed7eb37a9f5453105b5f1259fcf5af3d
      https://github.com/okfn/ckan/commit/95606b51ed7eb37a9f5453105b5f1259fcf5af3d
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/public/scripts/application.js
  M ckan/templates/js_strings.html
  M ckan/templates/package/new_package_form.html

  Log Message:
  -----------
  [#1716][m]: Moved the unsaved changes warning to the bottom of the page to save nav-links from jumping out of the way of the mouse.


  Commit: 2bd50d92f48ca67edb69e51a7bcfc5009d77a785
      https://github.com/okfn/ckan/commit/2bd50d92f48ca67edb69e51a7bcfc5009d77a785
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/public/scripts/application.js
  M ckan/templates/js_strings.html
  M ckan/templates/package/new_package_form.html

  Log Message:
  -----------
  Merge branch 'feature-1716-ux-tweak'


  Commit: eda8cbac06dfe750c2b48eb55e57ed25d2dcd3ac
      https://github.com/okfn/ckan/commit/eda8cbac06dfe750c2b48eb55e57ed25d2dcd3ac
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/templates/js_strings.html

  Log Message:
  -----------
  [#1716][xs]: Hotfix to string content. Closes #1716.


  Commit: a348b36d1093e91deaa4e27541e6444e8ea81d6b
      https://github.com/okfn/ckan/commit/a348b36d1093e91deaa4e27541e6444e8ea81d6b
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

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

  Log Message:
  -----------
  Fix a couple of typos


  Commit: f4d991282b850a2c8fa8ccccdbe5e3d5abda5fcc
      https://github.com/okfn/ckan/commit/f4d991282b850a2c8fa8ccccdbe5e3d5abda5fcc
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/logic/schema.py

  Log Message:
  -----------
  Fix a typo in default_resource_schema()


  Commit: 68a15ec3f3d1f4f1e396dd27c8564895f4d05490
      https://github.com/okfn/ckan/commit/68a15ec3f3d1f4f1e396dd27c8564895f4d05490
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/migration/versions/034_resource_group_table.py

  Log Message:
  -----------
  Fix a typo in a comment


  Commit: 5616bc2053c8773147acfbf68a48c867656d49e6
      https://github.com/okfn/ckan/commit/5616bc2053c8773147acfbf68a48c867656d49e6
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  M ckan/templates/package/edit.html
  M ckan/templates/package/new_package_form.html

  Log Message:
  -----------
  [#1425][m]: Redesigned front-end for dataset deletion. Closes #1425.


  Commit: f3a4c3de70da08d396da4e65a5d286b253be0e0b
      https://github.com/okfn/ckan/commit/f3a4c3de70da08d396da4e65a5d286b253be0e0b
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  M ckan/templates/package/edit.html
  M ckan/templates/package/new_package_form.html

  Log Message:
  -----------
  [#1425][m]: Redesigned front-end for dataset deletion. Closes #1425.


  Commit: 810317ce3c9c2f35ea792345ac65bda925d2a079
      https://github.com/okfn/ckan/commit/810317ce3c9c2f35ea792345ac65bda925d2a079
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Log Message:
  -----------
  Merge branch 'feature-1425-dataset-delete'


  Commit: 9cee66a878b0b3fb7733730b0ebc942217bc94ba
      https://github.com/okfn/ckan/commit/9cee66a878b0b3fb7733730b0ebc942217bc94ba
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    A ckan/public/scripts/vendor/jquery.mustache/jquery.mustache.js

  Log Message:
  -----------
  [#1602,js/vendor][s]: add jquery.mustache.


  Commit: 92504e7f9b8ac74d29f4a31b14d99b273deba68c
      https://github.com/okfn/ckan/commit/92504e7f9b8ac74d29f4a31b14d99b273deba68c
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    A ckan/public/scripts/vendor/recline/css/data-explorer.css
  A ckan/public/scripts/vendor/recline/css/graph-flot.css
  A ckan/public/scripts/vendor/recline/css/images/edit-map.png
  A ckan/public/scripts/vendor/recline/css/images/menu-dropdown.png
  A ckan/public/scripts/vendor/recline/recline.js

  Log Message:
  -----------
  [#1602,js/vendor][m]: add in recline data explorer library.

* Recline is (non-minified) consolidated as of https://github.com/okfn/recline/commit/8fa93dcbe9d076774bd04b14cc128ab634f6e800.


  Commit: 7c782212dc66f915ee3f5deaad72cb948abe3eb8
      https://github.com/okfn/ckan/commit/7c782212dc66f915ee3f5deaad72cb948abe3eb8
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/public/scripts/application.js
  M ckan/templates/package/resource_read.html

  Log Message:
  -----------
  [#1602,js][m]: replace old Data Explorer with new Recline Data Explorer.

* Everything working (as far as I can tell using my demo resource data).


  Commit: 211c8006fe28106f532db5f09ca47e02f065f454
      https://github.com/okfn/ckan/commit/211c8006fe28106f532db5f09ca47e02f065f454
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M ckan/public/scripts/application.js
  A ckan/public/scripts/vendor/jquery.mustache/jquery.mustache.js
  A ckan/public/scripts/vendor/recline/css/data-explorer.css
  A ckan/public/scripts/vendor/recline/css/graph-flot.css
  A ckan/public/scripts/vendor/recline/css/images/edit-map.png
  A ckan/public/scripts/vendor/recline/css/images/menu-dropdown.png
  A ckan/public/scripts/vendor/recline/recline.js
  M ckan/templates/package/resource_read.html

  Log Message:
  -----------
  [#1602,merge][s]: Merge branch 'feature-1602-data-viewer-v2' - fixes #1602.


  Commit: fda5bbb8927f1220598cf2225954c7f3f4443321
      https://github.com/okfn/ckan/commit/fda5bbb8927f1220598cf2225954c7f3f4443321
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

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

  Log Message:
  -----------
  [#1709][xs]: correct sql search so it correctly does unfiltered search when passed '*:*' as query.

* commiting this fix in master because so tiny (plus had it in #1602 branch but thought better to commit here than there).


  Commit: 7297e0b6db2eb3c1c4975cf9603030f5bab75a6e
      https://github.com/okfn/ckan/commit/7297e0b6db2eb3c1c4975cf9603030f5bab75a6e
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M ckan/lib/cli.py
  M ckan/lib/dumper.py
  M ckan/lib/navl/dictization_functions.py
  M ckan/lib/search/sql.py
  M ckan/logic/schema.py
  M ckan/migration/versions/034_resource_group_table.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  A ckan/public/scripts/vendor/jquery.mustache/jquery.mustache.js
  A ckan/public/scripts/vendor/recline/css/data-explorer.css
  A ckan/public/scripts/vendor/recline/css/graph-flot.css
  A ckan/public/scripts/vendor/recline/css/images/edit-map.png
  A ckan/public/scripts/vendor/recline/css/images/menu-dropdown.png
  A ckan/public/scripts/vendor/recline/recline.js
  M ckan/templates/group/layout.html
  M ckan/templates/group/read.html
  M ckan/templates/js_strings.html
  M ckan/templates/package/edit.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/resource_read.html

  Log Message:
  -----------
  Merge branch 'master' of ssh://github.com/okfn/ckan


  Commit: 37b8a0b742ed21c9ec415f77d1f7b62052ae9464
      https://github.com/okfn/ckan/commit/37b8a0b742ed21c9ec415f77d1f7b62052ae9464
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M ckan/lib/search/sql.py
  A ckan/tests/lib/test_simple_search.py

  Log Message:
  -----------
  [master][#1709]: Fix for simple_search broken on home page and added simple tests.


  Commit: 4325830ab0aa50cb2e27f3a691b5265ca7148271
      https://github.com/okfn/ckan/commit/4325830ab0aa50cb2e27f3a691b5265ca7148271
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M ckan/lib/navl/dictization_functions.py
  M ckan/logic/schema.py
  M ckan/migration/versions/034_resource_group_table.py
  M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  A ckan/public/scripts/vendor/jquery.mustache/jquery.mustache.js
  A ckan/public/scripts/vendor/recline/css/data-explorer.css
  A ckan/public/scripts/vendor/recline/css/graph-flot.css
  A ckan/public/scripts/vendor/recline/css/images/edit-map.png
  A ckan/public/scripts/vendor/recline/css/images/menu-dropdown.png
  A ckan/public/scripts/vendor/recline/recline.js
  M ckan/templates/group/layout.html
  M ckan/templates/js_strings.html
  M ckan/templates/package/edit.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/resource_read.html

  Log Message:
  -----------
  Merge branch 'master' of ssh://github.com/okfn/ckan

Conflicts:
	ckan/lib/search/sql.py


  Commit: 02788e7339c69fddba1e6b70c14762872b8f27b0
      https://github.com/okfn/ckan/commit/02788e7339c69fddba1e6b70c14762872b8f27b0
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M ckan/lib/search/sql.py
  A ckan/tests/lib/test_simple_search.py

  Log Message:
  -----------
  Merge branch 'master' of ssh://github.com/okfn/ckan


  Commit: cb5bba788a8fe0aaab1f88cb673962214e3d7faa
      https://github.com/okfn/ckan/commit/cb5bba788a8fe0aaab1f88cb673962214e3d7faa
  Author: David Read <david.read at okfn.org>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M ckan/config/routing.py

  Log Message:
  -----------
  [master][#1708][xs]: Protect against import of controller/search code before config initialisation.


  Commit: e2ea171fe3728c106ca898075ee7e1a8d0404189
      https://github.com/okfn/ckan/commit/e2ea171fe3728c106ca898075ee7e1a8d0404189
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M ckan/templates/user/edit.html

  Log Message:
  -----------
  [bugfix,user/edit][xs]: correct template so that we show user name of person being edited not user doing the editing.


  Commit: 7602134e2908cb1f6100349daac39a61b23f572e
      https://github.com/okfn/ckan/commit/7602134e2908cb1f6100349daac39a61b23f572e
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M ckan/config/routing.py

  Log Message:
  -----------
  [bugfix,routing][xs]: ensure /user/ redirects to /user rather than displaying current user's home page.


  Commit: 344ff3e28e451eb7c2f6a669c97e4c489de33d80
      https://github.com/okfn/ckan/commit/344ff3e28e451eb7c2f6a669c97e4c489de33d80
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-28 (Sat, 28 Jan 2012)

  Changed paths:
    M ckan/public/scripts/vendor/recline/css/data-explorer.css
  M ckan/public/scripts/vendor/recline/recline.js

  Log Message:
  -----------
  [#1602,vendor/recline][xs]: integrate some very minor improvements from recline upstream.


  Commit: c6172731365666241692dc54fd3eb37c283d8aec
      https://github.com/okfn/ckan/commit/c6172731365666241692dc54fd3eb37c283d8aec
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    A bin/canada.py
  A bin/status.py
  M ckan/authz.py
  M ckan/ckan_nose_plugin.py
  M ckan/config/deployment.ini_tmpl
  M ckan/config/environment.py
  M ckan/config/middleware.py
  M ckan/config/routing.py
  M ckan/controllers/api.py
  M ckan/controllers/group.py
  M ckan/controllers/package.py
  A ckan/controllers/storage.py
  M ckan/forms/group.py
  M ckan/lib/app_globals.py
  M ckan/lib/cli.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/lib/dumper.py
  M ckan/lib/hash.py
  M ckan/lib/helpers.py
  M ckan/lib/navl/dictization_functions.py
  M ckan/lib/repoze_patch.py
  M ckan/lib/search/__init__.py
  M ckan/lib/search/common.py
  M ckan/lib/search/index.py
  M ckan/lib/search/query.py
  M ckan/lib/search/sql.py
  M ckan/logic/action/__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/auth/delete.py
  M ckan/logic/auth/update.py
  M ckan/logic/schema.py
  M ckan/migration/versions/034_resource_group_table.py
  M ckan/migration/versions/047_rename_package_group_member.py
  M ckan/model/__init__.py
  M ckan/model/authz.py
  M ckan/model/package.py
  M ckan/plugins/interfaces.py
  M ckan/public/css/style.css
  A ckan/public/images/icons/ckan.ico
  A ckan/public/images/icons/star.png
  M ckan/public/scripts/application.js
  M ckan/public/scripts/templates.js
  A ckan/public/scripts/vendor/jquery.mustache/jquery.mustache.js
  A ckan/public/scripts/vendor/recline/css/data-explorer.css
  A ckan/public/scripts/vendor/recline/css/graph-flot.css
  A ckan/public/scripts/vendor/recline/css/images/edit-map.png
  A ckan/public/scripts/vendor/recline/css/images/menu-dropdown.png
  A ckan/public/scripts/vendor/recline/recline.js
  A ckan/templates/facets.html
  M ckan/templates/group/layout.html
  M ckan/templates/group/read.html
  M ckan/templates/js_strings.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/edit.html
  R ckan/templates/package/facets.html
  M ckan/templates/package/new_package_form.html
  M ckan/templates/package/read_core.html
  M ckan/templates/package/resource_read.html
  M ckan/templates/package/search.html
  M ckan/templates/package/search_form.html
  A ckan/templates/storage/index.html
  A ckan/templates/storage/success.html
  M ckan/templates/user/edit.html
  M ckan/tests/functional/api/base.py
  M ckan/tests/functional/api/model/test_package.py
  M ckan/tests/functional/api/model/test_relationships.py
  M ckan/tests/functional/api/test_action.py
  M ckan/tests/functional/test_group.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/functional/test_pagination.py
  A ckan/tests/functional/test_storage.py
  A ckan/tests/functional/test_upload.py
  A ckan/tests/lib/test_cli.py
  M ckan/tests/lib/test_dictization.py
  M ckan/tests/lib/test_dictization_schema.py
  A ckan/tests/lib/test_simple_search.py
  M ckan/tests/lib/test_solr_search_index.py
  M ckan/tests/models/test_repo.py
  M ckan_deb/usr/bin/ckan-create-instance
  M ckan_deb/usr/lib/ckan/common.sh
  M doc/api.rst
  M doc/common-error-messages.rst
  M doc/configuration.rst
  A doc/file-upload.rst
  M doc/index.rst
  M doc/install-from-package.rst
  M doc/paster.rst
  M doc/solr-setup.rst
  M requires/lucid_missing.txt

  Log Message:
  -----------
  Merge branch 'master' into defect-1401-mount-non-root


  Commit: 42e8efc53d68032cfa847b36b4f82d3a54b000d0
      https://github.com/okfn/ckan/commit/42e8efc53d68032cfa847b36b4f82d3a54b000d0
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ckan/public/css/style.css

  Log Message:
  -----------
  [#1401,css][xs]: correct non relative links to images in css (which caused problems with non-root mounting of the app).


  Commit: 5f120a8fc8e9fbfc29cd5c5c0ab2d19b96c4920c
      https://github.com/okfn/ckan/commit/5f120a8fc8e9fbfc29cd5c5c0ab2d19b96c4920c
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ckan/templates/layout_base.html

  Log Message:
  -----------
  [#1401,templates][xs]: set js global CKAN.SITE_URL with h.url('/') rather than g.site_url.


Compare: https://github.com/okfn/ckan/compare/cd74cda...5f120a8


More information about the ckan-changes mailing list