[ckan-changes] [okfn/ckan] 1ec3ef: Don't use single quotes in jinja	templates
    GitHub 
    noreply at github.com
       
    Thu Sep 13 14:40:34 UTC 2012
    
    
  
  Branch: refs/heads/2375-demo-organizations
  Home:   https://github.com/okfn/ckan
  Commit: 1ec3ef7c378a2e78e39ae7c48b4a155808e5b695
      https://github.com/okfn/ckan/commit/1ec3ef7c378a2e78e39ae7c48b4a155808e5b695
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-09-13 (Thu, 13 Sep 2012)
  Changed paths:
    M ckan/templates/organization/snippets/organization_form.html
  Log Message:
  -----------
  Don't use single quotes in jinja templates
It confuses something somewhere along the way, the single quotes end up
as part of the string content rather than denoting the start and end of
the string, was causing dictization errors when submitting the
organization form using paste.fixture.TestApp (but not when submitting
it using a web browser)
  Commit: e1ef7a5522e6a7ed648b77f3c151e1fb4c72e192
      https://github.com/okfn/ckan/commit/e1ef7a5522e6a7ed648b77f3c151e1fb4c72e192
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-09-13 (Thu, 13 Sep 2012)
  Changed paths:
    M ckan/public/base/javascript/modules/autocomplete.js
    M ckan/templates/organization/users_form.html
    M ckan/tests/__init__.py
    M ckan/tests/functional/test_activity.py
    M ckan/tests/functional/test_admin.py
    M ckan/tests/functional/test_authz.py
    M ckan/tests/functional/test_edit_authz.py
    M ckan/tests/functional/test_follow.py
    M ckan/tests/functional/test_group.py
    M ckan/tests/functional/test_home.py
    M ckan/tests/functional/test_package.py
    M ckan/tests/functional/test_package_edit_authz.py
    M ckan/tests/functional/test_package_relationships.py
    M ckan/tests/functional/test_pagination.py
    M ckan/tests/functional/test_related.py
    M ckan/tests/functional/test_revision.py
    M ckan/tests/functional/test_search.py
    M ckan/tests/functional/test_storage.py
    M ckan/tests/functional/test_tag.py
    M ckan/tests/functional/test_tag_vocab.py
    M ckan/tests/functional/test_upload.py
    M ckan/tests/functional/test_user.py
  Log Message:
  -----------
  Merge branch '2375-demo-organizations' of github.com:okfn/ckan into 2375-demo-organizations
Compare: https://github.com/okfn/ckan/compare/253f82043590...e1ef7a5522e6
    
    
More information about the ckan-changes
mailing list