[ckan-changes] [ckan/ckan] 688a1a: [#3113] Remove reference to lang in session.

GitHub noreply at github.com
Tue Jun 14 13:29:30 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 688a1a769becca06fb115edd3467781dd1f62de4
      https://github.com/ckan/ckan/commit/688a1a769becca06fb115edd3467781dd1f62de4
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2016-06-14 (Tue, 14 Jun 2016)

  Changed paths:
    M ckan/lib/base.py

  Log Message:
  -----------
  [#3113] Remove reference to lang in session.

lang maintained by i18n middleware, not by key in cookie. This continues
removal of old session code missed in #3053.


  Commit: ad8db409e48e4ccc6d3da7eb9a27d48ce586bad5
      https://github.com/ckan/ckan/commit/ad8db409e48e4ccc6d3da7eb9a27d48ce586bad5
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2016-06-14 (Tue, 14 Jun 2016)

  Changed paths:
    M ckan/lib/base.py

  Log Message:
  -----------
  [#3113] Restore session deletion.

I over-committed in the previous commit and removed too much code. This
restores session deletion if there is a session.id, but no valid session
data.


  Commit: c3e5dd546b4283cba73beee7177a8dba1e8be3d3
      https://github.com/ckan/ckan/commit/c3e5dd546b4283cba73beee7177a8dba1e8be3d3
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2016-06-14 (Tue, 14 Jun 2016)

  Changed paths:
    M ckan/lib/base.py

  Log Message:
  -----------
  Merge pull request #3113 from ckan/3113-more-session-removal

Remove another old sessions reference


Compare: https://github.com/ckan/ckan/compare/e759e1b0892f...c3e5dd546b42


More information about the ckan-changes mailing list