[ckan-changes] [okfn/ckan] e55bfb: [#1064] Don't translate empty strings

GitHub noreply at github.com
Thu Jul 25 09:59:17 UTC 2013


  Branch: refs/heads/547-plugins-love
  Home:   https://github.com/okfn/ckan
  Commit: e55bfb5f006a9a905ca1feace2dc6c5a9526f4c6
      https://github.com/okfn/ckan/commit/e55bfb5f006a9a905ca1feace2dc6c5a9526f4c6
  Author: amercader <amercadero at gmail.com>
  Date:   2013-07-01 (Mon, 01 Jul 2013)

  Changed paths:
    M ckan/controllers/admin.py
    M ckan/model/package_relationship.py
    M ckan/templates/macros/autoform.html
    M doc/templating.rst

  Log Message:
  -----------
  [#1064] Don't translate empty strings


  Commit: f39233e80fad842a978eb5c13f9e9ff49a5e8971
      https://github.com/okfn/ckan/commit/f39233e80fad842a978eb5c13f9e9ff49a5e8971
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M ckan/lib/dictization/model_save.py

  Log Message:
  -----------
  [#1081] Remove junk code (unrelated)


  Commit: 50ba9bf6a8cd00ad7055260ea565290db4f7e166
      https://github.com/okfn/ckan/commit/50ba9bf6a8cd00ad7055260ea565290db4f7e166
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M ckan/model/resource.py

  Log Message:
  -----------
  [#1081] Clean model.resource and get now returns Resource


  Commit: fe79fed5782e17e410fbd68f7b9c1309f1f08f86
      https://github.com/okfn/ckan/commit/fe79fed5782e17e410fbd68f7b9c1309f1f08f86
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M ckan/model/resource.py

  Log Message:
  -----------
  [#1081] Add new get_package_id() method to Resource


  Commit: c972c1c02778d484cb22158a0980bf52564a8327
      https://github.com/okfn/ckan/commit/c972c1c02778d484cb22158a0980bf52564a8327
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M ckan/logic/action/delete.py

  Log Message:
  -----------
  [#1081] resource_delete updates the package


  Commit: eb72f9f1d98329cc7bc7014b284cd7bd30d9b3e0
      https://github.com/okfn/ckan/commit/eb72f9f1d98329cc7bc7014b284cd7bd30d9b3e0
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M ckan/model/resource.py

  Log Message:
  -----------
  [#1081] Pep8 model.resource


  Commit: 068560134febb3550b656571786e605afdd46819
      https://github.com/okfn/ckan/commit/068560134febb3550b656571786e605afdd46819
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  [#1081] Fix for test


  Commit: 3fc2bf4c0e120a37ffd19e225de523e577933003
      https://github.com/okfn/ckan/commit/3fc2bf4c0e120a37ffd19e225de523e577933003
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M ckan/public/base/test/vendor/mocha.css
    M ckan/public/base/test/vendor/mocha.js

  Log Message:
  -----------
  [#801] Upgrade to mocha


  Commit: 13f90eb34162d534887c156f986ac21ade8db9a1
      https://github.com/okfn/ckan/commit/13f90eb34162d534887c156f986ac21ade8db9a1
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M ckan/public/base/test/index.html

  Log Message:
  -----------
  [#801] Get mocha running within mocha-phantomjs


  Commit: f8a5d32b2fe7ef3df2e54b5cc364eaf4ea1e7d59
      https://github.com/okfn/ckan/commit/f8a5d32b2fe7ef3df2e54b5cc364eaf4ea1e7d59
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M bin/travis-build

  Log Message:
  -----------
  [#801] Run mocha tests on travis


  Commit: a33cc3ce73cdfa12efd3af8bf3b570cf0839c5d9
      https://github.com/okfn/ckan/commit/a33cc3ce73cdfa12efd3af8bf3b570cf0839c5d9
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M bin/travis-build

  Log Message:
  -----------
  [#801] Run CKAN in background when running mocha tests. Might not work but need to test on travis.


  Commit: 2f4818c42a1f06f7f0b7a6305c071b2c1f161065
      https://github.com/okfn/ckan/commit/2f4818c42a1f06f7f0b7a6305c071b2c1f161065
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M bin/travis-build

  Log Message:
  -----------
  [#801] Correct ini file


  Commit: c0d288cee5a32ff84bd827a9c51d2563250f5d73
      https://github.com/okfn/ckan/commit/c0d288cee5a32ff84bd827a9c51d2563250f5d73
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M bin/travis-build
    M ckan/public/base/test/index.html

  Log Message:
  -----------
  [#801] Simplified the logic for running the mocha tests in and out of browser


  Commit: 197bb64d892a58c12c25f6590f020b08ec660db2
      https://github.com/okfn/ckan/commit/197bb64d892a58c12c25f6590f020b08ec660db2
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M ckan/templates/ajax_snippets/related-item.html

  Log Message:
  -----------
  [#801] Fix for related-item.html snippet so that all mocha tests pass


  Commit: 0484de2246c9297881493436bd28cc33bc3c17ef
      https://github.com/okfn/ckan/commit/0484de2246c9297881493436bd28cc33bc3c17ef
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M ckan/logic/action/delete.py

  Log Message:
  -----------
  [#1081] Do not actually delete the resource


  Commit: 1a5b63cf2e732a25e2eb89b53c369b295e0aa95a
      https://github.com/okfn/ckan/commit/1a5b63cf2e732a25e2eb89b53c369b295e0aa95a
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M bin/travis-build

  Log Message:
  -----------
  [#801] Move install of npm deps to before nosetests


  Commit: 2eb573f2ad08bbeb63d6b50902c3761abb3b38fe
      https://github.com/okfn/ckan/commit/2eb573f2ad08bbeb63d6b50902c3761abb3b38fe
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M ckan/public/base/javascript/plugins/jquery.slug-preview.js
    M ckan/public/base/less/forms.less
    M ckan/templates/group/snippets/group_form.html
    M ckan/templates/macros/form.html
    M ckan/templates/organization/snippets/organization_form.html
    M ckan/templates/package/snippets/package_basic_fields.html
    M ckan/templates/package/snippets/resource_form.html
    M ckan/templates/user/edit_user_form.html

  Log Message:
  -----------
  [#1089] Add required '*' to forms

* Adds extra params to form macros called `is_required`
* Also adds extra macro for outputting the '* is required field' on the bottom
of forms
* Also adds said params to needed forms


  Commit: d7b5b3ce1df8c3d6e997acbc151c2a0c1958f8c2
      https://github.com/okfn/ckan/commit/d7b5b3ce1df8c3d6e997acbc151c2a0c1958f8c2
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M bin/travis-build

  Log Message:
  -----------
  [#801] Moved mocha to before nosetests


  Commit: dd46f25a8c756d2221c8bc8f824e09b3d10005a7
      https://github.com/okfn/ckan/commit/dd46f25a8c756d2221c8bc8f824e09b3d10005a7
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M ckan/public/base/test/spec/ckan.spec.js

  Log Message:
  -----------
  [#801] Added deliberate failing test for travis


  Commit: ef1f218f93c48d5f64954c071a75f4c12ca5d730
      https://github.com/okfn/ckan/commit/ef1f218f93c48d5f64954c071a75f4c12ca5d730
  Author: kindly <kindly at gmail.com>
  Date:   2013-07-22 (Mon, 22 Jul 2013)

  Changed paths:
    R build.sh
    R fabfile.py
    R jshint.json
    R test_sync.ini
    R test_sync2.ini

  Log Message:
  -----------
  Merge branch '985-clean-up-repo'


  Commit: bc4177e4c9e4d2f2bdc8fc49af8708e2b0682f43
      https://github.com/okfn/ckan/commit/bc4177e4c9e4d2f2bdc8fc49af8708e2b0682f43
  Author: kindly <kindly at gmail.com>
  Date:   2013-07-22 (Mon, 22 Jul 2013)

  Changed paths:
    M ckan/lib/dictization/model_save.py
    M ckan/logic/action/delete.py
    M ckan/model/resource.py
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  Merge pull request #1081 from okfn/1081-delete-resource-to-update-package

Package index not rebuilt when resources deleted


  Commit: 118c2b62988956b5bc80d42a8a3e12964b3f9543
      https://github.com/okfn/ckan/commit/118c2b62988956b5bc80d42a8a3e12964b3f9543
  Author: kindly <kindly at gmail.com>
  Date:   2013-07-22 (Mon, 22 Jul 2013)

  Changed paths:
    M ckan/controllers/admin.py
    M ckan/model/package_relationship.py
    M ckan/templates/macros/autoform.html
    M doc/templating.rst

  Log Message:
  -----------
  Merge pull request #1064 from okfn/1064-dont-translate-empty-string

Don't translate empty strings


  Commit: b89ab943d01aa0ab8142ff9bbc8016a08464f5f8
      https://github.com/okfn/ckan/commit/b89ab943d01aa0ab8142ff9bbc8016a08464f5f8
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M bin/travis-build

  Log Message:
  -----------
  [#801] a more precise kill and some extra comments


  Commit: ced323274132a9c4f65b30f3988ab762954f25fe
      https://github.com/okfn/ckan/commit/ced323274132a9c4f65b30f3988ab762954f25fe
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M bin/travis-build

  Log Message:
  -----------
  [#801] Sleep so ckan is up and running


  Commit: 9d0db5b8ed052d009e47b63af73179b085ce9a8d
      https://github.com/okfn/ckan/commit/9d0db5b8ed052d009e47b63af73179b085ce9a8d
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M bin/travis-build

  Log Message:
  -----------
  [#801] Return errors to travis


  Commit: a22375da22d7efd34db5eb1292ac48bc69de34b9
      https://github.com/okfn/ckan/commit/a22375da22d7efd34db5eb1292ac48bc69de34b9
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M bin/travis-build

  Log Message:
  -----------
  [#801] Improve output so fails easier to find


  Commit: 89dd6ec630aa40d6754a5d1886e1938eabe14df9
      https://github.com/okfn/ckan/commit/89dd6ec630aa40d6754a5d1886e1938eabe14df9
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M ckan/public/base/test/spec/ckan.spec.js

  Log Message:
  -----------
  Revert "[#801] Added deliberate failing test for travis"

fix the mocha test that was made to fail for testing

This reverts commit dd46f25a8c756d2221c8bc8f824e09b3d10005a7.


  Commit: 0a339db6bb17cb9e16eb203def3fc1b8bd540029
      https://github.com/okfn/ckan/commit/0a339db6bb17cb9e16eb203def3fc1b8bd540029
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M bin/travis-build
    M ckan/public/base/test/index.html
    M ckan/public/base/test/vendor/mocha.css
    M ckan/public/base/test/vendor/mocha.js

  Log Message:
  -----------
  Merge branch '801-travis-run-mocha-tests'


  Commit: 1c3604db32a03180a63259119f8006301a019c38
      https://github.com/okfn/ckan/commit/1c3604db32a03180a63259119f8006301a019c38
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M ckan/templates/macros/form.html

  Log Message:
  -----------
  [#1089] Doc block updates


  Commit: 9e68c7fa9419d8c7b110e4a7e7fa4dac5061eb37
      https://github.com/okfn/ckan/commit/9e68c7fa9419d8c7b110e4a7e7fa4dac5061eb37
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M ckan/public/base/less/iehacks.less

  Log Message:
  -----------
  [#1124] Fix for IE7+8 language dropdown appearing too far down the page


  Commit: ef5f8da1ebf679183f869608363fa5e48a817f7a
      https://github.com/okfn/ckan/commit/ef5f8da1ebf679183f869608363fa5e48a817f7a
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M ckan/public/base/javascript/plugins/jquery.slug-preview.js
    M ckan/public/base/less/forms.less
    M ckan/templates/group/snippets/group_form.html
    M ckan/templates/macros/form.html
    M ckan/templates/organization/snippets/organization_form.html
    M ckan/templates/package/snippets/package_basic_fields.html
    M ckan/templates/package/snippets/resource_form.html
    M ckan/templates/user/edit_user_form.html

  Log Message:
  -----------
  Merge branch '1089-required-fields'


  Commit: 8e8e3dcf05596711b0ed4b62b5e46958aeeab3bc
      https://github.com/okfn/ckan/commit/8e8e3dcf05596711b0ed4b62b5e46958aeeab3bc
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M ckan/public/base/css/main.css

  Log Message:
  -----------
  Recompile css


  Commit: 9fd0096769713d7831e32589de7a5b0f2bec4f8d
      https://github.com/okfn/ckan/commit/9fd0096769713d7831e32589de7a5b0f2bec4f8d
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M ckan/public/base/less/iehacks.less

  Log Message:
  -----------
  Merge branch '1124-ie7-language-dropdown-fix'


  Commit: 1468e69f41eac574d7b28beda836af114fd2b66c
      https://github.com/okfn/ckan/commit/1468e69f41eac574d7b28beda836af114fd2b66c
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M ckan/public/base/css/main.css

  Log Message:
  -----------
  Recompile css


  Commit: a88506447e924e5f3f49e055947d1f9004f35566
      https://github.com/okfn/ckan/commit/a88506447e924e5f3f49e055947d1f9004f35566
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M ckan/logic/action/get.py

  Log Message:
  -----------
  [#1127] pass image_url in organization_list_for_user


  Commit: f343d869683643dec14b87d3c047e321567bcaff
      https://github.com/okfn/ckan/commit/f343d869683643dec14b87d3c047e321567bcaff
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M ckan/logic/action/get.py

  Log Message:
  -----------
  [#1127] pass image_url in group_list_authz


  Commit: 397684ad3374c300dad401f53473f8f6d16ad700
      https://github.com/okfn/ckan/commit/397684ad3374c300dad401f53473f8f6d16ad700
  Author: John Martin <me at johnmart.in>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M ckan/logic/action/get.py

  Log Message:
  -----------
  Merge pull request #1127 from okfn/1127-org-images-dashboard

Organization images do not display on Organization user dashboard page


  Commit: 5634f9db4dcb6e8cb0d59aad66d2b52dc31dc9cf
      https://github.com/okfn/ckan/commit/5634f9db4dcb6e8cb0d59aad66d2b52dc31dc9cf
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M doc/documentation-guidelines.rst
    M doc/upgrade-source.rst

  Log Message:
  -----------
  [#1128] Fix requirements file name in documentation


  Commit: 2be3bcfb05c672f2fd3fcb23b5094961aa71a2b8
      https://github.com/okfn/ckan/commit/2be3bcfb05c672f2fd3fcb23b5094961aa71a2b8
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M doc/documentation-guidelines.rst
    M doc/upgrade-source.rst

  Log Message:
  -----------
  Merge pull request #1129 from okfn/1128-requirements-filenames-outdated

[#1128] Fix requirements file name in documentation


  Commit: ba9f6058280555ec8680331bac04e546318bb5db
      https://github.com/okfn/ckan/commit/ba9f6058280555ec8680331bac04e546318bb5db
  Author: kindly <kindly at gmail.com>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M bin/travis-build
    M ckan/controllers/admin.py
    M ckan/lib/dictization/model_save.py
    M ckan/logic/action/delete.py
    M ckan/logic/action/get.py
    M ckan/model/package_relationship.py
    M ckan/model/resource.py
    M ckan/public/base/css/main.css
    M ckan/public/base/javascript/plugins/jquery.slug-preview.js
    M ckan/public/base/less/forms.less
    M ckan/public/base/less/iehacks.less
    M ckan/public/base/test/index.html
    M ckan/public/base/test/vendor/mocha.css
    M ckan/public/base/test/vendor/mocha.js
    M ckan/templates/group/snippets/group_form.html
    M ckan/templates/macros/autoform.html
    M ckan/templates/macros/form.html
    M ckan/templates/organization/snippets/organization_form.html
    M ckan/templates/package/snippets/package_basic_fields.html
    M ckan/templates/package/snippets/resource_form.html
    M ckan/templates/user/edit_user_form.html
    M ckan/tests/logic/test_action.py
    M doc/documentation-guidelines.rst
    M doc/templating.rst
    M doc/upgrade-source.rst

  Log Message:
  -----------
  Merge branch 'master' into 547-plugins-love


Compare: https://github.com/okfn/ckan/compare/075fde3c818f...ba9f60582805


More information about the ckan-changes mailing list