[ckan-changes] [okfn/ckan] 41a665: only worry about ckan/auth_tkt cookies

GitHub noreply at github.com
Wed Mar 21 19:41:41 UTC 2012


  Branch: refs/heads/feature-2223-bootstrap
  Home:   https://github.com/okfn/ckan
  Commit: 41a665710653e96107b905c335a1ecfdcd95b092
      https://github.com/okfn/ckan/commit/41a665710653e96107b905c335a1ecfdcd95b092
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M ckan/config/middleware.py

  Log Message:
  -----------
  only worry about ckan/auth_tkt cookies


  Commit: 7535aefb6285ad9147cdc1f791cb691fa2dcbcf5
      https://github.com/okfn/ckan/commit/7535aefb6285ad9147cdc1f791cb691fa2dcbcf5
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M ckan/lib/base.py

  Log Message:
  -----------
  remove auth_tkt if possible plus added comments to cookie removal code


  Commit: a9385dfa4ec8670801cc604eae72883335b6247b
      https://github.com/okfn/ckan/commit/a9385dfa4ec8670801cc604eae72883335b6247b
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M ckan/controllers/template.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/templates/admin/index.html
  M ckan/templates/package/read.html
  M ckan/templates/package/resource_read.html
  M ckan/tests/functional/api/model/test_vocabulary.py
  M ckan/tests/functional/test_admin.py
  M ckan/tests/functional/test_home.py
  M ckan/tests/functional/test_user.py
  M ckan/tests/lib/test_mailer.py
  M ckan/tests/misc/test_mock_mail_server.py
  M ckan/tests/mock_mail_server.py
  M ckan/tests/models/test_package.py
  M doc/authorization.rst
  A doc/background-tasks.rst
  A doc/commenting.rst
  M doc/configuration.rst
  A doc/deployment.rst
  M doc/domain-model.rst
  M doc/extensions.rst
  M doc/index.rst
  M doc/post-installation.rst
  M doc/writing-extensions.rst
  M test-core.ini

  Log Message:
  -----------
  Merge branch 'master' into enhancement-2244-clean-up-auth


  Commit: 10cfd16841366fc7f6f4fc38d2b027868f0cb1ef
      https://github.com/okfn/ckan/commit/10cfd16841366fc7f6f4fc38d2b027868f0cb1ef
  Author: amercader <amercadero at gmail.com>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M ckan/lib/cli.py
  M ckan/lib/search/__init__.py
  M ckan/lib/search/index.py
  M ckan/lib/search/query.py
  M ckan/tests/lib/test_cli.py
  M doc/paster.rst

  Log Message:
  -----------
  [#1616][search] Improvements on the search index CLI

Several fixes and new options for the `search-index` paster command:

* Add -o option to only reindex datasets not already indexed
* Add -i option to ignore exceptions when rebuilding
* Add -r option to just refresh the index (not clearing it first)
* Fix show command to show the index stored for a dataset
* Add support for clearing the index of just one dataset


  Commit: 3b1fff9ff90c61cfdca2368c5e71d735e6a42ed2
      https://github.com/okfn/ckan/commit/3b1fff9ff90c61cfdca2368c5e71d735e6a42ed2
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    A ckan/pastertemplates/template/ckanext_+project+.egg-info/.gitignore

  Log Message:
  -----------
  Fix paster create -t ckanext ...

This command was crashing, complaining that it couldn't find an egg-info
dir. It looks like there needs to be an empty directory at:

    ckan/pastertemplates/template/ckanext_+project+.egg-info/

Since git doesn't track empty directories, I think this might have been
lost in the move from hg to git?


  Commit: 163ea7bb8024c5706ddf1858c81185b0eb2e1c0e
      https://github.com/okfn/ckan/commit/163ea7bb8024c5706ddf1858c81185b0eb2e1c0e
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M ckan/config/routing.py

  Log Message:
  -----------
  [master,bugfix,routing][xs]: correct bug introduced in f82f3b9acd8a4dc82813a163511e87cf706681ac whereby conditions for datastore write were GET/POST/DELETE rather than PUT/POST/DELETE.


  Commit: 590962dbb3f8bcb038da49b3501e9af72ba5e1f2
      https://github.com/okfn/ckan/commit/590962dbb3f8bcb038da49b3501e9af72ba5e1f2
  Author: Rufus Pollock <rufus.pollock at okfn.org>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M ckan/config/middleware.py
  M ckan/lib/base.py
  A ckan/pastertemplates/template/ckanext_+project+.egg-info/.gitignore
  M doc/writing-extensions.rst

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


  Commit: 257bf052a9a701109e5486430561b8a0666671b6
      https://github.com/okfn/ckan/commit/257bf052a9a701109e5486430561b8a0666671b6
  Author: kindly <kindly at gmail.com>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M ckan/lib/dictization/__init__.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/model/package.py

  Log Message:
  -----------
  [2237] speed up tests by makeing metadata modified faster


  Commit: 962bd9d27767044d56c219ff905bdefbd9297118
      https://github.com/okfn/ckan/commit/962bd9d27767044d56c219ff905bdefbd9297118
  Author: amercader <amercadero at gmail.com>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M ckan/config/routing.py
  M ckan/lib/dictization/__init__.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/model/package.py
  A ckan/pastertemplates/template/ckanext_+project+.egg-info/.gitignore

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


  Commit: 33950c53d039fcf606c2ca96f4871966372a0c7e
      https://github.com/okfn/ckan/commit/33950c53d039fcf606c2ca96f4871966372a0c7e
  Author: John Glover <j at johnglover.net>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M doc/forms.rst

  Log Message:
  -----------
  [2248][docs] update 'customizing forms' docs to describe implementing IDatasetForm instead of subclassing controllers


  Commit: abf582f1a98efce418e178881de9214bbae8db92
      https://github.com/okfn/ckan/commit/abf582f1a98efce418e178881de9214bbae8db92
  Author: John Glover <j at johnglover.net>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M ckan/config/middleware.py
  M ckan/config/routing.py
  M ckan/lib/base.py
  M ckan/lib/cli.py
  M ckan/lib/dictization/__init__.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/lib/search/__init__.py
  M ckan/lib/search/index.py
  M ckan/lib/search/query.py
  M ckan/model/package.py
  A ckan/pastertemplates/template/ckanext_+project+.egg-info/.gitignore
  M ckan/tests/lib/test_cli.py
  M doc/paster.rst

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 6b4c6c992c696c86baa63cc15ca3a9874a656cf8
      https://github.com/okfn/ckan/commit/6b4c6c992c696c86baa63cc15ca3a9874a656cf8
  Author: amercader <amercadero at gmail.com>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

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

  Log Message:
  -----------
  [#2232][search] Escape illegal XML characters before indexing

Otherwise SOLR will return an exception


  Commit: 057ed479e83a67c7e399054a50d0b38b3e64fcd3
      https://github.com/okfn/ckan/commit/057ed479e83a67c7e399054a50d0b38b3e64fcd3
  Author: John Glover <j at johnglover.net>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M doc/forms.rst

  Log Message:
  -----------
  [2213][docs] add geospatial tag example to 'customizing forms' documentation


  Commit: 000b7b9a23af0537c7088023d0ffa262c81601a5
      https://github.com/okfn/ckan/commit/000b7b9a23af0537c7088023d0ffa262c81601a5
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M ckan/templates/layout_base.html

  Log Message:
  -----------
  [#2223]: Remove Modernizr. HTML5shiv is enough.


  Commit: d1d8094a879cc4794fd34191943de4263957a5a6
      https://github.com/okfn/ckan/commit/d1d8094a879cc4794fd34191943de4263957a5a6
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M ckan/public/scripts/application.js

  Log Message:
  -----------
  [#2223]: Ran JSLint across app.js to get things working in IE7.


  Commit: 6b5466c18dc3fe1d74a1c4b18380388b4af5cc0a
      https://github.com/okfn/ckan/commit/6b5466c18dc3fe1d74a1c4b18380388b4af5cc0a
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M ckan/config/middleware.py
  M ckan/config/routing.py
  M ckan/controllers/admin.py
  M ckan/controllers/api.py
  M ckan/controllers/home.py
  M ckan/controllers/package.py
  M ckan/controllers/template.py
  M ckan/controllers/user.py
  M ckan/exceptions.py
  M ckan/lib/base.py
  M ckan/lib/cli.py
  M ckan/lib/dictization/__init__.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/search/__init__.py
  M ckan/lib/search/index.py
  M ckan/lib/search/query.py
  M ckan/logic/action/create.py
  M ckan/logic/action/get.py
  M ckan/logic/action/update.py
  M ckan/model/meta.py
  M ckan/model/package.py
  A ckan/pastertemplates/template/ckanext_+project+.egg-info/.gitignore
  M ckan/public/scripts/application.js
  M ckan/templates/admin/index.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/read.html
  M ckan/templates/package/resource_read.html
  M ckan/templates/user/edit_user_form.html
  M ckan/templates/user/layout.html
  M ckan/templates/user/list.html
  M ckan/tests/functional/api/base.py
  M ckan/tests/functional/api/model/test_package.py
  M ckan/tests/functional/api/model/test_vocabulary.py
  M ckan/tests/functional/test_admin.py
  M ckan/tests/functional/test_home.py
  M ckan/tests/functional/test_user.py
  M ckan/tests/lib/test_cli.py
  M ckan/tests/lib/test_dictization.py
  M ckan/tests/lib/test_mailer.py
  M ckan/tests/lib/test_solr_search_index.py
  M ckan/tests/misc/test_mock_mail_server.py
  M ckan/tests/mock_mail_server.py
  M ckan/tests/models/test_package.py
  M doc/authorization.rst
  A doc/background-tasks.rst
  A doc/commenting.rst
  M doc/configuration.rst
  A doc/deployment.rst
  M doc/domain-model.rst
  M doc/extensions.rst
  M doc/forms.rst
  M doc/index.rst
  M doc/paster.rst
  M doc/post-installation.rst
  M doc/writing-extensions.rst
  M test-core.ini

  Log Message:
  -----------
  [#2223]: Merging in master


  Commit: 66b59b6808a20c347ca74607c28fed7c7b21e2b3
      https://github.com/okfn/ckan/commit/66b59b6808a20c347ca74607c28fed7c7b21e2b3
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    A ckan/public/scripts/vendor/bootstrap/2.0.2/bootstrap.min.js
  M ckan/templates/layout_base.html

  Log Message:
  -----------
  [#2223]: Upgraded to bootstrap 2.0.2 minified JS.


  Commit: 9034afaa6e45f0b8425a1978bfe45db9ac15bd43
      https://github.com/okfn/ckan/commit/9034afaa6e45f0b8425a1978bfe45db9ac15bd43
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M ckan/public/css/style.css
  M ckan/public/scripts/application.js
  M ckan/public/scripts/templates.js
  R ckan/public/scripts/vendor/bootstrap/2.0.0/bootstrap.js
  M ckan/templates/package/new_package_form.html

  Log Message:
  -----------
  [#2223]: Tidying JS template code to match bootstrap form markup.


  Commit: e3484cbb2a26c3eb95d1806bc0ce42b7a865c4c9
      https://github.com/okfn/ckan/commit/e3484cbb2a26c3eb95d1806bc0ce42b7a865c4c9
  Author: Tom Rees <zephod at gmail.com>
  Date:   2012-03-21 (Wed, 21 Mar 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:
  -----------
  [#2223]: Bootstrap-ising the add package, package settings, and edit resources pages.


Compare: https://github.com/okfn/ckan/compare/f9bf0c6...e3484cb


More information about the ckan-changes mailing list