[ckan-changes] [okfn/ckan] 77d2a1: [#2315]: Changed cookie expirt default to 2 years ...

GitHub noreply at github.com
Wed May 23 14:54:41 UTC 2012


  Branch: refs/heads/release-v1.7.1
  Home:   https://github.com/okfn/ckan
  Commit: 77d2a1f728130b09ab5d9d4d217d53bf9d42aa73
      https://github.com/okfn/ckan/commit/77d2a1f728130b09ab5d9d4d217d53bf9d42aa73
  Author: amercader <amercadero at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/templates/user/login.html
    M ckan/tests/functional/test_user.py

  Log Message:
  -----------
  [#2315]: Changed cookie expirt default to 2 years (from 50) and give option to just be session length.

Picked from release-dgu1 branch

Conflicts:

	ckan/templates/user/login.html


  Commit: 4bde4a1360790f9451ae65c260f00c8a04bcab7d
      https://github.com/okfn/ckan/commit/4bde4a1360790f9451ae65c260f00c8a04bcab7d
  Author: amercader <amercadero at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/lib/alphabet_paginate.py
    M ckan/public/css/style.css
    M ckan/tests/lib/test_alphabet_pagination.py

  Log Message:
  -----------
  [#2325]: Bootstrapify alphabet pager. Cleaned out old non-bootstrap pager CSS.

Picked from release-dgu1 branch


  Commit: 9ca1ef357d0fe951fd51f4ff6d7c3b06bb7a31ad
      https://github.com/okfn/ckan/commit/9ca1ef357d0fe951fd51f4ff6d7c3b06bb7a31ad
  Author: amercader <amercadero at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/controllers/user.py
    M ckan/lib/base.py
    M ckan/templates/user/login.html

  Log Message:
  -----------
  [noticket] repoze.who handler paths are now read from who.ini so that they can be moved in the URI space. Added comments and
logging

Picked from release-dgu1 branch
(Includes 10bb7f and 5c72aa)


  Commit: 7dd0bc5fde7ac69bd9e544d4f0937e42eb029557
      https://github.com/okfn/ckan/commit/7dd0bc5fde7ac69bd9e544d4f0937e42eb029557
  Author: amercader <amercadero at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/lib/base.py

  Log Message:
  -----------
  Remove session cooky after request has been processed.

This caused obscure bug in DGU when you tried to save the session straight in the next request after deleting it. If you check after the request is done, then you take account of the wishes in that request. Therefore you also do not need the check to see if you are on a particular page that might create the session.

Picked from release-dgu1 branch


  Commit: 330dac83290ca83d63855ccdd6e0355446bddd17
      https://github.com/okfn/ckan/commit/330dac83290ca83d63855ccdd6e0355446bddd17
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/lib/cli.py
    M ckan/model/__init__.py

  Log Message:
  -----------
  Fix logging for cli commands. Add logging to db upgrade etc.


  Commit: eb904edd7cac08fc59a51d95cc9c14bc974c7484
      https://github.com/okfn/ckan/commit/eb904edd7cac08fc59a51d95cc9c14bc974c7484
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/config/environment.py
    M ckan/lib/helpers.py
    M ckan/logic/__init__.py
    M doc/configuration.rst

  Log Message:
  -----------
  Spelling typos.


  Commit: 050617ca1f20b9df3c2252e4436a68b2eff1f9c1
      https://github.com/okfn/ckan/commit/050617ca1f20b9df3c2252e4436a68b2eff1f9c1
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/plugins/toolkit.py

  Log Message:
  -----------
  [xs] Typos.


  Commit: 2023b6cff83f7e39f0ec0f2468e24a28341db4a8
      https://github.com/okfn/ckan/commit/2023b6cff83f7e39f0ec0f2468e24a28341db4a8
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/controllers/api.py
    M ckan/model/group.py
    M ckan/tests/functional/api/test_util.py
    M ckan/tests/models/test_group.py

  Log Message:
  -----------
  [#2373]: Fix for group autocomplete for multiple words.


  Commit: 4164c541fff64482d57f6b55a89637097c6d05a3
      https://github.com/okfn/ckan/commit/4164c541fff64482d57f6b55a89637097c6d05a3
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/lib/create_test_data.py
    M ckan/logic/action/get.py
    M ckan/tests/__init__.py
    M ckan/tests/logic/test_action.py
    A ckan/tests/logic/test_tag.py

  Log Message:
  -----------
  [#2374] Made tag search pageable. Moved logic tag tests into its own file. Centralised related testing fixtures.


  Commit: 6afdfff26c315453302b0813cf315451cc9d229a
      https://github.com/okfn/ckan/commit/6afdfff26c315453302b0813cf315451cc9d229a
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/controllers/admin.py
    M ckan/lib/base.py
    M ckan/templates/admin/authz.html
    M ckan/templates/group/authz.html
    M ckan/templates/package/authz.html

  Log Message:
  -----------
  [#2366] Only display authz options for Authz Groups if there are some.


  Commit: 0dcad231175137e381297154b62ba562b66a2837
      https://github.com/okfn/ckan/commit/0dcad231175137e381297154b62ba562b66a2837
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/authz.py

  Log Message:
  -----------
  [xs]: More flexible args for is_sysadmin so that it can run quicker.


  Commit: 15fbf5ef02b10849a59bc1ed5c85db37c00f9679
      https://github.com/okfn/ckan/commit/15fbf5ef02b10849a59bc1ed5c85db37c00f9679
  Author: amercader <amercadero at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/tests/pylons_controller.py

  Log Message:
  -----------
  Extend test pylons environment to cope with DGU tests.

Picked from release-dgu1 branch


  Commit: 989de402aea8dc7ac423c24d292e55b83a0ce6c6
      https://github.com/okfn/ckan/commit/989de402aea8dc7ac423c24d292e55b83a0ce6c6
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/lib/create_test_data.py

  Log Message:
  -----------
  [#2390] create_test_data for multiple users, rights


  Commit: a00c649deb39dda5384a43ae4b54f28bd923bb07
      https://github.com/okfn/ckan/commit/a00c649deb39dda5384a43ae4b54f28bd923bb07
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/lib/cli.py
    M ckan/lib/create_test_data.py
    M setup.py

  Log Message:
  -----------
  [#2394] Separate off CLI of create_test_data to help imports, logging and ease deriving from CreateTestData.

Picked from release-dgu1 branch


  Commit: cd5caba1687c62fbaca6d1950d3cdd02ab6c3e0f
      https://github.com/okfn/ckan/commit/cd5caba1687c62fbaca6d1950d3cdd02ab6c3e0f
  Author: amercader <amercadero at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/lib/create_test_data.py

  Log Message:
  -----------
  [#2394] Fix bug with creating users, introduced in previous commit.

Picked from release-dgu1 branch


  Commit: 5ec65fa2483555887bd1c5d0ebd0a30beb7b24dc
      https://github.com/okfn/ckan/commit/5ec65fa2483555887bd1c5d0ebd0a30beb7b24dc
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/model/group.py

  Log Message:
  -----------
  [#2373] Added back in search_by_name method for backwards compatibility.


  Commit: 37ca4c2ffa2aa66493567a6d6e8f84e00904baa5
      https://github.com/okfn/ckan/commit/37ca4c2ffa2aa66493567a6d6e8f84e00904baa5
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

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

  Log Message:
  -----------
  [#2315] Toby did not like the template stuff in commit b23b3574.


  Commit: 53fe72693a083c52d4e4aff53adc89e5894c9943
      https://github.com/okfn/ckan/commit/53fe72693a083c52d4e4aff53adc89e5894c9943
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/tests/functional/test_user.py

  Log Message:
  -----------
  [xs]: Fix Genshi test failure seen on newer machines - kindly and I had it.


Compare: https://github.com/okfn/ckan/compare/efbf1dc...53fe726


More information about the ckan-changes mailing list