[ckan-changes] [okfn/ckan] 237ad1: [templates]: #1529 Show user name when logged in.

noreply at github.com noreply at github.com
Thu Dec 8 12:35:59 UTC 2011


  Branch: refs/heads/feature-1478-change-package-group-to-members-table
  Home:   https://github.com/okfn/ckan

  Commit: 237ad148ba9f915c0f8a53ab7534e7a5d8248941
      https://github.com/okfn/ckan/commit/237ad148ba9f915c0f8a53ab7534e7a5d8248941
  Author: David Read <david.read at okfn.org>
  Date:   2011-12-07 (Wed, 07 Dec 2011)

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

  Log Message:
  -----------
  [templates]: #1529 Show user name when logged in.


  Commit: 520959ca6f83586d33cf7d4015d625a776ee46a1
      https://github.com/okfn/ckan/commit/520959ca6f83586d33cf7d4015d625a776ee46a1
  Author: John Glover <john.c.glover at nuim.ie>
  Date:   2011-12-07 (Wed, 07 Dec 2011)

  Changed paths:
    M ckan/logic/action/update.py
  M ckan/model/__init__.py
  M ckan/model/meta.py

  Log Message:
  -----------
  [tasks, logic] Use a local session object in
task_status_update so we can commit it at the
end of the function


  Commit: f05169cc318bce8cb398e5a9eea7f780d9ba6edb
      https://github.com/okfn/ckan/commit/f05169cc318bce8cb398e5a9eea7f780d9ba6edb
  Author: David Read <david.read at okfn.org>
  Date:   2011-12-07 (Wed, 07 Dec 2011)

  Changed paths:
    M ckan/tests/functional/api/test_action.py

  Log Message:
  -----------
  [tests][xs] #1505: Make test cope with message from other solr versions.


  Commit: 8df63fc9f3bf8b43d6833ef55885262ff6aa26fe
      https://github.com/okfn/ckan/commit/8df63fc9f3bf8b43d6833ef55885262ff6aa26fe
  Author: David Read <david.read at okfn.org>
  Date:   2011-12-07 (Wed, 07 Dec 2011)

  Changed paths:
    M ckan/tests/functional/api/test_action.py

  Log Message:
  -----------
  [tests][xs] #1505: Fix comment typo.


  Commit: b80162dc906124030b6b80c7d2d10e5aa94571d3
      https://github.com/okfn/ckan/commit/b80162dc906124030b6b80c7d2d10e5aa94571d3
  Author: John Glover <john.c.glover at nuim.ie>
  Date:   2011-12-07 (Wed, 07 Dec 2011)

  Changed paths:
    M ckan/logic/action/update.py
  M ckan/model/__init__.py
  M ckan/model/meta.py

  Log Message:
  -----------
  Merge branch 'defect-1483-task-status'


  Commit: cf793dae3fead1df84b6544ee8d2ada53b89efff
      https://github.com/okfn/ckan/commit/cf793dae3fead1df84b6544ee8d2ada53b89efff
  Author: David Read <david.read at okfn.org>
  Date:   2011-12-07 (Wed, 07 Dec 2011)

  Changed paths:
    M doc/api.rst
  M doc/apiv3.rst

  Log Message:
  -----------
  [doc][s]: Mentioned alternative API authorization header.


  Commit: f4c488444ceedc9441e6ec942b3dd51b9db512b2
      https://github.com/okfn/ckan/commit/f4c488444ceedc9441e6ec942b3dd51b9db512b2
  Author: David Read <david.read at okfn.org>
  Date:   2011-12-07 (Wed, 07 Dec 2011)

  Changed paths:
    M pip-requirements-test.txt

  Log Message:
  -----------
  [pip-requirements][xs]: #1503 Switch to github - for buildbot.


  Commit: 79e887d6ee2cd0b999d02b01d714d7e3ef6ce201
      https://github.com/okfn/ckan/commit/79e887d6ee2cd0b999d02b01d714d7e3ef6ce201
  Author: David Read <david.read at okfn.org>
  Date:   2011-12-07 (Wed, 07 Dec 2011)

  Changed paths:
    M doc/api.rst
  M doc/apiv3.rst
  M pip-requirements-test.txt

  Log Message:
  -----------
  Merge branch 'feature-1413-ask-users-to-add-email-address'


  Commit: 48660e3601cc029348aab287d265c9dfa41ccf5a
      https://github.com/okfn/ckan/commit/48660e3601cc029348aab287d265c9dfa41ccf5a
  Author: kindly <kindly at gmail.com>
  Date:   2011-12-08 (Thu, 08 Dec 2011)

  Changed paths:
    M .gitignore
  M bin/copy-ckan-2-ckan.py
  M ckan/config/deployment.ini_tmpl
  M ckan/config/environment.py
  M ckan/config/routing.py
  M ckan/config/schema.xml
  M ckan/controllers/api.py
  M ckan/controllers/package.py
  M ckan/forms/common.py
  M ckan/forms/package.py
  M ckan/forms/package_dict.py
  M ckan/lib/cli.py
  M ckan/lib/create_test_data.py
  M ckan/lib/dictization/__init__.py
  M ckan/lib/dictization/model_dictize.py
  M ckan/lib/dictization/model_save.py
  M ckan/lib/munge.py
  M ckan/lib/navl/dictization_functions.py
  M ckan/lib/package_saver.py
  M ckan/lib/search/__init__.py
  M ckan/lib/search/query.py
  M ckan/logic/action/get.py
  M ckan/logic/schema.py
  M ckan/logic/validators.py
  A ckan/migration/versions/046_drop_changesets.py
  R ckan/migration/versions/046_rename_package_group_member.py
  A ckan/migration/versions/047_rename_package_group_member.py
  M ckan/misc.py
  M ckan/model/__init__.py
  R ckan/model/changeset.py
  A ckan/model/misc.py
  M ckan/model/package.py
  M ckan/model/tag.py
  M ckan/model/user.py
  M ckan/public/scripts/application.js
  M ckan/templates/group/new_group_form.html
  M ckan/templates/package/new_package_form.html
  M ckan/tests/__init__.py
  M ckan/tests/forms/test_package.py
  M ckan/tests/functional/api/base.py
  M ckan/tests/functional/api/model/test_group.py
  M ckan/tests/functional/api/model/test_licenses.py
  M ckan/tests/functional/api/model/test_package.py
  M ckan/tests/functional/api/model/test_ratings.py
  M ckan/tests/functional/api/model/test_relationships.py
  M ckan/tests/functional/api/model/test_revisions.py
  M ckan/tests/functional/api/model/test_tag.py
  M ckan/tests/functional/api/test_action.py
  R ckan/tests/functional/api/test_ajax.py
  M ckan/tests/functional/api/test_misc.py
  M ckan/tests/functional/api/test_package_search.py
  M ckan/tests/functional/api/test_resource_search.py
  A ckan/tests/functional/api/test_util.py
  M ckan/tests/functional/test_package.py
  M ckan/tests/functional/test_tag.py
  M ckan/tests/functional/test_user.py
  M ckan/tests/lib/__init__.py
  M ckan/tests/lib/test_dictization.py
  M ckan/tests/lib/test_dictization_schema.py
  M ckan/tests/lib/test_munge.py
  M ckan/tests/lib/test_solr_package_search.py
  M ckan/tests/lib/test_solr_package_search_synchronous_update.py
  M ckan/tests/lib/test_tag_search.py
  M ckan/tests/misc/test_format_text.py
  R ckan/tests/models/test_changeset.py
  M ckan/tests/models/test_misc.py
  M ckan/tests/models/test_package.py
  M ckan/tests/pylons_controller.py
  A ckan/tests/schema/__init__.py
  A ckan/tests/schema/test_schema.py
  R ckan/tests/test_changes.py
  M ckan/tests/test_dumper.py
  M doc/api.rst
  M doc/configuration.rst
  M doc/test.rst
  M doc/theming.rst
  M test-core.ini

  Log Message:
  -----------
  [merge] few fixes due to large merge


  Commit: 3dbaf06ca0b318141fa65c9868d2c9752a0e801c
      https://github.com/okfn/ckan/commit/3dbaf06ca0b318141fa65c9868d2c9752a0e801c
  Author: kindly <kindly at gmail.com>
  Date:   2011-12-08 (Thu, 08 Dec 2011)

  Changed paths:
    R ckan/config/celeryconfig.py
  M ckan/config/environment.py
  M ckan/config/routing.py
  M ckan/controllers/api.py
  M ckan/controllers/home.py
  M ckan/controllers/package.py
  M ckan/lib/alphabet_paginate.py
  M ckan/lib/base.py
  M ckan/lib/cli.py
  M ckan/lib/create_test_data.py
  M ckan/lib/helpers.py
  M ckan/lib/search/__init__.py
  M ckan/lib/search/query.py
  M ckan/logic/action/get.py
  M ckan/logic/action/update.py
  M ckan/model/__init__.py
  M ckan/model/meta.py
  M ckan/model/types.py
  M ckan/public/css/style.css
  A ckan/public/images/icons/arrow-down-16.png
  A ckan/public/images/icons/arrow-down-32.png
  A ckan/public/images/icons/arrow-right-16-black.png
  A ckan/public/images/icons/arrow-right-16.png
  A ckan/public/images/icons/arrow-right-32.png
  A ckan/public/images/icons/package-disabled.png
  A ckan/public/images/ldquo.png
  M ckan/public/scripts/application.js
  A ckan/public/scripts/dataexplorer/icon-sprite.png
  A ckan/public/scripts/dataexplorer/loading.gif
  A ckan/public/scripts/dataexplorer/table-view-template.js
  A ckan/public/scripts/dataexplorer/table-view.css
  A ckan/public/scripts/dataexplorer/table-view.js
  A ckan/public/scripts/dataexplorer/table-view.ui.js
  M ckan/public/scripts/templates.js
  M ckan/templates/group/layout.html
  M ckan/templates/group/new_group_form.html
  M ckan/templates/group/read.html
  M ckan/templates/js_strings.html
  M ckan/templates/layout_base.html
  M ckan/templates/package/layout.html
  M ckan/templates/package/read.html
  M ckan/templates/package/read_core.html
  M ckan/templates/package/resource_read.html
  M ckan/templates/package/resources.html
  M ckan/tests/functional/api/test_action.py
  M ckan/tests/functional/api/test_util.py
  M ckan/tests/functional/test_home.py
  M ckan/tests/functional/test_package.py
  A ckan/tests/functional/test_pagination.py
  M ckan/tests/functional/test_user.py
  M doc/api.rst
  M doc/apiv3.rst
  M doc/buildbot.rst
  M doc/common-error-messages.rst
  M doc/extensions.rst
  M doc/i18n.rst
  M doc/loading_data.rst
  M doc/plugins.rst
  M doc/prepare-extensions.rst
  M pip-requirements-test.txt
  M setup.py

  Log Message:
  -----------
  [merge] master


Compare: https://github.com/okfn/ckan/compare/d712d97...3dbaf06




More information about the ckan-changes mailing list