[ckan-changes] [ckan/ckan] caa5c4: pep8 cleanup in ckan/logic/action -- __init__.py a...
GitHub
noreply at github.com
Thu Mar 6 06:47:14 UTC 2014
Branch: refs/heads/1502-remove-logged-in-flash-message
Home: https://github.com/ckan/ckan
Commit: caa5c4cbc482869c4da69faad2f335d6e554760d
https://github.com/ckan/ckan/commit/caa5c4cbc482869c4da69faad2f335d6e554760d
Author: Samuele Santi <redshadow at hackzine.org>
Date: 2013-11-26 (Tue, 26 Nov 2013)
Changed paths:
M ckan/logic/action/__init__.py
M ckan/logic/action/create.py
Log Message:
-----------
pep8 cleanup in ckan/logic/action -- __init__.py and create.py
Commit: a9836f6d45035a4ecf8c7a0b24109917da2568fe
https://github.com/ckan/ckan/commit/a9836f6d45035a4ecf8c7a0b24109917da2568fe
Author: Samuele Santi <redshadow at hackzine.org>
Date: 2013-11-26 (Tue, 26 Nov 2013)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
More pep8 clenaup on ckan/logic/action/get.py (mostly whitespace)
Commit: 1ef65879004ae308845896060c0ee418b06a674b
https://github.com/ckan/ckan/commit/1ef65879004ae308845896060c0ee418b06a674b
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2014-01-02 (Thu, 02 Jan 2014)
Changed paths:
M ckan/new_tests/factories.py
Log Message:
-----------
Add a new factory for related items
Commit: 594d170fc641aac2ae920f5de823f9d740c8d061
https://github.com/ckan/ckan/commit/594d170fc641aac2ae920f5de823f9d740c8d061
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2014-01-02 (Thu, 02 Jan 2014)
Changed paths:
M ckan/new_tests/logic/action/test_get.py
Log Message:
-----------
tests for related_list
Commit: 482fa53a26552b6f5d8d89fe6ca0359581cd170e
https://github.com/ckan/ckan/commit/482fa53a26552b6f5d8d89fe6ca0359581cd170e
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-01-02 (Thu, 02 Jan 2014)
Changed paths:
M ckan/new_tests/logic/action/test_get.py
Log Message:
-----------
Fix pep error
Commit: 49de093fc097255518bbc6ec4726937459052e58
https://github.com/ckan/ckan/commit/49de093fc097255518bbc6ec4726937459052e58
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-01-09 (Thu, 09 Jan 2014)
Changed paths:
M ckan/new_tests/logic/action/test_get.py
Log Message:
-----------
Break down the tests into multiple tests
Commit: 1b572e8a34a00353e9348955bfb3caf2bf028fb9
https://github.com/ckan/ckan/commit/1b572e8a34a00353e9348955bfb3caf2bf028fb9
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-01-09 (Thu, 09 Jan 2014)
Changed paths:
M ckan/lib/cli.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/validators.py
M ckan/new_tests/logic/test_validators.py
M ckan/public/base/css/fuchsia.css
M ckan/public/base/css/green.css
M ckan/public/base/css/main.css
M ckan/public/base/css/maroon.css
M ckan/public/base/css/red.css
M ckan/public/base/less/layout.less
M ckan/templates/group/about.html
M ckan/templates/group/member_new.html
M ckan/templates/group/members.html
M ckan/templates/group/snippets/group_item.html
M ckan/templates/group/snippets/info.html
M ckan/templates/organization/about.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/snippets/package_context.html
M ckan/templates/package/snippets/resource_item.html
M ckan/templates/related/snippets/related_item.html
M ckan/templates/snippets/group.html
M ckan/templates/snippets/group_item.html
M ckan/templates/snippets/organization_item.html
M ckan/templates/snippets/package_item.html
M ckan/tests/functional/test_related.py
A doc/.gitignore
M doc/conf.py
M doc/install-from-package.rst
M doc/install-from-source.rst
Log Message:
-----------
Merge branch 'master' into related-list-tests
Commit: fe00e6cf633d3e0642c77d432fa34cba0ff8dfc6
https://github.com/ckan/ckan/commit/fe00e6cf633d3e0642c77d432fa34cba0ff8dfc6
Author: kindly <kindly at gmail.com>
Date: 2014-01-27 (Mon, 27 Jan 2014)
Changed paths:
M .travis.yml
Log Message:
-----------
[#1465] exclude more unlikely cominations
Commit: 4acefbaea6a62101bd067331dd3e73e540b57258
https://github.com/ckan/ckan/commit/4acefbaea6a62101bd067331dd3e73e540b57258
Author: Ross Jones <ross at servercode.co.uk>
Date: 2014-01-28 (Tue, 28 Jan 2014)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/feed.py
M ckan/templates/organization/snippets/feeds.html
Log Message:
-----------
[1463] Adds organization feeds by re-using a lot of the group feed boilerplate
Commit: 8cea2b7bdd1d1043c314776d6e29c71748d8fbf7
https://github.com/ckan/ckan/commit/8cea2b7bdd1d1043c314776d6e29c71748d8fbf7
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-01-30 (Thu, 30 Jan 2014)
Changed paths:
M doc/extensions/testing-extensions.rst
Log Message:
-----------
[#1483] add extension writing tip about avoiding plugin importing
Commit: 4f59da03d62b1c8f0e1a024949a99ba0046ca44c
https://github.com/ckan/ckan/commit/4f59da03d62b1c8f0e1a024949a99ba0046ca44c
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-01-30 (Thu, 30 Jan 2014)
Changed paths:
M ckan/new_tests/factories.py
M ckan/new_tests/logic/action/test_get.py
Log Message:
-----------
Update factory and related tests
* Delete unnecessary comments from factory.
* Change related factory to accept user parameter.
* Add better docstrings and comments to the related tests.
* Add test to check for invalid sort option.
Commit: 99ededda93d178a6d25e2cc4b62c0a0335079eb2
https://github.com/ckan/ckan/commit/99ededda93d178a6d25e2cc4b62c0a0335079eb2
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-03 (Mon, 03 Feb 2014)
Changed paths:
M doc/contributing/documentation.rst
Log Message:
-----------
Documentation guidelines tweaks
Various small changes that we discussed at the CKAN summit.
Commit: 15dc0488196907eb5592c771c0cbd4a04f20d90e
https://github.com/ckan/ckan/commit/15dc0488196907eb5592c771c0cbd4a04f20d90e
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-03 (Mon, 03 Feb 2014)
Changed paths:
M ckan/new_tests/helpers.py
Log Message:
-----------
Tweak call_action docstring
Make it clear that it skips auth
Commit: f02622b9f31b2807190147436d335b4e50ca6aca
https://github.com/ckan/ckan/commit/f02622b9f31b2807190147436d335b4e50ca6aca
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-03 (Mon, 03 Feb 2014)
Changed paths:
M ckan/new_tests/logic/action/__init__.py
M ckan/new_tests/logic/auth/__init__.py
Log Message:
-----------
Fix a couple of broken Sphinx includes
Commit: dfc770bd929934531e08ee32566c7154f774dc7a
https://github.com/ckan/ckan/commit/dfc770bd929934531e08ee32566c7154f774dc7a
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-04 (Tue, 04 Feb 2014)
Changed paths:
M CHANGELOG.rst
M README.rst
M ckan/__init__.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/mailer.py
M ckan/lib/navl/validators.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/logic/auth/__init__.py
M ckan/logic/auth/delete.py
M ckan/logic/validators.py
A ckan/new_tests/logic/auth/test_init.py
M ckan/plugins/interfaces.py
M ckan/public/base/javascript/modules/custom-fields.js
M ckan/public/base/test/spec/modules/custom-fields.spec.js
M ckan/templates/group/snippets/group_item.html
M ckan/templates/package/edit_base.html
M ckan/templates/package/new_resource.html
M ckan/templates/package/new_resource_not_draft.html
M ckan/templates/package/resource_edit_base.html
M ckan/tests/functional/test_package.py
M ckan/tests/test_coding_standards.py
M ckanext/datapusher/logic/action.py
M ckanext/datapusher/tests/test.py
M doc/_templates/footer.html
R doc/api.rst
A doc/api/index.rst
A doc/api/legacy-api.rst
R doc/appendices/index.rst
R doc/appendices/solr-multicore.rst
R doc/apps-ideas.rst
R doc/authorization.rst
R doc/background-tasks.rst
M doc/conf.py
R doc/configuration.rst
M doc/contents.rst
M doc/contributing/architecture.rst
M doc/contributing/documentation.rst
M doc/contributing/index.rst
M doc/contributing/issues.rst
M doc/contributing/release-process.rst
A doc/contributing/test.rst
M doc/contributing/upgrading-dependencies.rst
R doc/data-viewer.rst
R doc/datastore.rst
R doc/deployment.rst
R doc/email-notifications.rst
M doc/extensions/index.rst
M doc/extensions/testing-extensions.rst
M doc/extensions/tutorial.rst
R doc/features.rst
R doc/filestore.rst
R doc/form-integration.rst
R doc/getting-started.rst
M doc/index.rst
R doc/install-from-package.rst
R doc/install-from-source.rst
R doc/installing.rst
R doc/legacy-api.rst
R doc/linked-data-and-rdf.rst
A doc/maintaining/apps-ideas.rst
A doc/maintaining/authorization.rst
A doc/maintaining/background-tasks.rst
A doc/maintaining/configuration.rst
A doc/maintaining/data-viewer.rst
A doc/maintaining/datastore.rst
A doc/maintaining/email-notifications.rst
A doc/maintaining/filestore.rst
A doc/maintaining/form-integration.rst
A doc/maintaining/getting-started.rst
A doc/maintaining/index.rst
A doc/maintaining/installing/deployment.rst
A doc/maintaining/installing/index.rst
A doc/maintaining/installing/install-from-package.rst
A doc/maintaining/installing/install-from-source.rst
A doc/maintaining/linked-data-and-rdf.rst
A doc/maintaining/multilingual.rst
A doc/maintaining/paster.rst
A doc/maintaining/solr-multicore.rst
A doc/maintaining/stats.rst
A doc/maintaining/tag-vocabularies.rst
A doc/maintaining/tracking.rst
A doc/maintaining/upgrading/index.rst
A doc/maintaining/upgrading/upgrade-package-ckan-1-to-2.rst
A doc/maintaining/upgrading/upgrade-package-to-minor-release.rst
A doc/maintaining/upgrading/upgrade-package-to-patch-release.rst
A doc/maintaining/upgrading/upgrade-source.rst
R doc/multilingual.rst
R doc/paster.rst
R doc/stats.rst
M doc/sysadmin-guide.rst
R doc/tag-vocabularies.rst
R doc/test.rst
M doc/theming/index.rst
M doc/theming/templates.rst
R doc/tracking.rst
R doc/upgrade-package-ckan-1-to-2.rst
R doc/upgrade-package-to-minor-release.rst
R doc/upgrade-package-to-patch-release.rst
R doc/upgrade-source.rst
R doc/upgrading.rst
M doc/user-guide.rst
Log Message:
-----------
Merge branch 'master' into 1465-travis-half-jobs
Commit: d3e744e8b83a4bd4ac3d7dfa0d2d9bfc4e6fdf46
https://github.com/ckan/ckan/commit/d3e744e8b83a4bd4ac3d7dfa0d2d9bfc4e6fdf46
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
R .gitmodules
M dev-requirements.txt
M doc/_templates/footer.html
R doc/_themes/sphinx-theme-okfn
M doc/conf.py
M doc/extensions/index.rst
Log Message:
-----------
Merge branch 'master' into 1465-travis-half-jobs
Commit: b8b34de5e8b70683eb84b8695ea490945d3c1aa4
https://github.com/ckan/ckan/commit/b8b34de5e8b70683eb84b8695ea490945d3c1aa4
Author: george-sattler <george.sattler at xvt.com.au>
Date: 2014-02-12 (Wed, 12 Feb 2014)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
[#1504] Atom Feed HTTP Content-Type header is set to text/html.
With this change, Content-Type is set to 'application/atom+xml'
Commit: 56e57f0cef8afc723da83917c5128d73bae211b4
https://github.com/ckan/ckan/commit/56e57f0cef8afc723da83917c5128d73bae211b4
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M ckan/model/license.py
Log Message:
-----------
[#1510] Correct License Not Specified capitalization
Commit: a5402f880678e51e266be40d7ea7f7f80ec492c6
https://github.com/ckan/ckan/commit/a5402f880678e51e266be40d7ea7f7f80ec492c6
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M bin/travis-install-dependencies
Log Message:
-----------
pip >= 1.5 needs --allow-all-external
Starting from version 1.5, pip stopped downloading packages hosted in an
external site, even if there's a checksum in PyPI that we can check the
resulting package against. This breaks when downloading argparse==1.2.1 with
Python 2.6.
Here we allow all external downloads. It shouldn't be a security issue, as
we're still checking the package's hash against PyPI.
For more info, check
http://stackoverflow.com/questions/21021326/security-considerations-of-pip-allow-external
Commit: ab724bb46cb711b37ee9a87dfdff631c75f47c6d
https://github.com/ckan/ckan/commit/ab724bb46cb711b37ee9a87dfdff631c75f47c6d
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M .travis.yml
M bin/travis-install-dependencies
Log Message:
-----------
Merge pull request #1465 from ckan/1465-travis-half-jobs
Half Travis Jobs to speed them up.
Commit: 20383c76acb4e9b5260b8b0f94afee24d93c93e7
https://github.com/ckan/ckan/commit/20383c76acb4e9b5260b8b0f94afee24d93c93e7
Author: adam mcgreggor <adam-git at amyl.org.uk>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M doc/maintaining/datastore.rst
Log Message:
-----------
Update datastore.rst
Duplicitous 'the'
Commit: 3552a7478f20866ac35bfeaf8b506e3e6de144cc
https://github.com/ckan/ckan/commit/3552a7478f20866ac35bfeaf8b506e3e6de144cc
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M doc/maintaining/datastore.rst
Log Message:
-----------
Merge pull request #1511 from adamamyl/patch-1
Typo-fix (duplication) in datastore.rst:
Commit: 004d8d9178d1d01481fe06546a1e0d464beea030
https://github.com/ckan/ckan/commit/004d8d9178d1d01481fe06546a1e0d464beea030
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M ckan/model/license.py
Log Message:
-----------
Merge pull request #1510 from ckan/1510-license-not-specified-capitalization
Correct License Not Specified capitalization
Commit: 6d19ae4121f4b2d30070dcc73a153e46bddd90ed
https://github.com/ckan/ckan/commit/6d19ae4121f4b2d30070dcc73a153e46bddd90ed
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M ckan/new_tests/logic/auth/test_update.py
Log Message:
-----------
Fixing small typo in comment
Commit: 1be3492880ef9ce5cd2f9eaf18645fc9eca10161
https://github.com/ckan/ckan/commit/1be3492880ef9ce5cd2f9eaf18645fc9eca10161
Author: amercader <amercadero at gmail.com>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M ckan/logic/action/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
Log Message:
-----------
Merge branch 'feature/pep8-cleanup-logic-action' of https://github.com/rshk/ckan into feature/pep8-cleanup-logic-action
Conflicts:
ckan/logic/action/create.py
ckan/logic/action/get.py
Commit: 80bbba0763b4b2d06c1e3b5ee08276fd72aa814c
https://github.com/ckan/ckan/commit/80bbba0763b4b2d06c1e3b5ee08276fd72aa814c
Author: amercader <amercadero at gmail.com>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
R .gitmodules
M .travis.yml
M CHANGELOG.rst
M README.rst
M bin/travis-install-dependencies
M ckan/__init__.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/mailer.py
M ckan/lib/navl/validators.py
M ckan/logic/__init__.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/auth/__init__.py
M ckan/logic/auth/delete.py
M ckan/logic/validators.py
M ckan/model/license.py
A ckan/new_tests/logic/auth/test_init.py
M ckan/new_tests/logic/auth/test_update.py
M ckan/plugins/interfaces.py
M ckan/public/base/javascript/modules/autocomplete.js
M ckan/public/base/javascript/modules/custom-fields.js
M ckan/public/base/test/spec/modules/custom-fields.spec.js
M ckan/templates/group/snippets/group_item.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/package/edit_base.html
M ckan/templates/package/new_resource.html
M ckan/templates/package/new_resource_not_draft.html
M ckan/templates/package/resource_edit_base.html
M ckan/tests/functional/test_package.py
M ckan/tests/test_coding_standards.py
M ckanext/datapusher/logic/action.py
M ckanext/datapusher/tests/test.py
M dev-requirements.txt
M doc/_templates/footer.html
R doc/_themes/sphinx-theme-okfn
R doc/api.rst
A doc/api/index.rst
A doc/api/legacy-api.rst
R doc/appendices/index.rst
R doc/appendices/solr-multicore.rst
R doc/apps-ideas.rst
R doc/authorization.rst
R doc/background-tasks.rst
M doc/conf.py
R doc/configuration.rst
M doc/contents.rst
M doc/contributing/architecture.rst
M doc/contributing/documentation.rst
M doc/contributing/index.rst
M doc/contributing/issues.rst
M doc/contributing/release-process.rst
A doc/contributing/test.rst
M doc/contributing/upgrading-dependencies.rst
R doc/data-viewer.rst
R doc/datastore.rst
R doc/deployment.rst
R doc/email-notifications.rst
M doc/extensions/index.rst
M doc/extensions/testing-extensions.rst
M doc/extensions/tutorial.rst
R doc/features.rst
R doc/filestore.rst
R doc/form-integration.rst
R doc/getting-started.rst
M doc/index.rst
R doc/install-from-package.rst
R doc/install-from-source.rst
R doc/installing.rst
R doc/legacy-api.rst
R doc/linked-data-and-rdf.rst
A doc/maintaining/apps-ideas.rst
A doc/maintaining/authorization.rst
A doc/maintaining/background-tasks.rst
A doc/maintaining/configuration.rst
A doc/maintaining/data-viewer.rst
A doc/maintaining/datastore.rst
A doc/maintaining/email-notifications.rst
A doc/maintaining/filestore.rst
A doc/maintaining/form-integration.rst
A doc/maintaining/getting-started.rst
A doc/maintaining/index.rst
A doc/maintaining/installing/deployment.rst
A doc/maintaining/installing/index.rst
A doc/maintaining/installing/install-from-package.rst
A doc/maintaining/installing/install-from-source.rst
A doc/maintaining/linked-data-and-rdf.rst
A doc/maintaining/multilingual.rst
A doc/maintaining/paster.rst
A doc/maintaining/solr-multicore.rst
A doc/maintaining/stats.rst
A doc/maintaining/tag-vocabularies.rst
A doc/maintaining/tracking.rst
A doc/maintaining/upgrading/index.rst
A doc/maintaining/upgrading/upgrade-package-ckan-1-to-2.rst
A doc/maintaining/upgrading/upgrade-package-to-minor-release.rst
A doc/maintaining/upgrading/upgrade-package-to-patch-release.rst
A doc/maintaining/upgrading/upgrade-source.rst
R doc/multilingual.rst
R doc/paster.rst
R doc/stats.rst
M doc/sysadmin-guide.rst
R doc/tag-vocabularies.rst
R doc/test.rst
M doc/theming/index.rst
M doc/theming/templates.rst
R doc/tracking.rst
R doc/upgrade-package-ckan-1-to-2.rst
R doc/upgrade-package-to-minor-release.rst
R doc/upgrade-package-to-patch-release.rst
R doc/upgrade-source.rst
R doc/upgrading.rst
M doc/user-guide.rst
Log Message:
-----------
Merge branch 'master' into 1463-add-organization-feeds
Commit: 2e926fce3c819e6c127f10e8ef1789f874c16af8
https://github.com/ckan/ckan/commit/2e926fce3c819e6c127f10e8ef1789f874c16af8
Author: amercader <amercadero at gmail.com>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
Merge branch '1504-atom-feed-content-type' of https://github.com/george-sattler/ckan into george-sattler-1504-atom-feed-content-type
Commit: 44d638caf85f56c43dec264a3bf435725a408fb7
https://github.com/ckan/ckan/commit/44d638caf85f56c43dec264a3bf435725a408fb7
Author: amercader <amercadero at gmail.com>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
Merge branch 'george-sattler-1504-atom-feed-content-type'
Commit: 966e13d5e4e8ad438fe9ac5b6394fc80084bb523
https://github.com/ckan/ckan/commit/966e13d5e4e8ad438fe9ac5b6394fc80084bb523
Author: amercader <amercadero at gmail.com>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Remove create.py from pep8 blacklist
Commit: 13c121493f21889f288bd938be031a812016612b
https://github.com/ckan/ckan/commit/13c121493f21889f288bd938be031a812016612b
Author: amercader <amercadero at gmail.com>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M ckan/controllers/feed.py
Log Message:
-----------
[#1463] Fix PEP8
Commit: 3b17ff28d55df7c4584df62faac63686f8b546d0
https://github.com/ckan/ckan/commit/3b17ff28d55df7c4584df62faac63686f8b546d0
Author: amercader <amercadero at gmail.com>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M ckan/logic/action/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Merge branch 'feature/pep8-cleanup-logic-action'
Commit: fe1763ee0db8aa75b119758d2b1c593076515b23
https://github.com/ckan/ckan/commit/fe1763ee0db8aa75b119758d2b1c593076515b23
Author: amercader <amercadero at gmail.com>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/feed.py
M ckan/templates/organization/snippets/feeds.html
Log Message:
-----------
Merge branch '1463-add-organization-feeds'
Commit: b1172949872ccff39201afe434ee337b86cfa420
https://github.com/ckan/ckan/commit/b1172949872ccff39201afe434ee337b86cfa420
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-19 (Wed, 19 Feb 2014)
Changed paths:
M ckan/new_tests/factories.py
Log Message:
-----------
Improve the group test factory
Generate a different name for each test group, and require the user who
will create the group as a param.
This will break some existing tests...
Commit: 09d0b1d3044e79afdbcca60087af4faf7a0fb055
https://github.com/ckan/ckan/commit/09d0b1d3044e79afdbcca60087af4faf7a0fb055
Author: amercader <amercadero at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M .tx/config
M ckan/i18n/ar/LC_MESSAGES/ckan.mo
M ckan/i18n/ar/LC_MESSAGES/ckan.po
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/da_DK/LC_MESSAGES/ckan.mo
M ckan/i18n/da_DK/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/dv/LC_MESSAGES/ckan.mo
M ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/en_AU/LC_MESSAGES/ckan.mo
M ckan/i18n/en_AU/LC_MESSAGES/ckan.po
M ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
M ckan/i18n/es_AR/LC_MESSAGES/ckan.po
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
A ckan/i18n/he/LC_MESSAGES/ckan.mo
A ckan/i18n/he/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/id/LC_MESSAGES/ckan.mo
M ckan/i18n/id/LC_MESSAGES/ckan.po
M ckan/i18n/is/LC_MESSAGES/ckan.mo
M ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/km/LC_MESSAGES/ckan.mo
M ckan/i18n/km/LC_MESSAGES/ckan.po
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
M ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
M ckan/i18n/tr/LC_MESSAGES/ckan.mo
M ckan/i18n/tr/LC_MESSAGES/ckan.po
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/vi/LC_MESSAGES/ckan.mo
A ckan/i18n/vi/LC_MESSAGES/ckan.po
A ckan/i18n/vi_VN/LC_MESSAGES/ckan.mo
A ckan/i18n/vi_VN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
Log Message:
-----------
Update strings files before CKAN 2.2 call for translations
Commit: 31d326a7f11cb0dc26f256e9dc641c04b3e8c113
https://github.com/ckan/ckan/commit/31d326a7f11cb0dc26f256e9dc641c04b3e8c113
Author: amercader <amercadero at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M ckan/i18n/ar/LC_MESSAGES/ckan.mo
M ckan/i18n/ar/LC_MESSAGES/ckan.po
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/da_DK/LC_MESSAGES/ckan.mo
M ckan/i18n/da_DK/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/dv/LC_MESSAGES/ckan.mo
M ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/en_AU/LC_MESSAGES/ckan.mo
M ckan/i18n/en_AU/LC_MESSAGES/ckan.po
M ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
M ckan/i18n/es_AR/LC_MESSAGES/ckan.po
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/he/LC_MESSAGES/ckan.mo
M ckan/i18n/he/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/id/LC_MESSAGES/ckan.mo
M ckan/i18n/id/LC_MESSAGES/ckan.po
M ckan/i18n/is/LC_MESSAGES/ckan.mo
M ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/km/LC_MESSAGES/ckan.mo
M ckan/i18n/km/LC_MESSAGES/ckan.po
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
M ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
M ckan/i18n/tr/LC_MESSAGES/ckan.mo
M ckan/i18n/tr/LC_MESSAGES/ckan.po
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
M ckan/i18n/vi/LC_MESSAGES/ckan.mo
M ckan/i18n/vi/LC_MESSAGES/ckan.po
M ckan/i18n/vi_VN/LC_MESSAGES/ckan.mo
M ckan/i18n/vi_VN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
Log Message:
-----------
Update translations from Transifex before 2.2
Commit: 7b77f6bd96ea42c986f4fe32ee2efe4add220e30
https://github.com/ckan/ckan/commit/7b77f6bd96ea42c986f4fe32ee2efe4add220e30
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M ckan/templates/user/request_reset.html
Log Message:
-----------
[#1508] Make 'Request Reset' button smaller
Commit: db86dceb57f9677982b06132e07f134db103482b
https://github.com/ckan/ckan/commit/db86dceb57f9677982b06132e07f134db103482b
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M ckan/templates/user/request_reset.html
Log Message:
-----------
[#1508] Correct case of text on password reset page
Commit: 7f3717be39b7bf1ba4b3f62cccd1f534b38af8fa
https://github.com/ckan/ckan/commit/7f3717be39b7bf1ba4b3f62cccd1f534b38af8fa
Author: Sean Hammond <seanh at users.noreply.github.com>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M doc/extensions/testing-extensions.rst
Log Message:
-----------
Merge pull request #1483 from ckan/1483-writing-ext-tip
Add a tip about testing extensions
Commit: bbc3c05e148911729a096b6d1ec02f970fe6405e
https://github.com/ckan/ckan/commit/bbc3c05e148911729a096b6d1ec02f970fe6405e
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
R .gitmodules
M .travis.yml
M .tx/config
M CHANGELOG.rst
M README.rst
M bin/travis-install-dependencies
M ckan/__init__.py
M ckan/config/deployment.ini_tmpl
M ckan/config/middleware.py
M ckan/config/routing.py
M ckan/config/who.ini
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/i18n/ar/LC_MESSAGES/ckan.mo
M ckan/i18n/ar/LC_MESSAGES/ckan.po
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/da_DK/LC_MESSAGES/ckan.mo
M ckan/i18n/da_DK/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/dv/LC_MESSAGES/ckan.mo
M ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/en_AU/LC_MESSAGES/ckan.mo
M ckan/i18n/en_AU/LC_MESSAGES/ckan.po
M ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
M ckan/i18n/es_AR/LC_MESSAGES/ckan.po
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
A ckan/i18n/he/LC_MESSAGES/ckan.mo
A ckan/i18n/he/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/id/LC_MESSAGES/ckan.mo
M ckan/i18n/id/LC_MESSAGES/ckan.po
M ckan/i18n/is/LC_MESSAGES/ckan.mo
M ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/km/LC_MESSAGES/ckan.mo
M ckan/i18n/km/LC_MESSAGES/ckan.po
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
M ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
M ckan/i18n/tr/LC_MESSAGES/ckan.mo
M ckan/i18n/tr/LC_MESSAGES/ckan.po
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/vi/LC_MESSAGES/ckan.mo
A ckan/i18n/vi/LC_MESSAGES/ckan.po
A ckan/i18n/vi_VN/LC_MESSAGES/ckan.mo
A ckan/i18n/vi_VN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/dictization/__init__.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/lib/mailer.py
M ckan/lib/navl/validators.py
M ckan/logic/__init__.py
M ckan/logic/action/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/auth/__init__.py
M ckan/logic/auth/delete.py
M ckan/logic/validators.py
M ckan/model/license.py
A ckan/new_tests/logic/auth/test_init.py
M ckan/new_tests/logic/auth/test_update.py
M ckan/plugins/interfaces.py
M ckan/public/base/css/main.css
M ckan/public/base/javascript/modules/autocomplete.js
M ckan/public/base/javascript/modules/custom-fields.js
M ckan/public/base/less/dataset.less
M ckan/public/base/test/spec/modules/custom-fields.spec.js
R ckan/public/base/vendor/jquery.ui.widget.min.js
M ckan/templates/group/read.html
M ckan/templates/group/snippets/group_form.html
M ckan/templates/group/snippets/group_item.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/organization/read.html
M ckan/templates/organization/snippets/feeds.html
M ckan/templates/package/edit_base.html
M ckan/templates/package/new_resource.html
M ckan/templates/package/new_resource_not_draft.html
M ckan/templates/package/resource_edit_base.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/tests/functional/test_package.py
M ckan/tests/test_coding_standards.py
M ckanext/datapusher/logic/action.py
M ckanext/datapusher/plugin.py
M ckanext/datapusher/tests/test.py
M ckanext/datastore/db.py
M ckanext/textpreview/tests/test_preview.py
M dev-requirements.txt
M doc/_templates/footer.html
R doc/_themes/sphinx-theme-okfn
R doc/api.rst
A doc/api/index.rst
A doc/api/legacy-api.rst
R doc/appendices/index.rst
R doc/appendices/solr-multicore.rst
R doc/apps-ideas.rst
R doc/authorization.rst
R doc/background-tasks.rst
M doc/conf.py
R doc/configuration.rst
M doc/contents.rst
M doc/contributing/architecture.rst
M doc/contributing/documentation.rst
M doc/contributing/index.rst
M doc/contributing/issues.rst
M doc/contributing/release-process.rst
A doc/contributing/test.rst
M doc/contributing/upgrading-dependencies.rst
R doc/data-viewer.rst
R doc/datastore.rst
R doc/deployment.rst
R doc/email-notifications.rst
M doc/extensions/index.rst
M doc/extensions/testing-extensions.rst
M doc/extensions/tutorial.rst
R doc/features.rst
R doc/filestore.rst
R doc/form-integration.rst
R doc/getting-started.rst
M doc/index.rst
R doc/install-from-package.rst
R doc/install-from-source.rst
R doc/installing.rst
R doc/legacy-api.rst
R doc/linked-data-and-rdf.rst
A doc/maintaining/apps-ideas.rst
A doc/maintaining/authorization.rst
A doc/maintaining/background-tasks.rst
A doc/maintaining/configuration.rst
A doc/maintaining/data-viewer.rst
A doc/maintaining/datastore.rst
A doc/maintaining/email-notifications.rst
A doc/maintaining/filestore.rst
A doc/maintaining/form-integration.rst
A doc/maintaining/getting-started.rst
A doc/maintaining/index.rst
A doc/maintaining/installing/deployment.rst
A doc/maintaining/installing/index.rst
A doc/maintaining/installing/install-from-package.rst
A doc/maintaining/installing/install-from-source.rst
A doc/maintaining/linked-data-and-rdf.rst
A doc/maintaining/multilingual.rst
A doc/maintaining/paster.rst
A doc/maintaining/solr-multicore.rst
A doc/maintaining/stats.rst
A doc/maintaining/tag-vocabularies.rst
A doc/maintaining/tracking.rst
A doc/maintaining/upgrading/index.rst
A doc/maintaining/upgrading/upgrade-package-ckan-1-to-2.rst
A doc/maintaining/upgrading/upgrade-package-to-minor-release.rst
A doc/maintaining/upgrading/upgrade-package-to-patch-release.rst
A doc/maintaining/upgrading/upgrade-source.rst
R doc/multilingual.rst
R doc/paster.rst
R doc/stats.rst
M doc/sysadmin-guide.rst
R doc/tag-vocabularies.rst
R doc/test.rst
M doc/theming/index.rst
M doc/theming/templates.rst
R doc/tracking.rst
R doc/upgrade-package-ckan-1-to-2.rst
R doc/upgrade-package-to-minor-release.rst
R doc/upgrade-package-to-patch-release.rst
R doc/upgrade-source.rst
R doc/upgrading.rst
M doc/user-guide.rst
Log Message:
-----------
Merge branch 'master' of github.com:ckan/ckan into related-list-tests
Commit: ae7231267ca7e01b59c99503e6010887201d522f
https://github.com/ckan/ckan/commit/ae7231267ca7e01b59c99503e6010887201d522f
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M ckan/new_tests/logic/action/test_get.py
Log Message:
-----------
[#1526] Fix some tests broken by commit b117294987
Commit: 95b854cb77bdf031f8708a02ffb886fc8851fe0b
https://github.com/ckan/ckan/commit/95b854cb77bdf031f8708a02ffb886fc8851fe0b
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M .tx/config
M ckan/i18n/ar/LC_MESSAGES/ckan.mo
M ckan/i18n/ar/LC_MESSAGES/ckan.po
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/da_DK/LC_MESSAGES/ckan.mo
M ckan/i18n/da_DK/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/dv/LC_MESSAGES/ckan.mo
M ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/en_AU/LC_MESSAGES/ckan.mo
M ckan/i18n/en_AU/LC_MESSAGES/ckan.po
M ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
M ckan/i18n/es_AR/LC_MESSAGES/ckan.po
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
A ckan/i18n/he/LC_MESSAGES/ckan.mo
A ckan/i18n/he/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/id/LC_MESSAGES/ckan.mo
M ckan/i18n/id/LC_MESSAGES/ckan.po
M ckan/i18n/is/LC_MESSAGES/ckan.mo
M ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/km/LC_MESSAGES/ckan.mo
M ckan/i18n/km/LC_MESSAGES/ckan.po
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
M ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
M ckan/i18n/tr/LC_MESSAGES/ckan.mo
M ckan/i18n/tr/LC_MESSAGES/ckan.po
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/vi/LC_MESSAGES/ckan.mo
A ckan/i18n/vi/LC_MESSAGES/ckan.po
A ckan/i18n/vi_VN/LC_MESSAGES/ckan.mo
A ckan/i18n/vi_VN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M doc/extensions/testing-extensions.rst
Log Message:
-----------
Merge branch 'master' of github.com:ckan/ckan into improved-group-factory
Commit: 23022ab44adf54e90281ea7a4eb5259def5d09e0
https://github.com/ckan/ckan/commit/23022ab44adf54e90281ea7a4eb5259def5d09e0
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M ckan/new_tests/factories.py
M ckan/new_tests/logic/action/test_get.py
Log Message:
-----------
Merge branch 'related-list-tests'
Commit: 5459bcab0c7c95d03137ba350bddce1d4c6ebd9c
https://github.com/ckan/ckan/commit/5459bcab0c7c95d03137ba350bddce1d4c6ebd9c
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2014-02-25 (Tue, 25 Feb 2014)
Changed paths:
M ckan/new_tests/helpers.py
M ckan/new_tests/logic/action/__init__.py
M ckan/new_tests/logic/auth/__init__.py
M doc/contributing/documentation.rst
Log Message:
-----------
Merge pull request #1489 from ckan/docs-tweaks-from-ckan-summit-winter-2014
Docs tweaks from ckan summit winter 2014
Commit: 1d7ea5130a13c96d02bac17e492355071b3a69b3
https://github.com/ckan/ckan/commit/1d7ea5130a13c96d02bac17e492355071b3a69b3
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2014-02-25 (Tue, 25 Feb 2014)
Changed paths:
M ckan/new_tests/factories.py
M ckan/new_tests/logic/action/test_get.py
Log Message:
-----------
Merge pull request #1526 from ckan/improved-group-factory
Improve the group test factory
Commit: bf9402162b152d5671fba8cf856afd1dab4b5741
https://github.com/ckan/ckan/commit/bf9402162b152d5671fba8cf856afd1dab4b5741
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-02-26 (Wed, 26 Feb 2014)
Changed paths:
M ckan/logic/action/get.py
M ckan/new_tests/factories.py
M ckan/new_tests/logic/action/test_get.py
Log Message:
-----------
[#1507] Use package_search API for current_packages
Switch to using the package_search API for current_package_list_with_resources
endpoint. This limits the strain on the database and also limits private
datasets being shown publically
Commit: f03a2d13839f49563b12d63180f345ee32008389
https://github.com/ckan/ckan/commit/f03a2d13839f49563b12d63180f345ee32008389
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-02-27 (Thu, 27 Feb 2014)
Changed paths:
M ckan/new_tests/factories.py
M ckan/new_tests/logic/action/test_get.py
Log Message:
-----------
pep8 fixes for tests
Commit: d660edb8c3e9c362818f7360a59ef10c99869523
https://github.com/ckan/ckan/commit/d660edb8c3e9c362818f7360a59ef10c99869523
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-02-27 (Thu, 27 Feb 2014)
Changed paths:
M ckan/templates/home/snippets/search.html
Log Message:
-----------
[#1556] Change 'Popular Tags' to sentence case
Commit: e15651d6fd8ccd382a0c8b96eac78411ea23eb03
https://github.com/ckan/ckan/commit/e15651d6fd8ccd382a0c8b96eac78411ea23eb03
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-02-27 (Thu, 27 Feb 2014)
Changed paths:
M ckan/templates/home/snippets/search.html
Log Message:
-----------
Merge pull request #1558 from ckan/1556-popular-tags
[#1556] Change 'Popular Tags' to sentence case
Commit: 6f20147b2138db1db95732c84d7ebdf19bae81f2
https://github.com/ckan/ckan/commit/6f20147b2138db1db95732c84d7ebdf19bae81f2
Author: Ross Jones <ross at servercode.co.uk>
Date: 2014-02-27 (Thu, 27 Feb 2014)
Changed paths:
M ckan/templates/header.html
Log Message:
-----------
Fixes extraneous "Logo" test in alt and title attributes as described in #1540
Commit: 403d4267775d9c571e44ff449c647ee3b64b8231
https://github.com/ckan/ckan/commit/403d4267775d9c571e44ff449c647ee3b64b8231
Author: Ross Jones <ross at servercode.co.uk>
Date: 2014-02-27 (Thu, 27 Feb 2014)
Changed paths:
M ckan/templates/admin/index.html
Log Message:
-----------
Fixes description in sidebar of ckan-admin
Commit: 16230468d308b64873b9caad78dc141fd677d795
https://github.com/ckan/ckan/commit/16230468d308b64873b9caad78dc141fd677d795
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-02-27 (Thu, 27 Feb 2014)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/logic/test_action.py
Log Message:
-----------
Delete old tests and old helper function
Commit: 050be26a1250d0d1073c23180f599d83530e75ec
https://github.com/ckan/ckan/commit/050be26a1250d0d1073c23180f599d83530e75ec
Author: amercader <amercadero at gmail.com>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M ckan/templates/user/request_reset.html
Log Message:
-----------
[#1508] Add type to input to match styling
Commit: f3268167563f0f35d182427174f2b17099fcbff2
https://github.com/ckan/ckan/commit/f3268167563f0f35d182427174f2b17099fcbff2
Author: amercader <amercadero at gmail.com>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M ckan/templates/user/request_reset.html
Log Message:
-----------
Merge branch '1508-oversized-forgot-password-button'
Commit: af65d2a13df64860ae18126ffabf0e157e3f808f
https://github.com/ckan/ckan/commit/af65d2a13df64860ae18126ffabf0e157e3f808f
Author: kindly <kindly at gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
Changed paths:
M ckan/templates/header.html
Log Message:
-----------
Merge pull request #1561 from ckan/1540-fix-logo-alt-text
Fixes extraneous "Logo" test in alt and title attributes
Commit: 81d2302e3d9ddaaebca62eddac9cf7569fa4ae7c
https://github.com/ckan/ckan/commit/81d2302e3d9ddaaebca62eddac9cf7569fa4ae7c
Author: amercader <amercadero at gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
Changed paths:
M ckan/templates/admin/index.html
Log Message:
-----------
Merge branch '1546-fix-sysadmin-text'
Commit: 0b366c207932f21a08d6cf3d4a5ec0faa3d588b6
https://github.com/ckan/ckan/commit/0b366c207932f21a08d6cf3d4a5ec0faa3d588b6
Author: Ian Ward <ian at excess.org>
Date: 2014-03-05 (Wed, 05 Mar 2014)
Changed paths:
M ckan/logic/action/get.py
M ckan/new_tests/factories.py
M ckan/new_tests/logic/action/test_get.py
M ckan/tests/logic/test_action.py
Log Message:
-----------
Merge remote-tracking branch 'origin/1507-current-package-list'
Commit: 546f80881e14b992a03c52e940cdea0c84ed10c6
https://github.com/ckan/ckan/commit/546f80881e14b992a03c52e940cdea0c84ed10c6
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-03-05 (Wed, 05 Mar 2014)
Changed paths:
M .travis.yml
M .tx/config
M bin/travis-install-dependencies
M ckan/config/routing.py
M ckan/controllers/feed.py
M ckan/controllers/package.py
M ckan/i18n/ar/LC_MESSAGES/ckan.mo
M ckan/i18n/ar/LC_MESSAGES/ckan.po
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/da_DK/LC_MESSAGES/ckan.mo
M ckan/i18n/da_DK/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/dv/LC_MESSAGES/ckan.mo
M ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/en_AU/LC_MESSAGES/ckan.mo
M ckan/i18n/en_AU/LC_MESSAGES/ckan.po
M ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
M ckan/i18n/es_AR/LC_MESSAGES/ckan.po
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
A ckan/i18n/he/LC_MESSAGES/ckan.mo
A ckan/i18n/he/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/id/LC_MESSAGES/ckan.mo
M ckan/i18n/id/LC_MESSAGES/ckan.po
M ckan/i18n/is/LC_MESSAGES/ckan.mo
M ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/km/LC_MESSAGES/ckan.mo
M ckan/i18n/km/LC_MESSAGES/ckan.po
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
M ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
M ckan/i18n/tr/LC_MESSAGES/ckan.mo
M ckan/i18n/tr/LC_MESSAGES/ckan.po
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/vi/LC_MESSAGES/ckan.mo
A ckan/i18n/vi/LC_MESSAGES/ckan.po
A ckan/i18n/vi_VN/LC_MESSAGES/ckan.mo
A ckan/i18n/vi_VN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/logic/action/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/model/license.py
M ckan/new_tests/factories.py
M ckan/new_tests/helpers.py
M ckan/new_tests/logic/action/__init__.py
M ckan/new_tests/logic/action/test_get.py
M ckan/new_tests/logic/auth/__init__.py
M ckan/new_tests/logic/auth/test_update.py
M ckan/templates/admin/index.html
M ckan/templates/header.html
M ckan/templates/home/snippets/search.html
M ckan/templates/organization/snippets/feeds.html
M ckan/templates/user/request_reset.html
M ckan/tests/logic/test_action.py
M ckan/tests/test_coding_standards.py
M doc/contributing/documentation.rst
M doc/extensions/testing-extensions.rst
M doc/maintaining/datastore.rst
Log Message:
-----------
Merge branch 'master' of github.com:ckan/ckan into 1502-remove-logged-in-flash-message
Commit: 5997ecf47e2acee48b9cf2d712d538c19e48714c
https://github.com/ckan/ckan/commit/5997ecf47e2acee48b9cf2d712d538c19e48714c
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-03-05 (Wed, 05 Mar 2014)
Changed paths:
M ckan/tests/functional/test_user.py
Log Message:
-----------
[#1502] Delete breaking asserts
Compare: https://github.com/ckan/ckan/compare/79dfd8df5fd4...5997ecf47e2a
More information about the ckan-changes
mailing list